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
@@ -53,32 +53,28 @@
53
53
  font-family: "Poppins";
54
54
  font-style: normal;
55
55
  font-weight: 300;
56
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
57
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
58
57
  }
59
58
  /* poppins-regular - latin-ext_latin */
60
59
  @font-face {
61
60
  font-family: "Poppins";
62
61
  font-style: normal;
63
62
  font-weight: 400;
64
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
65
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
66
64
  }
67
65
  /* poppins-600 - latin-ext_latin */
68
66
  @font-face {
69
67
  font-family: "Poppins";
70
68
  font-style: normal;
71
69
  font-weight: 600;
72
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
73
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
70
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
74
71
  }
75
72
  /* poppins-700 - latin-ext_latin */
76
73
  @font-face {
77
74
  font-family: "Poppins";
78
75
  font-style: normal;
79
76
  font-weight: 700;
80
- src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
81
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
77
+ src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
82
78
  }
83
79
  :root {
84
80
  --blue-50:#f6fbfd;
@@ -306,40 +302,32 @@
306
302
  * {
307
303
  box-sizing: border-box;
308
304
  }
309
-
310
305
  .p-component {
311
306
  font-family: var(--font-family);
312
307
  font-feature-settings: var(--font-feature-settings, normal);
313
308
  font-size: 1rem;
314
309
  font-weight: normal;
315
310
  }
316
-
317
311
  .p-component-overlay {
318
312
  background-color: rgba(0, 0, 0, 0.4);
319
313
  transition-duration: 0.3s;
320
314
  }
321
-
322
315
  .p-disabled, .p-component:disabled {
323
316
  opacity: 0.4;
324
317
  }
325
-
326
318
  .p-error {
327
319
  color: #f78c79;
328
320
  }
329
-
330
321
  .p-text-secondary {
331
322
  color: rgba(255, 255, 255, 0.6);
332
323
  }
333
-
334
324
  .pi {
335
325
  font-size: 1rem;
336
326
  }
337
-
338
327
  .p-icon {
339
328
  width: 1rem;
340
329
  height: 1rem;
341
330
  }
342
-
343
331
  .p-link {
344
332
  font-family: var(--font-family);
345
333
  font-feature-settings: var(--font-feature-settings, normal);
@@ -351,15 +339,12 @@
351
339
  outline-offset: 0;
352
340
  box-shadow: 0 0 0 1px #9eade6;
353
341
  }
354
-
355
342
  .p-component-overlay-enter {
356
343
  animation: p-component-overlay-enter-animation 150ms forwards;
357
344
  }
358
-
359
345
  .p-component-overlay-leave {
360
346
  animation: p-component-overlay-leave-animation 150ms forwards;
361
347
  }
362
-
363
348
  @keyframes p-component-overlay-enter-animation {
364
349
  from {
365
350
  background-color: transparent;
@@ -376,7 +361,6 @@
376
361
  background-color: transparent;
377
362
  }
378
363
  }
379
-
380
364
  .p-autocomplete .p-autocomplete-loader {
381
365
  right: 0.75rem;
382
366
  }
@@ -423,7 +407,6 @@
423
407
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
424
408
  border-color: #f78c79;
425
409
  }
426
-
427
410
  .p-autocomplete-panel {
428
411
  background: #161d21;
429
412
  color: rgba(255, 255, 255, 0.87);
@@ -465,11 +448,9 @@
465
448
  background: #161d21;
466
449
  font-weight: 600;
467
450
  }
468
-
469
451
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
470
452
  border-color: #f78c79;
471
453
  }
472
-
473
454
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
474
455
  padding-right: 2.5rem;
475
456
  }
@@ -477,23 +458,19 @@
477
458
  color: rgba(255, 255, 255, 0.6);
478
459
  right: 0.75rem;
479
460
  }
480
-
481
461
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
482
462
  color: rgba(255, 255, 255, 0.6);
483
463
  right: 3.607rem;
484
464
  }
485
-
486
465
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
487
466
  border-color: #f78c79;
488
467
  }
489
-
490
468
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
491
469
  outline: 0 none;
492
470
  outline-offset: 0;
493
471
  box-shadow: 0 0 0 1px #9eade6;
494
472
  border-color: #9eade6;
495
473
  }
496
-
497
474
  .p-datepicker {
498
475
  padding: 0.5rem;
499
476
  background: #161d21;
@@ -520,7 +497,7 @@
520
497
  border-top-left-radius: 6px;
521
498
  }
522
499
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
523
- .p-datepicker .p-datepicker-header .p-datepicker-next {
500
+ .p-datepicker .p-datepicker-header .p-datepicker-next {
524
501
  width: 2rem;
525
502
  height: 2rem;
526
503
  color: rgba(255, 255, 255, 0.6);
@@ -530,13 +507,13 @@
530
507
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
531
508
  }
532
509
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
533
- .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
510
+ .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
534
511
  color: rgba(255, 255, 255, 0.87);
535
512
  border-color: transparent;
536
513
  background: rgba(158, 173, 230, 0.08);
537
514
  }
538
515
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
539
- .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
516
+ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
540
517
  outline: 0 none;
541
518
  outline-offset: 0;
542
519
  box-shadow: 0 0 0 1px #9eade6;
@@ -545,14 +522,14 @@
545
522
  line-height: 2rem;
546
523
  }
547
524
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
548
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
525
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
549
526
  color: rgba(255, 255, 255, 0.87);
550
527
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
551
528
  font-weight: 600;
552
529
  padding: 0.5rem;
553
530
  }
554
531
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
555
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
532
+ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
556
533
  color: #9eade6;
557
534
  }
558
535
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
@@ -701,7 +678,6 @@
701
678
  outline-offset: 0;
702
679
  box-shadow: 0 0 0 1px #9eade6;
703
680
  }
704
-
705
681
  p-calendar.p-calendar-clearable .p-inputtext {
706
682
  padding-right: 2.5rem;
707
683
  }
@@ -709,12 +685,10 @@
709
685
  color: rgba(255, 255, 255, 0.6);
710
686
  right: 0.75rem;
711
687
  }
712
-
713
688
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
714
689
  color: rgba(255, 255, 255, 0.6);
715
690
  right: 3.607rem;
716
691
  }
717
-
718
692
  @media screen and (max-width: 769px) {
719
693
  .p-datepicker table th, .p-datepicker table td {
720
694
  padding: 0;
@@ -757,7 +731,6 @@
757
731
  .p-cascadeselect.p-invalid.p-component {
758
732
  border-color: #f78c79;
759
733
  }
760
-
761
734
  .p-cascadeselect-panel {
762
735
  background: #161d21;
763
736
  color: rgba(255, 255, 255, 0.87);
@@ -797,7 +770,6 @@
797
770
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
798
771
  font-size: 0.875rem;
799
772
  }
800
-
801
773
  .p-input-filled .p-cascadeselect {
802
774
  background: #263238;
803
775
  }
@@ -807,11 +779,9 @@
807
779
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
808
780
  background-color: #263238;
809
781
  }
810
-
811
782
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
812
783
  border-color: #f78c79;
813
784
  }
814
-
815
785
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
816
786
  padding-right: 0.75rem;
817
787
  }
@@ -819,7 +789,6 @@
819
789
  color: rgba(255, 255, 255, 0.6);
820
790
  right: 2.857rem;
821
791
  }
822
-
823
792
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
824
793
  box-shadow: none;
825
794
  border-radius: 0;
@@ -828,7 +797,6 @@
828
797
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
829
798
  transform: rotate(90deg);
830
799
  }
831
-
832
800
  .p-checkbox {
833
801
  width: 20px;
834
802
  height: 20px;
@@ -869,11 +837,9 @@
869
837
  background: #7f93de;
870
838
  color: #121212;
871
839
  }
872
-
873
840
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
874
841
  border-color: #f78c79;
875
842
  }
876
-
877
843
  .p-input-filled .p-checkbox .p-checkbox-box {
878
844
  background-color: #263238;
879
845
  }
@@ -886,15 +852,12 @@
886
852
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
887
853
  background: #7f93de;
888
854
  }
889
-
890
855
  .p-checkbox-label {
891
856
  margin-left: 0.5rem;
892
857
  }
893
-
894
858
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
895
859
  border-color: #f78c79;
896
860
  }
897
-
898
861
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
899
862
  border-color: #2d3e44;
900
863
  }
@@ -933,11 +896,9 @@
933
896
  padding: 0;
934
897
  margin: 0;
935
898
  }
936
-
937
899
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
938
900
  border-color: #f78c79;
939
901
  }
940
-
941
902
  p-chips.p-chips-clearable .p-inputtext {
942
903
  padding-right: 1.75rem;
943
904
  }
@@ -945,26 +906,22 @@
945
906
  color: rgba(255, 255, 255, 0.6);
946
907
  right: 0.75rem;
947
908
  }
948
-
949
909
  .p-colorpicker-preview,
950
- .p-fluid .p-colorpicker-preview.p-inputtext {
910
+ .p-fluid .p-colorpicker-preview.p-inputtext {
951
911
  width: 2rem;
952
912
  height: 2rem;
953
913
  }
954
-
955
914
  .p-colorpicker-panel {
956
915
  background: #161d21;
957
916
  border: 1px solid #263238;
958
917
  }
959
918
  .p-colorpicker-panel .p-colorpicker-color-handle,
960
- .p-colorpicker-panel .p-colorpicker-hue-handle {
919
+ .p-colorpicker-panel .p-colorpicker-hue-handle {
961
920
  border-color: rgba(255, 255, 255, 0.87);
962
921
  }
963
-
964
922
  .p-colorpicker-overlay-panel {
965
923
  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);
966
924
  }
967
-
968
925
  .p-dropdown {
969
926
  background: #0e1315;
970
927
  border: 2px solid #263238;
@@ -1008,7 +965,6 @@
1008
965
  .p-dropdown.p-invalid.p-component {
1009
966
  border-color: #f78c79;
1010
967
  }
1011
-
1012
968
  .p-dropdown-panel {
1013
969
  background: #161d21;
1014
970
  color: rgba(255, 255, 255, 0.87);
@@ -1072,7 +1028,6 @@
1072
1028
  color: rgba(255, 255, 255, 0.87);
1073
1029
  background: transparent;
1074
1030
  }
1075
-
1076
1031
  .p-input-filled .p-dropdown {
1077
1032
  background: #263238;
1078
1033
  }
@@ -1085,11 +1040,9 @@
1085
1040
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
1086
1041
  background-color: transparent;
1087
1042
  }
1088
-
1089
1043
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1090
1044
  border-color: #f78c79;
1091
1045
  }
1092
-
1093
1046
  .p-inputgroup-addon {
1094
1047
  background: #161d21;
1095
1048
  color: rgba(255, 255, 255, 0.6);
@@ -1102,68 +1055,60 @@
1102
1055
  .p-inputgroup-addon:last-child {
1103
1056
  border-right: 2px solid #263238;
1104
1057
  }
1105
-
1106
1058
  .p-inputgroup > .p-component,
1107
- .p-inputgroup > .p-inputwrapper > .p-inputtext,
1108
- .p-inputgroup > .p-float-label > .p-component {
1059
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1060
+ .p-inputgroup > .p-float-label > .p-component {
1109
1061
  border-radius: 0;
1110
1062
  margin: 0;
1111
1063
  }
1112
1064
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1113
- .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1114
- .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1065
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1066
+ .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1115
1067
  border-left: 0 none;
1116
1068
  }
1117
1069
  .p-inputgroup > .p-component:focus,
1118
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1119
- .p-inputgroup > .p-float-label > .p-component:focus {
1070
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1071
+ .p-inputgroup > .p-float-label > .p-component:focus {
1120
1072
  z-index: 1;
1121
1073
  }
1122
1074
  .p-inputgroup > .p-component:focus ~ label,
1123
- .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1124
- .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1075
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1076
+ .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1125
1077
  z-index: 1;
1126
1078
  }
1127
-
1128
1079
  .p-inputgroup-addon:first-child,
1129
- .p-inputgroup button:first-child,
1130
- .p-inputgroup input:first-child,
1131
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1132
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1080
+ .p-inputgroup button:first-child,
1081
+ .p-inputgroup input:first-child,
1082
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
1083
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
1133
1084
  border-top-left-radius: 6px;
1134
1085
  border-bottom-left-radius: 6px;
1135
1086
  }
1136
-
1137
1087
  .p-inputgroup .p-float-label:first-child input {
1138
1088
  border-top-left-radius: 6px;
1139
1089
  border-bottom-left-radius: 6px;
1140
1090
  }
1141
-
1142
1091
  .p-inputgroup-addon:last-child,
1143
- .p-inputgroup button:last-child,
1144
- .p-inputgroup input:last-child,
1145
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1146
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1092
+ .p-inputgroup button:last-child,
1093
+ .p-inputgroup input:last-child,
1094
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
1095
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
1147
1096
  border-top-right-radius: 6px;
1148
1097
  border-bottom-right-radius: 6px;
1149
1098
  }
1150
-
1151
1099
  .p-inputgroup .p-float-label:last-child input {
1152
1100
  border-top-right-radius: 6px;
1153
1101
  border-bottom-right-radius: 6px;
1154
1102
  }
1155
-
1156
1103
  .p-fluid .p-inputgroup .p-button {
1157
1104
  width: auto;
1158
1105
  }
1159
1106
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
1160
1107
  width: 2.857rem;
1161
1108
  }
1162
-
1163
1109
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
1164
1110
  border-color: #f78c79;
1165
1111
  }
1166
-
1167
1112
  p-inputmask.p-inputmask-clearable .p-inputtext {
1168
1113
  padding-right: 2.5rem;
1169
1114
  }
@@ -1171,11 +1116,9 @@
1171
1116
  color: rgba(255, 255, 255, 0.6);
1172
1117
  right: 0.75rem;
1173
1118
  }
1174
-
1175
1119
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1176
1120
  border-color: #f78c79;
1177
1121
  }
1178
-
1179
1122
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
1180
1123
  padding-right: 2.5rem;
1181
1124
  }
@@ -1183,14 +1126,12 @@
1183
1126
  color: rgba(255, 255, 255, 0.6);
1184
1127
  right: 0.75rem;
1185
1128
  }
1186
-
1187
1129
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
1188
1130
  right: 3.607rem;
1189
1131
  }
1190
1132
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
1191
1133
  right: 3.607rem;
1192
1134
  }
1193
-
1194
1135
  .p-inputswitch {
1195
1136
  width: 3rem;
1196
1137
  height: 1.75rem;
@@ -1229,11 +1170,9 @@
1229
1170
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
1230
1171
  background: #8fa0e2;
1231
1172
  }
1232
-
1233
1173
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
1234
1174
  border-color: #f78c79;
1235
1175
  }
1236
-
1237
1176
  .p-inputtext {
1238
1177
  font-family: var(--font-family);
1239
1178
  font-feature-settings: var(--font-feature-settings, normal);
@@ -1266,57 +1205,45 @@
1266
1205
  font-size: 1.25rem;
1267
1206
  padding: 0.625rem 0.9375rem;
1268
1207
  }
1269
-
1270
1208
  .p-float-label > label {
1271
1209
  left: 0.75rem;
1272
1210
  color: rgba(255, 255, 255, 0.6);
1273
1211
  transition-duration: 0.3s;
1274
1212
  }
1275
-
1276
1213
  .p-float-label > .ng-invalid.ng-dirty + label {
1277
1214
  color: #f78c79;
1278
1215
  }
1279
-
1280
1216
  .p-input-icon-left > .p-icon-wrapper.p-icon,
1281
- .p-input-icon-left > i:first-of-type {
1217
+ .p-input-icon-left > i:first-of-type {
1282
1218
  left: 0.75rem;
1283
1219
  color: rgba(255, 255, 255, 0.6);
1284
1220
  }
1285
-
1286
1221
  .p-input-icon-left > .p-inputtext {
1287
1222
  padding-left: 2.5rem;
1288
1223
  }
1289
-
1290
1224
  .p-input-icon-left.p-float-label > label {
1291
1225
  left: 2.5rem;
1292
1226
  }
1293
-
1294
1227
  .p-input-icon-right > .p-icon-wrapper,
1295
- .p-input-icon-right > i:last-of-type {
1228
+ .p-input-icon-right > i:last-of-type {
1296
1229
  right: 0.75rem;
1297
1230
  color: rgba(255, 255, 255, 0.6);
1298
1231
  }
1299
-
1300
1232
  .p-input-icon-right > .p-inputtext {
1301
1233
  padding-right: 2.5rem;
1302
1234
  }
1303
-
1304
1235
  ::-webkit-input-placeholder {
1305
1236
  color: rgba(255, 255, 255, 0.6);
1306
1237
  }
1307
-
1308
1238
  :-moz-placeholder {
1309
1239
  color: rgba(255, 255, 255, 0.6);
1310
1240
  }
1311
-
1312
1241
  ::-moz-placeholder {
1313
1242
  color: rgba(255, 255, 255, 0.6);
1314
1243
  }
1315
-
1316
1244
  :-ms-input-placeholder {
1317
1245
  color: rgba(255, 255, 255, 0.6);
1318
1246
  }
1319
-
1320
1247
  .p-input-filled .p-inputtext {
1321
1248
  background-color: #263238;
1322
1249
  }
@@ -1326,17 +1253,14 @@
1326
1253
  .p-input-filled .p-inputtext:enabled:focus {
1327
1254
  background-color: #263238;
1328
1255
  }
1329
-
1330
1256
  .p-inputtext-sm .p-inputtext {
1331
1257
  font-size: 0.875rem;
1332
1258
  padding: 0.4375rem 0.65625rem;
1333
1259
  }
1334
-
1335
1260
  .p-inputtext-lg .p-inputtext {
1336
1261
  font-size: 1.25rem;
1337
1262
  padding: 0.625rem 0.9375rem;
1338
1263
  }
1339
-
1340
1264
  .p-listbox {
1341
1265
  background: #161d21;
1342
1266
  color: rgba(255, 255, 255, 0.87);
@@ -1411,11 +1335,9 @@
1411
1335
  box-shadow: 0 0 0 1px #9eade6;
1412
1336
  border-color: #9eade6;
1413
1337
  }
1414
-
1415
1338
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1416
1339
  border-color: #f78c79;
1417
1340
  }
1418
-
1419
1341
  .p-multiselect {
1420
1342
  background: #0e1315;
1421
1343
  border: 2px solid #263238;
@@ -1455,11 +1377,9 @@
1455
1377
  border-top-right-radius: 6px;
1456
1378
  border-bottom-right-radius: 6px;
1457
1379
  }
1458
-
1459
1380
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1460
1381
  padding: 0.25rem 0.75rem;
1461
1382
  }
1462
-
1463
1383
  .p-multiselect-clearable .p-multiselect-label-container {
1464
1384
  padding-right: 1.75rem;
1465
1385
  }
@@ -1467,7 +1387,6 @@
1467
1387
  color: rgba(255, 255, 255, 0.6);
1468
1388
  right: 2.857rem;
1469
1389
  }
1470
-
1471
1390
  .p-multiselect-panel {
1472
1391
  background: #161d21;
1473
1392
  color: rgba(255, 255, 255, 0.87);
@@ -1556,7 +1475,6 @@
1556
1475
  color: rgba(255, 255, 255, 0.87);
1557
1476
  background: transparent;
1558
1477
  }
1559
-
1560
1478
  .p-input-filled .p-multiselect {
1561
1479
  background: #263238;
1562
1480
  }
@@ -1566,15 +1484,12 @@
1566
1484
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1567
1485
  background-color: #263238;
1568
1486
  }
1569
-
1570
1487
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1571
1488
  border-color: #f78c79;
1572
1489
  }
1573
-
1574
1490
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1575
1491
  border-color: #f78c79;
1576
1492
  }
1577
-
1578
1493
  .p-password-panel {
1579
1494
  padding: 1rem;
1580
1495
  background: #161d21;
@@ -1596,7 +1511,6 @@
1596
1511
  .p-password-panel .p-password-meter .p-password-strength.strong {
1597
1512
  background: #cede9c;
1598
1513
  }
1599
-
1600
1514
  p-password.p-password-clearable .p-password-input {
1601
1515
  padding-right: 2.5rem;
1602
1516
  }
@@ -1604,7 +1518,6 @@
1604
1518
  color: rgba(255, 255, 255, 0.6);
1605
1519
  right: 0.75rem;
1606
1520
  }
1607
-
1608
1521
  p-password.p-password-clearable.p-password-mask .p-password-input {
1609
1522
  padding-right: 4.25rem;
1610
1523
  }
@@ -1612,7 +1525,6 @@
1612
1525
  color: rgba(255, 255, 255, 0.6);
1613
1526
  right: 2.5rem;
1614
1527
  }
1615
-
1616
1528
  .p-radiobutton {
1617
1529
  width: 20px;
1618
1530
  height: 20px;
@@ -1650,11 +1562,9 @@
1650
1562
  background: #7f93de;
1651
1563
  color: #121212;
1652
1564
  }
1653
-
1654
1565
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1655
1566
  border-color: #f78c79;
1656
1567
  }
1657
-
1658
1568
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1659
1569
  background-color: #263238;
1660
1570
  }
@@ -1667,11 +1577,9 @@
1667
1577
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1668
1578
  background: #7f93de;
1669
1579
  }
1670
-
1671
1580
  .p-radiobutton-label {
1672
1581
  margin-left: 0.5rem;
1673
1582
  }
1674
-
1675
1583
  .p-rating {
1676
1584
  gap: 0.5rem;
1677
1585
  }
@@ -1702,7 +1610,6 @@
1702
1610
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1703
1611
  color: #f88c79;
1704
1612
  }
1705
-
1706
1613
  .p-selectbutton .p-button {
1707
1614
  background: #161d21;
1708
1615
  border: 2px solid #263238;
@@ -1710,7 +1617,7 @@
1710
1617
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
1711
1618
  }
1712
1619
  .p-selectbutton .p-button .p-button-icon-left,
1713
- .p-selectbutton .p-button .p-button-icon-right {
1620
+ .p-selectbutton .p-button .p-button-icon-right {
1714
1621
  color: rgba(255, 255, 255, 0.6);
1715
1622
  }
1716
1623
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1719,7 +1626,7 @@
1719
1626
  color: rgba(255, 255, 255, 0.87);
1720
1627
  }
1721
1628
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1722
- .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1629
+ .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1723
1630
  color: rgba(255, 255, 255, 0.6);
1724
1631
  }
1725
1632
  .p-selectbutton .p-button.p-highlight {
@@ -1728,7 +1635,7 @@
1728
1635
  color: #9eade6;
1729
1636
  }
1730
1637
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1731
- .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1638
+ .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1732
1639
  color: #9eade6;
1733
1640
  }
1734
1641
  .p-selectbutton .p-button.p-highlight:hover {
@@ -1737,14 +1644,12 @@
1737
1644
  color: #9eade6;
1738
1645
  }
1739
1646
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1740
- .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1647
+ .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1741
1648
  color: #9eade6;
1742
1649
  }
1743
-
1744
1650
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1745
1651
  border-color: #f78c79;
1746
1652
  }
1747
-
1748
1653
  .p-slider {
1749
1654
  background: #263238;
1750
1655
  border: 0 none;
@@ -1796,7 +1701,6 @@
1796
1701
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
1797
1702
  transition: height 0.3s;
1798
1703
  }
1799
-
1800
1704
  .p-togglebutton.p-button {
1801
1705
  background: #161d21;
1802
1706
  border: 2px solid #263238;
@@ -1804,7 +1708,7 @@
1804
1708
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
1805
1709
  }
1806
1710
  .p-togglebutton.p-button .p-button-icon-left,
1807
- .p-togglebutton.p-button .p-button-icon-right {
1711
+ .p-togglebutton.p-button .p-button-icon-right {
1808
1712
  color: rgba(255, 255, 255, 0.6);
1809
1713
  }
1810
1714
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
@@ -1813,7 +1717,7 @@
1813
1717
  color: rgba(255, 255, 255, 0.87);
1814
1718
  }
1815
1719
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
1816
- .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1720
+ .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
1817
1721
  color: rgba(255, 255, 255, 0.6);
1818
1722
  }
1819
1723
  .p-togglebutton.p-button.p-highlight {
@@ -1822,7 +1726,7 @@
1822
1726
  color: #9eade6;
1823
1727
  }
1824
1728
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1825
- .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1729
+ .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1826
1730
  color: #9eade6;
1827
1731
  }
1828
1732
  .p-togglebutton.p-button.p-highlight:hover {
@@ -1831,14 +1735,12 @@
1831
1735
  color: #9eade6;
1832
1736
  }
1833
1737
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1834
- .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1738
+ .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1835
1739
  color: #9eade6;
1836
1740
  }
1837
-
1838
1741
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1839
1742
  border-color: #f78c79;
1840
1743
  }
1841
-
1842
1744
  .p-treeselect {
1843
1745
  background: #0e1315;
1844
1746
  border: 2px solid #263238;
@@ -1875,15 +1777,12 @@
1875
1777
  border-top-right-radius: 6px;
1876
1778
  border-bottom-right-radius: 6px;
1877
1779
  }
1878
-
1879
1780
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1880
1781
  border-color: #f78c79;
1881
1782
  }
1882
-
1883
1783
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
1884
1784
  padding: 0.25rem 0.75rem;
1885
1785
  }
1886
-
1887
1786
  .p-treeselect-panel {
1888
1787
  background: #161d21;
1889
1788
  color: rgba(255, 255, 255, 0.87);
@@ -1943,7 +1842,6 @@
1943
1842
  color: rgba(255, 255, 255, 0.87);
1944
1843
  background: transparent;
1945
1844
  }
1946
-
1947
1845
  .p-input-filled .p-treeselect {
1948
1846
  background: #263238;
1949
1847
  }
@@ -1953,7 +1851,6 @@
1953
1851
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1954
1852
  background-color: #263238;
1955
1853
  }
1956
-
1957
1854
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
1958
1855
  padding-right: 1.75rem;
1959
1856
  }
@@ -1961,7 +1858,6 @@
1961
1858
  color: rgba(255, 255, 255, 0.6);
1962
1859
  right: 2.857rem;
1963
1860
  }
1964
-
1965
1861
  .p-button {
1966
1862
  color: #121212;
1967
1863
  background: #9eade6;
@@ -2073,7 +1969,7 @@
2073
1969
  padding: 0.5rem 0;
2074
1970
  }
2075
1971
  .p-button.p-button-icon-only .p-button-icon-left,
2076
- .p-button.p-button-icon-only .p-button-icon-right {
1972
+ .p-button.p-button-icon-only .p-button-icon-right {
2077
1973
  margin: 0;
2078
1974
  }
2079
1975
  .p-button.p-button-icon-only.p-button-rounded {
@@ -2100,7 +1996,6 @@
2100
1996
  .p-button.p-button-loading-label-only .p-button-loading-icon {
2101
1997
  margin-right: 0;
2102
1998
  }
2103
-
2104
1999
  .p-fluid .p-button {
2105
2000
  width: 100%;
2106
2001
  }
@@ -2113,421 +2008,414 @@
2113
2008
  .p-fluid .p-buttonset .p-button {
2114
2009
  flex: 1;
2115
2010
  }
2116
-
2117
2011
  .p-button.p-button-secondary,
2118
- .p-buttonset.p-button-secondary > .p-button,
2119
- .p-splitbutton.p-button-secondary > .p-button {
2012
+ .p-buttonset.p-button-secondary > .p-button,
2013
+ .p-splitbutton.p-button-secondary > .p-button {
2120
2014
  color: #0e1315;
2121
2015
  background: #b4bfcd;
2122
2016
  border: 1px solid #b4bfcd;
2123
2017
  }
2124
2018
  .p-button.p-button-secondary:not(:disabled):hover,
2125
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2126
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2019
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
2020
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
2127
2021
  background: #9dabbe;
2128
2022
  color: #0e1315;
2129
2023
  border-color: #9dabbe;
2130
2024
  }
2131
2025
  .p-button.p-button-secondary:not(:disabled):focus,
2132
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2133
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2026
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
2027
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
2134
2028
  box-shadow: 1px #e1e5eb;
2135
2029
  }
2136
2030
  .p-button.p-button-secondary:not(:disabled):active,
2137
- .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2138
- .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2031
+ .p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
2032
+ .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
2139
2033
  background: #8698ae;
2140
2034
  color: #0e1315;
2141
2035
  border-color: #8698ae;
2142
2036
  }
2143
2037
  .p-button.p-button-secondary.p-button-outlined,
2144
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2145
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2038
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2039
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
2146
2040
  background-color: transparent;
2147
2041
  color: #b4bfcd;
2148
2042
  border: 2px solid;
2149
2043
  }
2150
2044
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
2151
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2152
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2045
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
2046
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
2153
2047
  background: rgba(180, 191, 205, 0.04);
2154
2048
  color: #b4bfcd;
2155
2049
  border: 2px solid;
2156
2050
  }
2157
2051
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
2158
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2159
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2052
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
2053
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
2160
2054
  background: rgba(180, 191, 205, 0.16);
2161
2055
  color: #b4bfcd;
2162
2056
  border: 2px solid;
2163
2057
  }
2164
2058
  .p-button.p-button-secondary.p-button-text,
2165
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2166
- .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2059
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2060
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text {
2167
2061
  background-color: transparent;
2168
2062
  color: #b4bfcd;
2169
2063
  border-color: transparent;
2170
2064
  }
2171
2065
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
2172
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2173
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2066
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
2067
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
2174
2068
  background: rgba(180, 191, 205, 0.04);
2175
2069
  border-color: transparent;
2176
2070
  color: #b4bfcd;
2177
2071
  }
2178
2072
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
2179
- .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2180
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2073
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
2074
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
2181
2075
  background: rgba(180, 191, 205, 0.16);
2182
2076
  border-color: transparent;
2183
2077
  color: #b4bfcd;
2184
2078
  }
2185
-
2186
2079
  .p-button.p-button-info,
2187
- .p-buttonset.p-button-info > .p-button,
2188
- .p-splitbutton.p-button-info > .p-button {
2080
+ .p-buttonset.p-button-info > .p-button,
2081
+ .p-splitbutton.p-button-info > .p-button {
2189
2082
  color: #ffffff;
2190
2083
  background: #35a4cc;
2191
2084
  border: 1px solid #35a4cc;
2192
2085
  }
2193
2086
  .p-button.p-button-info:not(:disabled):hover,
2194
- .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2195
- .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2087
+ .p-buttonset.p-button-info > .p-button:not(:disabled):hover,
2088
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
2196
2089
  background: #2f94b9;
2197
2090
  color: #ffffff;
2198
2091
  border-color: #2f94b9;
2199
2092
  }
2200
2093
  .p-button.p-button-info:not(:disabled):focus,
2201
- .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2202
- .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2094
+ .p-buttonset.p-button-info > .p-button:not(:disabled):focus,
2095
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
2203
2096
  box-shadow: 0 0 0 1px #aedbeb;
2204
2097
  }
2205
2098
  .p-button.p-button-info:not(:disabled):active,
2206
- .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2207
- .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2099
+ .p-buttonset.p-button-info > .p-button:not(:disabled):active,
2100
+ .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
2208
2101
  background: #2984a4;
2209
2102
  color: #ffffff;
2210
2103
  border-color: #2984a4;
2211
2104
  }
2212
2105
  .p-button.p-button-info.p-button-outlined,
2213
- .p-buttonset.p-button-info > .p-button.p-button-outlined,
2214
- .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2106
+ .p-buttonset.p-button-info > .p-button.p-button-outlined,
2107
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined {
2215
2108
  background-color: transparent;
2216
2109
  color: #35a4cc;
2217
2110
  border: 2px solid;
2218
2111
  }
2219
2112
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
2220
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2221
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2113
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
2114
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
2222
2115
  background: rgba(53, 164, 204, 0.04);
2223
2116
  color: #35a4cc;
2224
2117
  border: 2px solid;
2225
2118
  }
2226
2119
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
2227
- .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2228
- .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2120
+ .p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
2121
+ .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
2229
2122
  background: rgba(53, 164, 204, 0.16);
2230
2123
  color: #35a4cc;
2231
2124
  border: 2px solid;
2232
2125
  }
2233
2126
  .p-button.p-button-info.p-button-text,
2234
- .p-buttonset.p-button-info > .p-button.p-button-text,
2235
- .p-splitbutton.p-button-info > .p-button.p-button-text {
2127
+ .p-buttonset.p-button-info > .p-button.p-button-text,
2128
+ .p-splitbutton.p-button-info > .p-button.p-button-text {
2236
2129
  background-color: transparent;
2237
2130
  color: #35a4cc;
2238
2131
  border-color: transparent;
2239
2132
  }
2240
2133
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
2241
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2242
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2134
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
2135
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
2243
2136
  background: rgba(53, 164, 204, 0.04);
2244
2137
  border-color: transparent;
2245
2138
  color: #35a4cc;
2246
2139
  }
2247
2140
  .p-button.p-button-info.p-button-text:not(:disabled):active,
2248
- .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2249
- .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2141
+ .p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
2142
+ .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
2250
2143
  background: rgba(53, 164, 204, 0.16);
2251
2144
  border-color: transparent;
2252
2145
  color: #35a4cc;
2253
2146
  }
2254
-
2255
2147
  .p-button.p-button-success,
2256
- .p-buttonset.p-button-success > .p-button,
2257
- .p-splitbutton.p-button-success > .p-button {
2148
+ .p-buttonset.p-button-success > .p-button,
2149
+ .p-splitbutton.p-button-success > .p-button {
2258
2150
  color: #0e1315;
2259
2151
  background: #cede9c;
2260
2152
  border: 1px solid #cede9c;
2261
2153
  }
2262
2154
  .p-button.p-button-success:not(:disabled):hover,
2263
- .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2264
- .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2155
+ .p-buttonset.p-button-success > .p-button:not(:disabled):hover,
2156
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
2265
2157
  background: #c0d580;
2266
2158
  color: #0e1315;
2267
2159
  border-color: #c0d580;
2268
2160
  }
2269
2161
  .p-button.p-button-success:not(:disabled):focus,
2270
- .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2271
- .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2162
+ .p-buttonset.p-button-success > .p-button:not(:disabled):focus,
2163
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
2272
2164
  box-shadow: 0 0 0 1px #ebf2d7;
2273
2165
  }
2274
2166
  .p-button.p-button-success:not(:disabled):active,
2275
- .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2276
- .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2167
+ .p-buttonset.p-button-success > .p-button:not(:disabled):active,
2168
+ .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
2277
2169
  background: #b2cb63;
2278
2170
  color: #0e1315;
2279
2171
  border-color: #b2cb63;
2280
2172
  }
2281
2173
  .p-button.p-button-success.p-button-outlined,
2282
- .p-buttonset.p-button-success > .p-button.p-button-outlined,
2283
- .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2174
+ .p-buttonset.p-button-success > .p-button.p-button-outlined,
2175
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined {
2284
2176
  background-color: transparent;
2285
2177
  color: #cede9c;
2286
2178
  border: 2px solid;
2287
2179
  }
2288
2180
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
2289
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2290
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2181
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
2182
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
2291
2183
  background: rgba(206, 222, 156, 0.04);
2292
2184
  color: #cede9c;
2293
2185
  border: 2px solid;
2294
2186
  }
2295
2187
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
2296
- .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2297
- .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2188
+ .p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
2189
+ .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
2298
2190
  background: rgba(206, 222, 156, 0.16);
2299
2191
  color: #cede9c;
2300
2192
  border: 2px solid;
2301
2193
  }
2302
2194
  .p-button.p-button-success.p-button-text,
2303
- .p-buttonset.p-button-success > .p-button.p-button-text,
2304
- .p-splitbutton.p-button-success > .p-button.p-button-text {
2195
+ .p-buttonset.p-button-success > .p-button.p-button-text,
2196
+ .p-splitbutton.p-button-success > .p-button.p-button-text {
2305
2197
  background-color: transparent;
2306
2198
  color: #cede9c;
2307
2199
  border-color: transparent;
2308
2200
  }
2309
2201
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
2310
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2311
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2202
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
2203
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
2312
2204
  background: rgba(206, 222, 156, 0.04);
2313
2205
  border-color: transparent;
2314
2206
  color: #cede9c;
2315
2207
  }
2316
2208
  .p-button.p-button-success.p-button-text:not(:disabled):active,
2317
- .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2318
- .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2209
+ .p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
2210
+ .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
2319
2211
  background: rgba(206, 222, 156, 0.16);
2320
2212
  border-color: transparent;
2321
2213
  color: #cede9c;
2322
2214
  }
2323
-
2324
2215
  .p-button.p-button-warning,
2325
- .p-buttonset.p-button-warning > .p-button,
2326
- .p-splitbutton.p-button-warning > .p-button {
2216
+ .p-buttonset.p-button-warning > .p-button,
2217
+ .p-splitbutton.p-button-warning > .p-button {
2327
2218
  color: #0e1315;
2328
2219
  background: #ffe08a;
2329
2220
  border: 1px solid #ffe08a;
2330
2221
  }
2331
2222
  .p-button.p-button-warning:not(:disabled):hover,
2332
- .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2333
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2223
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
2224
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
2334
2225
  background: #ffd663;
2335
2226
  color: #0e1315;
2336
2227
  border-color: #ffd663;
2337
2228
  }
2338
2229
  .p-button.p-button-warning:not(:disabled):focus,
2339
- .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2340
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2230
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
2231
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
2341
2232
  box-shadow: 0 0 0 1px #fff3d0;
2342
2233
  }
2343
2234
  .p-button.p-button-warning:not(:disabled):active,
2344
- .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2345
- .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2235
+ .p-buttonset.p-button-warning > .p-button:not(:disabled):active,
2236
+ .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
2346
2237
  background: #ffcb3b;
2347
2238
  color: #0e1315;
2348
2239
  border-color: #ffcb3b;
2349
2240
  }
2350
2241
  .p-button.p-button-warning.p-button-outlined,
2351
- .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2352
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2242
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined,
2243
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
2353
2244
  background-color: transparent;
2354
2245
  color: #ffe08a;
2355
2246
  border: 2px solid;
2356
2247
  }
2357
2248
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
2358
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2359
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2249
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
2250
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
2360
2251
  background: rgba(255, 224, 138, 0.04);
2361
2252
  color: #ffe08a;
2362
2253
  border: 2px solid;
2363
2254
  }
2364
2255
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
2365
- .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2366
- .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2256
+ .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
2257
+ .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
2367
2258
  background: rgba(255, 224, 138, 0.16);
2368
2259
  color: #ffe08a;
2369
2260
  border: 2px solid;
2370
2261
  }
2371
2262
  .p-button.p-button-warning.p-button-text,
2372
- .p-buttonset.p-button-warning > .p-button.p-button-text,
2373
- .p-splitbutton.p-button-warning > .p-button.p-button-text {
2263
+ .p-buttonset.p-button-warning > .p-button.p-button-text,
2264
+ .p-splitbutton.p-button-warning > .p-button.p-button-text {
2374
2265
  background-color: transparent;
2375
2266
  color: #ffe08a;
2376
2267
  border-color: transparent;
2377
2268
  }
2378
2269
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
2379
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2380
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2270
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
2271
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
2381
2272
  background: rgba(255, 224, 138, 0.04);
2382
2273
  border-color: transparent;
2383
2274
  color: #ffe08a;
2384
2275
  }
2385
2276
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
2386
- .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2387
- .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2277
+ .p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
2278
+ .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
2388
2279
  background: rgba(255, 224, 138, 0.16);
2389
2280
  border-color: transparent;
2390
2281
  color: #ffe08a;
2391
2282
  }
2392
-
2393
2283
  .p-button.p-button-help,
2394
- .p-buttonset.p-button-help > .p-button,
2395
- .p-splitbutton.p-button-help > .p-button {
2284
+ .p-buttonset.p-button-help > .p-button,
2285
+ .p-splitbutton.p-button-help > .p-button {
2396
2286
  color: #0e1315;
2397
2287
  background: #b09ce5;
2398
2288
  border: 1px solid #b09ce5;
2399
2289
  }
2400
2290
  .p-button.p-button-help:not(:disabled):hover,
2401
- .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2402
- .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2291
+ .p-buttonset.p-button-help > .p-button:not(:disabled):hover,
2292
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
2403
2293
  background: #987edd;
2404
2294
  color: #0e1315;
2405
2295
  border-color: #987edd;
2406
2296
  }
2407
2297
  .p-button.p-button-help:not(:disabled):focus,
2408
- .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2409
- .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2298
+ .p-buttonset.p-button-help > .p-button:not(:disabled):focus,
2299
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
2410
2300
  box-shadow: 0 0 0 1px #dfd7f5;
2411
2301
  }
2412
2302
  .p-button.p-button-help:not(:disabled):active,
2413
- .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2414
- .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2303
+ .p-buttonset.p-button-help > .p-button:not(:disabled):active,
2304
+ .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
2415
2305
  background: #7f5fd5;
2416
2306
  color: #0e1315;
2417
2307
  border-color: #7f5fd5;
2418
2308
  }
2419
2309
  .p-button.p-button-help.p-button-outlined,
2420
- .p-buttonset.p-button-help > .p-button.p-button-outlined,
2421
- .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2310
+ .p-buttonset.p-button-help > .p-button.p-button-outlined,
2311
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined {
2422
2312
  background-color: transparent;
2423
2313
  color: #b09ce5;
2424
2314
  border: 2px solid;
2425
2315
  }
2426
2316
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
2427
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2428
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2317
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
2318
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
2429
2319
  background: rgba(176, 156, 229, 0.04);
2430
2320
  color: #b09ce5;
2431
2321
  border: 2px solid;
2432
2322
  }
2433
2323
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
2434
- .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2435
- .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2324
+ .p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
2325
+ .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
2436
2326
  background: rgba(176, 156, 229, 0.16);
2437
2327
  color: #b09ce5;
2438
2328
  border: 2px solid;
2439
2329
  }
2440
2330
  .p-button.p-button-help.p-button-text,
2441
- .p-buttonset.p-button-help > .p-button.p-button-text,
2442
- .p-splitbutton.p-button-help > .p-button.p-button-text {
2331
+ .p-buttonset.p-button-help > .p-button.p-button-text,
2332
+ .p-splitbutton.p-button-help > .p-button.p-button-text {
2443
2333
  background-color: transparent;
2444
2334
  color: #b09ce5;
2445
2335
  border-color: transparent;
2446
2336
  }
2447
2337
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
2448
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2449
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2338
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
2339
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
2450
2340
  background: rgba(176, 156, 229, 0.04);
2451
2341
  border-color: transparent;
2452
2342
  color: #b09ce5;
2453
2343
  }
2454
2344
  .p-button.p-button-help.p-button-text:not(:disabled):active,
2455
- .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2456
- .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2345
+ .p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
2346
+ .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
2457
2347
  background: rgba(176, 156, 229, 0.16);
2458
2348
  border-color: transparent;
2459
2349
  color: #b09ce5;
2460
2350
  }
2461
-
2462
2351
  .p-button.p-button-danger,
2463
- .p-buttonset.p-button-danger > .p-button,
2464
- .p-splitbutton.p-button-danger > .p-button {
2352
+ .p-buttonset.p-button-danger > .p-button,
2353
+ .p-splitbutton.p-button-danger > .p-button {
2465
2354
  color: #0e1315;
2466
2355
  background: #e693a9;
2467
2356
  border: 1px solid #e693a9;
2468
2357
  }
2469
2358
  .p-button.p-button-danger:not(:disabled):hover,
2470
- .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2471
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2359
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
2360
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
2472
2361
  background: #df7491;
2473
2362
  color: #0e1315;
2474
2363
  border-color: #df7491;
2475
2364
  }
2476
2365
  .p-button.p-button-danger:not(:disabled):focus,
2477
- .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2478
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2366
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
2367
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
2479
2368
  box-shadow: 0 0 0 1px #f5d4dd;
2480
2369
  }
2481
2370
  .p-button.p-button-danger:not(:disabled):active,
2482
- .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2483
- .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2371
+ .p-buttonset.p-button-danger > .p-button:not(:disabled):active,
2372
+ .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
2484
2373
  background: #d85678;
2485
2374
  color: #0e1315;
2486
2375
  border-color: #d85678;
2487
2376
  }
2488
2377
  .p-button.p-button-danger.p-button-outlined,
2489
- .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2490
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2378
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined,
2379
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
2491
2380
  background-color: transparent;
2492
2381
  color: #e693a9;
2493
2382
  border: 2px solid;
2494
2383
  }
2495
2384
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
2496
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2497
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2385
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
2386
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
2498
2387
  background: rgba(230, 147, 169, 0.04);
2499
2388
  color: #e693a9;
2500
2389
  border: 2px solid;
2501
2390
  }
2502
2391
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
2503
- .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2504
- .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2392
+ .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
2393
+ .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
2505
2394
  background: rgba(230, 147, 169, 0.16);
2506
2395
  color: #e693a9;
2507
2396
  border: 2px solid;
2508
2397
  }
2509
2398
  .p-button.p-button-danger.p-button-text,
2510
- .p-buttonset.p-button-danger > .p-button.p-button-text,
2511
- .p-splitbutton.p-button-danger > .p-button.p-button-text {
2399
+ .p-buttonset.p-button-danger > .p-button.p-button-text,
2400
+ .p-splitbutton.p-button-danger > .p-button.p-button-text {
2512
2401
  background-color: transparent;
2513
2402
  color: #e693a9;
2514
2403
  border-color: transparent;
2515
2404
  }
2516
2405
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
2517
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2518
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2406
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
2407
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
2519
2408
  background: rgba(230, 147, 169, 0.04);
2520
2409
  border-color: transparent;
2521
2410
  color: #e693a9;
2522
2411
  }
2523
2412
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
2524
- .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2525
- .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2413
+ .p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
2414
+ .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
2526
2415
  background: rgba(230, 147, 169, 0.16);
2527
2416
  border-color: transparent;
2528
2417
  color: #e693a9;
2529
2418
  }
2530
-
2531
2419
  .p-button.p-button-link {
2532
2420
  color: #7f93de;
2533
2421
  background: transparent;
@@ -2551,7 +2439,6 @@
2551
2439
  color: #7f93de;
2552
2440
  border-color: transparent;
2553
2441
  }
2554
-
2555
2442
  .p-speeddial-button.p-button.p-button-icon-only {
2556
2443
  width: 4rem;
2557
2444
  height: 4rem;
@@ -2563,17 +2450,14 @@
2563
2450
  width: 1.3rem;
2564
2451
  height: 1.3rem;
2565
2452
  }
2566
-
2567
2453
  .p-speeddial-list {
2568
2454
  outline: 0 none;
2569
2455
  }
2570
-
2571
2456
  .p-speeddial-item.p-focus > .p-speeddial-action {
2572
2457
  outline: 0 none;
2573
2458
  outline-offset: 0;
2574
2459
  box-shadow: 0 0 0 1px #9eade6;
2575
2460
  }
2576
-
2577
2461
  .p-speeddial-action {
2578
2462
  width: 3rem;
2579
2463
  height: 3rem;
@@ -2584,52 +2468,45 @@
2584
2468
  background: #263238;
2585
2469
  color: #fff;
2586
2470
  }
2587
-
2588
2471
  .p-speeddial-direction-up .p-speeddial-item {
2589
2472
  margin: 0.25rem 0;
2590
2473
  }
2591
2474
  .p-speeddial-direction-up .p-speeddial-item:first-child {
2592
2475
  margin-bottom: 0.5rem;
2593
2476
  }
2594
-
2595
2477
  .p-speeddial-direction-down .p-speeddial-item {
2596
2478
  margin: 0.25rem 0;
2597
2479
  }
2598
2480
  .p-speeddial-direction-down .p-speeddial-item:first-child {
2599
2481
  margin-top: 0.5rem;
2600
2482
  }
2601
-
2602
2483
  .p-speeddial-direction-left .p-speeddial-item {
2603
2484
  margin: 0 0.25rem;
2604
2485
  }
2605
2486
  .p-speeddial-direction-left .p-speeddial-item:first-child {
2606
2487
  margin-right: 0.5rem;
2607
2488
  }
2608
-
2609
2489
  .p-speeddial-direction-right .p-speeddial-item {
2610
2490
  margin: 0 0.25rem;
2611
2491
  }
2612
2492
  .p-speeddial-direction-right .p-speeddial-item:first-child {
2613
2493
  margin-left: 0.5rem;
2614
2494
  }
2615
-
2616
2495
  .p-speeddial-circle .p-speeddial-item,
2617
- .p-speeddial-semi-circle .p-speeddial-item,
2618
- .p-speeddial-quarter-circle .p-speeddial-item {
2496
+ .p-speeddial-semi-circle .p-speeddial-item,
2497
+ .p-speeddial-quarter-circle .p-speeddial-item {
2619
2498
  margin: 0;
2620
2499
  }
2621
2500
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
2622
- .p-speeddial-semi-circle .p-speeddial-item:first-child,
2623
- .p-speeddial-semi-circle .p-speeddial-item:last-child,
2624
- .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2625
- .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2501
+ .p-speeddial-semi-circle .p-speeddial-item:first-child,
2502
+ .p-speeddial-semi-circle .p-speeddial-item:last-child,
2503
+ .p-speeddial-quarter-circle .p-speeddial-item:first-child,
2504
+ .p-speeddial-quarter-circle .p-speeddial-item:last-child {
2626
2505
  margin: 0;
2627
2506
  }
2628
-
2629
2507
  .p-speeddial-mask {
2630
2508
  background-color: rgba(0, 0, 0, 0.4);
2631
2509
  }
2632
-
2633
2510
  .p-splitbutton {
2634
2511
  border-radius: 6px;
2635
2512
  }
@@ -2707,7 +2584,6 @@
2707
2584
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2708
2585
  font-size: 1.25rem;
2709
2586
  }
2710
-
2711
2587
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2712
2588
  background-color: transparent;
2713
2589
  color: #b4bfcd;
@@ -2736,7 +2612,6 @@
2736
2612
  border-color: transparent;
2737
2613
  color: #b4bfcd;
2738
2614
  }
2739
-
2740
2615
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2741
2616
  background-color: transparent;
2742
2617
  color: #35a4cc;
@@ -2765,7 +2640,6 @@
2765
2640
  border-color: transparent;
2766
2641
  color: #35a4cc;
2767
2642
  }
2768
-
2769
2643
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2770
2644
  background-color: transparent;
2771
2645
  color: #cede9c;
@@ -2794,7 +2668,6 @@
2794
2668
  border-color: transparent;
2795
2669
  color: #cede9c;
2796
2670
  }
2797
-
2798
2671
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2799
2672
  background-color: transparent;
2800
2673
  color: #ffe08a;
@@ -2823,7 +2696,6 @@
2823
2696
  border-color: transparent;
2824
2697
  color: #ffe08a;
2825
2698
  }
2826
-
2827
2699
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2828
2700
  background-color: transparent;
2829
2701
  color: #b09ce5;
@@ -2852,7 +2724,6 @@
2852
2724
  border-color: transparent;
2853
2725
  color: #b09ce5;
2854
2726
  }
2855
-
2856
2727
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2857
2728
  background-color: transparent;
2858
2729
  color: #e693a9;
@@ -2881,9 +2752,8 @@
2881
2752
  border-color: transparent;
2882
2753
  color: #e693a9;
2883
2754
  }
2884
-
2885
2755
  .p-carousel .p-carousel-content .p-carousel-prev,
2886
- .p-carousel .p-carousel-content .p-carousel-next {
2756
+ .p-carousel .p-carousel-content .p-carousel-next {
2887
2757
  width: 2rem;
2888
2758
  height: 2rem;
2889
2759
  color: rgba(255, 255, 255, 0.6);
@@ -2894,13 +2764,13 @@
2894
2764
  margin: 0.5rem;
2895
2765
  }
2896
2766
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
2897
- .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2767
+ .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
2898
2768
  color: rgba(255, 255, 255, 0.87);
2899
2769
  border-color: transparent;
2900
2770
  background: rgba(158, 173, 230, 0.08);
2901
2771
  }
2902
2772
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
2903
- .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2773
+ .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
2904
2774
  outline: 0 none;
2905
2775
  outline-offset: 0;
2906
2776
  box-shadow: 0 0 0 1px #9eade6;
@@ -2926,7 +2796,6 @@
2926
2796
  background: rgba(158, 173, 230, 0.16);
2927
2797
  color: #9eade6;
2928
2798
  }
2929
-
2930
2799
  .p-datatable .p-paginator-top {
2931
2800
  border-width: 0 0 2px 0;
2932
2801
  border-radius: 0;
@@ -3020,9 +2889,9 @@
3020
2889
  padding: 1rem 1rem;
3021
2890
  }
3022
2891
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
3023
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
3024
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
3025
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2892
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
2893
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
2894
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
3026
2895
  width: 2rem;
3027
2896
  height: 2rem;
3028
2897
  color: rgba(255, 255, 255, 0.6);
@@ -3032,17 +2901,17 @@
3032
2901
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
3033
2902
  }
3034
2903
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
3035
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
3036
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
3037
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
2904
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
2905
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
2906
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
3038
2907
  color: rgba(255, 255, 255, 0.87);
3039
2908
  border-color: transparent;
3040
2909
  background: rgba(158, 173, 230, 0.08);
3041
2910
  }
3042
2911
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
3043
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
3044
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
3045
- .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
2912
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
2913
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
2914
+ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
3046
2915
  outline: 0 none;
3047
2916
  outline-offset: 0;
3048
2917
  box-shadow: 0 0 0 1px #9eade6;
@@ -3072,12 +2941,12 @@
3072
2941
  background: #9eade6;
3073
2942
  }
3074
2943
  .p-datatable .p-datatable-scrollable-header,
3075
- .p-datatable .p-datatable-scrollable-footer {
2944
+ .p-datatable .p-datatable-scrollable-footer {
3076
2945
  background: #161d21;
3077
2946
  }
3078
2947
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
3079
- .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,
3080
- .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
2948
+ .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,
2949
+ .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
3081
2950
  background-color: #161d21;
3082
2951
  }
3083
2952
  .p-datatable .p-datatable-loading-icon {
@@ -3180,7 +3049,6 @@
3180
3049
  .p-datatable.p-datatable-lg .p-datatable-footer {
3181
3050
  padding: 1.25rem 1.25rem;
3182
3051
  }
3183
-
3184
3052
  .p-dataview .p-paginator-top {
3185
3053
  border-width: 0 0 2px 0;
3186
3054
  border-radius: 0;
@@ -3219,12 +3087,10 @@
3219
3087
  .p-dataview .p-dataview-emptymessage {
3220
3088
  padding: 1rem;
3221
3089
  }
3222
-
3223
3090
  .p-column-filter-row .p-column-filter-menu-button,
3224
- .p-column-filter-row .p-column-filter-clear-button {
3091
+ .p-column-filter-row .p-column-filter-clear-button {
3225
3092
  margin-left: 0.5rem;
3226
3093
  }
3227
-
3228
3094
  .p-column-filter-menu-button {
3229
3095
  width: 2rem;
3230
3096
  height: 2rem;
@@ -3252,7 +3118,6 @@
3252
3118
  outline-offset: 0;
3253
3119
  box-shadow: 0 0 0 1px #9eade6;
3254
3120
  }
3255
-
3256
3121
  .p-column-filter-clear-button {
3257
3122
  width: 2rem;
3258
3123
  height: 2rem;
@@ -3272,7 +3137,6 @@
3272
3137
  outline-offset: 0;
3273
3138
  box-shadow: 0 0 0 1px #9eade6;
3274
3139
  }
3275
-
3276
3140
  .p-column-filter-overlay {
3277
3141
  background: #161d21;
3278
3142
  color: rgba(255, 255, 255, 0.87);
@@ -3310,7 +3174,6 @@
3310
3174
  border-top: 1px solid #263238;
3311
3175
  margin: 4px 0;
3312
3176
  }
3313
-
3314
3177
  .p-column-filter-overlay-menu .p-column-filter-operator {
3315
3178
  padding: 0.5rem 1.5rem;
3316
3179
  border-bottom: 0 none;
@@ -3339,7 +3202,6 @@
3339
3202
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
3340
3203
  padding: 1rem;
3341
3204
  }
3342
-
3343
3205
  .p-orderlist .p-orderlist-controls {
3344
3206
  padding: 1rem;
3345
3207
  }
@@ -3417,7 +3279,6 @@
3417
3279
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3418
3280
  background: rgba(158, 173, 230, 0.08);
3419
3281
  }
3420
-
3421
3282
  .p-orderlist-item.cdk-drag-preview {
3422
3283
  padding: 0.5rem 1rem;
3423
3284
  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);
@@ -3426,7 +3287,6 @@
3426
3287
  background: #161d21;
3427
3288
  margin: 0;
3428
3289
  }
3429
-
3430
3290
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3431
3291
  background: rgba(158, 173, 230, 0.08);
3432
3292
  color: rgba(255, 255, 255, 0.87);
@@ -3465,7 +3325,6 @@
3465
3325
  outline-offset: 0;
3466
3326
  box-shadow: 0 0 0 1px #9eade6;
3467
3327
  }
3468
-
3469
3328
  .p-paginator {
3470
3329
  background: #161d21;
3471
3330
  color: rgba(255, 255, 255, 0.6);
@@ -3475,9 +3334,9 @@
3475
3334
  border-radius: 6px;
3476
3335
  }
3477
3336
  .p-paginator .p-paginator-first,
3478
- .p-paginator .p-paginator-prev,
3479
- .p-paginator .p-paginator-next,
3480
- .p-paginator .p-paginator-last {
3337
+ .p-paginator .p-paginator-prev,
3338
+ .p-paginator .p-paginator-next,
3339
+ .p-paginator .p-paginator-last {
3481
3340
  background-color: transparent;
3482
3341
  border: 0 none;
3483
3342
  color: rgba(255, 255, 255, 0.6);
@@ -3488,9 +3347,9 @@
3488
3347
  border-radius: 6px;
3489
3348
  }
3490
3349
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
3491
- .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3492
- .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3493
- .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3350
+ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
3351
+ .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
3352
+ .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
3494
3353
  background: rgba(158, 173, 230, 0.08);
3495
3354
  border-color: transparent;
3496
3355
  color: rgba(255, 255, 255, 0.87);
@@ -3547,7 +3406,6 @@
3547
3406
  border-color: transparent;
3548
3407
  color: rgba(255, 255, 255, 0.87);
3549
3408
  }
3550
-
3551
3409
  .p-picklist .p-picklist-buttons {
3552
3410
  padding: 1rem;
3553
3411
  }
@@ -3625,7 +3483,6 @@
3625
3483
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3626
3484
  background: rgba(158, 173, 230, 0.08);
3627
3485
  }
3628
-
3629
3486
  .p-picklist-item.cdk-drag-preview {
3630
3487
  padding: 0.5rem 1rem;
3631
3488
  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);
@@ -3634,7 +3491,6 @@
3634
3491
  background: #161d21;
3635
3492
  margin: 0;
3636
3493
  }
3637
-
3638
3494
  .p-timeline .p-timeline-event-marker {
3639
3495
  border: 2px solid #9eade6;
3640
3496
  border-radius: 50%;
@@ -3646,20 +3502,19 @@
3646
3502
  background-color: #263238;
3647
3503
  }
3648
3504
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3649
- .p-timeline.p-timeline-vertical .p-timeline-event-content {
3505
+ .p-timeline.p-timeline-vertical .p-timeline-event-content {
3650
3506
  padding: 0 1rem;
3651
3507
  }
3652
3508
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
3653
3509
  width: 2px;
3654
3510
  }
3655
3511
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
3656
- .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3512
+ .p-timeline.p-timeline-horizontal .p-timeline-event-content {
3657
3513
  padding: 1rem 0;
3658
3514
  }
3659
3515
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
3660
3516
  height: 2px;
3661
3517
  }
3662
-
3663
3518
  .p-tree {
3664
3519
  border: 2px solid #263238;
3665
3520
  background: #161d21;
@@ -3716,11 +3571,11 @@
3716
3571
  color: #9eade6;
3717
3572
  }
3718
3573
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
3719
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3574
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
3720
3575
  color: #9eade6;
3721
3576
  }
3722
3577
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
3723
- .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3578
+ .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
3724
3579
  color: #9eade6;
3725
3580
  }
3726
3581
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
@@ -3793,7 +3648,6 @@
3793
3648
  outline-offset: 0;
3794
3649
  box-shadow: 0 0 0 1px #9eade6;
3795
3650
  }
3796
-
3797
3651
  .p-treetable .p-paginator-top {
3798
3652
  border-width: 0 0 2px 0;
3799
3653
  border-radius: 0;
@@ -3933,7 +3787,7 @@
3933
3787
  background: #9eade6;
3934
3788
  }
3935
3789
  .p-treetable .p-treetable-scrollable-header,
3936
- .p-treetable .p-treetable-scrollable-footer {
3790
+ .p-treetable .p-treetable-scrollable-footer {
3937
3791
  background: #161d21;
3938
3792
  }
3939
3793
  .p-treetable .p-treetable-loading-icon {
@@ -3994,7 +3848,6 @@
3994
3848
  .p-treetable.p-treetable-lg .p-treetable-footer {
3995
3849
  padding: 1.25rem 1.25rem;
3996
3850
  }
3997
-
3998
3851
  .p-virtualscroller .p-virtualscroller-header {
3999
3852
  background: #161d21;
4000
3853
  color: rgba(255, 255, 255, 0.6);
@@ -4019,7 +3872,6 @@
4019
3872
  border-bottom-left-radius: 6px;
4020
3873
  border-bottom-right-radius: 6px;
4021
3874
  }
4022
-
4023
3875
  .p-accordion .p-accordion-header .p-accordion-header-link {
4024
3876
  padding: 1rem;
4025
3877
  border: 2px solid #263238;
@@ -4092,7 +3944,6 @@
4092
3944
  border-bottom-right-radius: 6px;
4093
3945
  border-bottom-left-radius: 6px;
4094
3946
  }
4095
-
4096
3947
  .p-card {
4097
3948
  background: #161d21;
4098
3949
  color: rgba(255, 255, 255, 0.87);
@@ -4118,7 +3969,6 @@
4118
3969
  .p-card .p-card-footer {
4119
3970
  padding: 1rem 0 0 0;
4120
3971
  }
4121
-
4122
3972
  .p-divider .p-divider-content {
4123
3973
  background-color: #161d21;
4124
3974
  }
@@ -4142,7 +3992,6 @@
4142
3992
  .p-divider.p-divider-vertical .p-divider-content {
4143
3993
  padding: 0.5rem 0;
4144
3994
  }
4145
-
4146
3995
  .p-fieldset {
4147
3996
  border: 2px solid #263238;
4148
3997
  background: #161d21;
@@ -4183,7 +4032,6 @@
4183
4032
  .p-fieldset .p-fieldset-content {
4184
4033
  padding: 1rem;
4185
4034
  }
4186
-
4187
4035
  .p-panel .p-panel-header {
4188
4036
  border: 2px solid #263238;
4189
4037
  padding: 1rem;
@@ -4250,7 +4098,6 @@
4250
4098
  width: 100%;
4251
4099
  text-align: center;
4252
4100
  }
4253
-
4254
4101
  .p-scrollpanel .p-scrollpanel-bar {
4255
4102
  background: #263238;
4256
4103
  border: 0 none;
@@ -4261,7 +4108,6 @@
4261
4108
  outline-offset: 0;
4262
4109
  box-shadow: 0 0 0 1px #9eade6;
4263
4110
  }
4264
-
4265
4111
  .p-splitter {
4266
4112
  border: 2px solid #263238;
4267
4113
  background: #161d21;
@@ -4283,7 +4129,6 @@
4283
4129
  .p-splitter .p-splitter-gutter-resizing {
4284
4130
  background: #263238;
4285
4131
  }
4286
-
4287
4132
  .p-tabview .p-tabview-nav-content {
4288
4133
  scroll-padding-inline: 2.857rem;
4289
4134
  }
@@ -4352,7 +4197,6 @@
4352
4197
  border-bottom-right-radius: 6px;
4353
4198
  border-bottom-left-radius: 6px;
4354
4199
  }
4355
-
4356
4200
  .p-toolbar {
4357
4201
  background: #161d21;
4358
4202
  border: 2px solid #263238;
@@ -4363,7 +4207,6 @@
4363
4207
  .p-toolbar .p-toolbar-separator {
4364
4208
  margin: 0 0.5rem;
4365
4209
  }
4366
-
4367
4210
  .p-confirm-popup {
4368
4211
  background: #161d21;
4369
4212
  color: rgba(255, 255, 255, 0.87);
@@ -4411,7 +4254,6 @@
4411
4254
  .p-confirm-popup .p-confirm-popup-message {
4412
4255
  margin-left: 1rem;
4413
4256
  }
4414
-
4415
4257
  .p-dialog {
4416
4258
  border-radius: 6px;
4417
4259
  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);
@@ -4484,7 +4326,6 @@
4484
4326
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
4485
4327
  margin-left: 1rem;
4486
4328
  }
4487
-
4488
4329
  .p-overlaypanel {
4489
4330
  background: #161d21;
4490
4331
  color: rgba(255, 255, 255, 0.87);
@@ -4526,7 +4367,6 @@
4526
4367
  .p-overlaypanel.p-overlaypanel-flipped:before {
4527
4368
  border-top-color: #263238;
4528
4369
  }
4529
-
4530
4370
  .p-sidebar {
4531
4371
  background: #161d21;
4532
4372
  color: rgba(255, 255, 255, 0.87);
@@ -4537,7 +4377,7 @@
4537
4377
  padding: 1rem;
4538
4378
  }
4539
4379
  .p-sidebar .p-sidebar-header .p-sidebar-close,
4540
- .p-sidebar .p-sidebar-header .p-sidebar-icon {
4380
+ .p-sidebar .p-sidebar-header .p-sidebar-icon {
4541
4381
  width: 2rem;
4542
4382
  height: 2rem;
4543
4383
  color: rgba(255, 255, 255, 0.6);
@@ -4547,13 +4387,13 @@
4547
4387
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
4548
4388
  }
4549
4389
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
4550
- .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4390
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
4551
4391
  color: rgba(255, 255, 255, 0.87);
4552
4392
  border-color: transparent;
4553
4393
  background: rgba(158, 173, 230, 0.08);
4554
4394
  }
4555
4395
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
4556
- .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4396
+ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
4557
4397
  outline: 0 none;
4558
4398
  outline-offset: 0;
4559
4399
  box-shadow: 0 0 0 1px #9eade6;
@@ -4567,7 +4407,6 @@
4567
4407
  .p-sidebar .p-sidebar-footer {
4568
4408
  padding: 1rem;
4569
4409
  }
4570
-
4571
4410
  .p-tooltip .p-tooltip-text {
4572
4411
  background: #263238;
4573
4412
  color: rgba(255, 255, 255, 0.87);
@@ -4587,7 +4426,6 @@
4587
4426
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4588
4427
  border-bottom-color: #263238;
4589
4428
  }
4590
-
4591
4429
  .p-fileupload .p-fileupload-buttonbar {
4592
4430
  background: #161d21;
4593
4431
  padding: 1rem;
@@ -4627,7 +4465,6 @@
4627
4465
  .p-fileupload.p-fileupload-advanced .p-message {
4628
4466
  margin-top: 0;
4629
4467
  }
4630
-
4631
4468
  .p-fileupload-choose:not(.p-disabled):hover {
4632
4469
  background: #8fa0e2;
4633
4470
  color: #121212;
@@ -4638,7 +4475,6 @@
4638
4475
  color: #121212;
4639
4476
  border-color: #7f93de;
4640
4477
  }
4641
-
4642
4478
  .p-breadcrumb {
4643
4479
  background: #161d21;
4644
4480
  border: 2px solid #263238;
@@ -4670,7 +4506,6 @@
4670
4506
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
4671
4507
  color: rgba(255, 255, 255, 0.6);
4672
4508
  }
4673
-
4674
4509
  .p-contextmenu {
4675
4510
  padding: 0.5rem 0.5rem;
4676
4511
  background: #161d21;
@@ -4718,7 +4553,7 @@
4718
4553
  color: rgba(255, 255, 255, 0.87);
4719
4554
  }
4720
4555
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4721
- .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4556
+ .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4722
4557
  color: rgba(255, 255, 255, 0.87);
4723
4558
  }
4724
4559
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4732,7 +4567,7 @@
4732
4567
  color: rgba(255, 255, 255, 0.87);
4733
4568
  }
4734
4569
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4735
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4570
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4736
4571
  color: rgba(255, 255, 255, 0.87);
4737
4572
  }
4738
4573
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4743,7 +4578,7 @@
4743
4578
  color: rgba(255, 255, 255, 0.87);
4744
4579
  }
4745
4580
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4746
- .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4581
+ .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4747
4582
  color: rgba(255, 255, 255, 0.87);
4748
4583
  }
4749
4584
  .p-contextmenu .p-menuitem-separator {
@@ -4757,7 +4592,6 @@
4757
4592
  width: 0.875rem;
4758
4593
  height: 0.875rem;
4759
4594
  }
4760
-
4761
4595
  .p-dock .p-dock-list-container {
4762
4596
  background: rgba(255, 255, 255, 0.1);
4763
4597
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -4781,32 +4615,31 @@
4781
4615
  height: 4rem;
4782
4616
  }
4783
4617
  .p-dock.p-dock-top .p-dock-item-second-prev,
4784
- .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4785
- .p-dock.p-dock-bottom .p-dock-item-second-next {
4618
+ .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
4619
+ .p-dock.p-dock-bottom .p-dock-item-second-next {
4786
4620
  margin: 0 0.9rem;
4787
4621
  }
4788
4622
  .p-dock.p-dock-top .p-dock-item-prev,
4789
- .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4790
- .p-dock.p-dock-bottom .p-dock-item-next {
4623
+ .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
4624
+ .p-dock.p-dock-bottom .p-dock-item-next {
4791
4625
  margin: 0 1.3rem;
4792
4626
  }
4793
4627
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
4794
4628
  margin: 0 1.5rem;
4795
4629
  }
4796
4630
  .p-dock.p-dock-left .p-dock-item-second-prev,
4797
- .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4798
- .p-dock.p-dock-right .p-dock-item-second-next {
4631
+ .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
4632
+ .p-dock.p-dock-right .p-dock-item-second-next {
4799
4633
  margin: 0.9rem 0;
4800
4634
  }
4801
4635
  .p-dock.p-dock-left .p-dock-item-prev,
4802
- .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4803
- .p-dock.p-dock-right .p-dock-item-next {
4636
+ .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
4637
+ .p-dock.p-dock-right .p-dock-item-next {
4804
4638
  margin: 1.3rem 0;
4805
4639
  }
4806
4640
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
4807
4641
  margin: 1.5rem 0;
4808
4642
  }
4809
-
4810
4643
  @media screen and (max-width: 960px) {
4811
4644
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4812
4645
  overflow-x: auto;
@@ -4865,7 +4698,7 @@
4865
4698
  color: rgba(255, 255, 255, 0.87);
4866
4699
  }
4867
4700
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4868
- .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4701
+ .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4869
4702
  color: rgba(255, 255, 255, 0.87);
4870
4703
  }
4871
4704
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -4879,7 +4712,7 @@
4879
4712
  color: rgba(255, 255, 255, 0.87);
4880
4713
  }
4881
4714
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4882
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4715
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4883
4716
  color: rgba(255, 255, 255, 0.87);
4884
4717
  }
4885
4718
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -4890,7 +4723,7 @@
4890
4723
  color: rgba(255, 255, 255, 0.87);
4891
4724
  }
4892
4725
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
4893
- .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4726
+ .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4894
4727
  color: rgba(255, 255, 255, 0.87);
4895
4728
  }
4896
4729
  .p-megamenu .p-megamenu-panel {
@@ -4948,10 +4781,9 @@
4948
4781
  color: rgba(255, 255, 255, 0.87);
4949
4782
  }
4950
4783
  .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,
4951
- .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 {
4784
+ .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 {
4952
4785
  color: rgba(255, 255, 255, 0.87);
4953
4786
  }
4954
-
4955
4787
  .p-menu {
4956
4788
  padding: 0.5rem 0.5rem;
4957
4789
  background: #161d21;
@@ -4988,7 +4820,7 @@
4988
4820
  color: rgba(255, 255, 255, 0.87);
4989
4821
  }
4990
4822
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
4991
- .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4823
+ .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4992
4824
  color: rgba(255, 255, 255, 0.87);
4993
4825
  }
4994
4826
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5002,7 +4834,7 @@
5002
4834
  color: rgba(255, 255, 255, 0.87);
5003
4835
  }
5004
4836
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5005
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4837
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5006
4838
  color: rgba(255, 255, 255, 0.87);
5007
4839
  }
5008
4840
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5013,7 +4845,7 @@
5013
4845
  color: rgba(255, 255, 255, 0.87);
5014
4846
  }
5015
4847
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5016
- .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4848
+ .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5017
4849
  color: rgba(255, 255, 255, 0.87);
5018
4850
  }
5019
4851
  .p-menu.p-menu-overlay {
@@ -5047,7 +4879,6 @@
5047
4879
  padding-left: 0.5rem;
5048
4880
  padding-right: 0.5rem;
5049
4881
  }
5050
-
5051
4882
  .p-menubar {
5052
4883
  padding: 0.5rem;
5053
4884
  background: #161d21;
@@ -5086,7 +4917,7 @@
5086
4917
  color: rgba(255, 255, 255, 0.87);
5087
4918
  }
5088
4919
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5089
- .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4920
+ .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5090
4921
  color: rgba(255, 255, 255, 0.87);
5091
4922
  }
5092
4923
  .p-menubar .p-menuitem > .p-menuitem-content {
@@ -5117,7 +4948,7 @@
5117
4948
  color: rgba(255, 255, 255, 0.87);
5118
4949
  }
5119
4950
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5120
- .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4951
+ .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5121
4952
  color: rgba(255, 255, 255, 0.87);
5122
4953
  }
5123
4954
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5131,7 +4962,7 @@
5131
4962
  color: rgba(255, 255, 255, 0.87);
5132
4963
  }
5133
4964
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5134
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
4965
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5135
4966
  color: rgba(255, 255, 255, 0.87);
5136
4967
  }
5137
4968
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5142,7 +4973,7 @@
5142
4973
  color: rgba(255, 255, 255, 0.87);
5143
4974
  }
5144
4975
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5145
- .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
4976
+ .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5146
4977
  color: rgba(255, 255, 255, 0.87);
5147
4978
  }
5148
4979
  .p-menubar .p-submenu-list {
@@ -5159,7 +4990,6 @@
5159
4990
  .p-menubar .p-submenu-list .p-submenu-icon {
5160
4991
  font-size: 0.875rem;
5161
4992
  }
5162
-
5163
4993
  @media screen and (max-width: 960px) {
5164
4994
  .p-menubar {
5165
4995
  position: relative;
@@ -5334,7 +5164,7 @@
5334
5164
  color: rgba(255, 255, 255, 0.87);
5335
5165
  }
5336
5166
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5337
- .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5167
+ .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5338
5168
  color: rgba(255, 255, 255, 0.87);
5339
5169
  }
5340
5170
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5348,7 +5178,7 @@
5348
5178
  color: rgba(255, 255, 255, 0.87);
5349
5179
  }
5350
5180
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5351
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5181
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5352
5182
  color: rgba(255, 255, 255, 0.87);
5353
5183
  }
5354
5184
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5359,7 +5189,7 @@
5359
5189
  color: rgba(255, 255, 255, 0.87);
5360
5190
  }
5361
5191
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5362
- .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5192
+ .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5363
5193
  color: rgba(255, 255, 255, 0.87);
5364
5194
  }
5365
5195
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
@@ -5399,7 +5229,6 @@
5399
5229
  border-bottom-right-radius: 6px;
5400
5230
  border-bottom-left-radius: 6px;
5401
5231
  }
5402
-
5403
5232
  .p-slidemenu {
5404
5233
  padding: 0.5rem 0.5rem;
5405
5234
  background: #161d21;
@@ -5442,7 +5271,7 @@
5442
5271
  color: rgba(255, 255, 255, 0.87);
5443
5272
  }
5444
5273
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5445
- .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5274
+ .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5446
5275
  color: rgba(255, 255, 255, 0.87);
5447
5276
  }
5448
5277
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5456,7 +5285,7 @@
5456
5285
  color: rgba(255, 255, 255, 0.87);
5457
5286
  }
5458
5287
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5459
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5288
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5460
5289
  color: rgba(255, 255, 255, 0.87);
5461
5290
  }
5462
5291
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5467,7 +5296,7 @@
5467
5296
  color: rgba(255, 255, 255, 0.87);
5468
5297
  }
5469
5298
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5470
- .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5299
+ .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5471
5300
  color: rgba(255, 255, 255, 0.87);
5472
5301
  }
5473
5302
  .p-slidemenu.p-slidemenu-overlay {
@@ -5514,7 +5343,6 @@
5514
5343
  padding-left: 0.5rem;
5515
5344
  padding-right: 0.5rem;
5516
5345
  }
5517
-
5518
5346
  .p-steps .p-steps-item .p-menuitem-link {
5519
5347
  background: transparent;
5520
5348
  transition: box-shadow 0.3s;
@@ -5559,7 +5387,6 @@
5559
5387
  position: absolute;
5560
5388
  margin-top: -1rem;
5561
5389
  }
5562
-
5563
5390
  .p-tabmenu .p-tabmenu-nav {
5564
5391
  background: transparent;
5565
5392
  border: 1px solid #263238;
@@ -5630,7 +5457,6 @@
5630
5457
  outline-offset: 0;
5631
5458
  box-shadow: inset 0 0 0 1px #9eade6;
5632
5459
  }
5633
-
5634
5460
  .p-tieredmenu {
5635
5461
  padding: 0.5rem 0.5rem;
5636
5462
  background: #161d21;
@@ -5681,7 +5507,7 @@
5681
5507
  color: rgba(255, 255, 255, 0.87);
5682
5508
  }
5683
5509
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5684
- .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5510
+ .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5685
5511
  color: rgba(255, 255, 255, 0.87);
5686
5512
  }
5687
5513
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
@@ -5695,7 +5521,7 @@
5695
5521
  color: rgba(255, 255, 255, 0.87);
5696
5522
  }
5697
5523
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
5698
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5524
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
5699
5525
  color: rgba(255, 255, 255, 0.87);
5700
5526
  }
5701
5527
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
@@ -5706,7 +5532,7 @@
5706
5532
  color: rgba(255, 255, 255, 0.87);
5707
5533
  }
5708
5534
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
5709
- .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5535
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
5710
5536
  color: rgba(255, 255, 255, 0.87);
5711
5537
  }
5712
5538
  .p-tieredmenu .p-menuitem-separator {
@@ -5720,7 +5546,6 @@
5720
5546
  width: 0.875rem;
5721
5547
  height: 0.875rem;
5722
5548
  }
5723
-
5724
5549
  .p-inline-message {
5725
5550
  padding: 0.5rem 0.75rem;
5726
5551
  margin: 0;
@@ -5776,7 +5601,6 @@
5776
5601
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
5777
5602
  margin-right: 0;
5778
5603
  }
5779
-
5780
5604
  .p-message {
5781
5605
  margin: 1rem 0;
5782
5606
  border-radius: 6px;
@@ -5865,7 +5689,6 @@
5865
5689
  .p-message .p-message-detail {
5866
5690
  margin-left: 0.5rem;
5867
5691
  }
5868
-
5869
5692
  .p-toast {
5870
5693
  opacity: 0.9;
5871
5694
  }
@@ -5916,7 +5739,7 @@
5916
5739
  color: #0e1315;
5917
5740
  }
5918
5741
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
5919
- .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5742
+ .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
5920
5743
  color: #0e1315;
5921
5744
  }
5922
5745
  .p-toast .p-toast-message.p-toast-message-success {
@@ -5926,7 +5749,7 @@
5926
5749
  color: #0e1315;
5927
5750
  }
5928
5751
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
5929
- .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5752
+ .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
5930
5753
  color: #0e1315;
5931
5754
  }
5932
5755
  .p-toast .p-toast-message.p-toast-message-warn {
@@ -5936,7 +5759,7 @@
5936
5759
  color: #0e1315;
5937
5760
  }
5938
5761
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
5939
- .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5762
+ .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
5940
5763
  color: #0e1315;
5941
5764
  }
5942
5765
  .p-toast .p-toast-message.p-toast-message-error {
@@ -5946,10 +5769,9 @@
5946
5769
  color: #0e1315;
5947
5770
  }
5948
5771
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
5949
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5772
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
5950
5773
  color: #0e1315;
5951
5774
  }
5952
-
5953
5775
  .p-galleria .p-galleria-close {
5954
5776
  margin: 0.5rem;
5955
5777
  background: transparent;
@@ -5980,7 +5802,7 @@
5980
5802
  margin: 0 0.5rem;
5981
5803
  }
5982
5804
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
5983
- .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5805
+ .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
5984
5806
  font-size: 2rem;
5985
5807
  }
5986
5808
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
@@ -6037,7 +5859,7 @@
6037
5859
  padding: 1rem 0.25rem;
6038
5860
  }
6039
5861
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
6040
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
5862
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
6041
5863
  margin: 0.5rem;
6042
5864
  background-color: transparent;
6043
5865
  color: #f8f9fa;
@@ -6047,7 +5869,7 @@
6047
5869
  border-radius: 50%;
6048
5870
  }
6049
5871
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
6050
- .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
5872
+ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
6051
5873
  background: rgba(255, 255, 255, 0.1);
6052
5874
  color: #f8f9fa;
6053
5875
  }
@@ -6056,29 +5878,23 @@
6056
5878
  outline-offset: 0;
6057
5879
  box-shadow: 0 0 0 1px #9eade6;
6058
5880
  }
6059
-
6060
5881
  .p-galleria-mask {
6061
5882
  --maskbg: rgba(0, 0, 0, 0.9);
6062
5883
  }
6063
-
6064
5884
  .p-image-mask {
6065
5885
  --maskbg: rgba(0, 0, 0, 0.9);
6066
5886
  }
6067
-
6068
5887
  .p-image-preview-indicator {
6069
5888
  background-color: transparent;
6070
5889
  color: #f8f9fa;
6071
5890
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
6072
5891
  }
6073
-
6074
5892
  .p-image-preview-container:hover > .p-image-preview-indicator {
6075
5893
  background-color: rgba(0, 0, 0, 0.5);
6076
5894
  }
6077
-
6078
5895
  .p-image-toolbar {
6079
5896
  padding: 1rem;
6080
5897
  }
6081
-
6082
5898
  .p-image-action.p-link {
6083
5899
  color: #f8f9fa;
6084
5900
  background-color: transparent;
@@ -6102,7 +5918,6 @@
6102
5918
  width: 1.5rem;
6103
5919
  height: 1.5rem;
6104
5920
  }
6105
-
6106
5921
  .p-avatar {
6107
5922
  background-color: #263238;
6108
5923
  border-radius: 6px;
@@ -6123,11 +5938,9 @@
6123
5938
  .p-avatar.p-avatar-xl .p-avatar-icon {
6124
5939
  font-size: 2rem;
6125
5940
  }
6126
-
6127
5941
  .p-avatar-group .p-avatar {
6128
5942
  border: 2px solid #161d21;
6129
5943
  }
6130
-
6131
5944
  .p-badge {
6132
5945
  background: #9eade6;
6133
5946
  color: #121212;
@@ -6169,7 +5982,6 @@
6169
5982
  height: 3rem;
6170
5983
  line-height: 3rem;
6171
5984
  }
6172
-
6173
5985
  .p-chip {
6174
5986
  background-color: #263238;
6175
5987
  color: rgba(255, 255, 255, 0.87);
@@ -6205,7 +6017,6 @@
6205
6017
  .p-chip .pi-chip-remove-icon:focus {
6206
6018
  outline: 0 none;
6207
6019
  }
6208
-
6209
6020
  .p-inplace .p-inplace-display {
6210
6021
  padding: 0.5rem 0.75rem;
6211
6022
  border-radius: 6px;
@@ -6220,7 +6031,6 @@
6220
6031
  outline-offset: 0;
6221
6032
  box-shadow: 0 0 0 1px #9eade6;
6222
6033
  }
6223
-
6224
6034
  .p-progressbar {
6225
6035
  border: 0 none;
6226
6036
  height: 1.5rem;
@@ -6236,7 +6046,6 @@
6236
6046
  color: #121212;
6237
6047
  line-height: 1.5rem;
6238
6048
  }
6239
-
6240
6049
  .p-scrolltop {
6241
6050
  width: 3rem;
6242
6051
  height: 3rem;
@@ -6258,7 +6067,6 @@
6258
6067
  width: 1.5rem;
6259
6068
  height: 1.5rem;
6260
6069
  }
6261
-
6262
6070
  .p-skeleton {
6263
6071
  background-color: rgba(255, 255, 255, 0.06);
6264
6072
  border-radius: 6px;
@@ -6266,7 +6074,6 @@
6266
6074
  .p-skeleton:after {
6267
6075
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
6268
6076
  }
6269
-
6270
6077
  .p-tag {
6271
6078
  background: #9eade6;
6272
6079
  color: #121212;
@@ -6299,7 +6106,6 @@
6299
6106
  width: 0.75rem;
6300
6107
  height: 0.75rem;
6301
6108
  }
6302
-
6303
6109
  .p-terminal {
6304
6110
  background: #161d21;
6305
6111
  color: rgba(255, 255, 255, 0.87);
@@ -6318,20 +6124,16 @@
6318
6124
  .p-button .p-button-label {
6319
6125
  font-weight: 600;
6320
6126
  }
6321
-
6322
6127
  .p-buttonset .p-button-label,
6323
- .p-togglebutton .p-button-label {
6128
+ .p-togglebutton .p-button-label {
6324
6129
  font-weight: 400;
6325
6130
  }
6326
-
6327
6131
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
6328
6132
  background-color: #9eade6;
6329
6133
  }
6330
-
6331
6134
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
6332
6135
  background-color: #9eade6;
6333
6136
  }
6334
-
6335
6137
  .p-panel {
6336
6138
  border: 2px solid #263238;
6337
6139
  border-radius: 6px;
@@ -6342,11 +6144,9 @@
6342
6144
  .p-panel .p-panel-content {
6343
6145
  border: 0 none;
6344
6146
  }
6345
-
6346
6147
  .p-fieldset .p-fieldset-legend {
6347
6148
  border-color: transparent;
6348
6149
  }
6349
-
6350
6150
  .p-accordion .p-accordion-toggle-icon {
6351
6151
  order: 10;
6352
6152
  margin-left: auto;
@@ -6364,7 +6164,6 @@
6364
6164
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
6365
6165
  border-bottom: 0 none;
6366
6166
  }
6367
-
6368
6167
  .p-inline-message.p-inline-message-info {
6369
6168
  border-color: #a3d7e6;
6370
6169
  }
@@ -6377,39 +6176,30 @@
6377
6176
  .p-inline-message.p-inline-message-error {
6378
6177
  border-color: #e6a3b2;
6379
6178
  }
6380
-
6381
6179
  .p-inputtext:enabled:focus {
6382
6180
  box-shadow: none;
6383
6181
  }
6384
-
6385
6182
  .p-dropdown:not(.p-disabled).p-focus {
6386
6183
  box-shadow: none;
6387
6184
  }
6388
-
6389
6185
  .p-multiselect:not(.p-disabled).p-focus {
6390
6186
  box-shadow: none;
6391
6187
  }
6392
-
6393
6188
  .p-cascadeselect:not(.p-disabled).p-focus {
6394
6189
  box-shadow: none;
6395
6190
  }
6396
-
6397
6191
  .p-autocomplete.p-autocomplete-multiple:not(.p-disabled).p-focus {
6398
6192
  box-shadow: none;
6399
6193
  }
6400
-
6401
6194
  .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
6402
6195
  box-shadow: none;
6403
6196
  }
6404
-
6405
6197
  .p-orderlist .p-orderlist-list {
6406
6198
  border-top: 0 none;
6407
6199
  }
6408
-
6409
6200
  .p-picklist .p-picklist-list {
6410
6201
  border-top: 0 none;
6411
6202
  }
6412
-
6413
6203
  .p-panelmenu .p-panelmenu-icon.pi-chevron-right, .p-panelmenu .p-panelmenu-icon.pi-chevron-down {
6414
6204
  order: 10;
6415
6205
  margin-left: auto;
@@ -6428,7 +6218,6 @@
6428
6218
  padding-bottom: calc(1rem + 2px);
6429
6219
  border-bottom: 0 none;
6430
6220
  }
6431
-
6432
6221
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
6433
6222
  box-shadow: inset 0 2px 0 0 #9eade6;
6434
6223
  }