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
@@ -293,40 +293,32 @@
293
293
  * {
294
294
  box-sizing: border-box;
295
295
  }
296
-
297
296
  .p-component {
298
297
  font-family: var(--font-family);
299
298
  font-feature-settings: var(--font-feature-settings, normal);
300
299
  font-size: 1rem;
301
300
  font-weight: normal;
302
301
  }
303
-
304
302
  .p-component-overlay {
305
303
  background-color: rgba(0, 0, 0, 0.4);
306
304
  transition-duration: 0.2s;
307
305
  }
308
-
309
306
  .p-disabled, .p-component:disabled {
310
307
  opacity: 0.4;
311
308
  }
312
-
313
309
  .p-error {
314
310
  color: #fca5a5;
315
311
  }
316
-
317
312
  .p-text-secondary {
318
313
  color: rgba(255, 255, 255, 0.6);
319
314
  }
320
-
321
315
  .pi {
322
316
  font-size: 1rem;
323
317
  }
324
-
325
318
  .p-icon {
326
319
  width: 1rem;
327
320
  height: 1rem;
328
321
  }
329
-
330
322
  .p-link {
331
323
  font-family: var(--font-family);
332
324
  font-feature-settings: var(--font-feature-settings, normal);
@@ -338,15 +330,12 @@
338
330
  outline-offset: 0;
339
331
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
340
332
  }
341
-
342
333
  .p-component-overlay-enter {
343
334
  animation: p-component-overlay-enter-animation 150ms forwards;
344
335
  }
345
-
346
336
  .p-component-overlay-leave {
347
337
  animation: p-component-overlay-leave-animation 150ms forwards;
348
338
  }
349
-
350
339
  @keyframes p-component-overlay-enter-animation {
351
340
  from {
352
341
  background-color: transparent;
@@ -363,7 +352,6 @@
363
352
  background-color: transparent;
364
353
  }
365
354
  }
366
-
367
355
  .p-autocomplete .p-autocomplete-loader {
368
356
  right: 0.75rem;
369
357
  }
@@ -410,7 +398,6 @@
410
398
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
411
399
  border-color: #fca5a5;
412
400
  }
413
-
414
401
  .p-autocomplete-panel {
415
402
  background: #1f2937;
416
403
  color: rgba(255, 255, 255, 0.87);
@@ -452,11 +439,9 @@
452
439
  background: #374151;
453
440
  font-weight: 700;
454
441
  }
455
-
456
442
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
457
443
  border-color: #fca5a5;
458
444
  }
459
-
460
445
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
461
446
  padding-right: 2.5rem;
462
447
  }
@@ -464,23 +449,19 @@
464
449
  color: rgba(255, 255, 255, 0.6);
465
450
  right: 0.75rem;
466
451
  }
467
-
468
452
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
469
453
  color: rgba(255, 255, 255, 0.6);
470
454
  right: 3.75rem;
471
455
  }
472
-
473
456
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
474
457
  border-color: #fca5a5;
475
458
  }
476
-
477
459
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
478
460
  outline: 0 none;
479
461
  outline-offset: 0;
480
462
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
481
463
  border-color: #60a5fa;
482
464
  }
483
-
484
465
  .p-datepicker {
485
466
  padding: 0.5rem;
486
467
  background: #1f2937;
@@ -507,7 +488,7 @@
507
488
  border-top-left-radius: 6px;
508
489
  }
509
490
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
510
- .p-datepicker .p-datepicker-header .p-datepicker-next {
491
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
511
492
  width: 2rem;
512
493
  height: 2rem;
513
494
  color: rgba(255, 255, 255, 0.6);
@@ -517,13 +498,13 @@
517
498
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
518
499
  }
519
500
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
520
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
501
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
521
502
  color: rgba(255, 255, 255, 0.87);
522
503
  border-color: transparent;
523
504
  background: rgba(255, 255, 255, 0.03);
524
505
  }
525
506
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
526
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
507
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
527
508
  outline: 0 none;
528
509
  outline-offset: 0;
529
510
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
@@ -532,14 +513,14 @@
532
513
  line-height: 2rem;
533
514
  }
534
515
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
535
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
516
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
536
517
  color: rgba(255, 255, 255, 0.87);
537
518
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
538
519
  font-weight: 700;
539
520
  padding: 0.5rem;
540
521
  }
541
522
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
542
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
523
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
543
524
  color: #60a5fa;
544
525
  }
545
526
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -688,7 +669,6 @@
688
669
  outline-offset: 0;
689
670
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
690
671
  }
691
-
692
672
  p-calendar.p-calendar-clearable .p-inputtext {
693
673
  padding-right: 2.5rem;
694
674
  }
@@ -696,12 +676,10 @@
696
676
  color: rgba(255, 255, 255, 0.6);
697
677
  right: 0.75rem;
698
678
  }
699
-
700
679
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
701
680
  color: rgba(255, 255, 255, 0.6);
702
681
  right: 3.75rem;
703
682
  }
704
-
705
683
  @media screen and (max-width: 769px) {
706
684
  .p-datepicker table th, .p-datepicker table td {
707
685
  padding: 0;
@@ -744,7 +722,6 @@
744
722
  .p-cascadeselect.p-invalid.p-component {
745
723
  border-color: #fca5a5;
746
724
  }
747
-
748
725
  .p-cascadeselect-panel {
749
726
  background: #1f2937;
750
727
  color: rgba(255, 255, 255, 0.87);
@@ -784,7 +761,6 @@
784
761
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
785
762
  font-size: 0.875rem;
786
763
  }
787
-
788
764
  .p-input-filled .p-cascadeselect {
789
765
  background: #424b57;
790
766
  }
@@ -794,11 +770,9 @@
794
770
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
795
771
  background-color: #424b57;
796
772
  }
797
-
798
773
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
799
774
  border-color: #fca5a5;
800
775
  }
801
-
802
776
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
803
777
  padding-right: 0.75rem;
804
778
  }
@@ -806,7 +780,6 @@
806
780
  color: rgba(255, 255, 255, 0.6);
807
781
  right: 3rem;
808
782
  }
809
-
810
783
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
811
784
  box-shadow: none;
812
785
  border-radius: 0;
@@ -815,7 +788,6 @@
815
788
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
816
789
  transform: rotate(90deg);
817
790
  }
818
-
819
791
  .p-checkbox {
820
792
  width: 22px;
821
793
  height: 22px;
@@ -856,11 +828,9 @@
856
828
  background: #bfdbfe;
857
829
  color: #030712;
858
830
  }
859
-
860
831
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
861
832
  border-color: #fca5a5;
862
833
  }
863
-
864
834
  .p-input-filled .p-checkbox .p-checkbox-box {
865
835
  background-color: #424b57;
866
836
  }
@@ -873,15 +843,12 @@
873
843
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
874
844
  background: #bfdbfe;
875
845
  }
876
-
877
846
  .p-checkbox-label {
878
847
  margin-left: 0.5rem;
879
848
  }
880
-
881
849
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
882
850
  border-color: #fca5a5;
883
851
  }
884
-
885
852
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
886
853
  border-color: #60a5fa;
887
854
  }
@@ -920,11 +887,9 @@
920
887
  padding: 0;
921
888
  margin: 0;
922
889
  }
923
-
924
890
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
925
891
  border-color: #fca5a5;
926
892
  }
927
-
928
893
  p-chips.p-chips-clearable .p-inputtext {
929
894
  padding-right: 1.75rem;
930
895
  }
@@ -932,26 +897,22 @@
932
897
  color: rgba(255, 255, 255, 0.6);
933
898
  right: 0.75rem;
934
899
  }
935
-
936
900
  .p-colorpicker-preview,
937
- .p-fluid .p-colorpicker-preview.p-inputtext {
901
+ .p-fluid .p-colorpicker-preview.p-inputtext {
938
902
  width: 2rem;
939
903
  height: 2rem;
940
904
  }
941
-
942
905
  .p-colorpicker-panel {
943
906
  background: #1f2937;
944
907
  border: 1px solid #424b57;
945
908
  }
946
909
  .p-colorpicker-panel .p-colorpicker-color-handle,
947
- .p-colorpicker-panel .p-colorpicker-hue-handle {
910
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
948
911
  border-color: rgba(255, 255, 255, 0.87);
949
912
  }
950
-
951
913
  .p-colorpicker-overlay-panel {
952
914
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
953
915
  }
954
-
955
916
  .p-dropdown {
956
917
  background: #111827;
957
918
  border: 1px solid #424b57;
@@ -995,7 +956,6 @@
995
956
  .p-dropdown.p-invalid.p-component {
996
957
  border-color: #fca5a5;
997
958
  }
998
-
999
959
  .p-dropdown-panel {
1000
960
  background: #1f2937;
1001
961
  color: rgba(255, 255, 255, 0.87);
@@ -1059,7 +1019,6 @@
1059
1019
  color: rgba(255, 255, 255, 0.87);
1060
1020
  background: transparent;
1061
1021
  }
1062
-
1063
1022
  .p-input-filled .p-dropdown {
1064
1023
  background: #424b57;
1065
1024
  }
@@ -1072,11 +1031,9 @@
1072
1031
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1073
1032
  background-color: transparent;
1074
1033
  }
1075
-
1076
1034
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1077
1035
  border-color: #fca5a5;
1078
1036
  }
1079
-
1080
1037
  .p-inputgroup-addon {
1081
1038
  background: #1f2937;
1082
1039
  color: rgba(255, 255, 255, 0.6);
@@ -1089,68 +1046,60 @@
1089
1046
  .p-inputgroup-addon:last-child {
1090
1047
  border-right: 1px solid #424b57;
1091
1048
  }
1092
-
1093
1049
  .p-inputgroup > .p-component,
1094
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1095
- .p-inputgroup > .p-float-label > .p-component {
1050
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1051
+ .p-inputgroup > .p-float-label > .p-component {
1096
1052
  border-radius: 0;
1097
1053
  margin: 0;
1098
1054
  }
1099
1055
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1100
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1101
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1056
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1057
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1102
1058
  border-left: 0 none;
1103
1059
  }
1104
1060
  .p-inputgroup > .p-component:focus,
1105
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1106
- .p-inputgroup > .p-float-label > .p-component:focus {
1061
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1062
+ .p-inputgroup > .p-float-label > .p-component:focus {
1107
1063
  z-index: 1;
1108
1064
  }
1109
1065
  .p-inputgroup > .p-component:focus ~ label,
1110
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1111
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1066
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1067
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1112
1068
  z-index: 1;
1113
1069
  }
1114
-
1115
1070
  .p-inputgroup-addon:first-child,
1116
- .p-inputgroup button:first-child,
1117
- .p-inputgroup input:first-child,
1118
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1119
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1071
+ .p-inputgroup button:first-child,
1072
+ .p-inputgroup input:first-child,
1073
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1074
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1120
1075
  border-top-left-radius: 6px;
1121
1076
  border-bottom-left-radius: 6px;
1122
1077
  }
1123
-
1124
1078
  .p-inputgroup .p-float-label:first-child input {
1125
1079
  border-top-left-radius: 6px;
1126
1080
  border-bottom-left-radius: 6px;
1127
1081
  }
1128
-
1129
1082
  .p-inputgroup-addon:last-child,
1130
- .p-inputgroup button:last-child,
1131
- .p-inputgroup input:last-child,
1132
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1133
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1083
+ .p-inputgroup button:last-child,
1084
+ .p-inputgroup input:last-child,
1085
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1086
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1134
1087
  border-top-right-radius: 6px;
1135
1088
  border-bottom-right-radius: 6px;
1136
1089
  }
1137
-
1138
1090
  .p-inputgroup .p-float-label:last-child input {
1139
1091
  border-top-right-radius: 6px;
1140
1092
  border-bottom-right-radius: 6px;
1141
1093
  }
1142
-
1143
1094
  .p-fluid .p-inputgroup .p-button {
1144
1095
  width: auto;
1145
1096
  }
1146
1097
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1147
1098
  width: 3rem;
1148
1099
  }
1149
-
1150
1100
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
1151
1101
  border-color: #fca5a5;
1152
1102
  }
1153
-
1154
1103
  p-inputmask.p-inputmask-clearable .p-inputtext {
1155
1104
  padding-right: 2.5rem;
1156
1105
  }
@@ -1158,11 +1107,9 @@
1158
1107
  color: rgba(255, 255, 255, 0.6);
1159
1108
  right: 0.75rem;
1160
1109
  }
1161
-
1162
1110
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1163
1111
  border-color: #fca5a5;
1164
1112
  }
1165
-
1166
1113
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
1167
1114
  padding-right: 2.5rem;
1168
1115
  }
@@ -1170,14 +1117,12 @@
1170
1117
  color: rgba(255, 255, 255, 0.6);
1171
1118
  right: 0.75rem;
1172
1119
  }
1173
-
1174
1120
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
1175
1121
  right: 3.75rem;
1176
1122
  }
1177
1123
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
1178
1124
  right: 3.75rem;
1179
1125
  }
1180
-
1181
1126
  .p-inputswitch {
1182
1127
  width: 3rem;
1183
1128
  height: 1.75rem;
@@ -1216,11 +1161,9 @@
1216
1161
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
1217
1162
  background: #93c5fd;
1218
1163
  }
1219
-
1220
1164
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
1221
1165
  border-color: #fca5a5;
1222
1166
  }
1223
-
1224
1167
  .p-inputtext {
1225
1168
  font-family: var(--font-family);
1226
1169
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1253,57 +1196,45 @@
1253
1196
  font-size: 1.25rem;
1254
1197
  padding: 0.9375rem 0.9375rem;
1255
1198
  }
1256
-
1257
1199
  .p-float-label > label {
1258
1200
  left: 0.75rem;
1259
1201
  color: rgba(255, 255, 255, 0.6);
1260
1202
  transition-duration: 0.2s;
1261
1203
  }
1262
-
1263
1204
  .p-float-label > .ng-invalid.ng-dirty + label {
1264
1205
  color: #fca5a5;
1265
1206
  }
1266
-
1267
1207
  .p-input-icon-left > .p-icon-wrapper.p-icon,
1268
- .p-input-icon-left > i:first-of-type {
1208
+ .p-input-icon-left > i:first-of-type {
1269
1209
  left: 0.75rem;
1270
1210
  color: rgba(255, 255, 255, 0.6);
1271
1211
  }
1272
-
1273
1212
  .p-input-icon-left > .p-inputtext {
1274
1213
  padding-left: 2.5rem;
1275
1214
  }
1276
-
1277
1215
  .p-input-icon-left.p-float-label > label {
1278
1216
  left: 2.5rem;
1279
1217
  }
1280
-
1281
1218
  .p-input-icon-right > .p-icon-wrapper,
1282
- .p-input-icon-right > i:last-of-type {
1219
+ .p-input-icon-right > i:last-of-type {
1283
1220
  right: 0.75rem;
1284
1221
  color: rgba(255, 255, 255, 0.6);
1285
1222
  }
1286
-
1287
1223
  .p-input-icon-right > .p-inputtext {
1288
1224
  padding-right: 2.5rem;
1289
1225
  }
1290
-
1291
1226
  ::-webkit-input-placeholder {
1292
1227
  color: rgba(255, 255, 255, 0.6);
1293
1228
  }
1294
-
1295
1229
  :-moz-placeholder {
1296
1230
  color: rgba(255, 255, 255, 0.6);
1297
1231
  }
1298
-
1299
1232
  ::-moz-placeholder {
1300
1233
  color: rgba(255, 255, 255, 0.6);
1301
1234
  }
1302
-
1303
1235
  :-ms-input-placeholder {
1304
1236
  color: rgba(255, 255, 255, 0.6);
1305
1237
  }
1306
-
1307
1238
  .p-input-filled .p-inputtext {
1308
1239
  background-color: #424b57;
1309
1240
  }
@@ -1313,17 +1244,14 @@
1313
1244
  .p-input-filled .p-inputtext:enabled:focus {
1314
1245
  background-color: #424b57;
1315
1246
  }
1316
-
1317
1247
  .p-inputtext-sm .p-inputtext {
1318
1248
  font-size: 0.875rem;
1319
1249
  padding: 0.65625rem 0.65625rem;
1320
1250
  }
1321
-
1322
1251
  .p-inputtext-lg .p-inputtext {
1323
1252
  font-size: 1.25rem;
1324
1253
  padding: 0.9375rem 0.9375rem;
1325
1254
  }
1326
-
1327
1255
  .p-listbox {
1328
1256
  background: #1f2937;
1329
1257
  color: rgba(255, 255, 255, 0.87);
@@ -1398,11 +1326,9 @@
1398
1326
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
1399
1327
  border-color: #60a5fa;
1400
1328
  }
1401
-
1402
1329
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1403
1330
  border-color: #fca5a5;
1404
1331
  }
1405
-
1406
1332
  .p-multiselect {
1407
1333
  background: #111827;
1408
1334
  border: 1px solid #424b57;
@@ -1442,11 +1368,9 @@
1442
1368
  border-top-right-radius: 6px;
1443
1369
  border-bottom-right-radius: 6px;
1444
1370
  }
1445
-
1446
1371
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1447
1372
  padding: 0.375rem 0.75rem;
1448
1373
  }
1449
-
1450
1374
  .p-multiselect-clearable .p-multiselect-label-container {
1451
1375
  padding-right: 1.75rem;
1452
1376
  }
@@ -1454,7 +1378,6 @@
1454
1378
  color: rgba(255, 255, 255, 0.6);
1455
1379
  right: 3rem;
1456
1380
  }
1457
-
1458
1381
  .p-multiselect-panel {
1459
1382
  background: #1f2937;
1460
1383
  color: rgba(255, 255, 255, 0.87);
@@ -1543,7 +1466,6 @@
1543
1466
  color: rgba(255, 255, 255, 0.87);
1544
1467
  background: transparent;
1545
1468
  }
1546
-
1547
1469
  .p-input-filled .p-multiselect {
1548
1470
  background: #424b57;
1549
1471
  }
@@ -1553,15 +1475,12 @@
1553
1475
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1554
1476
  background-color: #424b57;
1555
1477
  }
1556
-
1557
1478
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1558
1479
  border-color: #fca5a5;
1559
1480
  }
1560
-
1561
1481
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1562
1482
  border-color: #fca5a5;
1563
1483
  }
1564
-
1565
1484
  .p-password-panel {
1566
1485
  padding: 1.25rem;
1567
1486
  background: #1f2937;
@@ -1583,7 +1502,6 @@
1583
1502
  .p-password-panel .p-password-meter .p-password-strength.strong {
1584
1503
  background: #93deac;
1585
1504
  }
1586
-
1587
1505
  p-password.p-password-clearable .p-password-input {
1588
1506
  padding-right: 2.5rem;
1589
1507
  }
@@ -1591,7 +1509,6 @@
1591
1509
  color: rgba(255, 255, 255, 0.6);
1592
1510
  right: 0.75rem;
1593
1511
  }
1594
-
1595
1512
  p-password.p-password-clearable.p-password-mask .p-password-input {
1596
1513
  padding-right: 4.25rem;
1597
1514
  }
@@ -1599,7 +1516,6 @@
1599
1516
  color: rgba(255, 255, 255, 0.6);
1600
1517
  right: 2.5rem;
1601
1518
  }
1602
-
1603
1519
  .p-radiobutton {
1604
1520
  width: 22px;
1605
1521
  height: 22px;
@@ -1637,11 +1553,9 @@
1637
1553
  background: #bfdbfe;
1638
1554
  color: #030712;
1639
1555
  }
1640
-
1641
1556
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1642
1557
  border-color: #fca5a5;
1643
1558
  }
1644
-
1645
1559
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1646
1560
  background-color: #424b57;
1647
1561
  }
@@ -1654,11 +1568,9 @@
1654
1568
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1655
1569
  background: #bfdbfe;
1656
1570
  }
1657
-
1658
1571
  .p-radiobutton-label {
1659
1572
  margin-left: 0.5rem;
1660
1573
  }
1661
-
1662
1574
  .p-rating {
1663
1575
  gap: 0.5rem;
1664
1576
  }
@@ -1689,7 +1601,6 @@
1689
1601
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1690
1602
  color: #f48fb1;
1691
1603
  }
1692
-
1693
1604
  .p-selectbutton .p-button {
1694
1605
  background: #1f2937;
1695
1606
  border: 1px solid #424b57;
@@ -1697,7 +1608,7 @@
1697
1608
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1698
1609
  }
1699
1610
  .p-selectbutton .p-button .p-button-icon-left,
1700
- .p-selectbutton .p-button .p-button-icon-right {
1611
+ .p-selectbutton .p-button .p-button-icon-right {
1701
1612
  color: rgba(255, 255, 255, 0.6);
1702
1613
  }
1703
1614
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1706,7 +1617,7 @@
1706
1617
  color: rgba(255, 255, 255, 0.87);
1707
1618
  }
1708
1619
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1709
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1620
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1710
1621
  color: rgba(255, 255, 255, 0.6);
1711
1622
  }
1712
1623
  .p-selectbutton .p-button.p-highlight {
@@ -1715,7 +1626,7 @@
1715
1626
  color: #030712;
1716
1627
  }
1717
1628
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1718
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1629
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1719
1630
  color: #030712;
1720
1631
  }
1721
1632
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1724,14 +1635,12 @@
1724
1635
  color: #030712;
1725
1636
  }
1726
1637
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1727
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1638
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1728
1639
  color: #030712;
1729
1640
  }
1730
-
1731
1641
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1732
1642
  border-color: #fca5a5;
1733
1643
  }
1734
-
1735
1644
  .p-slider {
1736
1645
  background: #424b57;
1737
1646
  border: 0 none;
@@ -1783,7 +1692,6 @@
1783
1692
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
1784
1693
  transition: height 0.2s;
1785
1694
  }
1786
-
1787
1695
  .p-togglebutton.p-button {
1788
1696
  background: #1f2937;
1789
1697
  border: 1px solid #424b57;
@@ -1791,7 +1699,7 @@
1791
1699
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1792
1700
  }
1793
1701
  .p-togglebutton.p-button .p-button-icon-left,
1794
- .p-togglebutton.p-button .p-button-icon-right {
1702
+ .p-togglebutton.p-button .p-button-icon-right {
1795
1703
  color: rgba(255, 255, 255, 0.6);
1796
1704
  }
1797
1705
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1800,7 +1708,7 @@
1800
1708
  color: rgba(255, 255, 255, 0.87);
1801
1709
  }
1802
1710
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1803
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1711
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1804
1712
  color: rgba(255, 255, 255, 0.6);
1805
1713
  }
1806
1714
  .p-togglebutton.p-button.p-highlight {
@@ -1809,7 +1717,7 @@
1809
1717
  color: #030712;
1810
1718
  }
1811
1719
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1812
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1720
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1813
1721
  color: #030712;
1814
1722
  }
1815
1723
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1818,14 +1726,12 @@
1818
1726
  color: #030712;
1819
1727
  }
1820
1728
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1821
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1729
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1822
1730
  color: #030712;
1823
1731
  }
1824
-
1825
1732
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1826
1733
  border-color: #fca5a5;
1827
1734
  }
1828
-
1829
1735
  .p-treeselect {
1830
1736
  background: #111827;
1831
1737
  border: 1px solid #424b57;
@@ -1862,15 +1768,12 @@
1862
1768
  border-top-right-radius: 6px;
1863
1769
  border-bottom-right-radius: 6px;
1864
1770
  }
1865
-
1866
1771
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1867
1772
  border-color: #fca5a5;
1868
1773
  }
1869
-
1870
1774
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
1871
1775
  padding: 0.375rem 0.75rem;
1872
1776
  }
1873
-
1874
1777
  .p-treeselect-panel {
1875
1778
  background: #1f2937;
1876
1779
  color: rgba(255, 255, 255, 0.87);
@@ -1930,7 +1833,6 @@
1930
1833
  color: rgba(255, 255, 255, 0.87);
1931
1834
  background: transparent;
1932
1835
  }
1933
-
1934
1836
  .p-input-filled .p-treeselect {
1935
1837
  background: #424b57;
1936
1838
  }
@@ -1940,7 +1842,6 @@
1940
1842
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1941
1843
  background-color: #424b57;
1942
1844
  }
1943
-
1944
1845
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
1945
1846
  padding-right: 1.75rem;
1946
1847
  }
@@ -1948,7 +1849,6 @@
1948
1849
  color: rgba(255, 255, 255, 0.6);
1949
1850
  right: 3rem;
1950
1851
  }
1951
-
1952
1852
  .p-button {
1953
1853
  color: #030712;
1954
1854
  background: #60a5fa;
@@ -2060,7 +1960,7 @@
2060
1960
  padding: 0.75rem 0;
2061
1961
  }
2062
1962
  .p-button.p-button-icon-only .p-button-icon-left,
2063
- .p-button.p-button-icon-only .p-button-icon-right {
1963
+ .p-button.p-button-icon-only .p-button-icon-right {
2064
1964
  margin: 0;
2065
1965
  }
2066
1966
  .p-button.p-button-icon-only.p-button-rounded {
@@ -2087,7 +1987,6 @@
2087
1987
  .p-button.p-button-loading-label-only .p-button-loading-icon {
2088
1988
  margin-right: 0;
2089
1989
  }
2090
-
2091
1990
  .p-fluid .p-button {
2092
1991
  width: 100%;
2093
1992
  }
@@ -2100,421 +1999,414 @@
2100
1999
  .p-fluid .p-buttonset .p-button {
2101
2000
  flex: 1;
2102
2001
  }
2103
-
2104
2002
  .p-button.p-button-secondary,
2105
- .p-buttonset.p-button-secondary > .p-button,
2106
- .p-splitbutton.p-button-secondary > .p-button {
2003
+ .p-buttonset.p-button-secondary > .p-button,
2004
+ .p-splitbutton.p-button-secondary > .p-button {
2107
2005
  color: #020617;
2108
2006
  background: #94a3b8;
2109
2007
  border: 1px solid #94a3b8;
2110
2008
  }
2111
2009
  .p-button.p-button-secondary:not(:disabled):hover,
2112
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2113
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2010
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2011
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2114
2012
  background: #cbd5e1;
2115
2013
  color: #020617;
2116
2014
  border-color: #cbd5e1;
2117
2015
  }
2118
2016
  .p-button.p-button-secondary:not(:disabled):focus,
2119
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2120
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2017
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2018
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2121
2019
  box-shadow: 0 0 0 1px #b4bfcd;
2122
2020
  }
2123
2021
  .p-button.p-button-secondary:not(:disabled):active,
2124
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2125
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2022
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2023
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2126
2024
  background: #e2e8f0;
2127
2025
  color: #020617;
2128
2026
  border-color: #e2e8f0;
2129
2027
  }
2130
2028
  .p-button.p-button-secondary.p-button-outlined,
2131
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2132
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2029
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2030
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2133
2031
  background-color: transparent;
2134
2032
  color: #94a3b8;
2135
2033
  border: 1px solid;
2136
2034
  }
2137
2035
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
2138
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2139
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2036
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2037
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2140
2038
  background: rgba(148, 163, 184, 0.04);
2141
2039
  color: #94a3b8;
2142
2040
  border: 1px solid;
2143
2041
  }
2144
2042
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
2145
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2146
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2043
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2044
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2147
2045
  background: rgba(148, 163, 184, 0.16);
2148
2046
  color: #94a3b8;
2149
2047
  border: 1px solid;
2150
2048
  }
2151
2049
  .p-button.p-button-secondary.p-button-text,
2152
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2153
- .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2050
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2051
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2154
2052
  background-color: transparent;
2155
2053
  color: #94a3b8;
2156
2054
  border-color: transparent;
2157
2055
  }
2158
2056
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
2159
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2160
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2057
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2058
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2161
2059
  background: rgba(148, 163, 184, 0.04);
2162
2060
  border-color: transparent;
2163
2061
  color: #94a3b8;
2164
2062
  }
2165
2063
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
2166
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2167
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2064
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2065
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2168
2066
  background: rgba(148, 163, 184, 0.16);
2169
2067
  border-color: transparent;
2170
2068
  color: #94a3b8;
2171
2069
  }
2172
-
2173
2070
  .p-button.p-button-info,
2174
- .p-buttonset.p-button-info > .p-button,
2175
- .p-splitbutton.p-button-info > .p-button {
2071
+ .p-buttonset.p-button-info > .p-button,
2072
+ .p-splitbutton.p-button-info > .p-button {
2176
2073
  color: #082f49;
2177
2074
  background: #38bdf8;
2178
2075
  border: 1px solid #38bdf8;
2179
2076
  }
2180
2077
  .p-button.p-button-info:not(:disabled):hover,
2181
- .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2182
- .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2078
+ .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2079
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2183
2080
  background: #7dd3fc;
2184
2081
  color: #082f49;
2185
2082
  border-color: #7dd3fc;
2186
2083
  }
2187
2084
  .p-button.p-button-info:not(:disabled):focus,
2188
- .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2189
- .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2085
+ .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2086
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2190
2087
  box-shadow: 0 0 0 1px #74d1fa;
2191
2088
  }
2192
2089
  .p-button.p-button-info:not(:disabled):active,
2193
- .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2194
- .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2090
+ .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2091
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2195
2092
  background: #bae6fd;
2196
2093
  color: #082f49;
2197
2094
  border-color: #bae6fd;
2198
2095
  }
2199
2096
  .p-button.p-button-info.p-button-outlined,
2200
- .p-buttonset.p-button-info > .p-button.p-button-outlined,
2201
- .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2097
+ .p-buttonset.p-button-info > .p-button.p-button-outlined,
2098
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2202
2099
  background-color: transparent;
2203
2100
  color: #38bdf8;
2204
2101
  border: 1px solid;
2205
2102
  }
2206
2103
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
2207
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2208
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2104
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2105
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2209
2106
  background: rgba(56, 189, 248, 0.04);
2210
2107
  color: #38bdf8;
2211
2108
  border: 1px solid;
2212
2109
  }
2213
2110
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
2214
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2215
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2111
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2112
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2216
2113
  background: rgba(56, 189, 248, 0.16);
2217
2114
  color: #38bdf8;
2218
2115
  border: 1px solid;
2219
2116
  }
2220
2117
  .p-button.p-button-info.p-button-text,
2221
- .p-buttonset.p-button-info > .p-button.p-button-text,
2222
- .p-splitbutton.p-button-info > .p-button.p-button-text {
2118
+ .p-buttonset.p-button-info > .p-button.p-button-text,
2119
+ .p-splitbutton.p-button-info > .p-button.p-button-text {
2223
2120
  background-color: transparent;
2224
2121
  color: #38bdf8;
2225
2122
  border-color: transparent;
2226
2123
  }
2227
2124
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
2228
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2229
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2125
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2126
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2230
2127
  background: rgba(56, 189, 248, 0.04);
2231
2128
  border-color: transparent;
2232
2129
  color: #38bdf8;
2233
2130
  }
2234
2131
  .p-button.p-button-info.p-button-text:not(:disabled):active,
2235
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2236
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2132
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2133
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2237
2134
  background: rgba(56, 189, 248, 0.16);
2238
2135
  border-color: transparent;
2239
2136
  color: #38bdf8;
2240
2137
  }
2241
-
2242
2138
  .p-button.p-button-success,
2243
- .p-buttonset.p-button-success > .p-button,
2244
- .p-splitbutton.p-button-success > .p-button {
2139
+ .p-buttonset.p-button-success > .p-button,
2140
+ .p-splitbutton.p-button-success > .p-button {
2245
2141
  color: #052e16;
2246
2142
  background: #4ade80;
2247
2143
  border: 1px solid #4ade80;
2248
2144
  }
2249
2145
  .p-button.p-button-success:not(:disabled):hover,
2250
- .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2251
- .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2146
+ .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2147
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2252
2148
  background: #86efac;
2253
2149
  color: #052e16;
2254
2150
  border-color: #86efac;
2255
2151
  }
2256
2152
  .p-button.p-button-success:not(:disabled):focus,
2257
- .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2258
- .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2153
+ .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2154
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2259
2155
  box-shadow: 0 0 0 1px #80e8a6;
2260
2156
  }
2261
2157
  .p-button.p-button-success:not(:disabled):active,
2262
- .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2263
- .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2158
+ .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2159
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2264
2160
  background: #bbf7d0;
2265
2161
  color: #052e16;
2266
2162
  border-color: #bbf7d0;
2267
2163
  }
2268
2164
  .p-button.p-button-success.p-button-outlined,
2269
- .p-buttonset.p-button-success > .p-button.p-button-outlined,
2270
- .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2165
+ .p-buttonset.p-button-success > .p-button.p-button-outlined,
2166
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2271
2167
  background-color: transparent;
2272
2168
  color: #4ade80;
2273
2169
  border: 1px solid;
2274
2170
  }
2275
2171
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
2276
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2277
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2172
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2173
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2278
2174
  background: rgba(74, 222, 128, 0.04);
2279
2175
  color: #4ade80;
2280
2176
  border: 1px solid;
2281
2177
  }
2282
2178
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
2283
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2284
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2179
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2180
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2285
2181
  background: rgba(74, 222, 128, 0.16);
2286
2182
  color: #4ade80;
2287
2183
  border: 1px solid;
2288
2184
  }
2289
2185
  .p-button.p-button-success.p-button-text,
2290
- .p-buttonset.p-button-success > .p-button.p-button-text,
2291
- .p-splitbutton.p-button-success > .p-button.p-button-text {
2186
+ .p-buttonset.p-button-success > .p-button.p-button-text,
2187
+ .p-splitbutton.p-button-success > .p-button.p-button-text {
2292
2188
  background-color: transparent;
2293
2189
  color: #4ade80;
2294
2190
  border-color: transparent;
2295
2191
  }
2296
2192
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
2297
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2298
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2193
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2194
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2299
2195
  background: rgba(74, 222, 128, 0.04);
2300
2196
  border-color: transparent;
2301
2197
  color: #4ade80;
2302
2198
  }
2303
2199
  .p-button.p-button-success.p-button-text:not(:disabled):active,
2304
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2305
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2200
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2201
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2306
2202
  background: rgba(74, 222, 128, 0.16);
2307
2203
  border-color: transparent;
2308
2204
  color: #4ade80;
2309
2205
  }
2310
-
2311
2206
  .p-button.p-button-warning,
2312
- .p-buttonset.p-button-warning > .p-button,
2313
- .p-splitbutton.p-button-warning > .p-button {
2207
+ .p-buttonset.p-button-warning > .p-button,
2208
+ .p-splitbutton.p-button-warning > .p-button {
2314
2209
  color: #431407;
2315
2210
  background: #fb923c;
2316
2211
  border: 1px solid #fb923c;
2317
2212
  }
2318
2213
  .p-button.p-button-warning:not(:disabled):hover,
2319
- .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2320
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2214
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2215
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2321
2216
  background: #fdba74;
2322
2217
  color: #431407;
2323
2218
  border-color: #fdba74;
2324
2219
  }
2325
2220
  .p-button.p-button-warning:not(:disabled):focus,
2326
- .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2327
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2221
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2222
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2328
2223
  box-shadow: 0 0 0 1px #fcb377;
2329
2224
  }
2330
2225
  .p-button.p-button-warning:not(:disabled):active,
2331
- .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2332
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2226
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2227
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2333
2228
  background: #fed7aa;
2334
2229
  color: #431407;
2335
2230
  border-color: #fed7aa;
2336
2231
  }
2337
2232
  .p-button.p-button-warning.p-button-outlined,
2338
- .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2339
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2233
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2234
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2340
2235
  background-color: transparent;
2341
2236
  color: #fb923c;
2342
2237
  border: 1px solid;
2343
2238
  }
2344
2239
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
2345
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2346
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2240
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2241
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2347
2242
  background: rgba(251, 146, 60, 0.04);
2348
2243
  color: #fb923c;
2349
2244
  border: 1px solid;
2350
2245
  }
2351
2246
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
2352
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2353
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2247
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2248
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2354
2249
  background: rgba(251, 146, 60, 0.16);
2355
2250
  color: #fb923c;
2356
2251
  border: 1px solid;
2357
2252
  }
2358
2253
  .p-button.p-button-warning.p-button-text,
2359
- .p-buttonset.p-button-warning > .p-button.p-button-text,
2360
- .p-splitbutton.p-button-warning > .p-button.p-button-text {
2254
+ .p-buttonset.p-button-warning > .p-button.p-button-text,
2255
+ .p-splitbutton.p-button-warning > .p-button.p-button-text {
2361
2256
  background-color: transparent;
2362
2257
  color: #fb923c;
2363
2258
  border-color: transparent;
2364
2259
  }
2365
2260
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
2366
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2367
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2261
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2262
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2368
2263
  background: rgba(251, 146, 60, 0.04);
2369
2264
  border-color: transparent;
2370
2265
  color: #fb923c;
2371
2266
  }
2372
2267
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
2373
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2374
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2268
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2269
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2375
2270
  background: rgba(251, 146, 60, 0.16);
2376
2271
  border-color: transparent;
2377
2272
  color: #fb923c;
2378
2273
  }
2379
-
2380
2274
  .p-button.p-button-help,
2381
- .p-buttonset.p-button-help > .p-button,
2382
- .p-splitbutton.p-button-help > .p-button {
2275
+ .p-buttonset.p-button-help > .p-button,
2276
+ .p-splitbutton.p-button-help > .p-button {
2383
2277
  color: #3b0764;
2384
2278
  background: #c084fc;
2385
2279
  border: 1px solid #c084fc;
2386
2280
  }
2387
2281
  .p-button.p-button-help:not(:disabled):hover,
2388
- .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2389
- .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2282
+ .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2283
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2390
2284
  background: #d8b4fe;
2391
2285
  color: #3b0764;
2392
2286
  border-color: #d8b4fe;
2393
2287
  }
2394
2288
  .p-button.p-button-help:not(:disabled):focus,
2395
- .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2396
- .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2289
+ .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2290
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2397
2291
  box-shadow: 0 0 0 1px #d3a9fd;
2398
2292
  }
2399
2293
  .p-button.p-button-help:not(:disabled):active,
2400
- .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2401
- .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2294
+ .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2295
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2402
2296
  background: #e9d5ff;
2403
2297
  color: #3b0764;
2404
2298
  border-color: #e9d5ff;
2405
2299
  }
2406
2300
  .p-button.p-button-help.p-button-outlined,
2407
- .p-buttonset.p-button-help > .p-button.p-button-outlined,
2408
- .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2301
+ .p-buttonset.p-button-help > .p-button.p-button-outlined,
2302
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2409
2303
  background-color: transparent;
2410
2304
  color: #c084fc;
2411
2305
  border: 1px solid;
2412
2306
  }
2413
2307
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
2414
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2415
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2308
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2309
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2416
2310
  background: rgba(192, 132, 252, 0.04);
2417
2311
  color: #c084fc;
2418
2312
  border: 1px solid;
2419
2313
  }
2420
2314
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
2421
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2422
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2315
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2316
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2423
2317
  background: rgba(192, 132, 252, 0.16);
2424
2318
  color: #c084fc;
2425
2319
  border: 1px solid;
2426
2320
  }
2427
2321
  .p-button.p-button-help.p-button-text,
2428
- .p-buttonset.p-button-help > .p-button.p-button-text,
2429
- .p-splitbutton.p-button-help > .p-button.p-button-text {
2322
+ .p-buttonset.p-button-help > .p-button.p-button-text,
2323
+ .p-splitbutton.p-button-help > .p-button.p-button-text {
2430
2324
  background-color: transparent;
2431
2325
  color: #c084fc;
2432
2326
  border-color: transparent;
2433
2327
  }
2434
2328
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
2435
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2436
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2329
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2330
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2437
2331
  background: rgba(192, 132, 252, 0.04);
2438
2332
  border-color: transparent;
2439
2333
  color: #c084fc;
2440
2334
  }
2441
2335
  .p-button.p-button-help.p-button-text:not(:disabled):active,
2442
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2443
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2336
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2337
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2444
2338
  background: rgba(192, 132, 252, 0.16);
2445
2339
  border-color: transparent;
2446
2340
  color: #c084fc;
2447
2341
  }
2448
-
2449
2342
  .p-button.p-button-danger,
2450
- .p-buttonset.p-button-danger > .p-button,
2451
- .p-splitbutton.p-button-danger > .p-button {
2343
+ .p-buttonset.p-button-danger > .p-button,
2344
+ .p-splitbutton.p-button-danger > .p-button {
2452
2345
  color: #450a0a;
2453
2346
  background: #f87171;
2454
2347
  border: 1px solid #f87171;
2455
2348
  }
2456
2349
  .p-button.p-button-danger:not(:disabled):hover,
2457
- .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2458
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2350
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2351
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2459
2352
  background: #fca5a5;
2460
2353
  color: #450a0a;
2461
2354
  border-color: #fca5a5;
2462
2355
  }
2463
2356
  .p-button.p-button-danger:not(:disabled):focus,
2464
- .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2465
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2357
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2358
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2466
2359
  box-shadow: 0 0 0 1px #fa9c9c;
2467
2360
  }
2468
2361
  .p-button.p-button-danger:not(:disabled):active,
2469
- .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2470
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2362
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2363
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2471
2364
  background: #fecaca;
2472
2365
  color: #450a0a;
2473
2366
  border-color: #fecaca;
2474
2367
  }
2475
2368
  .p-button.p-button-danger.p-button-outlined,
2476
- .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2477
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2369
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2370
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2478
2371
  background-color: transparent;
2479
2372
  color: #f87171;
2480
2373
  border: 1px solid;
2481
2374
  }
2482
2375
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
2483
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2484
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2376
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2377
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2485
2378
  background: rgba(248, 113, 113, 0.04);
2486
2379
  color: #f87171;
2487
2380
  border: 1px solid;
2488
2381
  }
2489
2382
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
2490
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2491
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2383
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2384
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2492
2385
  background: rgba(248, 113, 113, 0.16);
2493
2386
  color: #f87171;
2494
2387
  border: 1px solid;
2495
2388
  }
2496
2389
  .p-button.p-button-danger.p-button-text,
2497
- .p-buttonset.p-button-danger > .p-button.p-button-text,
2498
- .p-splitbutton.p-button-danger > .p-button.p-button-text {
2390
+ .p-buttonset.p-button-danger > .p-button.p-button-text,
2391
+ .p-splitbutton.p-button-danger > .p-button.p-button-text {
2499
2392
  background-color: transparent;
2500
2393
  color: #f87171;
2501
2394
  border-color: transparent;
2502
2395
  }
2503
2396
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
2504
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2505
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2397
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2398
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2506
2399
  background: rgba(248, 113, 113, 0.04);
2507
2400
  border-color: transparent;
2508
2401
  color: #f87171;
2509
2402
  }
2510
2403
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
2511
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2512
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2404
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2405
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2513
2406
  background: rgba(248, 113, 113, 0.16);
2514
2407
  border-color: transparent;
2515
2408
  color: #f87171;
2516
2409
  }
2517
-
2518
2410
  .p-button.p-button-link {
2519
2411
  color: #60a5fa;
2520
2412
  background: transparent;
@@ -2538,7 +2430,6 @@
2538
2430
  color: #60a5fa;
2539
2431
  border-color: transparent;
2540
2432
  }
2541
-
2542
2433
  .p-speeddial-button.p-button.p-button-icon-only {
2543
2434
  width: 4rem;
2544
2435
  height: 4rem;
@@ -2550,17 +2441,14 @@
2550
2441
  width: 1.3rem;
2551
2442
  height: 1.3rem;
2552
2443
  }
2553
-
2554
2444
  .p-speeddial-list {
2555
2445
  outline: 0 none;
2556
2446
  }
2557
-
2558
2447
  .p-speeddial-item.p-focus > .p-speeddial-action {
2559
2448
  outline: 0 none;
2560
2449
  outline-offset: 0;
2561
2450
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
2562
2451
  }
2563
-
2564
2452
  .p-speeddial-action {
2565
2453
  width: 3rem;
2566
2454
  height: 3rem;
@@ -2571,52 +2459,45 @@
2571
2459
  background: rgba(255, 255, 255, 0.6);
2572
2460
  color: #111827;
2573
2461
  }
2574
-
2575
2462
  .p-speeddial-direction-up .p-speeddial-item {
2576
2463
  margin: 0.25rem 0;
2577
2464
  }
2578
2465
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2579
2466
  margin-bottom: 0.5rem;
2580
2467
  }
2581
-
2582
2468
  .p-speeddial-direction-down .p-speeddial-item {
2583
2469
  margin: 0.25rem 0;
2584
2470
  }
2585
2471
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2586
2472
  margin-top: 0.5rem;
2587
2473
  }
2588
-
2589
2474
  .p-speeddial-direction-left .p-speeddial-item {
2590
2475
  margin: 0 0.25rem;
2591
2476
  }
2592
2477
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2593
2478
  margin-right: 0.5rem;
2594
2479
  }
2595
-
2596
2480
  .p-speeddial-direction-right .p-speeddial-item {
2597
2481
  margin: 0 0.25rem;
2598
2482
  }
2599
2483
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2600
2484
  margin-left: 0.5rem;
2601
2485
  }
2602
-
2603
2486
  .p-speeddial-circle .p-speeddial-item,
2604
- .p-speeddial-semi-circle .p-speeddial-item,
2605
- .p-speeddial-quarter-circle .p-speeddial-item {
2487
+ .p-speeddial-semi-circle .p-speeddial-item,
2488
+ .p-speeddial-quarter-circle .p-speeddial-item {
2606
2489
  margin: 0;
2607
2490
  }
2608
2491
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2609
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2610
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2611
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2612
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2492
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2493
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2494
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2495
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2613
2496
  margin: 0;
2614
2497
  }
2615
-
2616
2498
  .p-speeddial-mask {
2617
2499
  background-color: rgba(0, 0, 0, 0.4);
2618
2500
  }
2619
-
2620
2501
  .p-splitbutton {
2621
2502
  border-radius: 6px;
2622
2503
  }
@@ -2694,7 +2575,6 @@
2694
2575
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2695
2576
  font-size: 1.25rem;
2696
2577
  }
2697
-
2698
2578
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2699
2579
  background-color: transparent;
2700
2580
  color: #94a3b8;
@@ -2723,7 +2603,6 @@
2723
2603
  border-color: transparent;
2724
2604
  color: #94a3b8;
2725
2605
  }
2726
-
2727
2606
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2728
2607
  background-color: transparent;
2729
2608
  color: #38bdf8;
@@ -2752,7 +2631,6 @@
2752
2631
  border-color: transparent;
2753
2632
  color: #38bdf8;
2754
2633
  }
2755
-
2756
2634
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2757
2635
  background-color: transparent;
2758
2636
  color: #4ade80;
@@ -2781,7 +2659,6 @@
2781
2659
  border-color: transparent;
2782
2660
  color: #4ade80;
2783
2661
  }
2784
-
2785
2662
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2786
2663
  background-color: transparent;
2787
2664
  color: #fb923c;
@@ -2810,7 +2687,6 @@
2810
2687
  border-color: transparent;
2811
2688
  color: #fb923c;
2812
2689
  }
2813
-
2814
2690
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2815
2691
  background-color: transparent;
2816
2692
  color: #c084fc;
@@ -2839,7 +2715,6 @@
2839
2715
  border-color: transparent;
2840
2716
  color: #c084fc;
2841
2717
  }
2842
-
2843
2718
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2844
2719
  background-color: transparent;
2845
2720
  color: #f87171;
@@ -2868,9 +2743,8 @@
2868
2743
  border-color: transparent;
2869
2744
  color: #f87171;
2870
2745
  }
2871
-
2872
2746
  .p-carousel .p-carousel-content .p-carousel-prev,
2873
- .p-carousel .p-carousel-content .p-carousel-next {
2747
+ .p-carousel .p-carousel-content .p-carousel-next {
2874
2748
  width: 2rem;
2875
2749
  height: 2rem;
2876
2750
  color: rgba(255, 255, 255, 0.6);
@@ -2881,13 +2755,13 @@
2881
2755
  margin: 0.5rem;
2882
2756
  }
2883
2757
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2884
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2758
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2885
2759
  color: rgba(255, 255, 255, 0.87);
2886
2760
  border-color: transparent;
2887
2761
  background: rgba(255, 255, 255, 0.03);
2888
2762
  }
2889
2763
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2890
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2764
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2891
2765
  outline: 0 none;
2892
2766
  outline-offset: 0;
2893
2767
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
@@ -2913,7 +2787,6 @@
2913
2787
  background: rgba(96, 165, 250, 0.16);
2914
2788
  color: rgba(255, 255, 255, 0.87);
2915
2789
  }
2916
-
2917
2790
  .p-datatable .p-paginator-top {
2918
2791
  border-width: 1px 0 1px 0;
2919
2792
  border-radius: 0;
@@ -3007,9 +2880,9 @@
3007
2880
  padding: 1rem 1rem;
3008
2881
  }
3009
2882
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
3010
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
3011
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
3012
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2883
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2884
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2885
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
3013
2886
  width: 2rem;
3014
2887
  height: 2rem;
3015
2888
  color: rgba(255, 255, 255, 0.6);
@@ -3019,17 +2892,17 @@
3019
2892
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
3020
2893
  }
3021
2894
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
3022
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
3023
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
3024
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2895
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2896
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2897
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
3025
2898
  color: rgba(255, 255, 255, 0.87);
3026
2899
  border-color: transparent;
3027
2900
  background: rgba(255, 255, 255, 0.03);
3028
2901
  }
3029
2902
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
3030
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
3031
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
3032
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2903
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2904
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2905
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
3033
2906
  outline: 0 none;
3034
2907
  outline-offset: 0;
3035
2908
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
@@ -3059,12 +2932,12 @@
3059
2932
  background: #60a5fa;
3060
2933
  }
3061
2934
  .p-datatable .p-datatable-scrollable-header,
3062
- .p-datatable .p-datatable-scrollable-footer {
2935
+ .p-datatable .p-datatable-scrollable-footer {
3063
2936
  background: #1f2937;
3064
2937
  }
3065
2938
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
3066
- .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,
3067
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
2939
+ .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,
2940
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
3068
2941
  background-color: #1f2937;
3069
2942
  }
3070
2943
  .p-datatable .p-datatable-loading-icon {
@@ -3167,7 +3040,6 @@
3167
3040
  .p-datatable.p-datatable-lg .p-datatable-footer {
3168
3041
  padding: 1.25rem 1.25rem;
3169
3042
  }
3170
-
3171
3043
  .p-dataview .p-paginator-top {
3172
3044
  border-width: 1px 0 1px 0;
3173
3045
  border-radius: 0;
@@ -3206,12 +3078,10 @@
3206
3078
  .p-dataview .p-dataview-emptymessage {
3207
3079
  padding: 1.25rem;
3208
3080
  }
3209
-
3210
3081
  .p-column-filter-row .p-column-filter-menu-button,
3211
- .p-column-filter-row .p-column-filter-clear-button {
3082
+ .p-column-filter-row .p-column-filter-clear-button {
3212
3083
  margin-left: 0.5rem;
3213
3084
  }
3214
-
3215
3085
  .p-column-filter-menu-button {
3216
3086
  width: 2rem;
3217
3087
  height: 2rem;
@@ -3239,7 +3109,6 @@
3239
3109
  outline-offset: 0;
3240
3110
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
3241
3111
  }
3242
-
3243
3112
  .p-column-filter-clear-button {
3244
3113
  width: 2rem;
3245
3114
  height: 2rem;
@@ -3259,7 +3128,6 @@
3259
3128
  outline-offset: 0;
3260
3129
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
3261
3130
  }
3262
-
3263
3131
  .p-column-filter-overlay {
3264
3132
  background: #1f2937;
3265
3133
  color: rgba(255, 255, 255, 0.87);
@@ -3297,7 +3165,6 @@
3297
3165
  border-top: 1px solid #424b57;
3298
3166
  margin: 0.25rem 0;
3299
3167
  }
3300
-
3301
3168
  .p-column-filter-overlay-menu .p-column-filter-operator {
3302
3169
  padding: 0.75rem 1.25rem;
3303
3170
  border-bottom: 1px solid #424b57;
@@ -3326,7 +3193,6 @@
3326
3193
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3327
3194
  padding: 1.25rem;
3328
3195
  }
3329
-
3330
3196
  .p-orderlist .p-orderlist-controls {
3331
3197
  padding: 1.25rem;
3332
3198
  }
@@ -3404,7 +3270,6 @@
3404
3270
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3405
3271
  background: rgba(255, 255, 255, 0.03);
3406
3272
  }
3407
-
3408
3273
  .p-orderlist-item.cdk-drag-preview {
3409
3274
  padding: 0.75rem 1.25rem;
3410
3275
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -3413,7 +3278,6 @@
3413
3278
  background: #1f2937;
3414
3279
  margin: 0;
3415
3280
  }
3416
-
3417
3281
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3418
3282
  background: rgba(255, 255, 255, 0.03);
3419
3283
  color: rgba(255, 255, 255, 0.87);
@@ -3452,7 +3316,6 @@
3452
3316
  outline-offset: 0;
3453
3317
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
3454
3318
  }
3455
-
3456
3319
  .p-paginator {
3457
3320
  background: #1f2937;
3458
3321
  color: rgba(255, 255, 255, 0.6);
@@ -3462,9 +3325,9 @@
3462
3325
  border-radius: 6px;
3463
3326
  }
3464
3327
  .p-paginator .p-paginator-first,
3465
- .p-paginator .p-paginator-prev,
3466
- .p-paginator .p-paginator-next,
3467
- .p-paginator .p-paginator-last {
3328
+ .p-paginator .p-paginator-prev,
3329
+ .p-paginator .p-paginator-next,
3330
+ .p-paginator .p-paginator-last {
3468
3331
  background-color: transparent;
3469
3332
  border: 0 none;
3470
3333
  color: rgba(255, 255, 255, 0.6);
@@ -3475,9 +3338,9 @@
3475
3338
  border-radius: 6px;
3476
3339
  }
3477
3340
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3478
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3479
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3480
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3341
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3342
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3343
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3481
3344
  background: rgba(255, 255, 255, 0.03);
3482
3345
  border-color: transparent;
3483
3346
  color: rgba(255, 255, 255, 0.87);
@@ -3534,7 +3397,6 @@
3534
3397
  border-color: transparent;
3535
3398
  color: rgba(255, 255, 255, 0.87);
3536
3399
  }
3537
-
3538
3400
  .p-picklist .p-picklist-buttons {
3539
3401
  padding: 1.25rem;
3540
3402
  }
@@ -3612,7 +3474,6 @@
3612
3474
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3613
3475
  background: rgba(255, 255, 255, 0.03);
3614
3476
  }
3615
-
3616
3477
  .p-picklist-item.cdk-drag-preview {
3617
3478
  padding: 0.75rem 1.25rem;
3618
3479
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -3621,7 +3482,6 @@
3621
3482
  background: #1f2937;
3622
3483
  margin: 0;
3623
3484
  }
3624
-
3625
3485
  .p-timeline .p-timeline-event-marker {
3626
3486
  border: 2px solid #60a5fa;
3627
3487
  border-radius: 50%;
@@ -3633,20 +3493,19 @@
3633
3493
  background-color: #424b57;
3634
3494
  }
3635
3495
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3636
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3496
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3637
3497
  padding: 0 1rem;
3638
3498
  }
3639
3499
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3640
3500
  width: 2px;
3641
3501
  }
3642
3502
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3643
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3503
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3644
3504
  padding: 1rem 0;
3645
3505
  }
3646
3506
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3647
3507
  height: 2px;
3648
3508
  }
3649
-
3650
3509
  .p-tree {
3651
3510
  border: 1px solid #424b57;
3652
3511
  background: #1f2937;
@@ -3703,11 +3562,11 @@
3703
3562
  color: rgba(255, 255, 255, 0.87);
3704
3563
  }
3705
3564
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3706
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3565
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3707
3566
  color: rgba(255, 255, 255, 0.87);
3708
3567
  }
3709
3568
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3710
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3569
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3711
3570
  color: rgba(255, 255, 255, 0.87);
3712
3571
  }
3713
3572
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3780,7 +3639,6 @@
3780
3639
  outline-offset: 0;
3781
3640
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
3782
3641
  }
3783
-
3784
3642
  .p-treetable .p-paginator-top {
3785
3643
  border-width: 1px 0 1px 0;
3786
3644
  border-radius: 0;
@@ -3920,7 +3778,7 @@
3920
3778
  background: #60a5fa;
3921
3779
  }
3922
3780
  .p-treetable .p-treetable-scrollable-header,
3923
- .p-treetable .p-treetable-scrollable-footer {
3781
+ .p-treetable .p-treetable-scrollable-footer {
3924
3782
  background: #1f2937;
3925
3783
  }
3926
3784
  .p-treetable .p-treetable-loading-icon {
@@ -3981,7 +3839,6 @@
3981
3839
  .p-treetable.p-treetable-lg .p-treetable-footer {
3982
3840
  padding: 1.25rem 1.25rem;
3983
3841
  }
3984
-
3985
3842
  .p-virtualscroller .p-virtualscroller-header {
3986
3843
  background: #1f2937;
3987
3844
  color: rgba(255, 255, 255, 0.6);
@@ -4006,7 +3863,6 @@
4006
3863
  border-bottom-left-radius: 6px;
4007
3864
  border-bottom-right-radius: 6px;
4008
3865
  }
4009
-
4010
3866
  .p-accordion .p-accordion-header .p-accordion-header-link {
4011
3867
  padding: 1.25rem;
4012
3868
  border: 1px solid #424b57;
@@ -4055,7 +3911,6 @@
4055
3911
  .p-accordion p-accordiontab .p-accordion-tab {
4056
3912
  margin-bottom: 4px;
4057
3913
  }
4058
-
4059
3914
  .p-card {
4060
3915
  background: #1f2937;
4061
3916
  color: rgba(255, 255, 255, 0.87);
@@ -4081,7 +3936,6 @@
4081
3936
  .p-card .p-card-footer {
4082
3937
  padding: 1.25rem 0 0 0;
4083
3938
  }
4084
-
4085
3939
  .p-divider .p-divider-content {
4086
3940
  background-color: #1f2937;
4087
3941
  }
@@ -4105,7 +3959,6 @@
4105
3959
  .p-divider.p-divider-vertical .p-divider-content {
4106
3960
  padding: 0.5rem 0;
4107
3961
  }
4108
-
4109
3962
  .p-fieldset {
4110
3963
  border: 1px solid #424b57;
4111
3964
  background: #1f2937;
@@ -4146,7 +3999,6 @@
4146
3999
  .p-fieldset .p-fieldset-content {
4147
4000
  padding: 1.25rem;
4148
4001
  }
4149
-
4150
4002
  .p-panel .p-panel-header {
4151
4003
  border: 1px solid #424b57;
4152
4004
  padding: 1.25rem;
@@ -4213,12 +4065,16 @@
4213
4065
  width: 100%;
4214
4066
  text-align: center;
4215
4067
  }
4216
-
4217
4068
  .p-scrollpanel .p-scrollpanel-bar {
4218
4069
  background: #424b57;
4219
4070
  border: 0 none;
4071
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
4072
+ }
4073
+ .p-scrollpanel .p-scrollpanel-bar:focus-visible {
4074
+ outline: 0 none;
4075
+ outline-offset: 0;
4076
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
4220
4077
  }
4221
-
4222
4078
  .p-splitter {
4223
4079
  border: 1px solid #424b57;
4224
4080
  background: #1f2937;
@@ -4232,10 +4088,14 @@
4232
4088
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
4233
4089
  background: #424b57;
4234
4090
  }
4091
+ .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
4092
+ outline: 0 none;
4093
+ outline-offset: 0;
4094
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
4095
+ }
4235
4096
  .p-splitter .p-splitter-gutter-resizing {
4236
4097
  background: #424b57;
4237
4098
  }
4238
-
4239
4099
  .p-tabview .p-tabview-nav-content {
4240
4100
  scroll-padding-inline: 3rem;
4241
4101
  }
@@ -4304,7 +4164,6 @@
4304
4164
  border-bottom-right-radius: 6px;
4305
4165
  border-bottom-left-radius: 6px;
4306
4166
  }
4307
-
4308
4167
  .p-toolbar {
4309
4168
  background: #1f2937;
4310
4169
  border: 1px solid #424b57;
@@ -4315,7 +4174,6 @@
4315
4174
  .p-toolbar .p-toolbar-separator {
4316
4175
  margin: 0 0.5rem;
4317
4176
  }
4318
-
4319
4177
  .p-confirm-popup {
4320
4178
  background: #1f2937;
4321
4179
  color: rgba(255, 255, 255, 0.87);
@@ -4363,7 +4221,6 @@
4363
4221
  .p-confirm-popup .p-confirm-popup-message {
4364
4222
  margin-left: 1rem;
4365
4223
  }
4366
-
4367
4224
  .p-dialog {
4368
4225
  border-radius: 6px;
4369
4226
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
@@ -4436,7 +4293,6 @@
4436
4293
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4437
4294
  margin-left: 1rem;
4438
4295
  }
4439
-
4440
4296
  .p-overlaypanel {
4441
4297
  background: #1f2937;
4442
4298
  color: rgba(255, 255, 255, 0.87);
@@ -4478,7 +4334,6 @@
4478
4334
  .p-overlaypanel.p-overlaypanel-flipped:before {
4479
4335
  border-top-color: #424b57;
4480
4336
  }
4481
-
4482
4337
  .p-sidebar {
4483
4338
  background: #1f2937;
4484
4339
  color: rgba(255, 255, 255, 0.87);
@@ -4489,7 +4344,7 @@
4489
4344
  padding: 1.25rem;
4490
4345
  }
4491
4346
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4492
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4347
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4493
4348
  width: 2rem;
4494
4349
  height: 2rem;
4495
4350
  color: rgba(255, 255, 255, 0.6);
@@ -4499,13 +4354,13 @@
4499
4354
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4500
4355
  }
4501
4356
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4502
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4357
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4503
4358
  color: rgba(255, 255, 255, 0.87);
4504
4359
  border-color: transparent;
4505
4360
  background: rgba(255, 255, 255, 0.03);
4506
4361
  }
4507
4362
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4508
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4363
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4509
4364
  outline: 0 none;
4510
4365
  outline-offset: 0;
4511
4366
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
@@ -4519,7 +4374,6 @@
4519
4374
  .p-sidebar .p-sidebar-footer {
4520
4375
  padding: 1.25rem;
4521
4376
  }
4522
-
4523
4377
  .p-tooltip .p-tooltip-text {
4524
4378
  background: #424b57;
4525
4379
  color: rgba(255, 255, 255, 0.87);
@@ -4539,7 +4393,6 @@
4539
4393
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4540
4394
  border-bottom-color: #424b57;
4541
4395
  }
4542
-
4543
4396
  .p-fileupload .p-fileupload-buttonbar {
4544
4397
  background: #1f2937;
4545
4398
  padding: 1.25rem;
@@ -4579,7 +4432,6 @@
4579
4432
  .p-fileupload.p-fileupload-advanced .p-message {
4580
4433
  margin-top: 0;
4581
4434
  }
4582
-
4583
4435
  .p-fileupload-choose:not(.p-disabled):hover {
4584
4436
  background: #93c5fd;
4585
4437
  color: #030712;
@@ -4590,7 +4442,6 @@
4590
4442
  color: #030712;
4591
4443
  border-color: #bfdbfe;
4592
4444
  }
4593
-
4594
4445
  .p-breadcrumb {
4595
4446
  background: #374151;
4596
4447
  border: 1px solid #424b57;
@@ -4622,7 +4473,6 @@
4622
4473
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4623
4474
  color: rgba(255, 255, 255, 0.6);
4624
4475
  }
4625
-
4626
4476
  .p-contextmenu {
4627
4477
  padding: 0.25rem 0;
4628
4478
  background: #374151;
@@ -4670,7 +4520,7 @@
4670
4520
  color: rgba(255, 255, 255, 0.87);
4671
4521
  }
4672
4522
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4673
- .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4523
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4674
4524
  color: rgba(255, 255, 255, 0.87);
4675
4525
  }
4676
4526
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4684,7 +4534,7 @@
4684
4534
  color: rgba(255, 255, 255, 0.87);
4685
4535
  }
4686
4536
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4687
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4537
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4688
4538
  color: rgba(255, 255, 255, 0.87);
4689
4539
  }
4690
4540
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4695,7 +4545,7 @@
4695
4545
  color: rgba(255, 255, 255, 0.87);
4696
4546
  }
4697
4547
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4698
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4548
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4699
4549
  color: rgba(255, 255, 255, 0.87);
4700
4550
  }
4701
4551
  .p-contextmenu .p-menuitem-separator {
@@ -4709,7 +4559,6 @@
4709
4559
  width: 0.875rem;
4710
4560
  height: 0.875rem;
4711
4561
  }
4712
-
4713
4562
  .p-dock .p-dock-list-container {
4714
4563
  background: rgba(255, 255, 255, 0.1);
4715
4564
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -4733,32 +4582,31 @@
4733
4582
  height: 4rem;
4734
4583
  }
4735
4584
  .p-dock.p-dock-top .p-dock-item-second-prev,
4736
- .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4737
- .p-dock.p-dock-bottom .p-dock-item-second-next {
4585
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4586
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4738
4587
  margin: 0 0.9rem;
4739
4588
  }
4740
4589
  .p-dock.p-dock-top .p-dock-item-prev,
4741
- .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4742
- .p-dock.p-dock-bottom .p-dock-item-next {
4590
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4591
+ .p-dock.p-dock-bottom .p-dock-item-next {
4743
4592
  margin: 0 1.3rem;
4744
4593
  }
4745
4594
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4746
4595
  margin: 0 1.5rem;
4747
4596
  }
4748
4597
  .p-dock.p-dock-left .p-dock-item-second-prev,
4749
- .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4750
- .p-dock.p-dock-right .p-dock-item-second-next {
4598
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4599
+ .p-dock.p-dock-right .p-dock-item-second-next {
4751
4600
  margin: 0.9rem 0;
4752
4601
  }
4753
4602
  .p-dock.p-dock-left .p-dock-item-prev,
4754
- .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4755
- .p-dock.p-dock-right .p-dock-item-next {
4603
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4604
+ .p-dock.p-dock-right .p-dock-item-next {
4756
4605
  margin: 1.3rem 0;
4757
4606
  }
4758
4607
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4759
4608
  margin: 1.5rem 0;
4760
4609
  }
4761
-
4762
4610
  @media screen and (max-width: 960px) {
4763
4611
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4764
4612
  overflow-x: auto;
@@ -4817,7 +4665,7 @@
4817
4665
  color: rgba(255, 255, 255, 0.87);
4818
4666
  }
4819
4667
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4820
- .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4668
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4821
4669
  color: rgba(255, 255, 255, 0.87);
4822
4670
  }
4823
4671
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4831,7 +4679,7 @@
4831
4679
  color: rgba(255, 255, 255, 0.87);
4832
4680
  }
4833
4681
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4834
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4682
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4835
4683
  color: rgba(255, 255, 255, 0.87);
4836
4684
  }
4837
4685
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4842,7 +4690,7 @@
4842
4690
  color: rgba(255, 255, 255, 0.87);
4843
4691
  }
4844
4692
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4845
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4693
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4846
4694
  color: rgba(255, 255, 255, 0.87);
4847
4695
  }
4848
4696
  .p-megamenu .p-megamenu-panel {
@@ -4900,10 +4748,9 @@
4900
4748
  color: rgba(255, 255, 255, 0.87);
4901
4749
  }
4902
4750
  .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,
4903
- .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 {
4751
+ .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 {
4904
4752
  color: rgba(255, 255, 255, 0.87);
4905
4753
  }
4906
-
4907
4754
  .p-menu {
4908
4755
  padding: 0.25rem 0;
4909
4756
  background: #374151;
@@ -4940,7 +4787,7 @@
4940
4787
  color: rgba(255, 255, 255, 0.87);
4941
4788
  }
4942
4789
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4943
- .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4790
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4944
4791
  color: rgba(255, 255, 255, 0.87);
4945
4792
  }
4946
4793
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4954,7 +4801,7 @@
4954
4801
  color: rgba(255, 255, 255, 0.87);
4955
4802
  }
4956
4803
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4957
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4804
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4958
4805
  color: rgba(255, 255, 255, 0.87);
4959
4806
  }
4960
4807
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4965,7 +4812,7 @@
4965
4812
  color: rgba(255, 255, 255, 0.87);
4966
4813
  }
4967
4814
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4968
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4815
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4969
4816
  color: rgba(255, 255, 255, 0.87);
4970
4817
  }
4971
4818
  .p-menu.p-menu-overlay {
@@ -4999,7 +4846,6 @@
4999
4846
  padding-left: 0.5rem;
5000
4847
  padding-right: 0.5rem;
5001
4848
  }
5002
-
5003
4849
  .p-menubar {
5004
4850
  padding: 0.5rem;
5005
4851
  background: #374151;
@@ -5038,7 +4884,7 @@
5038
4884
  color: rgba(255, 255, 255, 0.87);
5039
4885
  }
5040
4886
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5041
- .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4887
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5042
4888
  color: rgba(255, 255, 255, 0.87);
5043
4889
  }
5044
4890
  .p-menubar .p-menuitem > .p-menuitem-content {
@@ -5069,7 +4915,7 @@
5069
4915
  color: rgba(255, 255, 255, 0.87);
5070
4916
  }
5071
4917
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5072
- .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4918
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5073
4919
  color: rgba(255, 255, 255, 0.87);
5074
4920
  }
5075
4921
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5083,7 +4929,7 @@
5083
4929
  color: rgba(255, 255, 255, 0.87);
5084
4930
  }
5085
4931
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5086
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4932
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5087
4933
  color: rgba(255, 255, 255, 0.87);
5088
4934
  }
5089
4935
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5094,7 +4940,7 @@
5094
4940
  color: rgba(255, 255, 255, 0.87);
5095
4941
  }
5096
4942
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5097
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4943
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5098
4944
  color: rgba(255, 255, 255, 0.87);
5099
4945
  }
5100
4946
  .p-menubar .p-submenu-list {
@@ -5111,7 +4957,6 @@
5111
4957
  .p-menubar .p-submenu-list .p-submenu-icon {
5112
4958
  font-size: 0.875rem;
5113
4959
  }
5114
-
5115
4960
  @media screen and (max-width: 960px) {
5116
4961
  .p-menubar {
5117
4962
  position: relative;
@@ -5286,7 +5131,7 @@
5286
5131
  color: rgba(255, 255, 255, 0.87);
5287
5132
  }
5288
5133
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5289
- .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5134
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5290
5135
  color: rgba(255, 255, 255, 0.87);
5291
5136
  }
5292
5137
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5300,7 +5145,7 @@
5300
5145
  color: rgba(255, 255, 255, 0.87);
5301
5146
  }
5302
5147
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5303
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5148
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5304
5149
  color: rgba(255, 255, 255, 0.87);
5305
5150
  }
5306
5151
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5311,7 +5156,7 @@
5311
5156
  color: rgba(255, 255, 255, 0.87);
5312
5157
  }
5313
5158
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5314
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5159
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5315
5160
  color: rgba(255, 255, 255, 0.87);
5316
5161
  }
5317
5162
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
@@ -5327,7 +5172,6 @@
5327
5172
  .p-panelmenu .p-panelmenu-panel {
5328
5173
  margin-bottom: 4px;
5329
5174
  }
5330
-
5331
5175
  .p-slidemenu {
5332
5176
  padding: 0.25rem 0;
5333
5177
  background: #374151;
@@ -5370,7 +5214,7 @@
5370
5214
  color: rgba(255, 255, 255, 0.87);
5371
5215
  }
5372
5216
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5373
- .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5217
+ .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5374
5218
  color: rgba(255, 255, 255, 0.87);
5375
5219
  }
5376
5220
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5384,7 +5228,7 @@
5384
5228
  color: rgba(255, 255, 255, 0.87);
5385
5229
  }
5386
5230
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5387
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5231
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5388
5232
  color: rgba(255, 255, 255, 0.87);
5389
5233
  }
5390
5234
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5395,7 +5239,7 @@
5395
5239
  color: rgba(255, 255, 255, 0.87);
5396
5240
  }
5397
5241
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5398
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5242
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5399
5243
  color: rgba(255, 255, 255, 0.87);
5400
5244
  }
5401
5245
  .p-slidemenu.p-slidemenu-overlay {
@@ -5442,7 +5286,6 @@
5442
5286
  padding-left: 0.5rem;
5443
5287
  padding-right: 0.5rem;
5444
5288
  }
5445
-
5446
5289
  .p-steps .p-steps-item .p-menuitem-link {
5447
5290
  background: transparent;
5448
5291
  transition: box-shadow 0.2s;
@@ -5487,7 +5330,6 @@
5487
5330
  position: absolute;
5488
5331
  margin-top: -1rem;
5489
5332
  }
5490
-
5491
5333
  .p-tabmenu .p-tabmenu-nav {
5492
5334
  background: transparent;
5493
5335
  border: 1px solid #424b57;
@@ -5558,7 +5400,6 @@
5558
5400
  outline-offset: 0;
5559
5401
  box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
5560
5402
  }
5561
-
5562
5403
  .p-tieredmenu {
5563
5404
  padding: 0.25rem 0;
5564
5405
  background: #374151;
@@ -5609,7 +5450,7 @@
5609
5450
  color: rgba(255, 255, 255, 0.87);
5610
5451
  }
5611
5452
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5612
- .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5453
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5613
5454
  color: rgba(255, 255, 255, 0.87);
5614
5455
  }
5615
5456
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5623,7 +5464,7 @@
5623
5464
  color: rgba(255, 255, 255, 0.87);
5624
5465
  }
5625
5466
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5626
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5467
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5627
5468
  color: rgba(255, 255, 255, 0.87);
5628
5469
  }
5629
5470
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5634,7 +5475,7 @@
5634
5475
  color: rgba(255, 255, 255, 0.87);
5635
5476
  }
5636
5477
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5637
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5478
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5638
5479
  color: rgba(255, 255, 255, 0.87);
5639
5480
  }
5640
5481
  .p-tieredmenu .p-menuitem-separator {
@@ -5648,7 +5489,6 @@
5648
5489
  width: 0.875rem;
5649
5490
  height: 0.875rem;
5650
5491
  }
5651
-
5652
5492
  .p-inline-message {
5653
5493
  padding: 0.75rem 0.75rem;
5654
5494
  margin: 0;
@@ -5704,7 +5544,6 @@
5704
5544
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5705
5545
  margin-right: 0;
5706
5546
  }
5707
-
5708
5547
  .p-message {
5709
5548
  margin: 1rem 0;
5710
5549
  border-radius: 6px;
@@ -5793,7 +5632,6 @@
5793
5632
  .p-message .p-message-detail {
5794
5633
  margin-left: 0.5rem;
5795
5634
  }
5796
-
5797
5635
  .p-toast {
5798
5636
  opacity: 1;
5799
5637
  }
@@ -5844,7 +5682,7 @@
5844
5682
  color: #93c5fd;
5845
5683
  }
5846
5684
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5847
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5685
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5848
5686
  color: #93c5fd;
5849
5687
  }
5850
5688
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5854,7 +5692,7 @@
5854
5692
  color: #6ee7b7;
5855
5693
  }
5856
5694
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5857
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5695
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5858
5696
  color: #6ee7b7;
5859
5697
  }
5860
5698
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5864,7 +5702,7 @@
5864
5702
  color: #fde047;
5865
5703
  }
5866
5704
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5867
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5705
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5868
5706
  color: #fde047;
5869
5707
  }
5870
5708
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5874,10 +5712,9 @@
5874
5712
  color: #fca5a5;
5875
5713
  }
5876
5714
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5877
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5715
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5878
5716
  color: #fca5a5;
5879
5717
  }
5880
-
5881
5718
  .p-galleria .p-galleria-close {
5882
5719
  margin: 0.5rem;
5883
5720
  background: transparent;
@@ -5908,7 +5745,7 @@
5908
5745
  margin: 0 0.5rem;
5909
5746
  }
5910
5747
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5911
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5748
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5912
5749
  font-size: 2rem;
5913
5750
  }
5914
5751
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
@@ -5965,7 +5802,7 @@
5965
5802
  padding: 1rem 0.25rem;
5966
5803
  }
5967
5804
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
5968
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5805
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5969
5806
  margin: 0.5rem;
5970
5807
  background-color: transparent;
5971
5808
  color: #f8f9fa;
@@ -5975,7 +5812,7 @@
5975
5812
  border-radius: 50%;
5976
5813
  }
5977
5814
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
5978
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5815
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5979
5816
  background: rgba(255, 255, 255, 0.1);
5980
5817
  color: #f8f9fa;
5981
5818
  }
@@ -5984,29 +5821,23 @@
5984
5821
  outline-offset: 0;
5985
5822
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
5986
5823
  }
5987
-
5988
5824
  .p-galleria-mask {
5989
5825
  --maskbg: rgba(0, 0, 0, 0.9);
5990
5826
  }
5991
-
5992
5827
  .p-image-mask {
5993
5828
  --maskbg: rgba(0, 0, 0, 0.9);
5994
5829
  }
5995
-
5996
5830
  .p-image-preview-indicator {
5997
5831
  background-color: transparent;
5998
5832
  color: #f8f9fa;
5999
5833
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
6000
5834
  }
6001
-
6002
5835
  .p-image-preview-container:hover > .p-image-preview-indicator {
6003
5836
  background-color: rgba(0, 0, 0, 0.5);
6004
5837
  }
6005
-
6006
5838
  .p-image-toolbar {
6007
5839
  padding: 1rem;
6008
5840
  }
6009
-
6010
5841
  .p-image-action.p-link {
6011
5842
  color: #f8f9fa;
6012
5843
  background-color: transparent;
@@ -6030,7 +5861,6 @@
6030
5861
  width: 1.5rem;
6031
5862
  height: 1.5rem;
6032
5863
  }
6033
-
6034
5864
  .p-avatar {
6035
5865
  background-color: #424b57;
6036
5866
  border-radius: 6px;
@@ -6051,11 +5881,9 @@
6051
5881
  .p-avatar.p-avatar-xl .p-avatar-icon {
6052
5882
  font-size: 2rem;
6053
5883
  }
6054
-
6055
5884
  .p-avatar-group .p-avatar {
6056
5885
  border: 2px solid #1f2937;
6057
5886
  }
6058
-
6059
5887
  .p-badge {
6060
5888
  background: #60a5fa;
6061
5889
  color: #030712;
@@ -6097,7 +5925,6 @@
6097
5925
  height: 3rem;
6098
5926
  line-height: 3rem;
6099
5927
  }
6100
-
6101
5928
  .p-chip {
6102
5929
  background-color: #424b57;
6103
5930
  color: rgba(255, 255, 255, 0.87);
@@ -6133,7 +5960,6 @@
6133
5960
  .p-chip .pi-chip-remove-icon:focus {
6134
5961
  outline: 0 none;
6135
5962
  }
6136
-
6137
5963
  .p-inplace .p-inplace-display {
6138
5964
  padding: 0.75rem 0.75rem;
6139
5965
  border-radius: 6px;
@@ -6148,7 +5974,6 @@
6148
5974
  outline-offset: 0;
6149
5975
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
6150
5976
  }
6151
-
6152
5977
  .p-progressbar {
6153
5978
  border: 0 none;
6154
5979
  height: 1.5rem;
@@ -6164,7 +5989,6 @@
6164
5989
  color: #030712;
6165
5990
  line-height: 1.5rem;
6166
5991
  }
6167
-
6168
5992
  .p-scrolltop {
6169
5993
  width: 3rem;
6170
5994
  height: 3rem;
@@ -6186,7 +6010,6 @@
6186
6010
  width: 1.5rem;
6187
6011
  height: 1.5rem;
6188
6012
  }
6189
-
6190
6013
  .p-skeleton {
6191
6014
  background-color: rgba(255, 255, 255, 0.06);
6192
6015
  border-radius: 6px;
@@ -6194,7 +6017,6 @@
6194
6017
  .p-skeleton:after {
6195
6018
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
6196
6019
  }
6197
-
6198
6020
  .p-tag {
6199
6021
  background: #60a5fa;
6200
6022
  color: #030712;
@@ -6227,7 +6049,6 @@
6227
6049
  width: 0.75rem;
6228
6050
  height: 0.75rem;
6229
6051
  }
6230
-
6231
6052
  .p-terminal {
6232
6053
  background: #1f2937;
6233
6054
  color: rgba(255, 255, 255, 0.87);
@@ -6244,32 +6065,25 @@
6244
6065
  .p-button-label {
6245
6066
  font-weight: 700;
6246
6067
  }
6247
-
6248
6068
  .p-selectbutton > .p-button,
6249
- .p-togglebutton.p-button {
6069
+ .p-togglebutton.p-button {
6250
6070
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
6251
6071
  }
6252
-
6253
6072
  .p-accordion .p-accordion-header .p-accordion-header-link {
6254
6073
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
6255
6074
  }
6256
-
6257
6075
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
6258
6076
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
6259
6077
  }
6260
-
6261
6078
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
6262
6079
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
6263
6080
  }
6264
-
6265
6081
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6266
6082
  background-color: #60a5fa;
6267
6083
  }
6268
-
6269
6084
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6270
6085
  background-color: #60a5fa;
6271
6086
  }
6272
-
6273
6087
  .p-button:focus {
6274
6088
  box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
6275
6089
  }
@@ -6291,46 +6105,37 @@
6291
6105
  .p-button.p-button-danger:enabled:focus {
6292
6106
  box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(248, 113, 113, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
6293
6107
  }
6294
-
6295
6108
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6296
6109
  box-shadow: inset 0 2px 0 0 #60a5fa;
6297
6110
  }
6298
6111
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
6299
6112
  box-shadow: inset 0 -2px 0 0 #60a5fa;
6300
6113
  }
6301
-
6302
6114
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6303
6115
  box-shadow: inset 0 2px 0 0 #60a5fa;
6304
6116
  }
6305
6117
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
6306
6118
  box-shadow: inset 0 -2px 0 0 #60a5fa;
6307
6119
  }
6308
-
6309
6120
  .p-speeddial-item.p-focus > .p-speeddial-action {
6310
6121
  box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
6311
6122
  }
6312
-
6313
6123
  .p-toast-message {
6314
6124
  backdrop-filter: blur(10px);
6315
6125
  }
6316
-
6317
6126
  .p-message .p-message-close:hover {
6318
6127
  background: rgba(255, 255, 255, 0.1);
6319
6128
  }
6320
-
6321
6129
  .p-toast .p-toast-message .p-toast-icon-close:hover {
6322
6130
  background: rgba(255, 255, 255, 0.1);
6323
6131
  }
6324
-
6325
6132
  .p-inline-message-text {
6326
6133
  font-weight: 500;
6327
6134
  }
6328
-
6329
6135
  .p-picklist-buttons .p-button,
6330
- .p-orderlist-controls .p-button {
6136
+ .p-orderlist-controls .p-button {
6331
6137
  transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
6332
6138
  }
6333
-
6334
6139
  .p-steps .p-steps-item.p-highlight .p-steps-number {
6335
6140
  background: #60a5fa;
6336
6141
  color: #030712;