primeng 17.3.1 → 17.3.3

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 (132) hide show
  1. package/accordion/accordion.d.ts +2 -0
  2. package/api/translationkeys.d.ts +2 -0
  3. package/autocomplete/autocomplete.d.ts +4 -4
  4. package/button/button.d.ts +1 -1
  5. package/chart/chart.d.ts +3 -2
  6. package/checkbox/checkbox.d.ts +6 -3
  7. package/chips/chips.d.ts +6 -1
  8. package/dropdown/dropdown.d.ts +2 -1
  9. package/esm2022/accordion/accordion.mjs +19 -7
  10. package/esm2022/api/translationkeys.mjs +3 -1
  11. package/esm2022/autocomplete/autocomplete.mjs +5 -5
  12. package/esm2022/button/button.mjs +8 -8
  13. package/esm2022/calendar/calendar.mjs +6 -3
  14. package/esm2022/carousel/carousel.mjs +5 -5
  15. package/esm2022/chart/chart.mjs +13 -9
  16. package/esm2022/checkbox/checkbox.mjs +43 -26
  17. package/esm2022/chips/chips.mjs +14 -5
  18. package/esm2022/dropdown/dropdown.mjs +31 -18
  19. package/esm2022/galleria/galleria.mjs +2 -3
  20. package/esm2022/inputnumber/inputnumber.mjs +2 -2
  21. package/esm2022/multiselect/multiselect.mjs +7 -5
  22. package/esm2022/paginator/paginator.interface.mjs +1 -1
  23. package/esm2022/paginator/paginator.mjs +17 -1
  24. package/esm2022/panel/panel.mjs +2 -4
  25. package/esm2022/scroller/scroller.mjs +11 -11
  26. package/esm2022/splitbutton/splitbutton.mjs +3 -3
  27. package/esm2022/table/table.interface.mjs +1 -1
  28. package/esm2022/table/table.mjs +45 -18
  29. package/esm2022/treeselect/treeselect.mjs +9 -1
  30. package/esm2022/treetable/treetable.mjs +3 -3
  31. package/esm2022/utils/objectutils.mjs +43 -1
  32. package/fesm2022/primeng-accordion.mjs +18 -6
  33. package/fesm2022/primeng-accordion.mjs.map +1 -1
  34. package/fesm2022/primeng-api.mjs +2 -0
  35. package/fesm2022/primeng-api.mjs.map +1 -1
  36. package/fesm2022/primeng-autocomplete.mjs +4 -4
  37. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  38. package/fesm2022/primeng-button.mjs +7 -7
  39. package/fesm2022/primeng-button.mjs.map +1 -1
  40. package/fesm2022/primeng-calendar.mjs +5 -2
  41. package/fesm2022/primeng-calendar.mjs.map +1 -1
  42. package/fesm2022/primeng-carousel.mjs +4 -4
  43. package/fesm2022/primeng-carousel.mjs.map +1 -1
  44. package/fesm2022/primeng-chart.mjs +12 -8
  45. package/fesm2022/primeng-chart.mjs.map +1 -1
  46. package/fesm2022/primeng-checkbox.mjs +42 -25
  47. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  48. package/fesm2022/primeng-chips.mjs +13 -4
  49. package/fesm2022/primeng-chips.mjs.map +1 -1
  50. package/fesm2022/primeng-dropdown.mjs +30 -17
  51. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  52. package/fesm2022/primeng-galleria.mjs +1 -2
  53. package/fesm2022/primeng-galleria.mjs.map +1 -1
  54. package/fesm2022/primeng-inputnumber.mjs +1 -1
  55. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  56. package/fesm2022/primeng-multiselect.mjs +6 -4
  57. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  58. package/fesm2022/primeng-paginator.mjs +16 -0
  59. package/fesm2022/primeng-paginator.mjs.map +1 -1
  60. package/fesm2022/primeng-panel.mjs +1 -3
  61. package/fesm2022/primeng-panel.mjs.map +1 -1
  62. package/fesm2022/primeng-scroller.mjs +10 -10
  63. package/fesm2022/primeng-scroller.mjs.map +1 -1
  64. package/fesm2022/primeng-splitbutton.mjs +2 -2
  65. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  66. package/fesm2022/primeng-table.mjs +44 -17
  67. package/fesm2022/primeng-table.mjs.map +1 -1
  68. package/fesm2022/primeng-treeselect.mjs +8 -0
  69. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  70. package/fesm2022/primeng-treetable.mjs +2 -2
  71. package/fesm2022/primeng-treetable.mjs.map +1 -1
  72. package/fesm2022/primeng-utils.mjs +42 -0
  73. package/fesm2022/primeng-utils.mjs.map +1 -1
  74. package/package.json +175 -175
  75. package/paginator/paginator.d.ts +1 -0
  76. package/paginator/paginator.interface.d.ts +4 -0
  77. package/panel/panel.d.ts +1 -1
  78. package/resources/components/calendar/calendar.css +4 -0
  79. package/resources/components/treetable/treetable.css +1 -0
  80. package/resources/themes/arya-blue/theme.css +228 -420
  81. package/resources/themes/arya-green/theme.css +228 -420
  82. package/resources/themes/arya-orange/theme.css +228 -420
  83. package/resources/themes/arya-purple/theme.css +228 -420
  84. package/resources/themes/bootstrap4-dark-blue/theme.css +228 -421
  85. package/resources/themes/bootstrap4-dark-purple/theme.css +228 -421
  86. package/resources/themes/bootstrap4-light-blue/theme.css +228 -421
  87. package/resources/themes/bootstrap4-light-purple/theme.css +228 -421
  88. package/resources/themes/fluent-light/theme.css +239 -447
  89. package/resources/themes/lara-dark-blue/theme.css +230 -436
  90. package/resources/themes/lara-dark-indigo/theme.css +230 -436
  91. package/resources/themes/lara-dark-purple/theme.css +230 -436
  92. package/resources/themes/lara-dark-teal/theme.css +230 -436
  93. package/resources/themes/lara-light-blue/theme.css +238 -441
  94. package/resources/themes/lara-light-indigo/theme.css +238 -441
  95. package/resources/themes/lara-light-purple/theme.css +238 -441
  96. package/resources/themes/lara-light-teal/theme.css +238 -441
  97. package/resources/themes/luna-amber/theme.css +241 -434
  98. package/resources/themes/luna-blue/theme.css +241 -434
  99. package/resources/themes/luna-green/theme.css +241 -434
  100. package/resources/themes/luna-pink/theme.css +241 -434
  101. package/resources/themes/md-dark-deeppurple/theme.css +393 -681
  102. package/resources/themes/md-dark-indigo/theme.css +393 -681
  103. package/resources/themes/md-light-deeppurple/theme.css +254 -542
  104. package/resources/themes/md-light-indigo/theme.css +254 -542
  105. package/resources/themes/mdc-dark-deeppurple/theme.css +393 -681
  106. package/resources/themes/mdc-dark-indigo/theme.css +393 -681
  107. package/resources/themes/mdc-light-deeppurple/theme.css +254 -542
  108. package/resources/themes/mdc-light-indigo/theme.css +254 -542
  109. package/resources/themes/mira/theme.css +235 -458
  110. package/resources/themes/nano/theme.css +228 -418
  111. package/resources/themes/nova/theme.css +228 -422
  112. package/resources/themes/nova-accent/theme.css +228 -419
  113. package/resources/themes/nova-alt/theme.css +228 -422
  114. package/resources/themes/rhea/theme.css +228 -419
  115. package/resources/themes/saga-blue/theme.css +228 -420
  116. package/resources/themes/saga-green/theme.css +228 -420
  117. package/resources/themes/saga-orange/theme.css +228 -420
  118. package/resources/themes/saga-purple/theme.css +228 -420
  119. package/resources/themes/soho-dark/theme.css +259 -454
  120. package/resources/themes/soho-light/theme.css +233 -430
  121. package/resources/themes/tailwind-light/theme.css +258 -463
  122. package/resources/themes/vela-blue/theme.css +228 -420
  123. package/resources/themes/vela-green/theme.css +228 -420
  124. package/resources/themes/vela-orange/theme.css +228 -420
  125. package/resources/themes/vela-purple/theme.css +228 -420
  126. package/resources/themes/viva-dark/theme.css +233 -444
  127. package/resources/themes/viva-light/theme.css +233 -444
  128. package/scroller/scroller.d.ts +2 -2
  129. package/table/table.d.ts +5 -4
  130. package/table/table.interface.d.ts +4 -0
  131. package/treeselect/treeselect.d.ts +1 -0
  132. package/utils/objectutils.d.ts +1 -0
@@ -276,40 +276,32 @@
276
276
  * {
277
277
  box-sizing: border-box;
278
278
  }
279
-
280
279
  .p-component {
281
280
  font-family: var(--font-family);
282
281
  font-feature-settings: var(--font-feature-settings, normal);
283
282
  font-size: 1rem;
284
283
  font-weight: normal;
285
284
  }
286
-
287
285
  .p-component-overlay {
288
286
  background-color: rgba(0, 0, 0, 0.4);
289
287
  transition-duration: 0.2s;
290
288
  }
291
-
292
289
  .p-disabled, .p-component:disabled {
293
290
  opacity: 0.4;
294
291
  }
295
-
296
292
  .p-error {
297
293
  color: #ef9a9a;
298
294
  }
299
-
300
295
  .p-text-secondary {
301
296
  color: rgba(255, 255, 255, 0.6);
302
297
  }
303
-
304
298
  .pi {
305
299
  font-size: 1rem;
306
300
  }
307
-
308
301
  .p-icon {
309
302
  width: 1rem;
310
303
  height: 1rem;
311
304
  }
312
-
313
305
  .p-link {
314
306
  font-family: var(--font-family);
315
307
  font-feature-settings: var(--font-feature-settings, normal);
@@ -321,15 +313,12 @@
321
313
  outline-offset: 0;
322
314
  box-shadow: 0 0 0 1px #ffe284;
323
315
  }
324
-
325
316
  .p-component-overlay-enter {
326
317
  animation: p-component-overlay-enter-animation 150ms forwards;
327
318
  }
328
-
329
319
  .p-component-overlay-leave {
330
320
  animation: p-component-overlay-leave-animation 150ms forwards;
331
321
  }
332
-
333
322
  @keyframes p-component-overlay-enter-animation {
334
323
  from {
335
324
  background-color: transparent;
@@ -346,7 +335,6 @@
346
335
  background-color: transparent;
347
336
  }
348
337
  }
349
-
350
338
  .p-autocomplete .p-autocomplete-loader {
351
339
  right: 0.5rem;
352
340
  }
@@ -393,7 +381,6 @@
393
381
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
394
382
  border-color: #ef9a9a;
395
383
  }
396
-
397
384
  .p-autocomplete-panel {
398
385
  background: #1f2d40;
399
386
  color: rgba(255, 255, 255, 0.87);
@@ -435,11 +422,9 @@
435
422
  background: #1f2d40;
436
423
  font-weight: 600;
437
424
  }
438
-
439
425
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
440
426
  border-color: #ef9a9a;
441
427
  }
442
-
443
428
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
444
429
  padding-right: 2rem;
445
430
  }
@@ -447,23 +432,19 @@
447
432
  color: rgba(255, 255, 255, 0.6);
448
433
  right: 0.5rem;
449
434
  }
450
-
451
435
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
452
436
  color: rgba(255, 255, 255, 0.6);
453
437
  right: 2.857rem;
454
438
  }
455
-
456
439
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
457
440
  border-color: #ef9a9a;
458
441
  }
459
-
460
442
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
461
443
  outline: 0 none;
462
444
  outline-offset: 0;
463
445
  box-shadow: 0 0 0 1px #ffe284;
464
446
  border-color: #FFD54F;
465
447
  }
466
-
467
448
  .p-datepicker {
468
449
  padding: 0.5rem;
469
450
  background: #1f2d40;
@@ -490,7 +471,7 @@
490
471
  border-top-left-radius: 3px;
491
472
  }
492
473
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
493
- .p-datepicker .p-datepicker-header .p-datepicker-next {
474
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
494
475
  width: 2rem;
495
476
  height: 2rem;
496
477
  color: rgba(255, 255, 255, 0.6);
@@ -500,13 +481,13 @@
500
481
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
501
482
  }
502
483
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
503
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
484
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
504
485
  color: rgba(255, 255, 255, 0.87);
505
486
  border-color: transparent;
506
487
  background: rgba(255, 255, 255, 0.03);
507
488
  }
508
489
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
509
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
490
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
510
491
  outline: 0 none;
511
492
  outline-offset: 0;
512
493
  box-shadow: 0 0 0 1px #ffe284;
@@ -515,14 +496,14 @@
515
496
  line-height: 2rem;
516
497
  }
517
498
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
518
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
499
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
519
500
  color: rgba(255, 255, 255, 0.87);
520
501
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
521
502
  font-weight: 600;
522
503
  padding: 0.5rem;
523
504
  }
524
505
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
525
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
506
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
526
507
  color: #FFD54F;
527
508
  }
528
509
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -671,7 +652,6 @@
671
652
  outline-offset: 0;
672
653
  box-shadow: 0 0 0 1px #ffe284;
673
654
  }
674
-
675
655
  p-calendar.p-calendar-clearable .p-inputtext {
676
656
  padding-right: 2rem;
677
657
  }
@@ -679,12 +659,10 @@
679
659
  color: rgba(255, 255, 255, 0.6);
680
660
  right: 0.5rem;
681
661
  }
682
-
683
662
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
684
663
  color: rgba(255, 255, 255, 0.6);
685
664
  right: 2.857rem;
686
665
  }
687
-
688
666
  @media screen and (max-width: 769px) {
689
667
  .p-datepicker table th, .p-datepicker table td {
690
668
  padding: 0;
@@ -727,7 +705,6 @@
727
705
  .p-cascadeselect.p-invalid.p-component {
728
706
  border-color: #ef9a9a;
729
707
  }
730
-
731
708
  .p-cascadeselect-panel {
732
709
  background: #1f2d40;
733
710
  color: rgba(255, 255, 255, 0.87);
@@ -767,7 +744,6 @@
767
744
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
768
745
  font-size: 0.875rem;
769
746
  }
770
-
771
747
  .p-input-filled .p-cascadeselect {
772
748
  background: #304562;
773
749
  }
@@ -777,11 +753,9 @@
777
753
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
778
754
  background-color: #304562;
779
755
  }
780
-
781
756
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
782
757
  border-color: #ef9a9a;
783
758
  }
784
-
785
759
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
786
760
  padding-right: 0.5rem;
787
761
  }
@@ -789,7 +763,6 @@
789
763
  color: rgba(255, 255, 255, 0.6);
790
764
  right: 2.357rem;
791
765
  }
792
-
793
766
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
794
767
  box-shadow: none;
795
768
  border-radius: 0;
@@ -798,7 +771,6 @@
798
771
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
799
772
  transform: rotate(90deg);
800
773
  }
801
-
802
774
  .p-checkbox {
803
775
  width: 20px;
804
776
  height: 20px;
@@ -839,11 +811,9 @@
839
811
  background: #ffc50c;
840
812
  color: #212529;
841
813
  }
842
-
843
814
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
844
815
  border-color: #ef9a9a;
845
816
  }
846
-
847
817
  .p-input-filled .p-checkbox .p-checkbox-box {
848
818
  background-color: #304562;
849
819
  }
@@ -856,15 +826,12 @@
856
826
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
857
827
  background: #ffc50c;
858
828
  }
859
-
860
829
  .p-checkbox-label {
861
830
  margin-left: 0.5rem;
862
831
  }
863
-
864
832
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
865
833
  border-color: #ef9a9a;
866
834
  }
867
-
868
835
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
869
836
  border-color: #FFD54F;
870
837
  }
@@ -903,11 +870,9 @@
903
870
  padding: 0;
904
871
  margin: 0;
905
872
  }
906
-
907
873
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
908
874
  border-color: #ef9a9a;
909
875
  }
910
-
911
876
  p-chips.p-chips-clearable .p-inputtext {
912
877
  padding-right: 1.5rem;
913
878
  }
@@ -915,26 +880,22 @@
915
880
  color: rgba(255, 255, 255, 0.6);
916
881
  right: 0.5rem;
917
882
  }
918
-
919
883
  .p-colorpicker-preview,
920
- .p-fluid .p-colorpicker-preview.p-inputtext {
884
+ .p-fluid .p-colorpicker-preview.p-inputtext {
921
885
  width: 2rem;
922
886
  height: 2rem;
923
887
  }
924
-
925
888
  .p-colorpicker-panel {
926
889
  background: #1f2d40;
927
890
  border: 1px solid #304562;
928
891
  }
929
892
  .p-colorpicker-panel .p-colorpicker-color-handle,
930
- .p-colorpicker-panel .p-colorpicker-hue-handle {
893
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
931
894
  border-color: #ffffff;
932
895
  }
933
-
934
896
  .p-colorpicker-overlay-panel {
935
897
  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);
936
898
  }
937
-
938
899
  .p-dropdown {
939
900
  background: #17212f;
940
901
  border: 1px solid #304562;
@@ -978,7 +939,6 @@
978
939
  .p-dropdown.p-invalid.p-component {
979
940
  border-color: #ef9a9a;
980
941
  }
981
-
982
942
  .p-dropdown-panel {
983
943
  background: #1f2d40;
984
944
  color: rgba(255, 255, 255, 0.87);
@@ -1042,7 +1002,6 @@
1042
1002
  color: rgba(255, 255, 255, 0.87);
1043
1003
  background: transparent;
1044
1004
  }
1045
-
1046
1005
  .p-input-filled .p-dropdown {
1047
1006
  background: #304562;
1048
1007
  }
@@ -1055,11 +1014,9 @@
1055
1014
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1056
1015
  background-color: transparent;
1057
1016
  }
1058
-
1059
1017
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1060
1018
  border-color: #ef9a9a;
1061
1019
  }
1062
-
1063
1020
  .p-inputgroup-addon {
1064
1021
  background: #1f2d40;
1065
1022
  color: rgba(255, 255, 255, 0.6);
@@ -1072,68 +1029,60 @@
1072
1029
  .p-inputgroup-addon:last-child {
1073
1030
  border-right: 1px solid #304562;
1074
1031
  }
1075
-
1076
1032
  .p-inputgroup > .p-component,
1077
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1078
- .p-inputgroup > .p-float-label > .p-component {
1033
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1034
+ .p-inputgroup > .p-float-label > .p-component {
1079
1035
  border-radius: 0;
1080
1036
  margin: 0;
1081
1037
  }
1082
1038
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1083
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1084
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1039
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1040
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1085
1041
  border-left: 0 none;
1086
1042
  }
1087
1043
  .p-inputgroup > .p-component:focus,
1088
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1089
- .p-inputgroup > .p-float-label > .p-component:focus {
1044
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1045
+ .p-inputgroup > .p-float-label > .p-component:focus {
1090
1046
  z-index: 1;
1091
1047
  }
1092
1048
  .p-inputgroup > .p-component:focus ~ label,
1093
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1094
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1049
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1050
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1095
1051
  z-index: 1;
1096
1052
  }
1097
-
1098
1053
  .p-inputgroup-addon:first-child,
1099
- .p-inputgroup button:first-child,
1100
- .p-inputgroup input:first-child,
1101
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1102
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1054
+ .p-inputgroup button:first-child,
1055
+ .p-inputgroup input:first-child,
1056
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1057
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1103
1058
  border-top-left-radius: 3px;
1104
1059
  border-bottom-left-radius: 3px;
1105
1060
  }
1106
-
1107
1061
  .p-inputgroup .p-float-label:first-child input {
1108
1062
  border-top-left-radius: 3px;
1109
1063
  border-bottom-left-radius: 3px;
1110
1064
  }
1111
-
1112
1065
  .p-inputgroup-addon:last-child,
1113
- .p-inputgroup button:last-child,
1114
- .p-inputgroup input:last-child,
1115
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1116
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1066
+ .p-inputgroup button:last-child,
1067
+ .p-inputgroup input:last-child,
1068
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1069
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1117
1070
  border-top-right-radius: 3px;
1118
1071
  border-bottom-right-radius: 3px;
1119
1072
  }
1120
-
1121
1073
  .p-inputgroup .p-float-label:last-child input {
1122
1074
  border-top-right-radius: 3px;
1123
1075
  border-bottom-right-radius: 3px;
1124
1076
  }
1125
-
1126
1077
  .p-fluid .p-inputgroup .p-button {
1127
1078
  width: auto;
1128
1079
  }
1129
1080
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1130
1081
  width: 2.357rem;
1131
1082
  }
1132
-
1133
1083
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
1134
1084
  border-color: #ef9a9a;
1135
1085
  }
1136
-
1137
1086
  p-inputmask.p-inputmask-clearable .p-inputtext {
1138
1087
  padding-right: 2rem;
1139
1088
  }
@@ -1141,11 +1090,9 @@
1141
1090
  color: rgba(255, 255, 255, 0.6);
1142
1091
  right: 0.5rem;
1143
1092
  }
1144
-
1145
1093
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1146
1094
  border-color: #ef9a9a;
1147
1095
  }
1148
-
1149
1096
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
1150
1097
  padding-right: 2rem;
1151
1098
  }
@@ -1153,14 +1100,12 @@
1153
1100
  color: rgba(255, 255, 255, 0.6);
1154
1101
  right: 0.5rem;
1155
1102
  }
1156
-
1157
1103
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
1158
1104
  right: 2.857rem;
1159
1105
  }
1160
1106
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
1161
1107
  right: 2.857rem;
1162
1108
  }
1163
-
1164
1109
  .p-inputswitch {
1165
1110
  width: 3rem;
1166
1111
  height: 1.75rem;
@@ -1199,11 +1144,9 @@
1199
1144
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
1200
1145
  background: #ffcd2e;
1201
1146
  }
1202
-
1203
1147
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
1204
1148
  border-color: #ef9a9a;
1205
1149
  }
1206
-
1207
1150
  .p-inputtext {
1208
1151
  font-family: var(--font-family);
1209
1152
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1236,57 +1179,45 @@
1236
1179
  font-size: 1.25rem;
1237
1180
  padding: 0.625rem 0.625rem;
1238
1181
  }
1239
-
1240
1182
  .p-float-label > label {
1241
1183
  left: 0.5rem;
1242
1184
  color: rgba(255, 255, 255, 0.6);
1243
1185
  transition-duration: 0.2s;
1244
1186
  }
1245
-
1246
1187
  .p-float-label > .ng-invalid.ng-dirty + label {
1247
1188
  color: #ef9a9a;
1248
1189
  }
1249
-
1250
1190
  .p-input-icon-left > .p-icon-wrapper.p-icon,
1251
- .p-input-icon-left > i:first-of-type {
1191
+ .p-input-icon-left > i:first-of-type {
1252
1192
  left: 0.5rem;
1253
1193
  color: rgba(255, 255, 255, 0.6);
1254
1194
  }
1255
-
1256
1195
  .p-input-icon-left > .p-inputtext {
1257
1196
  padding-left: 2rem;
1258
1197
  }
1259
-
1260
1198
  .p-input-icon-left.p-float-label > label {
1261
1199
  left: 2rem;
1262
1200
  }
1263
-
1264
1201
  .p-input-icon-right > .p-icon-wrapper,
1265
- .p-input-icon-right > i:last-of-type {
1202
+ .p-input-icon-right > i:last-of-type {
1266
1203
  right: 0.5rem;
1267
1204
  color: rgba(255, 255, 255, 0.6);
1268
1205
  }
1269
-
1270
1206
  .p-input-icon-right > .p-inputtext {
1271
1207
  padding-right: 2rem;
1272
1208
  }
1273
-
1274
1209
  ::-webkit-input-placeholder {
1275
1210
  color: rgba(255, 255, 255, 0.6);
1276
1211
  }
1277
-
1278
1212
  :-moz-placeholder {
1279
1213
  color: rgba(255, 255, 255, 0.6);
1280
1214
  }
1281
-
1282
1215
  ::-moz-placeholder {
1283
1216
  color: rgba(255, 255, 255, 0.6);
1284
1217
  }
1285
-
1286
1218
  :-ms-input-placeholder {
1287
1219
  color: rgba(255, 255, 255, 0.6);
1288
1220
  }
1289
-
1290
1221
  .p-input-filled .p-inputtext {
1291
1222
  background-color: #304562;
1292
1223
  }
@@ -1296,17 +1227,14 @@
1296
1227
  .p-input-filled .p-inputtext:enabled:focus {
1297
1228
  background-color: #304562;
1298
1229
  }
1299
-
1300
1230
  .p-inputtext-sm .p-inputtext {
1301
1231
  font-size: 0.875rem;
1302
1232
  padding: 0.4375rem 0.4375rem;
1303
1233
  }
1304
-
1305
1234
  .p-inputtext-lg .p-inputtext {
1306
1235
  font-size: 1.25rem;
1307
1236
  padding: 0.625rem 0.625rem;
1308
1237
  }
1309
-
1310
1238
  .p-listbox {
1311
1239
  background: #1f2d40;
1312
1240
  color: rgba(255, 255, 255, 0.87);
@@ -1381,11 +1309,9 @@
1381
1309
  box-shadow: 0 0 0 1px #ffe284;
1382
1310
  border-color: #FFD54F;
1383
1311
  }
1384
-
1385
1312
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1386
1313
  border-color: #ef9a9a;
1387
1314
  }
1388
-
1389
1315
  .p-multiselect {
1390
1316
  background: #17212f;
1391
1317
  border: 1px solid #304562;
@@ -1425,11 +1351,9 @@
1425
1351
  border-top-right-radius: 3px;
1426
1352
  border-bottom-right-radius: 3px;
1427
1353
  }
1428
-
1429
1354
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1430
1355
  padding: 0.25rem 0.5rem;
1431
1356
  }
1432
-
1433
1357
  .p-multiselect-clearable .p-multiselect-label-container {
1434
1358
  padding-right: 1.5rem;
1435
1359
  }
@@ -1437,7 +1361,6 @@
1437
1361
  color: rgba(255, 255, 255, 0.6);
1438
1362
  right: 2.357rem;
1439
1363
  }
1440
-
1441
1364
  .p-multiselect-panel {
1442
1365
  background: #1f2d40;
1443
1366
  color: rgba(255, 255, 255, 0.87);
@@ -1526,7 +1449,6 @@
1526
1449
  color: rgba(255, 255, 255, 0.87);
1527
1450
  background: transparent;
1528
1451
  }
1529
-
1530
1452
  .p-input-filled .p-multiselect {
1531
1453
  background: #304562;
1532
1454
  }
@@ -1536,15 +1458,12 @@
1536
1458
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1537
1459
  background-color: #304562;
1538
1460
  }
1539
-
1540
1461
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1541
1462
  border-color: #ef9a9a;
1542
1463
  }
1543
-
1544
1464
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1545
1465
  border-color: #ef9a9a;
1546
1466
  }
1547
-
1548
1467
  .p-password-panel {
1549
1468
  padding: 1rem;
1550
1469
  background: #1f2d40;
@@ -1566,7 +1485,6 @@
1566
1485
  .p-password-panel .p-password-meter .p-password-strength.strong {
1567
1486
  background: #c5e1a5;
1568
1487
  }
1569
-
1570
1488
  p-password.p-password-clearable .p-password-input {
1571
1489
  padding-right: 2rem;
1572
1490
  }
@@ -1574,7 +1492,6 @@
1574
1492
  color: rgba(255, 255, 255, 0.6);
1575
1493
  right: 0.5rem;
1576
1494
  }
1577
-
1578
1495
  p-password.p-password-clearable.p-password-mask .p-password-input {
1579
1496
  padding-right: 3.5rem;
1580
1497
  }
@@ -1582,7 +1499,6 @@
1582
1499
  color: rgba(255, 255, 255, 0.6);
1583
1500
  right: 2rem;
1584
1501
  }
1585
-
1586
1502
  .p-radiobutton {
1587
1503
  width: 20px;
1588
1504
  height: 20px;
@@ -1620,11 +1536,9 @@
1620
1536
  background: #ffc50c;
1621
1537
  color: #212529;
1622
1538
  }
1623
-
1624
1539
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1625
1540
  border-color: #ef9a9a;
1626
1541
  }
1627
-
1628
1542
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1629
1543
  background-color: #304562;
1630
1544
  }
@@ -1637,11 +1551,9 @@
1637
1551
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1638
1552
  background: #ffc50c;
1639
1553
  }
1640
-
1641
1554
  .p-radiobutton-label {
1642
1555
  margin-left: 0.5rem;
1643
1556
  }
1644
-
1645
1557
  .p-rating {
1646
1558
  gap: 0.5rem;
1647
1559
  }
@@ -1672,7 +1584,6 @@
1672
1584
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1673
1585
  color: #f48fb1;
1674
1586
  }
1675
-
1676
1587
  .p-selectbutton .p-button {
1677
1588
  background: #1f2d40;
1678
1589
  border: 1px solid #304562;
@@ -1680,7 +1591,7 @@
1680
1591
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1681
1592
  }
1682
1593
  .p-selectbutton .p-button .p-button-icon-left,
1683
- .p-selectbutton .p-button .p-button-icon-right {
1594
+ .p-selectbutton .p-button .p-button-icon-right {
1684
1595
  color: rgba(255, 255, 255, 0.6);
1685
1596
  }
1686
1597
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1689,7 +1600,7 @@
1689
1600
  color: rgba(255, 255, 255, 0.87);
1690
1601
  }
1691
1602
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1692
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1603
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1693
1604
  color: rgba(255, 255, 255, 0.6);
1694
1605
  }
1695
1606
  .p-selectbutton .p-button.p-highlight {
@@ -1698,7 +1609,7 @@
1698
1609
  color: #212529;
1699
1610
  }
1700
1611
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1701
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1612
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1702
1613
  color: #212529;
1703
1614
  }
1704
1615
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1707,14 +1618,12 @@
1707
1618
  color: #212529;
1708
1619
  }
1709
1620
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1710
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1621
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1711
1622
  color: #212529;
1712
1623
  }
1713
-
1714
1624
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1715
1625
  border-color: #ef9a9a;
1716
1626
  }
1717
-
1718
1627
  .p-slider {
1719
1628
  background: #304562;
1720
1629
  border: 0 none;
@@ -1766,7 +1675,6 @@
1766
1675
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
1767
1676
  transition: height 0.2s;
1768
1677
  }
1769
-
1770
1678
  .p-togglebutton.p-button {
1771
1679
  background: #1f2d40;
1772
1680
  border: 1px solid #304562;
@@ -1774,7 +1682,7 @@
1774
1682
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1775
1683
  }
1776
1684
  .p-togglebutton.p-button .p-button-icon-left,
1777
- .p-togglebutton.p-button .p-button-icon-right {
1685
+ .p-togglebutton.p-button .p-button-icon-right {
1778
1686
  color: rgba(255, 255, 255, 0.6);
1779
1687
  }
1780
1688
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1783,7 +1691,7 @@
1783
1691
  color: rgba(255, 255, 255, 0.87);
1784
1692
  }
1785
1693
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1786
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1694
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1787
1695
  color: rgba(255, 255, 255, 0.6);
1788
1696
  }
1789
1697
  .p-togglebutton.p-button.p-highlight {
@@ -1792,7 +1700,7 @@
1792
1700
  color: #212529;
1793
1701
  }
1794
1702
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1795
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1703
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1796
1704
  color: #212529;
1797
1705
  }
1798
1706
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1801,14 +1709,12 @@
1801
1709
  color: #212529;
1802
1710
  }
1803
1711
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1804
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1712
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1805
1713
  color: #212529;
1806
1714
  }
1807
-
1808
1715
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1809
1716
  border-color: #ef9a9a;
1810
1717
  }
1811
-
1812
1718
  .p-treeselect {
1813
1719
  background: #17212f;
1814
1720
  border: 1px solid #304562;
@@ -1845,15 +1751,12 @@
1845
1751
  border-top-right-radius: 3px;
1846
1752
  border-bottom-right-radius: 3px;
1847
1753
  }
1848
-
1849
1754
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1850
1755
  border-color: #ef9a9a;
1851
1756
  }
1852
-
1853
1757
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
1854
1758
  padding: 0.25rem 0.5rem;
1855
1759
  }
1856
-
1857
1760
  .p-treeselect-panel {
1858
1761
  background: #1f2d40;
1859
1762
  color: rgba(255, 255, 255, 0.87);
@@ -1913,7 +1816,6 @@
1913
1816
  color: rgba(255, 255, 255, 0.87);
1914
1817
  background: transparent;
1915
1818
  }
1916
-
1917
1819
  .p-input-filled .p-treeselect {
1918
1820
  background: #304562;
1919
1821
  }
@@ -1923,7 +1825,6 @@
1923
1825
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1924
1826
  background-color: #304562;
1925
1827
  }
1926
-
1927
1828
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
1928
1829
  padding-right: 1.5rem;
1929
1830
  }
@@ -1931,7 +1832,6 @@
1931
1832
  color: rgba(255, 255, 255, 0.6);
1932
1833
  right: 2.357rem;
1933
1834
  }
1934
-
1935
1835
  .p-button {
1936
1836
  color: #212529;
1937
1837
  background: #FFD54F;
@@ -2043,7 +1943,7 @@
2043
1943
  padding: 0.5rem 0;
2044
1944
  }
2045
1945
  .p-button.p-button-icon-only .p-button-icon-left,
2046
- .p-button.p-button-icon-only .p-button-icon-right {
1946
+ .p-button.p-button-icon-only .p-button-icon-right {
2047
1947
  margin: 0;
2048
1948
  }
2049
1949
  .p-button.p-button-icon-only.p-button-rounded {
@@ -2070,7 +1970,6 @@
2070
1970
  .p-button.p-button-loading-label-only .p-button-loading-icon {
2071
1971
  margin-right: 0;
2072
1972
  }
2073
-
2074
1973
  .p-fluid .p-button {
2075
1974
  width: 100%;
2076
1975
  }
@@ -2083,421 +1982,414 @@
2083
1982
  .p-fluid .p-buttonset .p-button {
2084
1983
  flex: 1;
2085
1984
  }
2086
-
2087
1985
  .p-button.p-button-secondary,
2088
- .p-buttonset.p-button-secondary > .p-button,
2089
- .p-splitbutton.p-button-secondary > .p-button {
1986
+ .p-buttonset.p-button-secondary > .p-button,
1987
+ .p-splitbutton.p-button-secondary > .p-button {
2090
1988
  color: #ffffff;
2091
1989
  background: #78909c;
2092
1990
  border: 1px solid #78909c;
2093
1991
  }
2094
1992
  .p-button.p-button-secondary:not(:disabled):hover,
2095
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2096
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
1993
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
1994
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2097
1995
  background: #69838f;
2098
1996
  color: #ffffff;
2099
1997
  border-color: #69838f;
2100
1998
  }
2101
1999
  .p-button.p-button-secondary:not(:disabled):focus,
2102
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2103
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2000
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2001
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2104
2002
  box-shadow: 0 0 0 1px #a1b1ba;
2105
2003
  }
2106
2004
  .p-button.p-button-secondary:not(:disabled):active,
2107
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2108
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2005
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2006
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2109
2007
  background: #5d747f;
2110
2008
  color: #ffffff;
2111
2009
  border-color: #5d747f;
2112
2010
  }
2113
2011
  .p-button.p-button-secondary.p-button-outlined,
2114
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2115
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2012
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2013
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2116
2014
  background-color: transparent;
2117
2015
  color: #78909c;
2118
2016
  border: 1px solid;
2119
2017
  }
2120
2018
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
2121
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2122
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2019
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2020
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2123
2021
  background: rgba(120, 144, 156, 0.04);
2124
2022
  color: #78909c;
2125
2023
  border: 1px solid;
2126
2024
  }
2127
2025
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
2128
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2129
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2026
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2027
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2130
2028
  background: rgba(120, 144, 156, 0.16);
2131
2029
  color: #78909c;
2132
2030
  border: 1px solid;
2133
2031
  }
2134
2032
  .p-button.p-button-secondary.p-button-text,
2135
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2136
- .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2033
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2034
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2137
2035
  background-color: transparent;
2138
2036
  color: #78909c;
2139
2037
  border-color: transparent;
2140
2038
  }
2141
2039
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
2142
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2143
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2040
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2041
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2144
2042
  background: rgba(120, 144, 156, 0.04);
2145
2043
  border-color: transparent;
2146
2044
  color: #78909c;
2147
2045
  }
2148
2046
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
2149
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2150
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2047
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2048
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2151
2049
  background: rgba(120, 144, 156, 0.16);
2152
2050
  border-color: transparent;
2153
2051
  color: #78909c;
2154
2052
  }
2155
-
2156
2053
  .p-button.p-button-info,
2157
- .p-buttonset.p-button-info > .p-button,
2158
- .p-splitbutton.p-button-info > .p-button {
2054
+ .p-buttonset.p-button-info > .p-button,
2055
+ .p-splitbutton.p-button-info > .p-button {
2159
2056
  color: #121212;
2160
2057
  background: #81d4fa;
2161
2058
  border: 1px solid #81d4fa;
2162
2059
  }
2163
2060
  .p-button.p-button-info:not(:disabled):hover,
2164
- .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2165
- .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2061
+ .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2062
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2166
2063
  background: #5dc8f9;
2167
2064
  color: #121212;
2168
2065
  border-color: #5dc8f9;
2169
2066
  }
2170
2067
  .p-button.p-button-info:not(:disabled):focus,
2171
- .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2172
- .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2068
+ .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2069
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2173
2070
  box-shadow: 0 0 0 1px #a7e1fc;
2174
2071
  }
2175
2072
  .p-button.p-button-info:not(:disabled):active,
2176
- .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2177
- .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2073
+ .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2074
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2178
2075
  background: #38bbf7;
2179
2076
  color: #121212;
2180
2077
  border-color: #38bbf7;
2181
2078
  }
2182
2079
  .p-button.p-button-info.p-button-outlined,
2183
- .p-buttonset.p-button-info > .p-button.p-button-outlined,
2184
- .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2080
+ .p-buttonset.p-button-info > .p-button.p-button-outlined,
2081
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2185
2082
  background-color: transparent;
2186
2083
  color: #81d4fa;
2187
2084
  border: 1px solid;
2188
2085
  }
2189
2086
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
2190
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2191
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2087
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2088
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2192
2089
  background: rgba(129, 212, 250, 0.04);
2193
2090
  color: #81d4fa;
2194
2091
  border: 1px solid;
2195
2092
  }
2196
2093
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
2197
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2198
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2094
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2095
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2199
2096
  background: rgba(129, 212, 250, 0.16);
2200
2097
  color: #81d4fa;
2201
2098
  border: 1px solid;
2202
2099
  }
2203
2100
  .p-button.p-button-info.p-button-text,
2204
- .p-buttonset.p-button-info > .p-button.p-button-text,
2205
- .p-splitbutton.p-button-info > .p-button.p-button-text {
2101
+ .p-buttonset.p-button-info > .p-button.p-button-text,
2102
+ .p-splitbutton.p-button-info > .p-button.p-button-text {
2206
2103
  background-color: transparent;
2207
2104
  color: #81d4fa;
2208
2105
  border-color: transparent;
2209
2106
  }
2210
2107
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
2211
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2212
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2108
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2109
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2213
2110
  background: rgba(129, 212, 250, 0.04);
2214
2111
  border-color: transparent;
2215
2112
  color: #81d4fa;
2216
2113
  }
2217
2114
  .p-button.p-button-info.p-button-text:not(:disabled):active,
2218
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2219
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2115
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2116
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2220
2117
  background: rgba(129, 212, 250, 0.16);
2221
2118
  border-color: transparent;
2222
2119
  color: #81d4fa;
2223
2120
  }
2224
-
2225
2121
  .p-button.p-button-success,
2226
- .p-buttonset.p-button-success > .p-button,
2227
- .p-splitbutton.p-button-success > .p-button {
2122
+ .p-buttonset.p-button-success > .p-button,
2123
+ .p-splitbutton.p-button-success > .p-button {
2228
2124
  color: #121212;
2229
2125
  background: #c5e1a5;
2230
2126
  border: 1px solid #c5e1a5;
2231
2127
  }
2232
2128
  .p-button.p-button-success:not(:disabled):hover,
2233
- .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2234
- .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2129
+ .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2130
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2235
2131
  background: #b2d788;
2236
2132
  color: #121212;
2237
2133
  border-color: #b2d788;
2238
2134
  }
2239
2135
  .p-button.p-button-success:not(:disabled):focus,
2240
- .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2241
- .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2136
+ .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2137
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2242
2138
  box-shadow: 0 0 0 1px #d6eac0;
2243
2139
  }
2244
2140
  .p-button.p-button-success:not(:disabled):active,
2245
- .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2246
- .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2141
+ .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2142
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2247
2143
  background: #9fce6b;
2248
2144
  color: #121212;
2249
2145
  border-color: #9fce6b;
2250
2146
  }
2251
2147
  .p-button.p-button-success.p-button-outlined,
2252
- .p-buttonset.p-button-success > .p-button.p-button-outlined,
2253
- .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2148
+ .p-buttonset.p-button-success > .p-button.p-button-outlined,
2149
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2254
2150
  background-color: transparent;
2255
2151
  color: #c5e1a5;
2256
2152
  border: 1px solid;
2257
2153
  }
2258
2154
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
2259
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2260
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2155
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2156
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2261
2157
  background: rgba(197, 225, 165, 0.04);
2262
2158
  color: #c5e1a5;
2263
2159
  border: 1px solid;
2264
2160
  }
2265
2161
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
2266
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2267
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2162
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2163
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2268
2164
  background: rgba(197, 225, 165, 0.16);
2269
2165
  color: #c5e1a5;
2270
2166
  border: 1px solid;
2271
2167
  }
2272
2168
  .p-button.p-button-success.p-button-text,
2273
- .p-buttonset.p-button-success > .p-button.p-button-text,
2274
- .p-splitbutton.p-button-success > .p-button.p-button-text {
2169
+ .p-buttonset.p-button-success > .p-button.p-button-text,
2170
+ .p-splitbutton.p-button-success > .p-button.p-button-text {
2275
2171
  background-color: transparent;
2276
2172
  color: #c5e1a5;
2277
2173
  border-color: transparent;
2278
2174
  }
2279
2175
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
2280
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2281
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2176
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2177
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2282
2178
  background: rgba(197, 225, 165, 0.04);
2283
2179
  border-color: transparent;
2284
2180
  color: #c5e1a5;
2285
2181
  }
2286
2182
  .p-button.p-button-success.p-button-text:not(:disabled):active,
2287
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2288
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2183
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2184
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2289
2185
  background: rgba(197, 225, 165, 0.16);
2290
2186
  border-color: transparent;
2291
2187
  color: #c5e1a5;
2292
2188
  }
2293
-
2294
2189
  .p-button.p-button-warning,
2295
- .p-buttonset.p-button-warning > .p-button,
2296
- .p-splitbutton.p-button-warning > .p-button {
2190
+ .p-buttonset.p-button-warning > .p-button,
2191
+ .p-splitbutton.p-button-warning > .p-button {
2297
2192
  color: #121212;
2298
2193
  background: #ffe082;
2299
2194
  border: 1px solid #ffe082;
2300
2195
  }
2301
2196
  .p-button.p-button-warning:not(:disabled):hover,
2302
- .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2303
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2197
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2198
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2304
2199
  background: #ffd65c;
2305
2200
  color: #121212;
2306
2201
  border-color: #ffd65c;
2307
2202
  }
2308
2203
  .p-button.p-button-warning:not(:disabled):focus,
2309
- .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2310
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2204
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2205
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2311
2206
  box-shadow: 0 0 0 1px #ffe9a8;
2312
2207
  }
2313
2208
  .p-button.p-button-warning:not(:disabled):active,
2314
- .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2315
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2209
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2210
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2316
2211
  background: #ffcd35;
2317
2212
  color: #121212;
2318
2213
  border-color: #ffcd35;
2319
2214
  }
2320
2215
  .p-button.p-button-warning.p-button-outlined,
2321
- .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2322
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2216
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2217
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2323
2218
  background-color: transparent;
2324
2219
  color: #ffe082;
2325
2220
  border: 1px solid;
2326
2221
  }
2327
2222
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
2328
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2329
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2223
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2224
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2330
2225
  background: rgba(255, 224, 130, 0.04);
2331
2226
  color: #ffe082;
2332
2227
  border: 1px solid;
2333
2228
  }
2334
2229
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
2335
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2336
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2230
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2231
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2337
2232
  background: rgba(255, 224, 130, 0.16);
2338
2233
  color: #ffe082;
2339
2234
  border: 1px solid;
2340
2235
  }
2341
2236
  .p-button.p-button-warning.p-button-text,
2342
- .p-buttonset.p-button-warning > .p-button.p-button-text,
2343
- .p-splitbutton.p-button-warning > .p-button.p-button-text {
2237
+ .p-buttonset.p-button-warning > .p-button.p-button-text,
2238
+ .p-splitbutton.p-button-warning > .p-button.p-button-text {
2344
2239
  background-color: transparent;
2345
2240
  color: #ffe082;
2346
2241
  border-color: transparent;
2347
2242
  }
2348
2243
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
2349
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2350
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2244
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2245
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2351
2246
  background: rgba(255, 224, 130, 0.04);
2352
2247
  border-color: transparent;
2353
2248
  color: #ffe082;
2354
2249
  }
2355
2250
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
2356
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2357
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2251
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2252
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2358
2253
  background: rgba(255, 224, 130, 0.16);
2359
2254
  border-color: transparent;
2360
2255
  color: #ffe082;
2361
2256
  }
2362
-
2363
2257
  .p-button.p-button-help,
2364
- .p-buttonset.p-button-help > .p-button,
2365
- .p-splitbutton.p-button-help > .p-button {
2258
+ .p-buttonset.p-button-help > .p-button,
2259
+ .p-splitbutton.p-button-help > .p-button {
2366
2260
  color: #121212;
2367
2261
  background: #ce93d8;
2368
2262
  border: 1px solid #ce93d8;
2369
2263
  }
2370
2264
  .p-button.p-button-help:not(:disabled):hover,
2371
- .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2372
- .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2265
+ .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2266
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2373
2267
  background: #c278ce;
2374
2268
  color: #121212;
2375
2269
  border-color: #c278ce;
2376
2270
  }
2377
2271
  .p-button.p-button-help:not(:disabled):focus,
2378
- .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2379
- .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2272
+ .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2273
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2380
2274
  box-shadow: 0 0 0 1px #ddb3e4;
2381
2275
  }
2382
2276
  .p-button.p-button-help:not(:disabled):active,
2383
- .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2384
- .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2277
+ .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2278
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2385
2279
  background: #b65ec5;
2386
2280
  color: #121212;
2387
2281
  border-color: #b65ec5;
2388
2282
  }
2389
2283
  .p-button.p-button-help.p-button-outlined,
2390
- .p-buttonset.p-button-help > .p-button.p-button-outlined,
2391
- .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2284
+ .p-buttonset.p-button-help > .p-button.p-button-outlined,
2285
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2392
2286
  background-color: transparent;
2393
2287
  color: #ce93d8;
2394
2288
  border: 1px solid;
2395
2289
  }
2396
2290
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
2397
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2398
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2291
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2292
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2399
2293
  background: rgba(206, 147, 216, 0.04);
2400
2294
  color: #ce93d8;
2401
2295
  border: 1px solid;
2402
2296
  }
2403
2297
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
2404
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2405
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2298
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2299
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2406
2300
  background: rgba(206, 147, 216, 0.16);
2407
2301
  color: #ce93d8;
2408
2302
  border: 1px solid;
2409
2303
  }
2410
2304
  .p-button.p-button-help.p-button-text,
2411
- .p-buttonset.p-button-help > .p-button.p-button-text,
2412
- .p-splitbutton.p-button-help > .p-button.p-button-text {
2305
+ .p-buttonset.p-button-help > .p-button.p-button-text,
2306
+ .p-splitbutton.p-button-help > .p-button.p-button-text {
2413
2307
  background-color: transparent;
2414
2308
  color: #ce93d8;
2415
2309
  border-color: transparent;
2416
2310
  }
2417
2311
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
2418
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2419
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2312
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2313
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2420
2314
  background: rgba(206, 147, 216, 0.04);
2421
2315
  border-color: transparent;
2422
2316
  color: #ce93d8;
2423
2317
  }
2424
2318
  .p-button.p-button-help.p-button-text:not(:disabled):active,
2425
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2426
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2319
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2320
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2427
2321
  background: rgba(206, 147, 216, 0.16);
2428
2322
  border-color: transparent;
2429
2323
  color: #ce93d8;
2430
2324
  }
2431
-
2432
2325
  .p-button.p-button-danger,
2433
- .p-buttonset.p-button-danger > .p-button,
2434
- .p-splitbutton.p-button-danger > .p-button {
2326
+ .p-buttonset.p-button-danger > .p-button,
2327
+ .p-splitbutton.p-button-danger > .p-button {
2435
2328
  color: #121212;
2436
2329
  background: #f48fb1;
2437
2330
  border: 1px solid #f48fb1;
2438
2331
  }
2439
2332
  .p-button.p-button-danger:not(:disabled):hover,
2440
- .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2441
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2333
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2334
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2442
2335
  background: #f16c98;
2443
2336
  color: #121212;
2444
2337
  border-color: #f16c98;
2445
2338
  }
2446
2339
  .p-button.p-button-danger:not(:disabled):focus,
2447
- .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2448
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2340
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2341
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2449
2342
  box-shadow: 0 0 0 1px #f7b1c8;
2450
2343
  }
2451
2344
  .p-button.p-button-danger:not(:disabled):active,
2452
- .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2453
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2345
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2346
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2454
2347
  background: #ed4980;
2455
2348
  color: #121212;
2456
2349
  border-color: #ed4980;
2457
2350
  }
2458
2351
  .p-button.p-button-danger.p-button-outlined,
2459
- .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2460
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2352
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2353
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2461
2354
  background-color: transparent;
2462
2355
  color: #f48fb1;
2463
2356
  border: 1px solid;
2464
2357
  }
2465
2358
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
2466
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2467
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2359
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2360
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2468
2361
  background: rgba(244, 143, 177, 0.04);
2469
2362
  color: #f48fb1;
2470
2363
  border: 1px solid;
2471
2364
  }
2472
2365
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
2473
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2474
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2366
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2367
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2475
2368
  background: rgba(244, 143, 177, 0.16);
2476
2369
  color: #f48fb1;
2477
2370
  border: 1px solid;
2478
2371
  }
2479
2372
  .p-button.p-button-danger.p-button-text,
2480
- .p-buttonset.p-button-danger > .p-button.p-button-text,
2481
- .p-splitbutton.p-button-danger > .p-button.p-button-text {
2373
+ .p-buttonset.p-button-danger > .p-button.p-button-text,
2374
+ .p-splitbutton.p-button-danger > .p-button.p-button-text {
2482
2375
  background-color: transparent;
2483
2376
  color: #f48fb1;
2484
2377
  border-color: transparent;
2485
2378
  }
2486
2379
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
2487
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2488
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2380
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2381
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2489
2382
  background: rgba(244, 143, 177, 0.04);
2490
2383
  border-color: transparent;
2491
2384
  color: #f48fb1;
2492
2385
  }
2493
2386
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
2494
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2495
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2387
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2388
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2496
2389
  background: rgba(244, 143, 177, 0.16);
2497
2390
  border-color: transparent;
2498
2391
  color: #f48fb1;
2499
2392
  }
2500
-
2501
2393
  .p-button.p-button-link {
2502
2394
  color: #FFD54F;
2503
2395
  background: transparent;
@@ -2521,7 +2413,6 @@
2521
2413
  color: #FFD54F;
2522
2414
  border-color: transparent;
2523
2415
  }
2524
-
2525
2416
  .p-speeddial-button.p-button.p-button-icon-only {
2526
2417
  width: 4rem;
2527
2418
  height: 4rem;
@@ -2533,17 +2424,14 @@
2533
2424
  width: 1.3rem;
2534
2425
  height: 1.3rem;
2535
2426
  }
2536
-
2537
2427
  .p-speeddial-list {
2538
2428
  outline: 0 none;
2539
2429
  }
2540
-
2541
2430
  .p-speeddial-item.p-focus > .p-speeddial-action {
2542
2431
  outline: 0 none;
2543
2432
  outline-offset: 0;
2544
2433
  box-shadow: 0 0 0 1px #ffe284;
2545
2434
  }
2546
-
2547
2435
  .p-speeddial-action {
2548
2436
  width: 3rem;
2549
2437
  height: 3rem;
@@ -2554,52 +2442,45 @@
2554
2442
  background: rgba(255, 255, 255, 0.6);
2555
2443
  color: #17212f;
2556
2444
  }
2557
-
2558
2445
  .p-speeddial-direction-up .p-speeddial-item {
2559
2446
  margin: 0.25rem 0;
2560
2447
  }
2561
2448
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2562
2449
  margin-bottom: 0.5rem;
2563
2450
  }
2564
-
2565
2451
  .p-speeddial-direction-down .p-speeddial-item {
2566
2452
  margin: 0.25rem 0;
2567
2453
  }
2568
2454
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2569
2455
  margin-top: 0.5rem;
2570
2456
  }
2571
-
2572
2457
  .p-speeddial-direction-left .p-speeddial-item {
2573
2458
  margin: 0 0.25rem;
2574
2459
  }
2575
2460
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2576
2461
  margin-right: 0.5rem;
2577
2462
  }
2578
-
2579
2463
  .p-speeddial-direction-right .p-speeddial-item {
2580
2464
  margin: 0 0.25rem;
2581
2465
  }
2582
2466
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2583
2467
  margin-left: 0.5rem;
2584
2468
  }
2585
-
2586
2469
  .p-speeddial-circle .p-speeddial-item,
2587
- .p-speeddial-semi-circle .p-speeddial-item,
2588
- .p-speeddial-quarter-circle .p-speeddial-item {
2470
+ .p-speeddial-semi-circle .p-speeddial-item,
2471
+ .p-speeddial-quarter-circle .p-speeddial-item {
2589
2472
  margin: 0;
2590
2473
  }
2591
2474
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2592
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2593
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2594
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2595
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2475
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2476
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2477
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2478
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2596
2479
  margin: 0;
2597
2480
  }
2598
-
2599
2481
  .p-speeddial-mask {
2600
2482
  background-color: rgba(0, 0, 0, 0.4);
2601
2483
  }
2602
-
2603
2484
  .p-splitbutton {
2604
2485
  border-radius: 3px;
2605
2486
  }
@@ -2677,7 +2558,6 @@
2677
2558
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2678
2559
  font-size: 1.25rem;
2679
2560
  }
2680
-
2681
2561
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2682
2562
  background-color: transparent;
2683
2563
  color: #78909c;
@@ -2706,7 +2586,6 @@
2706
2586
  border-color: transparent;
2707
2587
  color: #78909c;
2708
2588
  }
2709
-
2710
2589
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2711
2590
  background-color: transparent;
2712
2591
  color: #81d4fa;
@@ -2735,7 +2614,6 @@
2735
2614
  border-color: transparent;
2736
2615
  color: #81d4fa;
2737
2616
  }
2738
-
2739
2617
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2740
2618
  background-color: transparent;
2741
2619
  color: #c5e1a5;
@@ -2764,7 +2642,6 @@
2764
2642
  border-color: transparent;
2765
2643
  color: #c5e1a5;
2766
2644
  }
2767
-
2768
2645
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2769
2646
  background-color: transparent;
2770
2647
  color: #ffe082;
@@ -2793,7 +2670,6 @@
2793
2670
  border-color: transparent;
2794
2671
  color: #ffe082;
2795
2672
  }
2796
-
2797
2673
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2798
2674
  background-color: transparent;
2799
2675
  color: #ce93d8;
@@ -2822,7 +2698,6 @@
2822
2698
  border-color: transparent;
2823
2699
  color: #ce93d8;
2824
2700
  }
2825
-
2826
2701
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2827
2702
  background-color: transparent;
2828
2703
  color: #f48fb1;
@@ -2851,9 +2726,8 @@
2851
2726
  border-color: transparent;
2852
2727
  color: #f48fb1;
2853
2728
  }
2854
-
2855
2729
  .p-carousel .p-carousel-content .p-carousel-prev,
2856
- .p-carousel .p-carousel-content .p-carousel-next {
2730
+ .p-carousel .p-carousel-content .p-carousel-next {
2857
2731
  width: 2rem;
2858
2732
  height: 2rem;
2859
2733
  color: rgba(255, 255, 255, 0.6);
@@ -2864,13 +2738,13 @@
2864
2738
  margin: 0.5rem;
2865
2739
  }
2866
2740
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2867
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2741
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2868
2742
  color: rgba(255, 255, 255, 0.87);
2869
2743
  border-color: transparent;
2870
2744
  background: rgba(255, 255, 255, 0.03);
2871
2745
  }
2872
2746
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2873
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2747
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2874
2748
  outline: 0 none;
2875
2749
  outline-offset: 0;
2876
2750
  box-shadow: 0 0 0 1px #ffe284;
@@ -2896,7 +2770,6 @@
2896
2770
  background: rgba(255, 213, 79, 0.16);
2897
2771
  color: rgba(255, 255, 255, 0.87);
2898
2772
  }
2899
-
2900
2773
  .p-datatable .p-paginator-top {
2901
2774
  border-width: 1px 0 1px 0;
2902
2775
  border-radius: 0;
@@ -2990,9 +2863,9 @@
2990
2863
  padding: 1rem 1rem;
2991
2864
  }
2992
2865
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
2993
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2994
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2995
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2866
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2867
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2868
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2996
2869
  width: 2rem;
2997
2870
  height: 2rem;
2998
2871
  color: rgba(255, 255, 255, 0.6);
@@ -3002,17 +2875,17 @@
3002
2875
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
3003
2876
  }
3004
2877
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
3005
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
3006
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
3007
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2878
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2879
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2880
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
3008
2881
  color: rgba(255, 255, 255, 0.87);
3009
2882
  border-color: transparent;
3010
2883
  background: rgba(255, 255, 255, 0.03);
3011
2884
  }
3012
2885
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
3013
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
3014
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
3015
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2886
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2887
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2888
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
3016
2889
  outline: 0 none;
3017
2890
  outline-offset: 0;
3018
2891
  box-shadow: 0 0 0 1px #ffe284;
@@ -3042,12 +2915,12 @@
3042
2915
  background: #FFD54F;
3043
2916
  }
3044
2917
  .p-datatable .p-datatable-scrollable-header,
3045
- .p-datatable .p-datatable-scrollable-footer {
2918
+ .p-datatable .p-datatable-scrollable-footer {
3046
2919
  background: #1f2d40;
3047
2920
  }
3048
2921
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
3049
- .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,
3050
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
2922
+ .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,
2923
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
3051
2924
  background-color: #1f2d40;
3052
2925
  }
3053
2926
  .p-datatable .p-datatable-loading-icon {
@@ -3150,7 +3023,6 @@
3150
3023
  .p-datatable.p-datatable-lg .p-datatable-footer {
3151
3024
  padding: 1.25rem 1.25rem;
3152
3025
  }
3153
-
3154
3026
  .p-dataview .p-paginator-top {
3155
3027
  border-width: 1px 0 1px 0;
3156
3028
  border-radius: 0;
@@ -3189,12 +3061,10 @@
3189
3061
  .p-dataview .p-dataview-emptymessage {
3190
3062
  padding: 1rem;
3191
3063
  }
3192
-
3193
3064
  .p-column-filter-row .p-column-filter-menu-button,
3194
- .p-column-filter-row .p-column-filter-clear-button {
3065
+ .p-column-filter-row .p-column-filter-clear-button {
3195
3066
  margin-left: 0.5rem;
3196
3067
  }
3197
-
3198
3068
  .p-column-filter-menu-button {
3199
3069
  width: 2rem;
3200
3070
  height: 2rem;
@@ -3222,7 +3092,6 @@
3222
3092
  outline-offset: 0;
3223
3093
  box-shadow: 0 0 0 1px #ffe284;
3224
3094
  }
3225
-
3226
3095
  .p-column-filter-clear-button {
3227
3096
  width: 2rem;
3228
3097
  height: 2rem;
@@ -3242,7 +3111,6 @@
3242
3111
  outline-offset: 0;
3243
3112
  box-shadow: 0 0 0 1px #ffe284;
3244
3113
  }
3245
-
3246
3114
  .p-column-filter-overlay {
3247
3115
  background: #1f2d40;
3248
3116
  color: rgba(255, 255, 255, 0.87);
@@ -3280,7 +3148,6 @@
3280
3148
  border-top: 1px solid #304562;
3281
3149
  margin: 0.25rem 0;
3282
3150
  }
3283
-
3284
3151
  .p-column-filter-overlay-menu .p-column-filter-operator {
3285
3152
  padding: 0.5rem 1rem;
3286
3153
  border-bottom: 0 none;
@@ -3309,7 +3176,6 @@
3309
3176
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3310
3177
  padding: 1rem;
3311
3178
  }
3312
-
3313
3179
  .p-orderlist .p-orderlist-controls {
3314
3180
  padding: 1rem;
3315
3181
  }
@@ -3387,7 +3253,6 @@
3387
3253
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3388
3254
  background: rgba(255, 255, 255, 0.03);
3389
3255
  }
3390
-
3391
3256
  .p-orderlist-item.cdk-drag-preview {
3392
3257
  padding: 0.5rem 1rem;
3393
3258
  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);
@@ -3396,7 +3261,6 @@
3396
3261
  background: #1f2d40;
3397
3262
  margin: 0;
3398
3263
  }
3399
-
3400
3264
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3401
3265
  background: rgba(255, 255, 255, 0.03);
3402
3266
  color: rgba(255, 255, 255, 0.87);
@@ -3435,7 +3299,6 @@
3435
3299
  outline-offset: 0;
3436
3300
  box-shadow: 0 0 0 1px #ffe284;
3437
3301
  }
3438
-
3439
3302
  .p-paginator {
3440
3303
  background: #1f2d40;
3441
3304
  color: rgba(255, 255, 255, 0.6);
@@ -3445,9 +3308,9 @@
3445
3308
  border-radius: 3px;
3446
3309
  }
3447
3310
  .p-paginator .p-paginator-first,
3448
- .p-paginator .p-paginator-prev,
3449
- .p-paginator .p-paginator-next,
3450
- .p-paginator .p-paginator-last {
3311
+ .p-paginator .p-paginator-prev,
3312
+ .p-paginator .p-paginator-next,
3313
+ .p-paginator .p-paginator-last {
3451
3314
  background-color: transparent;
3452
3315
  border: 0 none;
3453
3316
  color: rgba(255, 255, 255, 0.6);
@@ -3458,9 +3321,9 @@
3458
3321
  border-radius: 3px;
3459
3322
  }
3460
3323
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3461
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3462
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3463
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3324
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3325
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3326
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3464
3327
  background: rgba(255, 255, 255, 0.03);
3465
3328
  border-color: transparent;
3466
3329
  color: rgba(255, 255, 255, 0.87);
@@ -3517,7 +3380,6 @@
3517
3380
  border-color: transparent;
3518
3381
  color: rgba(255, 255, 255, 0.87);
3519
3382
  }
3520
-
3521
3383
  .p-picklist .p-picklist-buttons {
3522
3384
  padding: 1rem;
3523
3385
  }
@@ -3595,7 +3457,6 @@
3595
3457
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3596
3458
  background: rgba(255, 255, 255, 0.03);
3597
3459
  }
3598
-
3599
3460
  .p-picklist-item.cdk-drag-preview {
3600
3461
  padding: 0.5rem 1rem;
3601
3462
  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);
@@ -3604,7 +3465,6 @@
3604
3465
  background: #1f2d40;
3605
3466
  margin: 0;
3606
3467
  }
3607
-
3608
3468
  .p-timeline .p-timeline-event-marker {
3609
3469
  border: 2px solid #FFD54F;
3610
3470
  border-radius: 50%;
@@ -3616,20 +3476,19 @@
3616
3476
  background-color: #304562;
3617
3477
  }
3618
3478
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3619
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3479
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3620
3480
  padding: 0 1rem;
3621
3481
  }
3622
3482
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3623
3483
  width: 2px;
3624
3484
  }
3625
3485
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3626
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3486
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3627
3487
  padding: 1rem 0;
3628
3488
  }
3629
3489
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3630
3490
  height: 2px;
3631
3491
  }
3632
-
3633
3492
  .p-tree {
3634
3493
  border: 1px solid #304562;
3635
3494
  background: #1f2d40;
@@ -3686,11 +3545,11 @@
3686
3545
  color: rgba(255, 255, 255, 0.87);
3687
3546
  }
3688
3547
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3689
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3548
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3690
3549
  color: rgba(255, 255, 255, 0.87);
3691
3550
  }
3692
3551
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3693
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3552
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3694
3553
  color: rgba(255, 255, 255, 0.87);
3695
3554
  }
3696
3555
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3763,7 +3622,6 @@
3763
3622
  outline-offset: 0;
3764
3623
  box-shadow: 0 0 0 1px #ffe284;
3765
3624
  }
3766
-
3767
3625
  .p-treetable .p-paginator-top {
3768
3626
  border-width: 1px 0 1px 0;
3769
3627
  border-radius: 0;
@@ -3903,7 +3761,7 @@
3903
3761
  background: #FFD54F;
3904
3762
  }
3905
3763
  .p-treetable .p-treetable-scrollable-header,
3906
- .p-treetable .p-treetable-scrollable-footer {
3764
+ .p-treetable .p-treetable-scrollable-footer {
3907
3765
  background: #1f2d40;
3908
3766
  }
3909
3767
  .p-treetable .p-treetable-loading-icon {
@@ -3964,7 +3822,6 @@
3964
3822
  .p-treetable.p-treetable-lg .p-treetable-footer {
3965
3823
  padding: 1.25rem 1.25rem;
3966
3824
  }
3967
-
3968
3825
  .p-virtualscroller .p-virtualscroller-header {
3969
3826
  background: #1f2d40;
3970
3827
  color: rgba(255, 255, 255, 0.6);
@@ -3989,7 +3846,6 @@
3989
3846
  border-bottom-left-radius: 3px;
3990
3847
  border-bottom-right-radius: 3px;
3991
3848
  }
3992
-
3993
3849
  .p-accordion .p-accordion-header .p-accordion-header-link {
3994
3850
  padding: 1rem;
3995
3851
  border: 1px solid #304562;
@@ -4062,7 +3918,6 @@
4062
3918
  border-bottom-right-radius: 3px;
4063
3919
  border-bottom-left-radius: 3px;
4064
3920
  }
4065
-
4066
3921
  .p-card {
4067
3922
  background: #1f2d40;
4068
3923
  color: rgba(255, 255, 255, 0.87);
@@ -4088,7 +3943,6 @@
4088
3943
  .p-card .p-card-footer {
4089
3944
  padding: 1rem 0 0 0;
4090
3945
  }
4091
-
4092
3946
  .p-divider .p-divider-content {
4093
3947
  background-color: #1f2d40;
4094
3948
  }
@@ -4112,7 +3966,6 @@
4112
3966
  .p-divider.p-divider-vertical .p-divider-content {
4113
3967
  padding: 0.5rem 0;
4114
3968
  }
4115
-
4116
3969
  .p-fieldset {
4117
3970
  border: 1px solid #304562;
4118
3971
  background: #1f2d40;
@@ -4153,7 +4006,6 @@
4153
4006
  .p-fieldset .p-fieldset-content {
4154
4007
  padding: 1rem;
4155
4008
  }
4156
-
4157
4009
  .p-panel .p-panel-header {
4158
4010
  border: 1px solid #304562;
4159
4011
  padding: 1rem;
@@ -4220,7 +4072,6 @@
4220
4072
  width: 100%;
4221
4073
  text-align: center;
4222
4074
  }
4223
-
4224
4075
  .p-scrollpanel .p-scrollpanel-bar {
4225
4076
  background: #304562;
4226
4077
  border: 0 none;
@@ -4231,7 +4082,6 @@
4231
4082
  outline-offset: 0;
4232
4083
  box-shadow: 0 0 0 1px #ffe284;
4233
4084
  }
4234
-
4235
4085
  .p-splitter {
4236
4086
  border: 1px solid #304562;
4237
4087
  background: #1f2d40;
@@ -4253,7 +4103,6 @@
4253
4103
  .p-splitter .p-splitter-gutter-resizing {
4254
4104
  background: #304562;
4255
4105
  }
4256
-
4257
4106
  .p-tabview .p-tabview-nav-content {
4258
4107
  scroll-padding-inline: 2.357rem;
4259
4108
  }
@@ -4322,7 +4171,6 @@
4322
4171
  border-bottom-right-radius: 3px;
4323
4172
  border-bottom-left-radius: 3px;
4324
4173
  }
4325
-
4326
4174
  .p-toolbar {
4327
4175
  background: #1f2d40;
4328
4176
  border: 1px solid #304562;
@@ -4333,7 +4181,6 @@
4333
4181
  .p-toolbar .p-toolbar-separator {
4334
4182
  margin: 0 0.5rem;
4335
4183
  }
4336
-
4337
4184
  .p-confirm-popup {
4338
4185
  background: #1f2d40;
4339
4186
  color: rgba(255, 255, 255, 0.87);
@@ -4381,7 +4228,6 @@
4381
4228
  .p-confirm-popup .p-confirm-popup-message {
4382
4229
  margin-left: 1rem;
4383
4230
  }
4384
-
4385
4231
  .p-dialog {
4386
4232
  border-radius: 3px;
4387
4233
  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);
@@ -4454,7 +4300,6 @@
4454
4300
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4455
4301
  margin-left: 1rem;
4456
4302
  }
4457
-
4458
4303
  .p-overlaypanel {
4459
4304
  background: #1f2d40;
4460
4305
  color: rgba(255, 255, 255, 0.87);
@@ -4496,7 +4341,6 @@
4496
4341
  .p-overlaypanel.p-overlaypanel-flipped:before {
4497
4342
  border-top-color: #304562;
4498
4343
  }
4499
-
4500
4344
  .p-sidebar {
4501
4345
  background: #1f2d40;
4502
4346
  color: rgba(255, 255, 255, 0.87);
@@ -4507,7 +4351,7 @@
4507
4351
  padding: 1rem;
4508
4352
  }
4509
4353
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4510
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4354
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4511
4355
  width: 2rem;
4512
4356
  height: 2rem;
4513
4357
  color: rgba(255, 255, 255, 0.6);
@@ -4517,13 +4361,13 @@
4517
4361
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4518
4362
  }
4519
4363
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4520
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4364
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4521
4365
  color: rgba(255, 255, 255, 0.87);
4522
4366
  border-color: transparent;
4523
4367
  background: rgba(255, 255, 255, 0.03);
4524
4368
  }
4525
4369
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4526
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4370
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4527
4371
  outline: 0 none;
4528
4372
  outline-offset: 0;
4529
4373
  box-shadow: 0 0 0 1px #ffe284;
@@ -4537,7 +4381,6 @@
4537
4381
  .p-sidebar .p-sidebar-footer {
4538
4382
  padding: 1rem;
4539
4383
  }
4540
-
4541
4384
  .p-tooltip .p-tooltip-text {
4542
4385
  background: #304562;
4543
4386
  color: rgba(255, 255, 255, 0.87);
@@ -4557,7 +4400,6 @@
4557
4400
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4558
4401
  border-bottom-color: #304562;
4559
4402
  }
4560
-
4561
4403
  .p-fileupload .p-fileupload-buttonbar {
4562
4404
  background: #1f2d40;
4563
4405
  padding: 1rem;
@@ -4597,7 +4439,6 @@
4597
4439
  .p-fileupload.p-fileupload-advanced .p-message {
4598
4440
  margin-top: 0;
4599
4441
  }
4600
-
4601
4442
  .p-fileupload-choose:not(.p-disabled):hover {
4602
4443
  background: #ffcd2e;
4603
4444
  color: #212529;
@@ -4608,7 +4449,6 @@
4608
4449
  color: #212529;
4609
4450
  border-color: #ffc50c;
4610
4451
  }
4611
-
4612
4452
  .p-breadcrumb {
4613
4453
  background: #1f2d40;
4614
4454
  border: 1px solid #304562;
@@ -4640,7 +4480,6 @@
4640
4480
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4641
4481
  color: rgba(255, 255, 255, 0.6);
4642
4482
  }
4643
-
4644
4483
  .p-contextmenu {
4645
4484
  padding: 0.25rem 0;
4646
4485
  background: #1f2d40;
@@ -4688,7 +4527,7 @@
4688
4527
  color: rgba(255, 255, 255, 0.87);
4689
4528
  }
4690
4529
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4691
- .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4530
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4692
4531
  color: rgba(255, 255, 255, 0.87);
4693
4532
  }
4694
4533
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4702,7 +4541,7 @@
4702
4541
  color: rgba(255, 255, 255, 0.87);
4703
4542
  }
4704
4543
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4705
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4544
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4706
4545
  color: rgba(255, 255, 255, 0.87);
4707
4546
  }
4708
4547
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4713,7 +4552,7 @@
4713
4552
  color: rgba(255, 255, 255, 0.87);
4714
4553
  }
4715
4554
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4716
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4555
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4717
4556
  color: rgba(255, 255, 255, 0.87);
4718
4557
  }
4719
4558
  .p-contextmenu .p-menuitem-separator {
@@ -4727,7 +4566,6 @@
4727
4566
  width: 0.875rem;
4728
4567
  height: 0.875rem;
4729
4568
  }
4730
-
4731
4569
  .p-dock .p-dock-list-container {
4732
4570
  background: rgba(255, 255, 255, 0.1);
4733
4571
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -4751,32 +4589,31 @@
4751
4589
  height: 4rem;
4752
4590
  }
4753
4591
  .p-dock.p-dock-top .p-dock-item-second-prev,
4754
- .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4755
- .p-dock.p-dock-bottom .p-dock-item-second-next {
4592
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4593
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4756
4594
  margin: 0 0.9rem;
4757
4595
  }
4758
4596
  .p-dock.p-dock-top .p-dock-item-prev,
4759
- .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4760
- .p-dock.p-dock-bottom .p-dock-item-next {
4597
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4598
+ .p-dock.p-dock-bottom .p-dock-item-next {
4761
4599
  margin: 0 1.3rem;
4762
4600
  }
4763
4601
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4764
4602
  margin: 0 1.5rem;
4765
4603
  }
4766
4604
  .p-dock.p-dock-left .p-dock-item-second-prev,
4767
- .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4768
- .p-dock.p-dock-right .p-dock-item-second-next {
4605
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4606
+ .p-dock.p-dock-right .p-dock-item-second-next {
4769
4607
  margin: 0.9rem 0;
4770
4608
  }
4771
4609
  .p-dock.p-dock-left .p-dock-item-prev,
4772
- .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4773
- .p-dock.p-dock-right .p-dock-item-next {
4610
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4611
+ .p-dock.p-dock-right .p-dock-item-next {
4774
4612
  margin: 1.3rem 0;
4775
4613
  }
4776
4614
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4777
4615
  margin: 1.5rem 0;
4778
4616
  }
4779
-
4780
4617
  @media screen and (max-width: 960px) {
4781
4618
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4782
4619
  overflow-x: auto;
@@ -4835,7 +4672,7 @@
4835
4672
  color: rgba(255, 255, 255, 0.87);
4836
4673
  }
4837
4674
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4838
- .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4675
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4839
4676
  color: rgba(255, 255, 255, 0.87);
4840
4677
  }
4841
4678
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4849,7 +4686,7 @@
4849
4686
  color: rgba(255, 255, 255, 0.87);
4850
4687
  }
4851
4688
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4852
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4689
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4853
4690
  color: rgba(255, 255, 255, 0.87);
4854
4691
  }
4855
4692
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4860,7 +4697,7 @@
4860
4697
  color: rgba(255, 255, 255, 0.87);
4861
4698
  }
4862
4699
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4863
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4700
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4864
4701
  color: rgba(255, 255, 255, 0.87);
4865
4702
  }
4866
4703
  .p-megamenu .p-megamenu-panel {
@@ -4918,10 +4755,9 @@
4918
4755
  color: rgba(255, 255, 255, 0.87);
4919
4756
  }
4920
4757
  .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,
4921
- .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 {
4758
+ .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 {
4922
4759
  color: rgba(255, 255, 255, 0.87);
4923
4760
  }
4924
-
4925
4761
  .p-menu {
4926
4762
  padding: 0.25rem 0;
4927
4763
  background: #1f2d40;
@@ -4958,7 +4794,7 @@
4958
4794
  color: rgba(255, 255, 255, 0.87);
4959
4795
  }
4960
4796
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4961
- .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4797
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4962
4798
  color: rgba(255, 255, 255, 0.87);
4963
4799
  }
4964
4800
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4972,7 +4808,7 @@
4972
4808
  color: rgba(255, 255, 255, 0.87);
4973
4809
  }
4974
4810
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4975
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4811
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4976
4812
  color: rgba(255, 255, 255, 0.87);
4977
4813
  }
4978
4814
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4983,7 +4819,7 @@
4983
4819
  color: rgba(255, 255, 255, 0.87);
4984
4820
  }
4985
4821
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4986
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4822
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4987
4823
  color: rgba(255, 255, 255, 0.87);
4988
4824
  }
4989
4825
  .p-menu.p-menu-overlay {
@@ -5017,7 +4853,6 @@
5017
4853
  padding-left: 0.5rem;
5018
4854
  padding-right: 0.5rem;
5019
4855
  }
5020
-
5021
4856
  .p-menubar {
5022
4857
  padding: 0.5rem;
5023
4858
  background: #1f2d40;
@@ -5056,7 +4891,7 @@
5056
4891
  color: rgba(255, 255, 255, 0.87);
5057
4892
  }
5058
4893
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5059
- .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4894
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5060
4895
  color: rgba(255, 255, 255, 0.87);
5061
4896
  }
5062
4897
  .p-menubar .p-menuitem > .p-menuitem-content {
@@ -5087,7 +4922,7 @@
5087
4922
  color: rgba(255, 255, 255, 0.87);
5088
4923
  }
5089
4924
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5090
- .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4925
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5091
4926
  color: rgba(255, 255, 255, 0.87);
5092
4927
  }
5093
4928
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5101,7 +4936,7 @@
5101
4936
  color: rgba(255, 255, 255, 0.87);
5102
4937
  }
5103
4938
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5104
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4939
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5105
4940
  color: rgba(255, 255, 255, 0.87);
5106
4941
  }
5107
4942
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5112,7 +4947,7 @@
5112
4947
  color: rgba(255, 255, 255, 0.87);
5113
4948
  }
5114
4949
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5115
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4950
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5116
4951
  color: rgba(255, 255, 255, 0.87);
5117
4952
  }
5118
4953
  .p-menubar .p-submenu-list {
@@ -5129,7 +4964,6 @@
5129
4964
  .p-menubar .p-submenu-list .p-submenu-icon {
5130
4965
  font-size: 0.875rem;
5131
4966
  }
5132
-
5133
4967
  @media screen and (max-width: 960px) {
5134
4968
  .p-menubar {
5135
4969
  position: relative;
@@ -5304,7 +5138,7 @@
5304
5138
  color: rgba(255, 255, 255, 0.87);
5305
5139
  }
5306
5140
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5307
- .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5141
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5308
5142
  color: rgba(255, 255, 255, 0.87);
5309
5143
  }
5310
5144
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5318,7 +5152,7 @@
5318
5152
  color: rgba(255, 255, 255, 0.87);
5319
5153
  }
5320
5154
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5321
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5155
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5322
5156
  color: rgba(255, 255, 255, 0.87);
5323
5157
  }
5324
5158
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5329,7 +5163,7 @@
5329
5163
  color: rgba(255, 255, 255, 0.87);
5330
5164
  }
5331
5165
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5332
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5166
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5333
5167
  color: rgba(255, 255, 255, 0.87);
5334
5168
  }
5335
5169
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
@@ -5369,7 +5203,6 @@
5369
5203
  border-bottom-right-radius: 3px;
5370
5204
  border-bottom-left-radius: 3px;
5371
5205
  }
5372
-
5373
5206
  .p-slidemenu {
5374
5207
  padding: 0.25rem 0;
5375
5208
  background: #1f2d40;
@@ -5412,7 +5245,7 @@
5412
5245
  color: rgba(255, 255, 255, 0.87);
5413
5246
  }
5414
5247
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5415
- .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5248
+ .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5416
5249
  color: rgba(255, 255, 255, 0.87);
5417
5250
  }
5418
5251
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5426,7 +5259,7 @@
5426
5259
  color: rgba(255, 255, 255, 0.87);
5427
5260
  }
5428
5261
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5429
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5262
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5430
5263
  color: rgba(255, 255, 255, 0.87);
5431
5264
  }
5432
5265
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5437,7 +5270,7 @@
5437
5270
  color: rgba(255, 255, 255, 0.87);
5438
5271
  }
5439
5272
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5440
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5273
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5441
5274
  color: rgba(255, 255, 255, 0.87);
5442
5275
  }
5443
5276
  .p-slidemenu.p-slidemenu-overlay {
@@ -5484,7 +5317,6 @@
5484
5317
  padding-left: 0.5rem;
5485
5318
  padding-right: 0.5rem;
5486
5319
  }
5487
-
5488
5320
  .p-steps .p-steps-item .p-menuitem-link {
5489
5321
  background: transparent;
5490
5322
  transition: box-shadow 0.2s;
@@ -5529,7 +5361,6 @@
5529
5361
  position: absolute;
5530
5362
  margin-top: -1rem;
5531
5363
  }
5532
-
5533
5364
  .p-tabmenu .p-tabmenu-nav {
5534
5365
  background: transparent;
5535
5366
  border: 1px solid #304562;
@@ -5600,7 +5431,6 @@
5600
5431
  outline-offset: 0;
5601
5432
  box-shadow: inset 0 0 0 1px #ffe284;
5602
5433
  }
5603
-
5604
5434
  .p-tieredmenu {
5605
5435
  padding: 0.25rem 0;
5606
5436
  background: #1f2d40;
@@ -5651,7 +5481,7 @@
5651
5481
  color: rgba(255, 255, 255, 0.87);
5652
5482
  }
5653
5483
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5654
- .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5484
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5655
5485
  color: rgba(255, 255, 255, 0.87);
5656
5486
  }
5657
5487
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5665,7 +5495,7 @@
5665
5495
  color: rgba(255, 255, 255, 0.87);
5666
5496
  }
5667
5497
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5668
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5498
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5669
5499
  color: rgba(255, 255, 255, 0.87);
5670
5500
  }
5671
5501
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5676,7 +5506,7 @@
5676
5506
  color: rgba(255, 255, 255, 0.87);
5677
5507
  }
5678
5508
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5679
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5509
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5680
5510
  color: rgba(255, 255, 255, 0.87);
5681
5511
  }
5682
5512
  .p-tieredmenu .p-menuitem-separator {
@@ -5690,7 +5520,6 @@
5690
5520
  width: 0.875rem;
5691
5521
  height: 0.875rem;
5692
5522
  }
5693
-
5694
5523
  .p-inline-message {
5695
5524
  padding: 0.5rem 0.5rem;
5696
5525
  margin: 0;
@@ -5746,7 +5575,6 @@
5746
5575
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5747
5576
  margin-right: 0;
5748
5577
  }
5749
-
5750
5578
  .p-message {
5751
5579
  margin: 1rem 0;
5752
5580
  border-radius: 3px;
@@ -5835,7 +5663,6 @@
5835
5663
  .p-message .p-message-detail {
5836
5664
  margin-left: 0.5rem;
5837
5665
  }
5838
-
5839
5666
  .p-toast {
5840
5667
  opacity: 0.9;
5841
5668
  }
@@ -5886,7 +5713,7 @@
5886
5713
  color: #044868;
5887
5714
  }
5888
5715
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5889
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5716
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5890
5717
  color: #044868;
5891
5718
  }
5892
5719
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5896,7 +5723,7 @@
5896
5723
  color: #224a23;
5897
5724
  }
5898
5725
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5899
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5726
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5900
5727
  color: #224a23;
5901
5728
  }
5902
5729
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5906,7 +5733,7 @@
5906
5733
  color: #6d5100;
5907
5734
  }
5908
5735
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5909
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5736
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5910
5737
  color: #6d5100;
5911
5738
  }
5912
5739
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5916,10 +5743,9 @@
5916
5743
  color: #73000c;
5917
5744
  }
5918
5745
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5919
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5746
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5920
5747
  color: #73000c;
5921
5748
  }
5922
-
5923
5749
  .p-galleria .p-galleria-close {
5924
5750
  margin: 0.5rem;
5925
5751
  background: transparent;
@@ -5950,7 +5776,7 @@
5950
5776
  margin: 0 0.5rem;
5951
5777
  }
5952
5778
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5953
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5779
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5954
5780
  font-size: 2rem;
5955
5781
  }
5956
5782
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
@@ -6007,7 +5833,7 @@
6007
5833
  padding: 1rem 0.25rem;
6008
5834
  }
6009
5835
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
6010
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5836
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
6011
5837
  margin: 0.5rem;
6012
5838
  background-color: transparent;
6013
5839
  color: #f8f9fa;
@@ -6017,7 +5843,7 @@
6017
5843
  border-radius: 50%;
6018
5844
  }
6019
5845
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
6020
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5846
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
6021
5847
  background: rgba(255, 255, 255, 0.1);
6022
5848
  color: #f8f9fa;
6023
5849
  }
@@ -6026,29 +5852,23 @@
6026
5852
  outline-offset: 0;
6027
5853
  box-shadow: 0 0 0 1px #ffe284;
6028
5854
  }
6029
-
6030
5855
  .p-galleria-mask {
6031
5856
  --maskbg: rgba(0, 0, 0, 0.9);
6032
5857
  }
6033
-
6034
5858
  .p-image-mask {
6035
5859
  --maskbg: rgba(0, 0, 0, 0.9);
6036
5860
  }
6037
-
6038
5861
  .p-image-preview-indicator {
6039
5862
  background-color: transparent;
6040
5863
  color: #f8f9fa;
6041
5864
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
6042
5865
  }
6043
-
6044
5866
  .p-image-preview-container:hover > .p-image-preview-indicator {
6045
5867
  background-color: rgba(0, 0, 0, 0.5);
6046
5868
  }
6047
-
6048
5869
  .p-image-toolbar {
6049
5870
  padding: 1rem;
6050
5871
  }
6051
-
6052
5872
  .p-image-action.p-link {
6053
5873
  color: #f8f9fa;
6054
5874
  background-color: transparent;
@@ -6072,7 +5892,6 @@
6072
5892
  width: 1.5rem;
6073
5893
  height: 1.5rem;
6074
5894
  }
6075
-
6076
5895
  .p-avatar {
6077
5896
  background-color: #304562;
6078
5897
  border-radius: 3px;
@@ -6093,11 +5912,9 @@
6093
5912
  .p-avatar.p-avatar-xl .p-avatar-icon {
6094
5913
  font-size: 2rem;
6095
5914
  }
6096
-
6097
5915
  .p-avatar-group .p-avatar {
6098
5916
  border: 2px solid #1f2d40;
6099
5917
  }
6100
-
6101
5918
  .p-badge {
6102
5919
  background: #FFD54F;
6103
5920
  color: #212529;
@@ -6139,7 +5956,6 @@
6139
5956
  height: 3rem;
6140
5957
  line-height: 3rem;
6141
5958
  }
6142
-
6143
5959
  .p-chip {
6144
5960
  background-color: #304562;
6145
5961
  color: rgba(255, 255, 255, 0.87);
@@ -6175,7 +5991,6 @@
6175
5991
  .p-chip .pi-chip-remove-icon:focus {
6176
5992
  outline: 0 none;
6177
5993
  }
6178
-
6179
5994
  .p-inplace .p-inplace-display {
6180
5995
  padding: 0.5rem 0.5rem;
6181
5996
  border-radius: 3px;
@@ -6190,7 +6005,6 @@
6190
6005
  outline-offset: 0;
6191
6006
  box-shadow: 0 0 0 1px #ffe284;
6192
6007
  }
6193
-
6194
6008
  .p-progressbar {
6195
6009
  border: 0 none;
6196
6010
  height: 1.5rem;
@@ -6206,7 +6020,6 @@
6206
6020
  color: #212529;
6207
6021
  line-height: 1.5rem;
6208
6022
  }
6209
-
6210
6023
  .p-scrolltop {
6211
6024
  width: 3rem;
6212
6025
  height: 3rem;
@@ -6228,7 +6041,6 @@
6228
6041
  width: 1.5rem;
6229
6042
  height: 1.5rem;
6230
6043
  }
6231
-
6232
6044
  .p-skeleton {
6233
6045
  background-color: rgba(255, 255, 255, 0.06);
6234
6046
  border-radius: 3px;
@@ -6236,7 +6048,6 @@
6236
6048
  .p-skeleton:after {
6237
6049
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
6238
6050
  }
6239
-
6240
6051
  .p-tag {
6241
6052
  background: #FFD54F;
6242
6053
  color: #212529;
@@ -6269,7 +6080,6 @@
6269
6080
  width: 0.75rem;
6270
6081
  height: 0.75rem;
6271
6082
  }
6272
-
6273
6083
  .p-terminal {
6274
6084
  background: #1f2d40;
6275
6085
  color: rgba(255, 255, 255, 0.87);
@@ -6287,14 +6097,12 @@
6287
6097
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6288
6098
  background-color: #FFD54F;
6289
6099
  }
6290
-
6291
6100
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6292
6101
  background-color: #FFD54F;
6293
6102
  }
6294
6103
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6295
6104
  background: #FFD54F;
6296
6105
  }
6297
-
6298
6106
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6299
6107
  box-shadow: inset 0 2px 0 0 #FFD54F;
6300
6108
  }