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
@@ -54,24 +54,21 @@
54
54
  font-family: "Roboto";
55
55
  font-style: normal;
56
56
  font-weight: 400;
57
- src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
58
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
57
+ src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
59
58
  }
60
59
  /* roboto-500 - latin-ext_latin */
61
60
  @font-face {
62
61
  font-family: "Roboto";
63
62
  font-style: normal;
64
63
  font-weight: 500;
65
- src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
66
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
64
+ src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
67
65
  }
68
66
  /* roboto-700 - latin-ext_latin */
69
67
  @font-face {
70
68
  font-family: "Roboto";
71
69
  font-style: normal;
72
70
  font-weight: 700;
73
- src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
74
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
71
+ src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
75
72
  }
76
73
  :root {
77
74
  --blue-50:#f4fafe;
@@ -299,40 +296,32 @@
299
296
  * {
300
297
  box-sizing: border-box;
301
298
  }
302
-
303
299
  .p-component {
304
300
  font-family: var(--font-family);
305
301
  font-feature-settings: var(--font-feature-settings, normal);
306
302
  font-size: 1rem;
307
303
  font-weight: normal;
308
304
  }
309
-
310
305
  .p-component-overlay {
311
306
  background-color: rgba(0, 0, 0, 0.32);
312
307
  transition-duration: 0.2s;
313
308
  }
314
-
315
309
  .p-disabled, .p-component:disabled {
316
310
  opacity: 0.38;
317
311
  }
318
-
319
312
  .p-error {
320
313
  color: #b00020;
321
314
  }
322
-
323
315
  .p-text-secondary {
324
316
  color: rgba(0, 0, 0, 0.6);
325
317
  }
326
-
327
318
  .pi {
328
319
  font-size: 1rem;
329
320
  }
330
-
331
321
  .p-icon {
332
322
  width: 1rem;
333
323
  height: 1rem;
334
324
  }
335
-
336
325
  .p-link {
337
326
  font-family: var(--font-family);
338
327
  font-feature-settings: var(--font-feature-settings, normal);
@@ -344,15 +333,12 @@
344
333
  outline-offset: 0;
345
334
  box-shadow: none;
346
335
  }
347
-
348
336
  .p-component-overlay-enter {
349
337
  animation: p-component-overlay-enter-animation 150ms forwards;
350
338
  }
351
-
352
339
  .p-component-overlay-leave {
353
340
  animation: p-component-overlay-leave-animation 150ms forwards;
354
341
  }
355
-
356
342
  @keyframes p-component-overlay-enter-animation {
357
343
  from {
358
344
  background-color: transparent;
@@ -369,7 +355,6 @@
369
355
  background-color: transparent;
370
356
  }
371
357
  }
372
-
373
358
  .p-autocomplete .p-autocomplete-loader {
374
359
  right: 0.75rem;
375
360
  }
@@ -416,7 +401,6 @@
416
401
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
417
402
  border-color: #b00020;
418
403
  }
419
-
420
404
  .p-autocomplete-panel {
421
405
  background: #ffffff;
422
406
  color: rgba(0, 0, 0, 0.87);
@@ -458,11 +442,9 @@
458
442
  background: #ffffff;
459
443
  font-weight: 400;
460
444
  }
461
-
462
445
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
463
446
  border-color: #b00020;
464
447
  }
465
-
466
448
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
467
449
  padding-right: 2.5rem;
468
450
  }
@@ -470,23 +452,19 @@
470
452
  color: rgba(0, 0, 0, 0.6);
471
453
  right: 0.75rem;
472
454
  }
473
-
474
455
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
475
456
  color: rgba(0, 0, 0, 0.6);
476
457
  right: 3.5rem;
477
458
  }
478
-
479
459
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
480
460
  border-color: #b00020;
481
461
  }
482
-
483
462
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
484
463
  outline: 0 none;
485
464
  outline-offset: 0;
486
465
  box-shadow: none;
487
466
  border-color: #3F51B5;
488
467
  }
489
-
490
468
  .p-datepicker {
491
469
  padding: 0.5rem;
492
470
  background: #ffffff;
@@ -513,7 +491,7 @@
513
491
  border-top-left-radius: 4px;
514
492
  }
515
493
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
516
- .p-datepicker .p-datepicker-header .p-datepicker-next {
494
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
517
495
  width: 2rem;
518
496
  height: 2rem;
519
497
  color: rgba(0, 0, 0, 0.6);
@@ -523,13 +501,13 @@
523
501
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
524
502
  }
525
503
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
526
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
504
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
527
505
  color: rgba(0, 0, 0, 0.6);
528
506
  border-color: transparent;
529
507
  background: rgba(0, 0, 0, 0.04);
530
508
  }
531
509
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
532
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
510
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
533
511
  outline: 0 none;
534
512
  outline-offset: 0;
535
513
  box-shadow: none;
@@ -538,14 +516,14 @@
538
516
  line-height: 2rem;
539
517
  }
540
518
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
541
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
519
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
542
520
  color: rgba(0, 0, 0, 0.87);
543
521
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
544
522
  font-weight: 500;
545
523
  padding: 0.5rem;
546
524
  }
547
525
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
548
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
526
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
549
527
  color: #3F51B5;
550
528
  }
551
529
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -584,7 +562,7 @@
584
562
  .p-datepicker table td.p-datepicker-today > span {
585
563
  background: #ffffff;
586
564
  color: rgba(0, 0, 0, 0.87);
587
- border-color: black;
565
+ border-color: rgb(0, 0, 0);
588
566
  }
589
567
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
590
568
  color: #3F51B5;
@@ -694,7 +672,6 @@
694
672
  outline-offset: 0;
695
673
  box-shadow: none;
696
674
  }
697
-
698
675
  p-calendar.p-calendar-clearable .p-inputtext {
699
676
  padding-right: 2.5rem;
700
677
  }
@@ -702,12 +679,10 @@
702
679
  color: rgba(0, 0, 0, 0.6);
703
680
  right: 0.75rem;
704
681
  }
705
-
706
682
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
707
683
  color: rgba(0, 0, 0, 0.6);
708
684
  right: 3.5rem;
709
685
  }
710
-
711
686
  @media screen and (max-width: 769px) {
712
687
  .p-datepicker table th, .p-datepicker table td {
713
688
  padding: 0;
@@ -750,7 +725,6 @@
750
725
  .p-cascadeselect.p-invalid.p-component {
751
726
  border-color: #b00020;
752
727
  }
753
-
754
728
  .p-cascadeselect-panel {
755
729
  background: #ffffff;
756
730
  color: rgba(0, 0, 0, 0.87);
@@ -790,7 +764,6 @@
790
764
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
791
765
  font-size: 0.875rem;
792
766
  }
793
-
794
767
  .p-input-filled .p-cascadeselect {
795
768
  background: #f5f5f5;
796
769
  }
@@ -800,11 +773,9 @@
800
773
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
801
774
  background-color: #dcdcdc;
802
775
  }
803
-
804
776
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
805
777
  border-color: #b00020;
806
778
  }
807
-
808
779
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
809
780
  padding-right: 0.75rem;
810
781
  }
@@ -812,7 +783,6 @@
812
783
  color: rgba(0, 0, 0, 0.6);
813
784
  right: 2.75rem;
814
785
  }
815
-
816
786
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
817
787
  box-shadow: none;
818
788
  border-radius: 0;
@@ -821,7 +791,6 @@
821
791
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
822
792
  transform: rotate(90deg);
823
793
  }
824
-
825
794
  .p-checkbox {
826
795
  width: 18px;
827
796
  height: 18px;
@@ -862,11 +831,9 @@
862
831
  background: #3F51B5;
863
832
  color: #ffffff;
864
833
  }
865
-
866
834
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
867
835
  border-color: #b00020;
868
836
  }
869
-
870
837
  .p-input-filled .p-checkbox .p-checkbox-box {
871
838
  background-color: #f5f5f5;
872
839
  }
@@ -879,15 +846,12 @@
879
846
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
880
847
  background: #3F51B5;
881
848
  }
882
-
883
849
  .p-checkbox-label {
884
850
  margin-left: 0.5rem;
885
851
  }
886
-
887
852
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
888
853
  border-color: #b00020;
889
854
  }
890
-
891
855
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
892
856
  border-color: rgba(0, 0, 0, 0.87);
893
857
  }
@@ -926,11 +890,9 @@
926
890
  padding: 0;
927
891
  margin: 0;
928
892
  }
929
-
930
893
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
931
894
  border-color: #b00020;
932
895
  }
933
-
934
896
  p-chips.p-chips-clearable .p-inputtext {
935
897
  padding-right: 1.75rem;
936
898
  }
@@ -938,26 +900,22 @@
938
900
  color: rgba(0, 0, 0, 0.6);
939
901
  right: 0.75rem;
940
902
  }
941
-
942
903
  .p-colorpicker-preview,
943
- .p-fluid .p-colorpicker-preview.p-inputtext {
904
+ .p-fluid .p-colorpicker-preview.p-inputtext {
944
905
  width: 2rem;
945
906
  height: 2rem;
946
907
  }
947
-
948
908
  .p-colorpicker-panel {
949
909
  background: #323232;
950
910
  border: 1px solid #191919;
951
911
  }
952
912
  .p-colorpicker-panel .p-colorpicker-color-handle,
953
- .p-colorpicker-panel .p-colorpicker-hue-handle {
913
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
954
914
  border-color: #ffffff;
955
915
  }
956
-
957
916
  .p-colorpicker-overlay-panel {
958
917
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
959
918
  }
960
-
961
919
  .p-dropdown {
962
920
  background: #ffffff;
963
921
  border: 1px solid rgba(0, 0, 0, 0.38);
@@ -1001,7 +959,6 @@
1001
959
  .p-dropdown.p-invalid.p-component {
1002
960
  border-color: #b00020;
1003
961
  }
1004
-
1005
962
  .p-dropdown-panel {
1006
963
  background: #ffffff;
1007
964
  color: rgba(0, 0, 0, 0.87);
@@ -1065,7 +1022,6 @@
1065
1022
  color: rgba(0, 0, 0, 0.87);
1066
1023
  background: transparent;
1067
1024
  }
1068
-
1069
1025
  .p-input-filled .p-dropdown {
1070
1026
  background: #f5f5f5;
1071
1027
  }
@@ -1078,11 +1034,9 @@
1078
1034
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1079
1035
  background-color: transparent;
1080
1036
  }
1081
-
1082
1037
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1083
1038
  border-color: #b00020;
1084
1039
  }
1085
-
1086
1040
  .p-inputgroup-addon {
1087
1041
  background: #ffffff;
1088
1042
  color: rgba(0, 0, 0, 0.6);
@@ -1095,68 +1049,60 @@
1095
1049
  .p-inputgroup-addon:last-child {
1096
1050
  border-right: 1px solid rgba(0, 0, 0, 0.38);
1097
1051
  }
1098
-
1099
1052
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1101
- .p-inputgroup > .p-float-label > .p-component {
1053
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1054
+ .p-inputgroup > .p-float-label > .p-component {
1102
1055
  border-radius: 0;
1103
1056
  margin: 0;
1104
1057
  }
1105
1058
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1106
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1059
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1060
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1108
1061
  border-left: 0 none;
1109
1062
  }
1110
1063
  .p-inputgroup > .p-component:focus,
1111
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1112
- .p-inputgroup > .p-float-label > .p-component:focus {
1064
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1065
+ .p-inputgroup > .p-float-label > .p-component:focus {
1113
1066
  z-index: 1;
1114
1067
  }
1115
1068
  .p-inputgroup > .p-component:focus ~ label,
1116
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1117
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1069
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1070
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1118
1071
  z-index: 1;
1119
1072
  }
1120
-
1121
1073
  .p-inputgroup-addon:first-child,
1122
- .p-inputgroup button:first-child,
1123
- .p-inputgroup input:first-child,
1124
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1125
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1074
+ .p-inputgroup button:first-child,
1075
+ .p-inputgroup input:first-child,
1076
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1077
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1126
1078
  border-top-left-radius: 4px;
1127
1079
  border-bottom-left-radius: 4px;
1128
1080
  }
1129
-
1130
1081
  .p-inputgroup .p-float-label:first-child input {
1131
1082
  border-top-left-radius: 4px;
1132
1083
  border-bottom-left-radius: 4px;
1133
1084
  }
1134
-
1135
1085
  .p-inputgroup-addon:last-child,
1136
- .p-inputgroup button:last-child,
1137
- .p-inputgroup input:last-child,
1138
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1139
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1086
+ .p-inputgroup button:last-child,
1087
+ .p-inputgroup input:last-child,
1088
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1089
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1140
1090
  border-top-right-radius: 4px;
1141
1091
  border-bottom-right-radius: 4px;
1142
1092
  }
1143
-
1144
1093
  .p-inputgroup .p-float-label:last-child input {
1145
1094
  border-top-right-radius: 4px;
1146
1095
  border-bottom-right-radius: 4px;
1147
1096
  }
1148
-
1149
1097
  .p-fluid .p-inputgroup .p-button {
1150
1098
  width: auto;
1151
1099
  }
1152
1100
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1153
1101
  width: 2.75rem;
1154
1102
  }
1155
-
1156
1103
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
1157
1104
  border-color: #b00020;
1158
1105
  }
1159
-
1160
1106
  p-inputmask.p-inputmask-clearable .p-inputtext {
1161
1107
  padding-right: 2.5rem;
1162
1108
  }
@@ -1164,11 +1110,9 @@
1164
1110
  color: rgba(0, 0, 0, 0.6);
1165
1111
  right: 0.75rem;
1166
1112
  }
1167
-
1168
1113
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1169
1114
  border-color: #b00020;
1170
1115
  }
1171
-
1172
1116
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
1173
1117
  padding-right: 2.5rem;
1174
1118
  }
@@ -1176,14 +1120,12 @@
1176
1120
  color: rgba(0, 0, 0, 0.6);
1177
1121
  right: 0.75rem;
1178
1122
  }
1179
-
1180
1123
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
1181
1124
  right: 3.5rem;
1182
1125
  }
1183
1126
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
1184
1127
  right: 3.5rem;
1185
1128
  }
1186
-
1187
1129
  .p-inputswitch {
1188
1130
  width: 2.75rem;
1189
1131
  height: 1rem;
@@ -1222,11 +1164,9 @@
1222
1164
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
1223
1165
  background: rgba(63, 81, 181, 0.5);
1224
1166
  }
1225
-
1226
1167
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
1227
1168
  border-color: #b00020;
1228
1169
  }
1229
-
1230
1170
  .p-inputtext {
1231
1171
  font-family: var(--font-family);
1232
1172
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1259,57 +1199,45 @@
1259
1199
  font-size: 1.25rem;
1260
1200
  padding: 0.9375rem 0.9375rem;
1261
1201
  }
1262
-
1263
1202
  .p-float-label > label {
1264
1203
  left: 0.75rem;
1265
1204
  color: rgba(0, 0, 0, 0.6);
1266
1205
  transition-duration: 0.2s;
1267
1206
  }
1268
-
1269
1207
  .p-float-label > .ng-invalid.ng-dirty + label {
1270
1208
  color: #b00020;
1271
1209
  }
1272
-
1273
1210
  .p-input-icon-left > .p-icon-wrapper.p-icon,
1274
- .p-input-icon-left > i:first-of-type {
1211
+ .p-input-icon-left > i:first-of-type {
1275
1212
  left: 0.75rem;
1276
1213
  color: rgba(0, 0, 0, 0.6);
1277
1214
  }
1278
-
1279
1215
  .p-input-icon-left > .p-inputtext {
1280
1216
  padding-left: 2.5rem;
1281
1217
  }
1282
-
1283
1218
  .p-input-icon-left.p-float-label > label {
1284
1219
  left: 2.5rem;
1285
1220
  }
1286
-
1287
1221
  .p-input-icon-right > .p-icon-wrapper,
1288
- .p-input-icon-right > i:last-of-type {
1222
+ .p-input-icon-right > i:last-of-type {
1289
1223
  right: 0.75rem;
1290
1224
  color: rgba(0, 0, 0, 0.6);
1291
1225
  }
1292
-
1293
1226
  .p-input-icon-right > .p-inputtext {
1294
1227
  padding-right: 2.5rem;
1295
1228
  }
1296
-
1297
1229
  ::-webkit-input-placeholder {
1298
1230
  color: rgba(0, 0, 0, 0.6);
1299
1231
  }
1300
-
1301
1232
  :-moz-placeholder {
1302
1233
  color: rgba(0, 0, 0, 0.6);
1303
1234
  }
1304
-
1305
1235
  ::-moz-placeholder {
1306
1236
  color: rgba(0, 0, 0, 0.6);
1307
1237
  }
1308
-
1309
1238
  :-ms-input-placeholder {
1310
1239
  color: rgba(0, 0, 0, 0.6);
1311
1240
  }
1312
-
1313
1241
  .p-input-filled .p-inputtext {
1314
1242
  background-color: #f5f5f5;
1315
1243
  }
@@ -1319,17 +1247,14 @@
1319
1247
  .p-input-filled .p-inputtext:enabled:focus {
1320
1248
  background-color: #dcdcdc;
1321
1249
  }
1322
-
1323
1250
  .p-inputtext-sm .p-inputtext {
1324
1251
  font-size: 0.875rem;
1325
1252
  padding: 0.65625rem 0.65625rem;
1326
1253
  }
1327
-
1328
1254
  .p-inputtext-lg .p-inputtext {
1329
1255
  font-size: 1.25rem;
1330
1256
  padding: 0.9375rem 0.9375rem;
1331
1257
  }
1332
-
1333
1258
  .p-listbox {
1334
1259
  background: #ffffff;
1335
1260
  color: rgba(0, 0, 0, 0.87);
@@ -1404,11 +1329,9 @@
1404
1329
  box-shadow: none;
1405
1330
  border-color: #3F51B5;
1406
1331
  }
1407
-
1408
1332
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1409
1333
  border-color: #b00020;
1410
1334
  }
1411
-
1412
1335
  .p-multiselect {
1413
1336
  background: #ffffff;
1414
1337
  border: 1px solid rgba(0, 0, 0, 0.38);
@@ -1448,11 +1371,9 @@
1448
1371
  border-top-right-radius: 4px;
1449
1372
  border-bottom-right-radius: 4px;
1450
1373
  }
1451
-
1452
1374
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1453
1375
  padding: 0.375rem 0.75rem;
1454
1376
  }
1455
-
1456
1377
  .p-multiselect-clearable .p-multiselect-label-container {
1457
1378
  padding-right: 1.75rem;
1458
1379
  }
@@ -1460,7 +1381,6 @@
1460
1381
  color: rgba(0, 0, 0, 0.6);
1461
1382
  right: 2.75rem;
1462
1383
  }
1463
-
1464
1384
  .p-multiselect-panel {
1465
1385
  background: #ffffff;
1466
1386
  color: rgba(0, 0, 0, 0.87);
@@ -1549,7 +1469,6 @@
1549
1469
  color: rgba(0, 0, 0, 0.87);
1550
1470
  background: transparent;
1551
1471
  }
1552
-
1553
1472
  .p-input-filled .p-multiselect {
1554
1473
  background: #f5f5f5;
1555
1474
  }
@@ -1559,15 +1478,12 @@
1559
1478
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1560
1479
  background-color: #dcdcdc;
1561
1480
  }
1562
-
1563
1481
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1564
1482
  border-color: #b00020;
1565
1483
  }
1566
-
1567
1484
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1568
1485
  border-color: #b00020;
1569
1486
  }
1570
-
1571
1487
  .p-password-panel {
1572
1488
  padding: 0.75rem;
1573
1489
  background: #ffffff;
@@ -1589,7 +1505,6 @@
1589
1505
  .p-password-panel .p-password-meter .p-password-strength.strong {
1590
1506
  background: #689f38;
1591
1507
  }
1592
-
1593
1508
  p-password.p-password-clearable .p-password-input {
1594
1509
  padding-right: 2.5rem;
1595
1510
  }
@@ -1597,7 +1512,6 @@
1597
1512
  color: rgba(0, 0, 0, 0.6);
1598
1513
  right: 0.75rem;
1599
1514
  }
1600
-
1601
1515
  p-password.p-password-clearable.p-password-mask .p-password-input {
1602
1516
  padding-right: 4.25rem;
1603
1517
  }
@@ -1605,7 +1519,6 @@
1605
1519
  color: rgba(0, 0, 0, 0.6);
1606
1520
  right: 2.5rem;
1607
1521
  }
1608
-
1609
1522
  .p-radiobutton {
1610
1523
  width: 20px;
1611
1524
  height: 20px;
@@ -1643,11 +1556,9 @@
1643
1556
  background: #ffffff;
1644
1557
  color: #3F51B5;
1645
1558
  }
1646
-
1647
1559
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1648
1560
  border-color: #b00020;
1649
1561
  }
1650
-
1651
1562
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1652
1563
  background-color: #f5f5f5;
1653
1564
  }
@@ -1660,11 +1571,9 @@
1660
1571
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1661
1572
  background: #ffffff;
1662
1573
  }
1663
-
1664
1574
  .p-radiobutton-label {
1665
1575
  margin-left: 0.5rem;
1666
1576
  }
1667
-
1668
1577
  .p-rating {
1669
1578
  gap: 0.5rem;
1670
1579
  }
@@ -1695,7 +1604,6 @@
1695
1604
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1696
1605
  color: #b00020;
1697
1606
  }
1698
-
1699
1607
  .p-selectbutton .p-button {
1700
1608
  background: #ffffff;
1701
1609
  border: 1px solid rgba(0, 0, 0, 0.12);
@@ -1703,7 +1611,7 @@
1703
1611
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1704
1612
  }
1705
1613
  .p-selectbutton .p-button .p-button-icon-left,
1706
- .p-selectbutton .p-button .p-button-icon-right {
1614
+ .p-selectbutton .p-button .p-button-icon-right {
1707
1615
  color: rgba(0, 0, 0, 0.6);
1708
1616
  }
1709
1617
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1712,7 +1620,7 @@
1712
1620
  color: rgba(0, 0, 0, 0.87);
1713
1621
  }
1714
1622
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1715
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1623
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1716
1624
  color: rgba(0, 0, 0, 0.6);
1717
1625
  }
1718
1626
  .p-selectbutton .p-button.p-highlight {
@@ -1721,7 +1629,7 @@
1721
1629
  color: rgba(0, 0, 0, 0.87);
1722
1630
  }
1723
1631
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1724
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1632
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1725
1633
  color: rgba(0, 0, 0, 0.6);
1726
1634
  }
1727
1635
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1730,14 +1638,12 @@
1730
1638
  color: rgba(0, 0, 0, 0.87);
1731
1639
  }
1732
1640
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1733
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1641
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1734
1642
  color: rgba(0, 0, 0, 0.6);
1735
1643
  }
1736
-
1737
1644
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1738
1645
  border-color: #b00020;
1739
1646
  }
1740
-
1741
1647
  .p-slider {
1742
1648
  background: #c1c1c1;
1743
1649
  border: 0 none;
@@ -1789,7 +1695,6 @@
1789
1695
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
1790
1696
  transition: height 0.2s;
1791
1697
  }
1792
-
1793
1698
  .p-togglebutton.p-button {
1794
1699
  background: #ffffff;
1795
1700
  border: 1px solid rgba(0, 0, 0, 0.12);
@@ -1797,7 +1702,7 @@
1797
1702
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1798
1703
  }
1799
1704
  .p-togglebutton.p-button .p-button-icon-left,
1800
- .p-togglebutton.p-button .p-button-icon-right {
1705
+ .p-togglebutton.p-button .p-button-icon-right {
1801
1706
  color: rgba(0, 0, 0, 0.6);
1802
1707
  }
1803
1708
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1806,7 +1711,7 @@
1806
1711
  color: rgba(0, 0, 0, 0.87);
1807
1712
  }
1808
1713
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1809
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1714
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1810
1715
  color: rgba(0, 0, 0, 0.6);
1811
1716
  }
1812
1717
  .p-togglebutton.p-button.p-highlight {
@@ -1815,7 +1720,7 @@
1815
1720
  color: rgba(0, 0, 0, 0.87);
1816
1721
  }
1817
1722
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1818
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1723
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1819
1724
  color: rgba(0, 0, 0, 0.6);
1820
1725
  }
1821
1726
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1824,14 +1729,12 @@
1824
1729
  color: rgba(0, 0, 0, 0.87);
1825
1730
  }
1826
1731
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1827
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1732
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1828
1733
  color: rgba(0, 0, 0, 0.6);
1829
1734
  }
1830
-
1831
1735
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1832
1736
  border-color: #b00020;
1833
1737
  }
1834
-
1835
1738
  .p-treeselect {
1836
1739
  background: #ffffff;
1837
1740
  border: 1px solid rgba(0, 0, 0, 0.38);
@@ -1868,15 +1771,12 @@
1868
1771
  border-top-right-radius: 4px;
1869
1772
  border-bottom-right-radius: 4px;
1870
1773
  }
1871
-
1872
1774
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1873
1775
  border-color: #b00020;
1874
1776
  }
1875
-
1876
1777
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
1877
1778
  padding: 0.375rem 0.75rem;
1878
1779
  }
1879
-
1880
1780
  .p-treeselect-panel {
1881
1781
  background: #ffffff;
1882
1782
  color: rgba(0, 0, 0, 0.87);
@@ -1936,7 +1836,6 @@
1936
1836
  color: rgba(0, 0, 0, 0.87);
1937
1837
  background: transparent;
1938
1838
  }
1939
-
1940
1839
  .p-input-filled .p-treeselect {
1941
1840
  background: #f5f5f5;
1942
1841
  }
@@ -1946,7 +1845,6 @@
1946
1845
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1947
1846
  background-color: #dcdcdc;
1948
1847
  }
1949
-
1950
1848
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
1951
1849
  padding-right: 1.75rem;
1952
1850
  }
@@ -1954,7 +1852,6 @@
1954
1852
  color: rgba(0, 0, 0, 0.6);
1955
1853
  right: 2.75rem;
1956
1854
  }
1957
-
1958
1855
  .p-button {
1959
1856
  color: #ffffff;
1960
1857
  background: #3F51B5;
@@ -2066,7 +1963,7 @@
2066
1963
  padding: 0.643rem;
2067
1964
  }
2068
1965
  .p-button.p-button-icon-only .p-button-icon-left,
2069
- .p-button.p-button-icon-only .p-button-icon-right {
1966
+ .p-button.p-button-icon-only .p-button-icon-right {
2070
1967
  margin: 0;
2071
1968
  }
2072
1969
  .p-button.p-button-icon-only.p-button-rounded {
@@ -2093,7 +1990,6 @@
2093
1990
  .p-button.p-button-loading-label-only .p-button-loading-icon {
2094
1991
  margin-right: 0;
2095
1992
  }
2096
-
2097
1993
  .p-fluid .p-button {
2098
1994
  width: 100%;
2099
1995
  }
@@ -2106,421 +2002,414 @@
2106
2002
  .p-fluid .p-buttonset .p-button {
2107
2003
  flex: 1;
2108
2004
  }
2109
-
2110
2005
  .p-button.p-button-secondary,
2111
- .p-buttonset.p-button-secondary > .p-button,
2112
- .p-splitbutton.p-button-secondary > .p-button {
2006
+ .p-buttonset.p-button-secondary > .p-button,
2007
+ .p-splitbutton.p-button-secondary > .p-button {
2113
2008
  color: #ffffff;
2114
2009
  background: #ff4081;
2115
2010
  border: 0 none;
2116
2011
  }
2117
2012
  .p-button.p-button-secondary:not(:disabled):hover,
2118
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2119
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2013
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2014
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2120
2015
  background: rgba(255, 64, 129, 0.92);
2121
2016
  color: #ffffff;
2122
2017
  border-color: transparent;
2123
2018
  }
2124
2019
  .p-button.p-button-secondary:not(:disabled):focus,
2125
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2126
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2020
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2021
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2127
2022
  box-shadow: none;
2128
2023
  }
2129
2024
  .p-button.p-button-secondary:not(:disabled):active,
2130
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2131
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2025
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2026
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2132
2027
  background: rgba(255, 64, 129, 0.68);
2133
2028
  color: #ffffff;
2134
2029
  border-color: transparent;
2135
2030
  }
2136
2031
  .p-button.p-button-secondary.p-button-outlined,
2137
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2138
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2032
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2033
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2139
2034
  background-color: transparent;
2140
2035
  color: #ff4081;
2141
2036
  border: 0 none;
2142
2037
  }
2143
2038
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
2144
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2145
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2039
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2040
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2146
2041
  background: rgba(255, 64, 129, 0.04);
2147
2042
  color: #ff4081;
2148
2043
  border: 0 none;
2149
2044
  }
2150
2045
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
2151
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2152
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2046
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2047
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2153
2048
  background: rgba(255, 64, 129, 0.16);
2154
2049
  color: #ff4081;
2155
2050
  border: 0 none;
2156
2051
  }
2157
2052
  .p-button.p-button-secondary.p-button-text,
2158
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2159
- .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2053
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2054
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2160
2055
  background-color: transparent;
2161
2056
  color: #ff4081;
2162
2057
  border-color: transparent;
2163
2058
  }
2164
2059
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
2165
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2166
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2060
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2061
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2167
2062
  background: rgba(255, 64, 129, 0.04);
2168
2063
  border-color: transparent;
2169
2064
  color: #ff4081;
2170
2065
  }
2171
2066
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
2172
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2173
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2067
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2068
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2174
2069
  background: rgba(255, 64, 129, 0.16);
2175
2070
  border-color: transparent;
2176
2071
  color: #ff4081;
2177
2072
  }
2178
-
2179
2073
  .p-button.p-button-info,
2180
- .p-buttonset.p-button-info > .p-button,
2181
- .p-splitbutton.p-button-info > .p-button {
2074
+ .p-buttonset.p-button-info > .p-button,
2075
+ .p-splitbutton.p-button-info > .p-button {
2182
2076
  color: #ffffff;
2183
2077
  background: #2196f3;
2184
2078
  border: 0 none;
2185
2079
  }
2186
2080
  .p-button.p-button-info:not(:disabled):hover,
2187
- .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2188
- .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2081
+ .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2082
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2189
2083
  background: rgba(33, 150, 243, 0.92);
2190
2084
  color: #ffffff;
2191
2085
  border-color: transparent;
2192
2086
  }
2193
2087
  .p-button.p-button-info:not(:disabled):focus,
2194
- .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2195
- .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2088
+ .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2089
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2196
2090
  box-shadow: none;
2197
2091
  }
2198
2092
  .p-button.p-button-info:not(:disabled):active,
2199
- .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2200
- .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2093
+ .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2094
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2201
2095
  background: rgba(33, 150, 243, 0.68);
2202
2096
  color: #ffffff;
2203
2097
  border-color: transparent;
2204
2098
  }
2205
2099
  .p-button.p-button-info.p-button-outlined,
2206
- .p-buttonset.p-button-info > .p-button.p-button-outlined,
2207
- .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2100
+ .p-buttonset.p-button-info > .p-button.p-button-outlined,
2101
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2208
2102
  background-color: transparent;
2209
2103
  color: #2196f3;
2210
2104
  border: 0 none;
2211
2105
  }
2212
2106
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
2213
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2214
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2107
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2108
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2215
2109
  background: rgba(33, 150, 243, 0.04);
2216
2110
  color: #2196f3;
2217
2111
  border: 0 none;
2218
2112
  }
2219
2113
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
2220
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2221
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2114
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2115
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2222
2116
  background: rgba(33, 150, 243, 0.16);
2223
2117
  color: #2196f3;
2224
2118
  border: 0 none;
2225
2119
  }
2226
2120
  .p-button.p-button-info.p-button-text,
2227
- .p-buttonset.p-button-info > .p-button.p-button-text,
2228
- .p-splitbutton.p-button-info > .p-button.p-button-text {
2121
+ .p-buttonset.p-button-info > .p-button.p-button-text,
2122
+ .p-splitbutton.p-button-info > .p-button.p-button-text {
2229
2123
  background-color: transparent;
2230
2124
  color: #2196f3;
2231
2125
  border-color: transparent;
2232
2126
  }
2233
2127
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
2234
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2235
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2128
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2129
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2236
2130
  background: rgba(33, 150, 243, 0.04);
2237
2131
  border-color: transparent;
2238
2132
  color: #2196f3;
2239
2133
  }
2240
2134
  .p-button.p-button-info.p-button-text:not(:disabled):active,
2241
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2242
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2135
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2136
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2243
2137
  background: rgba(33, 150, 243, 0.16);
2244
2138
  border-color: transparent;
2245
2139
  color: #2196f3;
2246
2140
  }
2247
-
2248
2141
  .p-button.p-button-success,
2249
- .p-buttonset.p-button-success > .p-button,
2250
- .p-splitbutton.p-button-success > .p-button {
2142
+ .p-buttonset.p-button-success > .p-button,
2143
+ .p-splitbutton.p-button-success > .p-button {
2251
2144
  color: #ffffff;
2252
2145
  background: #689f38;
2253
2146
  border: 0 none;
2254
2147
  }
2255
2148
  .p-button.p-button-success:not(:disabled):hover,
2256
- .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2257
- .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2149
+ .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2150
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2258
2151
  background: rgba(104, 159, 56, 0.92);
2259
2152
  color: #ffffff;
2260
2153
  border-color: transparent;
2261
2154
  }
2262
2155
  .p-button.p-button-success:not(:disabled):focus,
2263
- .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2264
- .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2156
+ .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2157
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2265
2158
  box-shadow: none;
2266
2159
  }
2267
2160
  .p-button.p-button-success:not(:disabled):active,
2268
- .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2269
- .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2161
+ .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2162
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2270
2163
  background: rgba(104, 159, 56, 0.68);
2271
2164
  color: #ffffff;
2272
2165
  border-color: transparent;
2273
2166
  }
2274
2167
  .p-button.p-button-success.p-button-outlined,
2275
- .p-buttonset.p-button-success > .p-button.p-button-outlined,
2276
- .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2168
+ .p-buttonset.p-button-success > .p-button.p-button-outlined,
2169
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2277
2170
  background-color: transparent;
2278
2171
  color: #689f38;
2279
2172
  border: 0 none;
2280
2173
  }
2281
2174
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
2282
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2283
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2175
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2176
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2284
2177
  background: rgba(104, 159, 56, 0.04);
2285
2178
  color: #689f38;
2286
2179
  border: 0 none;
2287
2180
  }
2288
2181
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
2289
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2290
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2182
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2183
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2291
2184
  background: rgba(104, 159, 56, 0.16);
2292
2185
  color: #689f38;
2293
2186
  border: 0 none;
2294
2187
  }
2295
2188
  .p-button.p-button-success.p-button-text,
2296
- .p-buttonset.p-button-success > .p-button.p-button-text,
2297
- .p-splitbutton.p-button-success > .p-button.p-button-text {
2189
+ .p-buttonset.p-button-success > .p-button.p-button-text,
2190
+ .p-splitbutton.p-button-success > .p-button.p-button-text {
2298
2191
  background-color: transparent;
2299
2192
  color: #689f38;
2300
2193
  border-color: transparent;
2301
2194
  }
2302
2195
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
2303
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2304
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2196
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2197
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2305
2198
  background: rgba(104, 159, 56, 0.04);
2306
2199
  border-color: transparent;
2307
2200
  color: #689f38;
2308
2201
  }
2309
2202
  .p-button.p-button-success.p-button-text:not(:disabled):active,
2310
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2311
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2203
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2204
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2312
2205
  background: rgba(104, 159, 56, 0.16);
2313
2206
  border-color: transparent;
2314
2207
  color: #689f38;
2315
2208
  }
2316
-
2317
2209
  .p-button.p-button-warning,
2318
- .p-buttonset.p-button-warning > .p-button,
2319
- .p-splitbutton.p-button-warning > .p-button {
2210
+ .p-buttonset.p-button-warning > .p-button,
2211
+ .p-splitbutton.p-button-warning > .p-button {
2320
2212
  color: #212529;
2321
2213
  background: #fbc02d;
2322
2214
  border: 0 none;
2323
2215
  }
2324
2216
  .p-button.p-button-warning:not(:disabled):hover,
2325
- .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2326
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2217
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2218
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2327
2219
  background: rgba(251, 192, 45, 0.92);
2328
2220
  color: #212529;
2329
2221
  border-color: transparent;
2330
2222
  }
2331
2223
  .p-button.p-button-warning:not(:disabled):focus,
2332
- .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2333
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2224
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2225
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2334
2226
  box-shadow: none;
2335
2227
  }
2336
2228
  .p-button.p-button-warning:not(:disabled):active,
2337
- .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2338
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2229
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2230
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2339
2231
  background: rgba(251, 192, 45, 0.68);
2340
2232
  color: #212529;
2341
2233
  border-color: transparent;
2342
2234
  }
2343
2235
  .p-button.p-button-warning.p-button-outlined,
2344
- .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2345
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2236
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2237
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2346
2238
  background-color: transparent;
2347
2239
  color: #fbc02d;
2348
2240
  border: 0 none;
2349
2241
  }
2350
2242
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
2351
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2352
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2243
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2244
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2353
2245
  background: rgba(251, 192, 45, 0.04);
2354
2246
  color: #fbc02d;
2355
2247
  border: 0 none;
2356
2248
  }
2357
2249
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
2358
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2359
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2250
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2251
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2360
2252
  background: rgba(251, 192, 45, 0.16);
2361
2253
  color: #fbc02d;
2362
2254
  border: 0 none;
2363
2255
  }
2364
2256
  .p-button.p-button-warning.p-button-text,
2365
- .p-buttonset.p-button-warning > .p-button.p-button-text,
2366
- .p-splitbutton.p-button-warning > .p-button.p-button-text {
2257
+ .p-buttonset.p-button-warning > .p-button.p-button-text,
2258
+ .p-splitbutton.p-button-warning > .p-button.p-button-text {
2367
2259
  background-color: transparent;
2368
2260
  color: #fbc02d;
2369
2261
  border-color: transparent;
2370
2262
  }
2371
2263
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
2372
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2373
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2264
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2265
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2374
2266
  background: rgba(251, 192, 45, 0.04);
2375
2267
  border-color: transparent;
2376
2268
  color: #fbc02d;
2377
2269
  }
2378
2270
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
2379
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2380
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2271
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2272
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2381
2273
  background: rgba(251, 192, 45, 0.16);
2382
2274
  border-color: transparent;
2383
2275
  color: #fbc02d;
2384
2276
  }
2385
-
2386
2277
  .p-button.p-button-help,
2387
- .p-buttonset.p-button-help > .p-button,
2388
- .p-splitbutton.p-button-help > .p-button {
2278
+ .p-buttonset.p-button-help > .p-button,
2279
+ .p-splitbutton.p-button-help > .p-button {
2389
2280
  color: #ffffff;
2390
2281
  background: #9c27b0;
2391
2282
  border: 0 none;
2392
2283
  }
2393
2284
  .p-button.p-button-help:not(:disabled):hover,
2394
- .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2395
- .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2285
+ .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2286
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2396
2287
  background: rgba(156, 39, 176, 0.92);
2397
2288
  color: #ffffff;
2398
2289
  border-color: transparent;
2399
2290
  }
2400
2291
  .p-button.p-button-help:not(:disabled):focus,
2401
- .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2402
- .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2292
+ .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2293
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2403
2294
  box-shadow: none;
2404
2295
  }
2405
2296
  .p-button.p-button-help:not(:disabled):active,
2406
- .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2407
- .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2297
+ .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2298
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2408
2299
  background: rgba(156, 39, 176, 0.68);
2409
2300
  color: #ffffff;
2410
2301
  border-color: transparent;
2411
2302
  }
2412
2303
  .p-button.p-button-help.p-button-outlined,
2413
- .p-buttonset.p-button-help > .p-button.p-button-outlined,
2414
- .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2304
+ .p-buttonset.p-button-help > .p-button.p-button-outlined,
2305
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2415
2306
  background-color: transparent;
2416
2307
  color: #9c27b0;
2417
2308
  border: 0 none;
2418
2309
  }
2419
2310
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
2420
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2421
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2311
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2312
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2422
2313
  background: rgba(156, 39, 176, 0.04);
2423
2314
  color: #9c27b0;
2424
2315
  border: 0 none;
2425
2316
  }
2426
2317
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
2427
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2428
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2318
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2319
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2429
2320
  background: rgba(156, 39, 176, 0.16);
2430
2321
  color: #9c27b0;
2431
2322
  border: 0 none;
2432
2323
  }
2433
2324
  .p-button.p-button-help.p-button-text,
2434
- .p-buttonset.p-button-help > .p-button.p-button-text,
2435
- .p-splitbutton.p-button-help > .p-button.p-button-text {
2325
+ .p-buttonset.p-button-help > .p-button.p-button-text,
2326
+ .p-splitbutton.p-button-help > .p-button.p-button-text {
2436
2327
  background-color: transparent;
2437
2328
  color: #9c27b0;
2438
2329
  border-color: transparent;
2439
2330
  }
2440
2331
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
2441
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2442
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2332
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2333
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2443
2334
  background: rgba(156, 39, 176, 0.04);
2444
2335
  border-color: transparent;
2445
2336
  color: #9c27b0;
2446
2337
  }
2447
2338
  .p-button.p-button-help.p-button-text:not(:disabled):active,
2448
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2449
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2339
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2340
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2450
2341
  background: rgba(156, 39, 176, 0.16);
2451
2342
  border-color: transparent;
2452
2343
  color: #9c27b0;
2453
2344
  }
2454
-
2455
2345
  .p-button.p-button-danger,
2456
- .p-buttonset.p-button-danger > .p-button,
2457
- .p-splitbutton.p-button-danger > .p-button {
2346
+ .p-buttonset.p-button-danger > .p-button,
2347
+ .p-splitbutton.p-button-danger > .p-button {
2458
2348
  color: #ffffff;
2459
2349
  background: #d32f2f;
2460
2350
  border: 0 none;
2461
2351
  }
2462
2352
  .p-button.p-button-danger:not(:disabled):hover,
2463
- .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2464
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2353
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2354
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2465
2355
  background: rgba(211, 47, 47, 0.92);
2466
2356
  color: #ffffff;
2467
2357
  border-color: transparent;
2468
2358
  }
2469
2359
  .p-button.p-button-danger:not(:disabled):focus,
2470
- .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2471
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2360
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2361
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2472
2362
  box-shadow: none;
2473
2363
  }
2474
2364
  .p-button.p-button-danger:not(:disabled):active,
2475
- .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2476
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2365
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2366
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2477
2367
  background: rgba(211, 47, 47, 0.68);
2478
2368
  color: #ffffff;
2479
2369
  border-color: transparent;
2480
2370
  }
2481
2371
  .p-button.p-button-danger.p-button-outlined,
2482
- .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2483
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2372
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2373
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2484
2374
  background-color: transparent;
2485
2375
  color: #d32f2f;
2486
2376
  border: 0 none;
2487
2377
  }
2488
2378
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
2489
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2490
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2379
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2380
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2491
2381
  background: rgba(211, 47, 47, 0.04);
2492
2382
  color: #d32f2f;
2493
2383
  border: 0 none;
2494
2384
  }
2495
2385
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
2496
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2497
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2386
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2387
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2498
2388
  background: rgba(211, 47, 47, 0.16);
2499
2389
  color: #d32f2f;
2500
2390
  border: 0 none;
2501
2391
  }
2502
2392
  .p-button.p-button-danger.p-button-text,
2503
- .p-buttonset.p-button-danger > .p-button.p-button-text,
2504
- .p-splitbutton.p-button-danger > .p-button.p-button-text {
2393
+ .p-buttonset.p-button-danger > .p-button.p-button-text,
2394
+ .p-splitbutton.p-button-danger > .p-button.p-button-text {
2505
2395
  background-color: transparent;
2506
2396
  color: #d32f2f;
2507
2397
  border-color: transparent;
2508
2398
  }
2509
2399
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
2510
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2511
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2400
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2401
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2512
2402
  background: rgba(211, 47, 47, 0.04);
2513
2403
  border-color: transparent;
2514
2404
  color: #d32f2f;
2515
2405
  }
2516
2406
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
2517
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2518
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2407
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2408
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2519
2409
  background: rgba(211, 47, 47, 0.16);
2520
2410
  border-color: transparent;
2521
2411
  color: #d32f2f;
2522
2412
  }
2523
-
2524
2413
  .p-button.p-button-link {
2525
2414
  color: #3F51B5;
2526
2415
  background: transparent;
@@ -2544,7 +2433,6 @@
2544
2433
  color: #3F51B5;
2545
2434
  border-color: transparent;
2546
2435
  }
2547
-
2548
2436
  .p-speeddial-button.p-button.p-button-icon-only {
2549
2437
  width: 4rem;
2550
2438
  height: 4rem;
@@ -2556,17 +2444,14 @@
2556
2444
  width: 2rem;
2557
2445
  height: 2rem;
2558
2446
  }
2559
-
2560
2447
  .p-speeddial-list {
2561
2448
  outline: 0 none;
2562
2449
  }
2563
-
2564
2450
  .p-speeddial-item.p-focus > .p-speeddial-action {
2565
2451
  outline: 0 none;
2566
2452
  outline-offset: 0;
2567
2453
  box-shadow: none;
2568
2454
  }
2569
-
2570
2455
  .p-speeddial-action {
2571
2456
  width: 3rem;
2572
2457
  height: 3rem;
@@ -2577,52 +2462,45 @@
2577
2462
  background: rgba(255, 64, 129, 0.92);
2578
2463
  color: #fff;
2579
2464
  }
2580
-
2581
2465
  .p-speeddial-direction-up .p-speeddial-item {
2582
2466
  margin: 0.25rem 0;
2583
2467
  }
2584
2468
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2585
2469
  margin-bottom: 0.5rem;
2586
2470
  }
2587
-
2588
2471
  .p-speeddial-direction-down .p-speeddial-item {
2589
2472
  margin: 0.25rem 0;
2590
2473
  }
2591
2474
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2592
2475
  margin-top: 0.5rem;
2593
2476
  }
2594
-
2595
2477
  .p-speeddial-direction-left .p-speeddial-item {
2596
2478
  margin: 0 0.25rem;
2597
2479
  }
2598
2480
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2599
2481
  margin-right: 0.5rem;
2600
2482
  }
2601
-
2602
2483
  .p-speeddial-direction-right .p-speeddial-item {
2603
2484
  margin: 0 0.25rem;
2604
2485
  }
2605
2486
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2606
2487
  margin-left: 0.5rem;
2607
2488
  }
2608
-
2609
2489
  .p-speeddial-circle .p-speeddial-item,
2610
- .p-speeddial-semi-circle .p-speeddial-item,
2611
- .p-speeddial-quarter-circle .p-speeddial-item {
2490
+ .p-speeddial-semi-circle .p-speeddial-item,
2491
+ .p-speeddial-quarter-circle .p-speeddial-item {
2612
2492
  margin: 0;
2613
2493
  }
2614
2494
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2615
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2616
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2617
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2618
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2495
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2496
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2497
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2498
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2619
2499
  margin: 0;
2620
2500
  }
2621
-
2622
2501
  .p-speeddial-mask {
2623
2502
  background-color: rgba(0, 0, 0, 0.32);
2624
2503
  }
2625
-
2626
2504
  .p-splitbutton {
2627
2505
  border-radius: 4px;
2628
2506
  }
@@ -2700,7 +2578,6 @@
2700
2578
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2701
2579
  font-size: 1.25rem;
2702
2580
  }
2703
-
2704
2581
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2705
2582
  background-color: transparent;
2706
2583
  color: #ff4081;
@@ -2729,7 +2606,6 @@
2729
2606
  border-color: transparent;
2730
2607
  color: #ff4081;
2731
2608
  }
2732
-
2733
2609
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2734
2610
  background-color: transparent;
2735
2611
  color: #2196f3;
@@ -2758,7 +2634,6 @@
2758
2634
  border-color: transparent;
2759
2635
  color: #2196f3;
2760
2636
  }
2761
-
2762
2637
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2763
2638
  background-color: transparent;
2764
2639
  color: #689f38;
@@ -2787,7 +2662,6 @@
2787
2662
  border-color: transparent;
2788
2663
  color: #689f38;
2789
2664
  }
2790
-
2791
2665
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2792
2666
  background-color: transparent;
2793
2667
  color: #fbc02d;
@@ -2816,7 +2690,6 @@
2816
2690
  border-color: transparent;
2817
2691
  color: #fbc02d;
2818
2692
  }
2819
-
2820
2693
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2821
2694
  background-color: transparent;
2822
2695
  color: #9c27b0;
@@ -2845,7 +2718,6 @@
2845
2718
  border-color: transparent;
2846
2719
  color: #9c27b0;
2847
2720
  }
2848
-
2849
2721
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2850
2722
  background-color: transparent;
2851
2723
  color: #d32f2f;
@@ -2874,9 +2746,8 @@
2874
2746
  border-color: transparent;
2875
2747
  color: #d32f2f;
2876
2748
  }
2877
-
2878
2749
  .p-carousel .p-carousel-content .p-carousel-prev,
2879
- .p-carousel .p-carousel-content .p-carousel-next {
2750
+ .p-carousel .p-carousel-content .p-carousel-next {
2880
2751
  width: 2rem;
2881
2752
  height: 2rem;
2882
2753
  color: rgba(0, 0, 0, 0.6);
@@ -2887,13 +2758,13 @@
2887
2758
  margin: 0.5rem;
2888
2759
  }
2889
2760
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2890
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2761
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2891
2762
  color: rgba(0, 0, 0, 0.6);
2892
2763
  border-color: transparent;
2893
2764
  background: rgba(0, 0, 0, 0.04);
2894
2765
  }
2895
2766
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2896
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2767
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2897
2768
  outline: 0 none;
2898
2769
  outline-offset: 0;
2899
2770
  box-shadow: none;
@@ -2919,7 +2790,6 @@
2919
2790
  background: rgba(63, 81, 181, 0.12);
2920
2791
  color: #3F51B5;
2921
2792
  }
2922
-
2923
2793
  .p-datatable .p-paginator-top {
2924
2794
  border-width: 0 0 1px 0;
2925
2795
  border-radius: 0;
@@ -3013,9 +2883,9 @@
3013
2883
  padding: 0.75rem 0.75rem;
3014
2884
  }
3015
2885
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
3016
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
3017
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
3018
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2886
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2887
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2888
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
3019
2889
  width: 2rem;
3020
2890
  height: 2rem;
3021
2891
  color: rgba(0, 0, 0, 0.6);
@@ -3025,17 +2895,17 @@
3025
2895
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
3026
2896
  }
3027
2897
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
3028
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
3029
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
3030
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2898
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2899
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2900
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
3031
2901
  color: rgba(0, 0, 0, 0.6);
3032
2902
  border-color: transparent;
3033
2903
  background: rgba(0, 0, 0, 0.04);
3034
2904
  }
3035
2905
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
3036
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
3037
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
3038
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2906
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2907
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2908
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
3039
2909
  outline: 0 none;
3040
2910
  outline-offset: 0;
3041
2911
  box-shadow: none;
@@ -3065,12 +2935,12 @@
3065
2935
  background: #3F51B5;
3066
2936
  }
3067
2937
  .p-datatable .p-datatable-scrollable-header,
3068
- .p-datatable .p-datatable-scrollable-footer {
2938
+ .p-datatable .p-datatable-scrollable-footer {
3069
2939
  background: #ffffff;
3070
2940
  }
3071
2941
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
3072
- .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,
3073
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
2942
+ .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,
2943
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
3074
2944
  background-color: #ffffff;
3075
2945
  }
3076
2946
  .p-datatable .p-datatable-loading-icon {
@@ -3173,7 +3043,6 @@
3173
3043
  .p-datatable.p-datatable-lg .p-datatable-footer {
3174
3044
  padding: 0.9375rem 0.9375rem;
3175
3045
  }
3176
-
3177
3046
  .p-dataview .p-paginator-top {
3178
3047
  border-width: 0 0 1px 0;
3179
3048
  border-radius: 0;
@@ -3212,12 +3081,10 @@
3212
3081
  .p-dataview .p-dataview-emptymessage {
3213
3082
  padding: 0.75rem;
3214
3083
  }
3215
-
3216
3084
  .p-column-filter-row .p-column-filter-menu-button,
3217
- .p-column-filter-row .p-column-filter-clear-button {
3085
+ .p-column-filter-row .p-column-filter-clear-button {
3218
3086
  margin-left: 0.5rem;
3219
3087
  }
3220
-
3221
3088
  .p-column-filter-menu-button {
3222
3089
  width: 2rem;
3223
3090
  height: 2rem;
@@ -3245,7 +3112,6 @@
3245
3112
  outline-offset: 0;
3246
3113
  box-shadow: none;
3247
3114
  }
3248
-
3249
3115
  .p-column-filter-clear-button {
3250
3116
  width: 2rem;
3251
3117
  height: 2rem;
@@ -3265,7 +3131,6 @@
3265
3131
  outline-offset: 0;
3266
3132
  box-shadow: none;
3267
3133
  }
3268
-
3269
3134
  .p-column-filter-overlay {
3270
3135
  background: #ffffff;
3271
3136
  color: rgba(0, 0, 0, 0.87);
@@ -3303,7 +3168,6 @@
3303
3168
  border-top: 1px solid rgba(0, 0, 0, 0.12);
3304
3169
  margin: 0.5rem 0;
3305
3170
  }
3306
-
3307
3171
  .p-column-filter-overlay-menu .p-column-filter-operator {
3308
3172
  padding: 0.75rem;
3309
3173
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
@@ -3332,7 +3196,6 @@
3332
3196
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3333
3197
  padding: 0.75rem;
3334
3198
  }
3335
-
3336
3199
  .p-orderlist .p-orderlist-controls {
3337
3200
  padding: 0.75rem;
3338
3201
  }
@@ -3410,7 +3273,6 @@
3410
3273
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3411
3274
  background: rgba(0, 0, 0, 0.04);
3412
3275
  }
3413
-
3414
3276
  .p-orderlist-item.cdk-drag-preview {
3415
3277
  padding: 0.75rem 0.75rem;
3416
3278
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -3419,7 +3281,6 @@
3419
3281
  background: #ffffff;
3420
3282
  margin: 0;
3421
3283
  }
3422
-
3423
3284
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3424
3285
  background: rgba(0, 0, 0, 0.04);
3425
3286
  color: rgba(0, 0, 0, 0.87);
@@ -3458,7 +3319,6 @@
3458
3319
  outline-offset: 0;
3459
3320
  box-shadow: none;
3460
3321
  }
3461
-
3462
3322
  .p-paginator {
3463
3323
  background: #ffffff;
3464
3324
  color: rgba(0, 0, 0, 0.87);
@@ -3468,9 +3328,9 @@
3468
3328
  border-radius: 4px;
3469
3329
  }
3470
3330
  .p-paginator .p-paginator-first,
3471
- .p-paginator .p-paginator-prev,
3472
- .p-paginator .p-paginator-next,
3473
- .p-paginator .p-paginator-last {
3331
+ .p-paginator .p-paginator-prev,
3332
+ .p-paginator .p-paginator-next,
3333
+ .p-paginator .p-paginator-last {
3474
3334
  background-color: transparent;
3475
3335
  border: 0 none;
3476
3336
  color: rgba(0, 0, 0, 0.6);
@@ -3481,9 +3341,9 @@
3481
3341
  border-radius: 50%;
3482
3342
  }
3483
3343
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3484
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3485
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3486
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3344
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3345
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3346
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3487
3347
  background: rgba(0, 0, 0, 0.04);
3488
3348
  border-color: transparent;
3489
3349
  color: rgba(0, 0, 0, 0.6);
@@ -3540,7 +3400,6 @@
3540
3400
  border-color: transparent;
3541
3401
  color: rgba(0, 0, 0, 0.6);
3542
3402
  }
3543
-
3544
3403
  .p-picklist .p-picklist-buttons {
3545
3404
  padding: 0.75rem;
3546
3405
  }
@@ -3618,7 +3477,6 @@
3618
3477
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3619
3478
  background: rgba(0, 0, 0, 0.04);
3620
3479
  }
3621
-
3622
3480
  .p-picklist-item.cdk-drag-preview {
3623
3481
  padding: 0.75rem 0.75rem;
3624
3482
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -3627,7 +3485,6 @@
3627
3485
  background: #ffffff;
3628
3486
  margin: 0;
3629
3487
  }
3630
-
3631
3488
  .p-timeline .p-timeline-event-marker {
3632
3489
  border: 0 none;
3633
3490
  border-radius: 50%;
@@ -3639,20 +3496,19 @@
3639
3496
  background-color: #bdbdbd;
3640
3497
  }
3641
3498
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3642
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3499
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3643
3500
  padding: 0 1rem;
3644
3501
  }
3645
3502
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3646
3503
  width: 2px;
3647
3504
  }
3648
3505
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3649
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3506
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3650
3507
  padding: 1rem 0;
3651
3508
  }
3652
3509
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3653
3510
  height: 2px;
3654
3511
  }
3655
-
3656
3512
  .p-tree {
3657
3513
  border: 1px solid #e0e0e0;
3658
3514
  background: #ffffff;
@@ -3709,11 +3565,11 @@
3709
3565
  color: #3F51B5;
3710
3566
  }
3711
3567
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3712
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3568
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3713
3569
  color: #3F51B5;
3714
3570
  }
3715
3571
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3716
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3572
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3717
3573
  color: #3F51B5;
3718
3574
  }
3719
3575
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3786,7 +3642,6 @@
3786
3642
  outline-offset: 0;
3787
3643
  box-shadow: none;
3788
3644
  }
3789
-
3790
3645
  .p-treetable .p-paginator-top {
3791
3646
  border-width: 0 0 1px 0;
3792
3647
  border-radius: 0;
@@ -3926,7 +3781,7 @@
3926
3781
  background: #3F51B5;
3927
3782
  }
3928
3783
  .p-treetable .p-treetable-scrollable-header,
3929
- .p-treetable .p-treetable-scrollable-footer {
3784
+ .p-treetable .p-treetable-scrollable-footer {
3930
3785
  background: #ffffff;
3931
3786
  }
3932
3787
  .p-treetable .p-treetable-loading-icon {
@@ -3987,7 +3842,6 @@
3987
3842
  .p-treetable.p-treetable-lg .p-treetable-footer {
3988
3843
  padding: 0.9375rem 0.9375rem;
3989
3844
  }
3990
-
3991
3845
  .p-virtualscroller .p-virtualscroller-header {
3992
3846
  background: #ffffff;
3993
3847
  color: rgba(0, 0, 0, 0.87);
@@ -4012,7 +3866,6 @@
4012
3866
  border-bottom-left-radius: 4px;
4013
3867
  border-bottom-right-radius: 4px;
4014
3868
  }
4015
-
4016
3869
  .p-accordion .p-accordion-header .p-accordion-header-link {
4017
3870
  padding: 1.25rem;
4018
3871
  border: 0 none;
@@ -4085,7 +3938,6 @@
4085
3938
  border-bottom-right-radius: 4px;
4086
3939
  border-bottom-left-radius: 4px;
4087
3940
  }
4088
-
4089
3941
  .p-card {
4090
3942
  background: #ffffff;
4091
3943
  color: rgba(0, 0, 0, 0.87);
@@ -4111,7 +3963,6 @@
4111
3963
  .p-card .p-card-footer {
4112
3964
  padding: 0.75rem 0 0 0;
4113
3965
  }
4114
-
4115
3966
  .p-divider .p-divider-content {
4116
3967
  background-color: #ffffff;
4117
3968
  }
@@ -4135,7 +3986,6 @@
4135
3986
  .p-divider.p-divider-vertical .p-divider-content {
4136
3987
  padding: 0.5rem 0;
4137
3988
  }
4138
-
4139
3989
  .p-fieldset {
4140
3990
  border: 1px solid #e0e0e0;
4141
3991
  background: #ffffff;
@@ -4176,7 +4026,6 @@
4176
4026
  .p-fieldset .p-fieldset-content {
4177
4027
  padding: 0.75rem;
4178
4028
  }
4179
-
4180
4029
  .p-panel .p-panel-header {
4181
4030
  border: 1px solid #e0e0e0;
4182
4031
  padding: 0.75rem;
@@ -4243,12 +4092,16 @@
4243
4092
  width: 100%;
4244
4093
  text-align: center;
4245
4094
  }
4246
-
4247
4095
  .p-scrollpanel .p-scrollpanel-bar {
4248
4096
  background: rgba(0, 0, 0, 0.12);
4249
4097
  border: 0 none;
4098
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
4099
+ }
4100
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
4101
+ outline: 0 none;
4102
+ outline-offset: 0;
4103
+ box-shadow: none;
4250
4104
  }
4251
-
4252
4105
  .p-splitter {
4253
4106
  border: 1px solid #e0e0e0;
4254
4107
  background: #ffffff;
@@ -4262,10 +4115,14 @@
4262
4115
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
4263
4116
  background: rgba(0, 0, 0, 0.12);
4264
4117
  }
4118
+ .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
4119
+ outline: 0 none;
4120
+ outline-offset: 0;
4121
+ box-shadow: none;
4122
+ }
4265
4123
  .p-splitter .p-splitter-gutter-resizing {
4266
4124
  background: rgba(0, 0, 0, 0.12);
4267
4125
  }
4268
-
4269
4126
  .p-tabview .p-tabview-nav-content {
4270
4127
  scroll-padding-inline: 2.75rem;
4271
4128
  }
@@ -4334,7 +4191,6 @@
4334
4191
  border-bottom-right-radius: 4px;
4335
4192
  border-bottom-left-radius: 4px;
4336
4193
  }
4337
-
4338
4194
  .p-toolbar {
4339
4195
  background: #ffffff;
4340
4196
  border: 1px solid #e0e0e0;
@@ -4345,7 +4201,6 @@
4345
4201
  .p-toolbar .p-toolbar-separator {
4346
4202
  margin: 0 0.5rem;
4347
4203
  }
4348
-
4349
4204
  .p-confirm-popup {
4350
4205
  background: #ffffff;
4351
4206
  color: rgba(0, 0, 0, 0.87);
@@ -4393,7 +4248,6 @@
4393
4248
  .p-confirm-popup .p-confirm-popup-message {
4394
4249
  margin-left: 1rem;
4395
4250
  }
4396
-
4397
4251
  .p-dialog {
4398
4252
  border-radius: 4px;
4399
4253
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
@@ -4466,7 +4320,6 @@
4466
4320
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4467
4321
  margin-left: 1rem;
4468
4322
  }
4469
-
4470
4323
  .p-overlaypanel {
4471
4324
  background: #ffffff;
4472
4325
  color: rgba(0, 0, 0, 0.87);
@@ -4508,7 +4361,6 @@
4508
4361
  .p-overlaypanel.p-overlaypanel-flipped:before {
4509
4362
  border-top-color: #ffffff;
4510
4363
  }
4511
-
4512
4364
  .p-sidebar {
4513
4365
  background: #ffffff;
4514
4366
  color: rgba(0, 0, 0, 0.87);
@@ -4519,7 +4371,7 @@
4519
4371
  padding: 0.75rem;
4520
4372
  }
4521
4373
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4522
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4374
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4523
4375
  width: 2rem;
4524
4376
  height: 2rem;
4525
4377
  color: rgba(0, 0, 0, 0.6);
@@ -4529,13 +4381,13 @@
4529
4381
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4530
4382
  }
4531
4383
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4532
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4384
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4533
4385
  color: rgba(0, 0, 0, 0.6);
4534
4386
  border-color: transparent;
4535
4387
  background: rgba(0, 0, 0, 0.04);
4536
4388
  }
4537
4389
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4538
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4390
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4539
4391
  outline: 0 none;
4540
4392
  outline-offset: 0;
4541
4393
  box-shadow: none;
@@ -4549,7 +4401,6 @@
4549
4401
  .p-sidebar .p-sidebar-footer {
4550
4402
  padding: 0.75rem;
4551
4403
  }
4552
-
4553
4404
  .p-tooltip .p-tooltip-text {
4554
4405
  background: rgba(97, 97, 97, 0.9);
4555
4406
  color: #ffffff;
@@ -4569,7 +4420,6 @@
4569
4420
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4570
4421
  border-bottom-color: rgba(97, 97, 97, 0.9);
4571
4422
  }
4572
-
4573
4423
  .p-fileupload .p-fileupload-buttonbar {
4574
4424
  background: #ffffff;
4575
4425
  padding: 0.75rem;
@@ -4609,7 +4459,6 @@
4609
4459
  .p-fileupload.p-fileupload-advanced .p-message {
4610
4460
  margin-top: 0;
4611
4461
  }
4612
-
4613
4462
  .p-fileupload-choose:not(.p-disabled):hover {
4614
4463
  background: rgba(63, 81, 181, 0.92);
4615
4464
  color: #ffffff;
@@ -4620,7 +4469,6 @@
4620
4469
  color: #ffffff;
4621
4470
  border-color: transparent;
4622
4471
  }
4623
-
4624
4472
  .p-breadcrumb {
4625
4473
  background: #ffffff;
4626
4474
  border: 1px solid #e5e5e5;
@@ -4652,7 +4500,6 @@
4652
4500
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4653
4501
  color: rgba(0, 0, 0, 0.6);
4654
4502
  }
4655
-
4656
4503
  .p-contextmenu {
4657
4504
  padding: 0.5rem 0;
4658
4505
  background: #ffffff;
@@ -4700,7 +4547,7 @@
4700
4547
  color: rgba(0, 0, 0, 0.87);
4701
4548
  }
4702
4549
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4703
- .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4550
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4704
4551
  color: rgba(0, 0, 0, 0.6);
4705
4552
  }
4706
4553
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4714,7 +4561,7 @@
4714
4561
  color: rgba(0, 0, 0, 0.87);
4715
4562
  }
4716
4563
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4717
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4564
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4718
4565
  color: rgba(0, 0, 0, 0.87);
4719
4566
  }
4720
4567
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4725,7 +4572,7 @@
4725
4572
  color: rgba(0, 0, 0, 0.87);
4726
4573
  }
4727
4574
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4728
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4575
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4729
4576
  color: rgba(0, 0, 0, 0.6);
4730
4577
  }
4731
4578
  .p-contextmenu .p-menuitem-separator {
@@ -4739,7 +4586,6 @@
4739
4586
  width: 0.875rem;
4740
4587
  height: 0.875rem;
4741
4588
  }
4742
-
4743
4589
  .p-dock .p-dock-list-container {
4744
4590
  background: rgba(255, 255, 255, 0.1);
4745
4591
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -4763,32 +4609,31 @@
4763
4609
  height: 4rem;
4764
4610
  }
4765
4611
  .p-dock.p-dock-top .p-dock-item-second-prev,
4766
- .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4767
- .p-dock.p-dock-bottom .p-dock-item-second-next {
4612
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4613
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4768
4614
  margin: 0 0.9rem;
4769
4615
  }
4770
4616
  .p-dock.p-dock-top .p-dock-item-prev,
4771
- .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4772
- .p-dock.p-dock-bottom .p-dock-item-next {
4617
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4618
+ .p-dock.p-dock-bottom .p-dock-item-next {
4773
4619
  margin: 0 1.3rem;
4774
4620
  }
4775
4621
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4776
4622
  margin: 0 1.5rem;
4777
4623
  }
4778
4624
  .p-dock.p-dock-left .p-dock-item-second-prev,
4779
- .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4780
- .p-dock.p-dock-right .p-dock-item-second-next {
4625
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4626
+ .p-dock.p-dock-right .p-dock-item-second-next {
4781
4627
  margin: 0.9rem 0;
4782
4628
  }
4783
4629
  .p-dock.p-dock-left .p-dock-item-prev,
4784
- .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4785
- .p-dock.p-dock-right .p-dock-item-next {
4630
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4631
+ .p-dock.p-dock-right .p-dock-item-next {
4786
4632
  margin: 1.3rem 0;
4787
4633
  }
4788
4634
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4789
4635
  margin: 1.5rem 0;
4790
4636
  }
4791
-
4792
4637
  @media screen and (max-width: 960px) {
4793
4638
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4794
4639
  overflow-x: auto;
@@ -4847,7 +4692,7 @@
4847
4692
  color: rgba(0, 0, 0, 0.87);
4848
4693
  }
4849
4694
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4850
- .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4695
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4851
4696
  color: rgba(0, 0, 0, 0.6);
4852
4697
  }
4853
4698
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4861,7 +4706,7 @@
4861
4706
  color: rgba(0, 0, 0, 0.87);
4862
4707
  }
4863
4708
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4864
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4709
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4865
4710
  color: rgba(0, 0, 0, 0.87);
4866
4711
  }
4867
4712
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4872,7 +4717,7 @@
4872
4717
  color: rgba(0, 0, 0, 0.87);
4873
4718
  }
4874
4719
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4875
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4720
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4876
4721
  color: rgba(0, 0, 0, 0.6);
4877
4722
  }
4878
4723
  .p-megamenu .p-megamenu-panel {
@@ -4930,10 +4775,9 @@
4930
4775
  color: rgba(0, 0, 0, 0.87);
4931
4776
  }
4932
4777
  .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,
4933
- .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 {
4778
+ .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 {
4934
4779
  color: rgba(0, 0, 0, 0.6);
4935
4780
  }
4936
-
4937
4781
  .p-menu {
4938
4782
  padding: 0.5rem 0;
4939
4783
  background: #ffffff;
@@ -4970,7 +4814,7 @@
4970
4814
  color: rgba(0, 0, 0, 0.87);
4971
4815
  }
4972
4816
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4973
- .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4817
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4974
4818
  color: rgba(0, 0, 0, 0.6);
4975
4819
  }
4976
4820
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4984,7 +4828,7 @@
4984
4828
  color: rgba(0, 0, 0, 0.87);
4985
4829
  }
4986
4830
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4987
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4831
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4988
4832
  color: rgba(0, 0, 0, 0.87);
4989
4833
  }
4990
4834
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4995,7 +4839,7 @@
4995
4839
  color: rgba(0, 0, 0, 0.87);
4996
4840
  }
4997
4841
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4998
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4842
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4999
4843
  color: rgba(0, 0, 0, 0.6);
5000
4844
  }
5001
4845
  .p-menu.p-menu-overlay {
@@ -5029,7 +4873,6 @@
5029
4873
  padding-left: 0.5rem;
5030
4874
  padding-right: 0.5rem;
5031
4875
  }
5032
-
5033
4876
  .p-menubar {
5034
4877
  padding: 0.75rem;
5035
4878
  background: transparent;
@@ -5068,7 +4911,7 @@
5068
4911
  color: rgba(0, 0, 0, 0.87);
5069
4912
  }
5070
4913
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5071
- .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4914
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5072
4915
  color: rgba(0, 0, 0, 0.6);
5073
4916
  }
5074
4917
  .p-menubar .p-menuitem > .p-menuitem-content {
@@ -5099,7 +4942,7 @@
5099
4942
  color: rgba(0, 0, 0, 0.87);
5100
4943
  }
5101
4944
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5102
- .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4945
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5103
4946
  color: rgba(0, 0, 0, 0.6);
5104
4947
  }
5105
4948
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5113,7 +4956,7 @@
5113
4956
  color: rgba(0, 0, 0, 0.87);
5114
4957
  }
5115
4958
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5116
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4959
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5117
4960
  color: rgba(0, 0, 0, 0.87);
5118
4961
  }
5119
4962
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5124,7 +4967,7 @@
5124
4967
  color: rgba(0, 0, 0, 0.87);
5125
4968
  }
5126
4969
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5127
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4970
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5128
4971
  color: rgba(0, 0, 0, 0.6);
5129
4972
  }
5130
4973
  .p-menubar .p-submenu-list {
@@ -5141,7 +4984,6 @@
5141
4984
  .p-menubar .p-submenu-list .p-submenu-icon {
5142
4985
  font-size: 0.875rem;
5143
4986
  }
5144
-
5145
4987
  @media screen and (max-width: 960px) {
5146
4988
  .p-menubar {
5147
4989
  position: relative;
@@ -5316,7 +5158,7 @@
5316
5158
  color: rgba(0, 0, 0, 0.87);
5317
5159
  }
5318
5160
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5319
- .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5161
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5320
5162
  color: rgba(0, 0, 0, 0.6);
5321
5163
  }
5322
5164
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5330,7 +5172,7 @@
5330
5172
  color: rgba(0, 0, 0, 0.87);
5331
5173
  }
5332
5174
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5333
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5175
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5334
5176
  color: rgba(0, 0, 0, 0.87);
5335
5177
  }
5336
5178
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5341,7 +5183,7 @@
5341
5183
  color: rgba(0, 0, 0, 0.87);
5342
5184
  }
5343
5185
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5344
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5186
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5345
5187
  color: rgba(0, 0, 0, 0.6);
5346
5188
  }
5347
5189
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
@@ -5381,7 +5223,6 @@
5381
5223
  border-bottom-right-radius: 4px;
5382
5224
  border-bottom-left-radius: 4px;
5383
5225
  }
5384
-
5385
5226
  .p-slidemenu {
5386
5227
  padding: 0.5rem 0;
5387
5228
  background: #ffffff;
@@ -5424,7 +5265,7 @@
5424
5265
  color: rgba(0, 0, 0, 0.87);
5425
5266
  }
5426
5267
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5427
- .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5268
+ .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5428
5269
  color: rgba(0, 0, 0, 0.6);
5429
5270
  }
5430
5271
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5438,7 +5279,7 @@
5438
5279
  color: rgba(0, 0, 0, 0.87);
5439
5280
  }
5440
5281
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5441
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5282
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5442
5283
  color: rgba(0, 0, 0, 0.87);
5443
5284
  }
5444
5285
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5449,7 +5290,7 @@
5449
5290
  color: rgba(0, 0, 0, 0.87);
5450
5291
  }
5451
5292
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5452
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5293
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5453
5294
  color: rgba(0, 0, 0, 0.6);
5454
5295
  }
5455
5296
  .p-slidemenu.p-slidemenu-overlay {
@@ -5496,7 +5337,6 @@
5496
5337
  padding-left: 0.5rem;
5497
5338
  padding-right: 0.5rem;
5498
5339
  }
5499
-
5500
5340
  .p-steps .p-steps-item .p-menuitem-link {
5501
5341
  background: transparent;
5502
5342
  transition: none;
@@ -5541,7 +5381,6 @@
5541
5381
  position: absolute;
5542
5382
  margin-top: -1rem;
5543
5383
  }
5544
-
5545
5384
  .p-tabmenu .p-tabmenu-nav {
5546
5385
  background: #ffffff;
5547
5386
  border: solid rgba(0, 0, 0, 0.12);
@@ -5612,7 +5451,6 @@
5612
5451
  outline-offset: 0;
5613
5452
  box-shadow: inset none;
5614
5453
  }
5615
-
5616
5454
  .p-tieredmenu {
5617
5455
  padding: 0.5rem 0;
5618
5456
  background: #ffffff;
@@ -5663,7 +5501,7 @@
5663
5501
  color: rgba(0, 0, 0, 0.87);
5664
5502
  }
5665
5503
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5666
- .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5504
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5667
5505
  color: rgba(0, 0, 0, 0.6);
5668
5506
  }
5669
5507
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5677,7 +5515,7 @@
5677
5515
  color: rgba(0, 0, 0, 0.87);
5678
5516
  }
5679
5517
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5680
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5518
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5681
5519
  color: rgba(0, 0, 0, 0.87);
5682
5520
  }
5683
5521
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5688,7 +5526,7 @@
5688
5526
  color: rgba(0, 0, 0, 0.87);
5689
5527
  }
5690
5528
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5691
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5529
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5692
5530
  color: rgba(0, 0, 0, 0.6);
5693
5531
  }
5694
5532
  .p-tieredmenu .p-menuitem-separator {
@@ -5702,7 +5540,6 @@
5702
5540
  width: 0.875rem;
5703
5541
  height: 0.875rem;
5704
5542
  }
5705
-
5706
5543
  .p-inline-message {
5707
5544
  padding: 0.75rem 0.75rem;
5708
5545
  margin: 0;
@@ -5758,7 +5595,6 @@
5758
5595
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5759
5596
  margin-right: 0;
5760
5597
  }
5761
-
5762
5598
  .p-message {
5763
5599
  margin: 0.75rem 0;
5764
5600
  border-radius: 4px;
@@ -5847,7 +5683,6 @@
5847
5683
  .p-message .p-message-detail {
5848
5684
  margin-left: 0.5rem;
5849
5685
  }
5850
-
5851
5686
  .p-toast {
5852
5687
  opacity: 0.9;
5853
5688
  }
@@ -5898,7 +5733,7 @@
5898
5733
  color: #01579b;
5899
5734
  }
5900
5735
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5901
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5736
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5902
5737
  color: #01579b;
5903
5738
  }
5904
5739
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5908,7 +5743,7 @@
5908
5743
  color: #1b5e20;
5909
5744
  }
5910
5745
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5911
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5746
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5912
5747
  color: #1b5e20;
5913
5748
  }
5914
5749
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5918,7 +5753,7 @@
5918
5753
  color: #7f6003;
5919
5754
  }
5920
5755
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5921
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5756
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5922
5757
  color: #7f6003;
5923
5758
  }
5924
5759
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5928,10 +5763,9 @@
5928
5763
  color: #b71c1c;
5929
5764
  }
5930
5765
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5931
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5766
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5932
5767
  color: #b71c1c;
5933
5768
  }
5934
-
5935
5769
  .p-galleria .p-galleria-close {
5936
5770
  margin: 0.5rem;
5937
5771
  background: transparent;
@@ -5962,7 +5796,7 @@
5962
5796
  margin: 0 0.5rem;
5963
5797
  }
5964
5798
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5965
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5799
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5966
5800
  font-size: 2rem;
5967
5801
  }
5968
5802
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
@@ -6019,7 +5853,7 @@
6019
5853
  padding: 1rem 0.25rem;
6020
5854
  }
6021
5855
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
6022
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5856
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
6023
5857
  margin: 0.5rem;
6024
5858
  background-color: transparent;
6025
5859
  color: rgba(255, 255, 255, 0.87);
@@ -6029,7 +5863,7 @@
6029
5863
  border-radius: 50%;
6030
5864
  }
6031
5865
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
6032
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5866
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
6033
5867
  background: rgba(255, 255, 255, 0.1);
6034
5868
  color: rgba(255, 255, 255, 0.87);
6035
5869
  }
@@ -6038,29 +5872,23 @@
6038
5872
  outline-offset: 0;
6039
5873
  box-shadow: none;
6040
5874
  }
6041
-
6042
5875
  .p-galleria-mask {
6043
5876
  --maskbg: rgba(0, 0, 0, 0.9);
6044
5877
  }
6045
-
6046
5878
  .p-image-mask {
6047
5879
  --maskbg: rgba(0, 0, 0, 0.9);
6048
5880
  }
6049
-
6050
5881
  .p-image-preview-indicator {
6051
5882
  background-color: transparent;
6052
5883
  color: #f8f9fa;
6053
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
6054
5885
  }
6055
-
6056
5886
  .p-image-preview-container:hover > .p-image-preview-indicator {
6057
5887
  background-color: rgba(0, 0, 0, 0.5);
6058
5888
  }
6059
-
6060
5889
  .p-image-toolbar {
6061
5890
  padding: 1rem;
6062
5891
  }
6063
-
6064
5892
  .p-image-action.p-link {
6065
5893
  color: #f8f9fa;
6066
5894
  background-color: transparent;
@@ -6084,7 +5912,6 @@
6084
5912
  width: 1.5rem;
6085
5913
  height: 1.5rem;
6086
5914
  }
6087
-
6088
5915
  .p-avatar {
6089
5916
  background-color: rgba(0, 0, 0, 0.12);
6090
5917
  border-radius: 4px;
@@ -6105,11 +5932,9 @@
6105
5932
  .p-avatar.p-avatar-xl .p-avatar-icon {
6106
5933
  font-size: 2rem;
6107
5934
  }
6108
-
6109
5935
  .p-avatar-group .p-avatar {
6110
5936
  border: 2px solid #ffffff;
6111
5937
  }
6112
-
6113
5938
  .p-badge {
6114
5939
  background: #3F51B5;
6115
5940
  color: #ffffff;
@@ -6151,7 +5976,6 @@
6151
5976
  height: 3rem;
6152
5977
  line-height: 3rem;
6153
5978
  }
6154
-
6155
5979
  .p-chip {
6156
5980
  background-color: rgba(0, 0, 0, 0.12);
6157
5981
  color: rgba(0, 0, 0, 0.87);
@@ -6187,7 +6011,6 @@
6187
6011
  .p-chip .pi-chip-remove-icon:focus {
6188
6012
  outline: 0 none;
6189
6013
  }
6190
-
6191
6014
  .p-inplace .p-inplace-display {
6192
6015
  padding: 1rem 1rem;
6193
6016
  border-radius: 4px;
@@ -6202,7 +6025,6 @@
6202
6025
  outline-offset: 0;
6203
6026
  box-shadow: none;
6204
6027
  }
6205
-
6206
6028
  .p-progressbar {
6207
6029
  border: 0 none;
6208
6030
  height: 4px;
@@ -6218,7 +6040,6 @@
6218
6040
  color: #ffffff;
6219
6041
  line-height: 4px;
6220
6042
  }
6221
-
6222
6043
  .p-scrolltop {
6223
6044
  width: 3rem;
6224
6045
  height: 3rem;
@@ -6240,7 +6061,6 @@
6240
6061
  width: 1.5rem;
6241
6062
  height: 1.5rem;
6242
6063
  }
6243
-
6244
6064
  .p-skeleton {
6245
6065
  background-color: rgba(0, 0, 0, 0.08);
6246
6066
  border-radius: 4px;
@@ -6248,7 +6068,6 @@
6248
6068
  .p-skeleton:after {
6249
6069
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
6250
6070
  }
6251
-
6252
6071
  .p-tag {
6253
6072
  background: #3F51B5;
6254
6073
  color: #ffffff;
@@ -6281,7 +6100,6 @@
6281
6100
  width: 0.75rem;
6282
6101
  height: 0.75rem;
6283
6102
  }
6284
-
6285
6103
  .p-terminal {
6286
6104
  background: #ffffff;
6287
6105
  color: rgba(0, 0, 0, 0.87);
@@ -6333,11 +6151,9 @@
6333
6151
  .p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
6334
6152
  opacity: 0.38;
6335
6153
  }
6336
-
6337
6154
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
6338
6155
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
6339
6156
  }
6340
-
6341
6157
  .p-input-filled .p-autocomplete .p-autocomplete-multiple-container {
6342
6158
  border-bottom-left-radius: 0;
6343
6159
  border-bottom-right-radius: 0;
@@ -6367,11 +6183,9 @@
6367
6183
  background-image: none;
6368
6184
  background: transparent;
6369
6185
  }
6370
-
6371
6186
  .p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
6372
6187
  padding: 0.25rem 1rem;
6373
6188
  }
6374
-
6375
6189
  .p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
6376
6190
  padding-top: 0;
6377
6191
  padding-bottom: 0;
@@ -6401,21 +6215,18 @@
6401
6215
  box-shadow: none;
6402
6216
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
6403
6217
  }
6404
-
6405
6218
  p-autocomplete.ng-dirty.ng-invalid .p-autocomplete > .p-inputtext:enabled:focus {
6406
6219
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6407
6220
  }
6408
6221
  p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
6409
6222
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6410
6223
  }
6411
-
6412
6224
  .p-breadcrumb .p-menuitem-link {
6413
6225
  padding: 0.25rem 0.5rem;
6414
6226
  }
6415
6227
  .p-breadcrumb .p-menuitem-link:focus {
6416
6228
  background: rgba(0, 0, 0, 0.12);
6417
6229
  }
6418
-
6419
6230
  .p-button {
6420
6231
  font-weight: 500;
6421
6232
  min-width: 4rem;
@@ -6467,7 +6278,6 @@
6467
6278
  .p-button.p-button-raised:enabled:focus {
6468
6279
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
6469
6280
  }
6470
-
6471
6281
  .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
6472
6282
  background: rgba(255, 64, 129, 0.76);
6473
6283
  }
@@ -6483,7 +6293,6 @@
6483
6293
  .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink {
6484
6294
  background-color: rgba(255, 64, 129, 0.16);
6485
6295
  }
6486
-
6487
6296
  .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
6488
6297
  background: rgba(33, 150, 243, 0.76);
6489
6298
  }
@@ -6499,7 +6308,6 @@
6499
6308
  .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink {
6500
6309
  background-color: rgba(33, 150, 243, 0.16);
6501
6310
  }
6502
-
6503
6311
  .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
6504
6312
  background: rgba(104, 159, 56, 0.76);
6505
6313
  }
@@ -6515,7 +6323,6 @@
6515
6323
  .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink {
6516
6324
  background-color: rgba(104, 159, 56, 0.16);
6517
6325
  }
6518
-
6519
6326
  .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
6520
6327
  background: rgba(251, 192, 45, 0.76);
6521
6328
  }
@@ -6531,7 +6338,6 @@
6531
6338
  .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink {
6532
6339
  background-color: rgba(251, 192, 45, 0.16);
6533
6340
  }
6534
-
6535
6341
  .p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
6536
6342
  background: rgba(156, 39, 176, 0.76);
6537
6343
  }
@@ -6547,7 +6353,6 @@
6547
6353
  .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink {
6548
6354
  background-color: rgba(156, 39, 176, 0.16);
6549
6355
  }
6550
-
6551
6356
  .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
6552
6357
  background: rgba(211, 47, 47, 0.76);
6553
6358
  }
@@ -6563,7 +6368,6 @@
6563
6368
  .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink {
6564
6369
  background-color: rgba(211, 47, 47, 0.16);
6565
6370
  }
6566
-
6567
6371
  .p-calendar-w-btn {
6568
6372
  border: 1px solid rgba(0, 0, 0, 0.38);
6569
6373
  background: #ffffff;
@@ -6610,7 +6414,6 @@
6610
6414
  .p-calendar-w-btn.p-calendar-disabled .p-inputtext {
6611
6415
  opacity: 1;
6612
6416
  }
6613
-
6614
6417
  .p-datepicker .p-datepicker-header {
6615
6418
  border-bottom: 0 none;
6616
6419
  }
@@ -6636,7 +6439,6 @@
6636
6439
  .p-datepicker table td.p-datepicker-today.p-highlight {
6637
6440
  box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12);
6638
6441
  }
6639
-
6640
6442
  p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
6641
6443
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6642
6444
  }
@@ -6649,7 +6451,6 @@
6649
6451
  p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
6650
6452
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6651
6453
  }
6652
-
6653
6454
  .p-input-filled .p-calendar-w-btn {
6654
6455
  border-bottom-left-radius: 0;
6655
6456
  border-bottom-right-radius: 0;
@@ -6705,7 +6506,6 @@
6705
6506
  border: 0 none;
6706
6507
  background-image: none;
6707
6508
  }
6708
-
6709
6509
  .p-cascadeselect .p-inputtext, .p-cascadeselect .p-cascadeselect-trigger {
6710
6510
  background-image: none;
6711
6511
  background: transparent;
@@ -6716,11 +6516,9 @@
6716
6516
  .p-cascadeselect:not(.p-disabled).p-focus {
6717
6517
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
6718
6518
  }
6719
-
6720
6519
  .p-cascadeselect-item .p-ink {
6721
6520
  background-color: rgba(63, 81, 181, 0.16);
6722
6521
  }
6723
-
6724
6522
  .p-input-filled .p-cascadeselect {
6725
6523
  border-bottom-left-radius: 0;
6726
6524
  border-bottom-right-radius: 0;
@@ -6768,7 +6566,6 @@
6768
6566
  box-shadow: none;
6769
6567
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
6770
6568
  }
6771
-
6772
6569
  .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
6773
6570
  padding-top: 1.25rem;
6774
6571
  padding-bottom: 0.25rem;
@@ -6788,16 +6585,13 @@
6788
6585
  box-shadow: none;
6789
6586
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
6790
6587
  }
6791
-
6792
6588
  p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
6793
6589
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6794
6590
  }
6795
-
6796
6591
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6797
6592
  background: #ff4081;
6798
6593
  color: #ffffff;
6799
6594
  }
6800
-
6801
6595
  .p-checkbox {
6802
6596
  border-radius: 50%;
6803
6597
  transition: box-shadow 0.2s;
@@ -6839,14 +6633,12 @@
6839
6633
  .p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
6840
6634
  box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12);
6841
6635
  }
6842
-
6843
6636
  .p-input-filled .p-checkbox .p-checkbox-box {
6844
6637
  background-color: #ffffff;
6845
6638
  }
6846
6639
  .p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
6847
6640
  background-color: #ffffff;
6848
6641
  }
6849
-
6850
6642
  @keyframes checkbox-check {
6851
6643
  0% {
6852
6644
  width: 0;
@@ -6869,7 +6661,6 @@
6869
6661
  .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6870
6662
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
6871
6663
  }
6872
-
6873
6664
  .p-input-filled .p-chips-multiple-container {
6874
6665
  border-bottom-left-radius: 0;
6875
6666
  border-bottom-right-radius: 0;
@@ -6899,11 +6690,9 @@
6899
6690
  background-image: none;
6900
6691
  background: transparent;
6901
6692
  }
6902
-
6903
6693
  .p-float-label .p-chips-multiple-container .p-chips-token {
6904
6694
  padding: 0.25rem 1rem;
6905
6695
  }
6906
-
6907
6696
  .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
6908
6697
  padding-top: 0;
6909
6698
  padding-bottom: 0;
@@ -6925,11 +6714,9 @@
6925
6714
  box-shadow: none;
6926
6715
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
6927
6716
  }
6928
-
6929
6717
  p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6930
6718
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
6931
6719
  }
6932
-
6933
6720
  .p-datatable .p-sortable-column {
6934
6721
  outline: 0 none;
6935
6722
  }
@@ -6942,14 +6729,12 @@
6942
6729
  .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
6943
6730
  background-color: rgba(0, 0, 0, 0.03);
6944
6731
  }
6945
-
6946
6732
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6947
6733
  box-shadow: inset 0 2px 0 0 #3F51B5;
6948
6734
  }
6949
6735
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
6950
6736
  box-shadow: inset 0 -2px 0 0 #3F51B5;
6951
6737
  }
6952
-
6953
6738
  .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
6954
6739
  background-image: none;
6955
6740
  background: transparent;
@@ -6960,11 +6745,9 @@
6960
6745
  .p-dropdown:not(.p-disabled).p-focus {
6961
6746
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
6962
6747
  }
6963
-
6964
6748
  .p-dropdown-item .p-ink {
6965
6749
  background-color: rgba(63, 81, 181, 0.16);
6966
6750
  }
6967
-
6968
6751
  .p-input-filled .p-dropdown {
6969
6752
  border-bottom-left-radius: 0;
6970
6753
  border-bottom-right-radius: 0;
@@ -7008,11 +6791,9 @@
7008
6791
  box-shadow: none;
7009
6792
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
7010
6793
  }
7011
-
7012
6794
  p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
7013
6795
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7014
6796
  }
7015
-
7016
6797
  .p-galleria .p-galleria-indicators {
7017
6798
  padding: 1rem;
7018
6799
  }
@@ -7024,14 +6805,12 @@
7024
6805
  background: rgba(255, 64, 129, 0.68);
7025
6806
  color: #ffffff;
7026
6807
  }
7027
-
7028
6808
  .p-inputtext:enabled:focus {
7029
6809
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
7030
6810
  }
7031
6811
  .p-inputtext:enabled:focus.ng-invalid.ng-dirty {
7032
6812
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7033
6813
  }
7034
-
7035
6814
  .p-input-filled .p-inputtext {
7036
6815
  border-bottom-left-radius: 0;
7037
6816
  border-bottom-right-radius: 0;
@@ -7061,7 +6840,6 @@
7061
6840
  box-shadow: none;
7062
6841
  border-color: transparent;
7063
6842
  }
7064
-
7065
6843
  .p-input-filled .p-inputgroup .p-inputgroup-addon {
7066
6844
  border-bottom-left-radius: 0;
7067
6845
  border-bottom-right-radius: 0;
@@ -7076,26 +6854,24 @@
7076
6854
  border-right-color: transparent;
7077
6855
  }
7078
6856
  .p-input-filled .p-inputgroup-addon:first-child,
7079
- .p-input-filled .p-inputgroup button:first-child,
7080
- .p-input-filled .p-inputgroup input:first-child {
6857
+ .p-input-filled .p-inputgroup button:first-child,
6858
+ .p-input-filled .p-inputgroup input:first-child {
7081
6859
  border-bottom-left-radius: 0;
7082
6860
  }
7083
6861
  .p-input-filled .p-inputgroup .p-float-label:first-child input {
7084
6862
  border-bottom-left-radius: 0;
7085
6863
  }
7086
6864
  .p-input-filled .p-inputgroup-addon:last-child,
7087
- .p-input-filled .p-inputgroup button:last-child,
7088
- .p-input-filled .p-inputgroup input:last-child {
6865
+ .p-input-filled .p-inputgroup button:last-child,
6866
+ .p-input-filled .p-inputgroup input:last-child {
7089
6867
  border-bottom-right-radius: 0;
7090
6868
  }
7091
6869
  .p-input-filled .p-inputgroup .p-float-label:last-child input {
7092
6870
  border-bottom-right-radius: 0;
7093
6871
  }
7094
-
7095
6872
  p-inputmask.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
7096
6873
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7097
6874
  }
7098
-
7099
6875
  .p-input-filled p-inputmask.ng-dirty.ng-invalid .p-inputtext {
7100
6876
  border-color: transparent;
7101
6877
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
@@ -7104,11 +6880,9 @@
7104
6880
  box-shadow: none;
7105
6881
  border-color: transparent;
7106
6882
  }
7107
-
7108
6883
  p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
7109
6884
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7110
6885
  }
7111
-
7112
6886
  .p-input-filled p-inputnumber.ng-dirty.ng-invalid .p-inputtext {
7113
6887
  border-color: transparent;
7114
6888
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
@@ -7117,7 +6891,6 @@
7117
6891
  box-shadow: none;
7118
6892
  border-color: transparent;
7119
6893
  }
7120
-
7121
6894
  .p-inputswitch .p-inputswitch-slider:before {
7122
6895
  transition-property: box-shadow transform;
7123
6896
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
@@ -7134,51 +6907,45 @@
7134
6907
  .p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
7135
6908
  box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
7136
6909
  }
7137
-
7138
6910
  .p-fieldset .p-fieldset-legend {
7139
6911
  border: 0 none;
7140
6912
  }
7141
6913
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
7142
6914
  background: rgba(0, 0, 0, 0.12);
7143
6915
  }
7144
-
7145
6916
  .p-float-label input:focus ~ label,
7146
- .p-float-label input.p-filled ~ label,
7147
- .p-float-label textarea:focus ~ label,
7148
- .p-float-label textarea.p-filled ~ label,
7149
- .p-float-label .p-inputwrapper-focus ~ label,
7150
- .p-float-label .p-inputwrapper-filled ~ label {
6917
+ .p-float-label input.p-filled ~ label,
6918
+ .p-float-label textarea:focus ~ label,
6919
+ .p-float-label textarea.p-filled ~ label,
6920
+ .p-float-label .p-inputwrapper-focus ~ label,
6921
+ .p-float-label .p-inputwrapper-filled ~ label {
7151
6922
  top: -0.5rem !important;
7152
6923
  background-color: #ffffff;
7153
6924
  padding: 2px 4px;
7154
6925
  margin-left: -4px;
7155
6926
  margin-top: 0;
7156
6927
  }
7157
-
7158
6928
  .p-float-label textarea ~ label {
7159
6929
  margin-top: 0;
7160
6930
  }
7161
-
7162
6931
  .p-float-label input:focus ~ label,
7163
- .p-float-label .p-inputwrapper-focus ~ label {
6932
+ .p-float-label .p-inputwrapper-focus ~ label {
7164
6933
  color: #3F51B5;
7165
6934
  }
7166
-
7167
6935
  .p-input-filled .p-float-label .p-inputtext {
7168
6936
  padding-top: 1.25rem;
7169
6937
  padding-bottom: 0.25rem;
7170
6938
  }
7171
6939
  .p-input-filled .p-float-label input:focus ~ label,
7172
- .p-input-filled .p-float-label input.p-filled ~ label,
7173
- .p-input-filled .p-float-label textarea:focus ~ label,
7174
- .p-input-filled .p-float-label textarea.p-filled ~ label,
7175
- .p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
7176
- .p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
6940
+ .p-input-filled .p-float-label input.p-filled ~ label,
6941
+ .p-input-filled .p-float-label textarea:focus ~ label,
6942
+ .p-input-filled .p-float-label textarea.p-filled ~ label,
6943
+ .p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
6944
+ .p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
7177
6945
  top: 0.25rem !important;
7178
6946
  margin-top: 0;
7179
6947
  background: transparent;
7180
6948
  }
7181
-
7182
6949
  .p-listbox .p-listbox-list .p-listbox-item .p-ink {
7183
6950
  background-color: rgba(63, 81, 181, 0.16);
7184
6951
  }
@@ -7188,25 +6955,21 @@
7188
6955
  .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
7189
6956
  background: rgba(63, 81, 181, 0.24);
7190
6957
  }
7191
-
7192
6958
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
7193
6959
  background: rgba(0, 0, 0, 0.12);
7194
6960
  }
7195
6961
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
7196
6962
  background: rgba(0, 0, 0, 0.12);
7197
6963
  }
7198
-
7199
6964
  .p-menu .p-menuitem .p-menuitem-link:focus {
7200
6965
  background: rgba(0, 0, 0, 0.12);
7201
6966
  }
7202
-
7203
6967
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
7204
6968
  background: rgba(0, 0, 0, 0.12);
7205
6969
  }
7206
6970
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
7207
6971
  background: rgba(0, 0, 0, 0.12);
7208
6972
  }
7209
-
7210
6973
  .p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
7211
6974
  background-image: none;
7212
6975
  background: transparent;
@@ -7217,7 +6980,6 @@
7217
6980
  .p-multiselect:not(.p-disabled).p-focus {
7218
6981
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
7219
6982
  }
7220
-
7221
6983
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
7222
6984
  background-color: rgba(63, 81, 181, 0.16);
7223
6985
  }
@@ -7230,7 +6992,6 @@
7230
6992
  .p-multiselect-panel .p-multiselect-close:focus {
7231
6993
  background: rgba(0, 0, 0, 0.12);
7232
6994
  }
7233
-
7234
6995
  .p-input-filled .p-multiselect {
7235
6996
  border-bottom-left-radius: 0;
7236
6997
  border-bottom-right-radius: 0;
@@ -7264,13 +7025,11 @@
7264
7025
  background-image: none;
7265
7026
  background: transparent;
7266
7027
  }
7267
-
7268
7028
  .p-float-label .p-multiselect-label .p-multiselect-token {
7269
7029
  padding: 0.25rem 1rem;
7270
7030
  margin-top: 0.25rem;
7271
7031
  margin-bottom: 0.25rem;
7272
7032
  }
7273
-
7274
7033
  .p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
7275
7034
  padding-top: 1.25rem;
7276
7035
  padding-bottom: 0.25rem;
@@ -7299,22 +7058,18 @@
7299
7058
  box-shadow: none;
7300
7059
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
7301
7060
  }
7302
-
7303
7061
  p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
7304
7062
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7305
7063
  }
7306
-
7307
7064
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
7308
7065
  background: rgba(0, 0, 0, 0.12);
7309
7066
  }
7310
7067
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
7311
7068
  background: rgba(63, 81, 181, 0.24);
7312
7069
  }
7313
-
7314
7070
  .p-overlaypanel .p-overlaypanel-content {
7315
7071
  padding: 1.5rem;
7316
7072
  }
7317
-
7318
7073
  .p-paginator {
7319
7074
  justify-content: flex-end;
7320
7075
  }
@@ -7324,14 +7079,13 @@
7324
7079
  .p-paginator .p-paginator-element:focus.p-highlight {
7325
7080
  background: rgba(63, 81, 181, 0.24);
7326
7081
  }
7327
-
7328
7082
  .p-panel {
7329
7083
  border-radius: 4px;
7330
7084
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
7331
7085
  }
7332
7086
  .p-panel .p-panel-header,
7333
- .p-panel .p-panel-content,
7334
- .p-panel .p-panel-footer {
7087
+ .p-panel .p-panel-content,
7088
+ .p-panel .p-panel-footer {
7335
7089
  border: 0 none;
7336
7090
  }
7337
7091
  .p-panel .p-panel-content {
@@ -7343,7 +7097,6 @@
7343
7097
  .p-panel .p-panel-header-icon:focus {
7344
7098
  background: rgba(0, 0, 0, 0.12);
7345
7099
  }
7346
-
7347
7100
  .p-panelmenu .p-panelmenu-panel {
7348
7101
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
7349
7102
  margin-bottom: 0;
@@ -7379,21 +7132,18 @@
7379
7132
  .p-panelmenu .p-panelmenu-panel .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
7380
7133
  background: rgba(0, 0, 0, 0.12);
7381
7134
  }
7382
-
7383
7135
  .p-picklist .p-picklist-list .p-picklist-item:focus {
7384
7136
  background: rgba(0, 0, 0, 0.12);
7385
7137
  }
7386
7138
  .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
7387
7139
  background: rgba(63, 81, 181, 0.24);
7388
7140
  }
7389
-
7390
7141
  .p-progressbar {
7391
7142
  border-radius: 0;
7392
7143
  }
7393
7144
  .p-progressbar .p-progressbar-label {
7394
7145
  display: none !important;
7395
7146
  }
7396
-
7397
7147
  .p-radiobutton {
7398
7148
  border-radius: 50%;
7399
7149
  transition: box-shadow 0.2s;
@@ -7419,14 +7169,12 @@
7419
7169
  .p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
7420
7170
  box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12);
7421
7171
  }
7422
-
7423
7172
  .p-input-filled .p-radiobutton .p-radiobutton-box {
7424
7173
  background-color: #ffffff;
7425
7174
  }
7426
7175
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
7427
7176
  background-color: #ffffff;
7428
7177
  }
7429
-
7430
7178
  .p-rating {
7431
7179
  gap: 0;
7432
7180
  }
@@ -7448,7 +7196,6 @@
7448
7196
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
7449
7197
  background: rgba(176, 0, 32, 0.04);
7450
7198
  }
7451
-
7452
7199
  .p-selectbutton .p-button:focus {
7453
7200
  background: #e0e0e1;
7454
7201
  border-color: #e0e0e1;
@@ -7457,14 +7204,12 @@
7457
7204
  background: #d9d8d9;
7458
7205
  border-color: #d9d8d9;
7459
7206
  }
7460
-
7461
7207
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
7462
7208
  background: rgba(0, 0, 0, 0.12);
7463
7209
  }
7464
7210
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
7465
7211
  background: rgba(0, 0, 0, 0.12);
7466
7212
  }
7467
-
7468
7213
  .p-slider .p-slider-handle {
7469
7214
  transition: transform 0.2s, box-shadow 0.2s;
7470
7215
  transform: scale(0.7);
@@ -7475,7 +7220,6 @@
7475
7220
  .p-slider.p-slider-sliding .p-slider-handle {
7476
7221
  transform: scale(1);
7477
7222
  }
7478
-
7479
7223
  .p-steps {
7480
7224
  padding: 1rem 0;
7481
7225
  }
@@ -7528,7 +7272,6 @@
7528
7272
  .p-steps .p-steps-item.p-disabled {
7529
7273
  opacity: 1;
7530
7274
  }
7531
-
7532
7275
  .p-tabview .p-tabview-nav {
7533
7276
  position: relative;
7534
7277
  }
@@ -7551,11 +7294,9 @@
7551
7294
  background-color: #3F51B5;
7552
7295
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
7553
7296
  }
7554
-
7555
7297
  .p-toolbar {
7556
7298
  border: 0 none;
7557
7299
  }
7558
-
7559
7300
  .p-tooltip .p-tooltip-text {
7560
7301
  box-shadow: none;
7561
7302
  font-size: 0.875rem;
@@ -7563,14 +7304,12 @@
7563
7304
  .p-tooltip .p-tooltip-arrow {
7564
7305
  display: none;
7565
7306
  }
7566
-
7567
7307
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
7568
7308
  background: rgba(0, 0, 0, 0.12);
7569
7309
  }
7570
7310
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
7571
7311
  background: rgba(0, 0, 0, 0.12);
7572
7312
  }
7573
-
7574
7313
  .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
7575
7314
  background-image: none;
7576
7315
  background: transparent;
@@ -7581,11 +7320,9 @@
7581
7320
  .p-treeselect:not(.p-disabled).p-focus {
7582
7321
  box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
7583
7322
  }
7584
-
7585
7323
  .p-treeselect-item .p-ink {
7586
7324
  background-color: rgba(63, 81, 181, 0.16);
7587
7325
  }
7588
-
7589
7326
  .p-input-filled .p-treeselect {
7590
7327
  border-bottom-left-radius: 0;
7591
7328
  border-bottom-right-radius: 0;
@@ -7619,13 +7356,11 @@
7619
7356
  background-image: none;
7620
7357
  background: transparent;
7621
7358
  }
7622
-
7623
7359
  .p-float-label .p-treeselect-label .p-treeselect-token {
7624
7360
  padding: 0.25rem 1rem;
7625
7361
  margin-top: 0.25rem;
7626
7362
  margin-bottom: 0.25rem;
7627
7363
  }
7628
-
7629
7364
  .p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
7630
7365
  padding-top: 1.25rem;
7631
7366
  padding-bottom: 0.25rem;
@@ -7654,18 +7389,18 @@
7654
7389
  box-shadow: none;
7655
7390
  background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
7656
7391
  }
7657
-
7658
7392
  .p-treeselect.p-invalid:not(.p-disabled).p-focus {
7659
7393
  box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
7660
7394
  }
7661
-
7662
- .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
7395
+ .p-tree .p-tree-container .p-treenode {
7396
+ outline: 0 none;
7397
+ }
7398
+ .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
7663
7399
  background: rgba(0, 0, 0, 0.12);
7664
7400
  }
7665
- .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
7401
+ .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content.p-highlight {
7666
7402
  background: rgba(63, 81, 181, 0.24);
7667
7403
  }
7668
-
7669
7404
  .p-treetable .p-sortable-column {
7670
7405
  outline: 0 none;
7671
7406
  }
@@ -7678,7 +7413,6 @@
7678
7413
  .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
7679
7414
  background-color: rgba(0, 0, 0, 0.03);
7680
7415
  }
7681
-
7682
7416
  .p-tabmenu .p-tabmenu-nav {
7683
7417
  position: relative;
7684
7418
  }
@@ -7703,14 +7437,12 @@
7703
7437
  background-color: #3F51B5;
7704
7438
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
7705
7439
  }
7706
-
7707
7440
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
7708
7441
  margin: 0.5rem 0;
7709
7442
  }
7710
7443
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
7711
7444
  margin: 0 0.5rem;
7712
7445
  }
7713
-
7714
7446
  .p-togglebutton.p-button:focus {
7715
7447
  background: #e0e0e1;
7716
7448
  border-color: #e0e0e1;
@@ -7719,7 +7451,6 @@
7719
7451
  background: #d9d8d9;
7720
7452
  border-color: #d9d8d9;
7721
7453
  }
7722
-
7723
7454
  .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus {
7724
7455
  background: rgba(63, 81, 181, 0.12);
7725
7456
  }
@@ -7751,47 +7482,54 @@
7751
7482
  .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus {
7752
7483
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
7753
7484
  }
7754
-
7755
7485
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus {
7756
7486
  background: rgba(255, 64, 129, 0.12);
7757
7487
  }
7758
7488
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
7759
7489
  background: rgba(255, 64, 129, 0.16);
7760
7490
  }
7761
-
7762
7491
  .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus {
7763
7492
  background: rgba(33, 150, 243, 0.12);
7764
7493
  }
7765
7494
  .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active {
7766
7495
  background: rgba(33, 150, 243, 0.16);
7767
7496
  }
7768
-
7769
7497
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus {
7770
7498
  background: rgba(104, 159, 56, 0.12);
7771
7499
  }
7772
7500
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
7773
7501
  background: rgba(104, 159, 56, 0.16);
7774
7502
  }
7775
-
7776
7503
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus {
7777
7504
  background: rgba(251, 192, 45, 0.12);
7778
7505
  }
7779
7506
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
7780
7507
  background: rgba(251, 192, 45, 0.16);
7781
7508
  }
7782
-
7783
7509
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus {
7784
7510
  background: rgba(156, 39, 176, 0.12);
7785
7511
  }
7786
7512
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
7787
7513
  background: rgba(156, 39, 176, 0.16);
7788
7514
  }
7789
-
7790
7515
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus {
7791
7516
  background: rgba(211, 47, 47, 0.12);
7792
7517
  }
7793
7518
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
7794
7519
  background: rgba(211, 47, 47, 0.16);
7795
7520
  }
7521
+ .p-scrollpanel .p-scrollpanel-bar:focus {
7522
+ box-shadow: 0 0 1px 4px rgba(255, 64, 129, 0.2);
7523
+ }
7524
+ .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
7525
+ transition: transform 0.2s, box-shadow 0.2s;
7526
+ transform: scale(0.7);
7527
+ }
7528
+ .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
7529
+ box-shadow: 0 0 1px 6px rgba(255, 64, 129, 0.2);
7530
+ }
7531
+ .p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
7532
+ transform: scale(1);
7533
+ }
7796
7534
  }
7797
7535
  /* Customizations to the designer theme should be defined here */