primeng 13.0.3 → 13.0.4

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 (49) hide show
  1. package/api/translation.d.ts +1 -0
  2. package/api/translationkeys.d.ts +1 -0
  3. package/calendar/calendar.d.ts +5 -2
  4. package/esm2020/api/primengconfig.mjs +2 -1
  5. package/esm2020/api/translation.mjs +1 -1
  6. package/esm2020/api/translationkeys.mjs +2 -1
  7. package/esm2020/calendar/calendar.mjs +19 -9
  8. package/esm2020/dropdown/dropdown.mjs +2 -2
  9. package/esm2020/password/password.mjs +8 -3
  10. package/esm2020/table/table.mjs +76 -63
  11. package/esm2020/tabmenu/tabmenu.mjs +23 -12
  12. package/esm2020/treetable/treetable.mjs +14 -17
  13. package/fesm2015/primeng-api.mjs +2 -0
  14. package/fesm2015/primeng-api.mjs.map +1 -1
  15. package/fesm2015/primeng-calendar.mjs +18 -8
  16. package/fesm2015/primeng-calendar.mjs.map +1 -1
  17. package/fesm2015/primeng-dropdown.mjs +1 -1
  18. package/fesm2015/primeng-dropdown.mjs.map +1 -1
  19. package/fesm2015/primeng-password.mjs +7 -2
  20. package/fesm2015/primeng-password.mjs.map +1 -1
  21. package/fesm2015/primeng-table.mjs +75 -62
  22. package/fesm2015/primeng-table.mjs.map +1 -1
  23. package/fesm2015/primeng-tabmenu.mjs +22 -11
  24. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  25. package/fesm2015/primeng-treetable.mjs +13 -16
  26. package/fesm2015/primeng-treetable.mjs.map +1 -1
  27. package/fesm2020/primeng-api.mjs +2 -0
  28. package/fesm2020/primeng-api.mjs.map +1 -1
  29. package/fesm2020/primeng-calendar.mjs +18 -8
  30. package/fesm2020/primeng-calendar.mjs.map +1 -1
  31. package/fesm2020/primeng-dropdown.mjs +1 -1
  32. package/fesm2020/primeng-dropdown.mjs.map +1 -1
  33. package/fesm2020/primeng-password.mjs +7 -2
  34. package/fesm2020/primeng-password.mjs.map +1 -1
  35. package/fesm2020/primeng-table.mjs +75 -62
  36. package/fesm2020/primeng-table.mjs.map +1 -1
  37. package/fesm2020/primeng-tabmenu.mjs +22 -11
  38. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  39. package/fesm2020/primeng-treetable.mjs +13 -16
  40. package/fesm2020/primeng-treetable.mjs.map +1 -1
  41. package/package.json +1 -1
  42. package/password/password.d.ts +1 -0
  43. package/resources/themes/lara-dark-blue/theme.css +349 -349
  44. package/resources/themes/lara-dark-indigo/theme.css +349 -349
  45. package/resources/themes/lara-dark-purple/theme.css +349 -349
  46. package/resources/themes/lara-dark-teal/theme.css +349 -349
  47. package/table/table.d.ts +7 -4
  48. package/tabmenu/tabmenu.d.ts +7 -1
  49. package/treetable/treetable.d.ts +2 -1
@@ -1,44 +1,44 @@
1
1
  :root {
2
- --surface-a:#22272d;
3
- --surface-b:#1c2127;
2
+ --surface-a:#071426;
3
+ --surface-b:#040d19;
4
4
  --surface-c:rgba(255, 255, 255, 0.03);
5
- --surface-d:#444c56;
6
- --surface-e:#22272d;
7
- --surface-f:#22272d;
5
+ --surface-d:#0b213f;
6
+ --surface-e:#071426;
7
+ --surface-f:#071426;
8
8
  --text-color:rgba(255, 255, 255, 0.87);
9
9
  --text-color-secondary:rgba(255, 255, 255, 0.6);
10
10
  --primary-color:#A5B4FC;
11
11
  --primary-color-text:#1c2127;
12
12
  --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
13
- --surface-0: #1c2127;
14
- --surface-50: #33373d;
15
- --surface-100: #494d52;
16
- --surface-200: #606468;
17
- --surface-300: #777a7d;
18
- --surface-400: #8e9093;
19
- --surface-500: #a4a6a9;
20
- --surface-600: #bbbcbe;
21
- --surface-700: #d2d3d4;
22
- --surface-800: #e8e9e9;
13
+ --surface-0: #040d19;
14
+ --surface-50: #1d2530;
15
+ --surface-100: #363d47;
16
+ --surface-200: #4f565e;
17
+ --surface-300: #686e75;
18
+ --surface-400: #82868c;
19
+ --surface-500: #9b9ea3;
20
+ --surface-600: #b4b6ba;
21
+ --surface-700: #cdcfd1;
22
+ --surface-800: #e6e7e8;
23
23
  --surface-900: #ffffff;
24
- --gray-50: #e8e9e9;
25
- --gray-100: #d2d3d4;
26
- --gray-200: #bbbcbe;
27
- --gray-300: #a4a6a9;
28
- --gray-400: #8e9093;
29
- --gray-500: #777a7d;
30
- --gray-600: #606468;
31
- --gray-700: #494d52;
32
- --gray-800: #33373d;
33
- --gray-900: #1c2127;
24
+ --gray-50: #e6e7e8;
25
+ --gray-100: #cdcfd1;
26
+ --gray-200: #b4b6ba;
27
+ --gray-300: #9b9ea3;
28
+ --gray-400: #82868c;
29
+ --gray-500: #686e75;
30
+ --gray-600: #4f565e;
31
+ --gray-700: #363d47;
32
+ --gray-800: #1d2530;
33
+ --gray-900: #040d19;
34
34
  --content-padding:1.25rem;
35
35
  --inline-spacing:0.5rem;
36
36
  --border-radius:6px;
37
- --surface-ground:#1d1e27;
38
- --surface-section:#1d1e27;
39
- --surface-card:#22272d;
40
- --surface-overlay:#22272d;
41
- --surface-border:#444c56;
37
+ --surface-ground:#040d19;
38
+ --surface-section:#040d19;
39
+ --surface-card:#071426;
40
+ --surface-overlay:#071426;
41
+ --surface-border:#0b213f;
42
42
  --surface-hover:rgba(255,255,255,.03);
43
43
  --focus-ring: 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
44
44
  --maskbg: rgba(0, 0, 0, 0.4);
@@ -293,9 +293,9 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
293
293
  }
294
294
 
295
295
  .p-autocomplete-panel {
296
- background: #22272d;
296
+ background: #071426;
297
297
  color: rgba(255, 255, 255, 0.87);
298
- border: 1px solid #444c56;
298
+ border: 1px solid #0b213f;
299
299
  border-radius: 6px;
300
300
  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);
301
301
  }
@@ -331,7 +331,7 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
331
331
  margin: 0;
332
332
  padding: 0.75rem 1.25rem;
333
333
  color: rgba(255, 255, 255, 0.87);
334
- background: #2f343a;
334
+ background: #091a32;
335
335
  font-weight: 700;
336
336
  }
337
337
 
@@ -341,26 +341,26 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
341
341
 
342
342
  .p-datepicker {
343
343
  padding: 0.5rem;
344
- background: #22272d;
344
+ background: #071426;
345
345
  color: rgba(255, 255, 255, 0.87);
346
- border: 1px solid #444c56;
346
+ border: 1px solid #0b213f;
347
347
  border-radius: 6px;
348
348
  }
349
349
  .p-datepicker:not(.p-datepicker-inline) {
350
- background: #22272d;
351
- border: 1px solid #444c56;
350
+ background: #071426;
351
+ border: 1px solid #0b213f;
352
352
  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);
353
353
  }
354
354
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
355
- background: #22272d;
355
+ background: #071426;
356
356
  }
357
357
  .p-datepicker .p-datepicker-header {
358
358
  padding: 0.5rem;
359
359
  color: rgba(255, 255, 255, 0.87);
360
- background: #22272d;
360
+ background: #071426;
361
361
  font-weight: 700;
362
362
  margin: 0;
363
- border-bottom: 1px solid #444c56;
363
+ border-bottom: 1px solid #0b213f;
364
364
  border-top-right-radius: 6px;
365
365
  border-top-left-radius: 6px;
366
366
  }
@@ -444,13 +444,13 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
444
444
  }
445
445
  .p-datepicker .p-datepicker-buttonbar {
446
446
  padding: 1rem 0;
447
- border-top: 1px solid #444c56;
447
+ border-top: 1px solid #0b213f;
448
448
  }
449
449
  .p-datepicker .p-datepicker-buttonbar .p-button {
450
450
  width: auto;
451
451
  }
452
452
  .p-datepicker .p-timepicker {
453
- border-top: 1px solid #444c56;
453
+ border-top: 1px solid #0b213f;
454
454
  padding: 0.5rem;
455
455
  }
456
456
  .p-datepicker .p-timepicker button {
@@ -509,7 +509,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
509
509
  background: rgba(165, 180, 252, 0.16);
510
510
  }
511
511
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
512
- border-left: 1px solid #444c56;
512
+ border-left: 1px solid #0b213f;
513
513
  padding-right: 0.5rem;
514
514
  padding-left: 0.5rem;
515
515
  padding-top: 0;
@@ -553,8 +553,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
553
553
  }
554
554
  }
555
555
  .p-cascadeselect {
556
- background: #1c2127;
557
- border: 1px solid #444c56;
556
+ background: #040d19;
557
+ border: 1px solid #0b213f;
558
558
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
559
559
  border-radius: 6px;
560
560
  }
@@ -588,9 +588,9 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
588
588
  }
589
589
 
590
590
  .p-cascadeselect-panel {
591
- background: #22272d;
591
+ background: #071426;
592
592
  color: rgba(255, 255, 255, 0.87);
593
- border: 1px solid #444c56;
593
+ border: 1px solid #0b213f;
594
594
  border-radius: 6px;
595
595
  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);
596
596
  }
@@ -630,13 +630,13 @@ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
630
630
  }
631
631
 
632
632
  .p-input-filled .p-cascadeselect {
633
- background: #444c56;
633
+ background: #0b213f;
634
634
  }
635
635
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
636
- background-color: #444c56;
636
+ background-color: #0b213f;
637
637
  }
638
638
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
639
- background-color: #444c56;
639
+ background-color: #0b213f;
640
640
  }
641
641
 
642
642
  .p-checkbox {
@@ -644,8 +644,8 @@ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
644
644
  height: 22px;
645
645
  }
646
646
  .p-checkbox .p-checkbox-box {
647
- border: 2px solid #444c56;
648
- background: #1c2127;
647
+ border: 2px solid #0b213f;
648
+ background: #040d19;
649
649
  width: 22px;
650
650
  height: 22px;
651
651
  color: rgba(255, 255, 255, 0.87);
@@ -681,13 +681,13 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
681
681
  }
682
682
 
683
683
  .p-input-filled .p-checkbox .p-checkbox-box {
684
- background-color: #444c56;
684
+ background-color: #0b213f;
685
685
  }
686
686
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
687
687
  background: #A5B4FC;
688
688
  }
689
689
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
690
- background-color: #444c56;
690
+ background-color: #0b213f;
691
691
  }
692
692
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
693
693
  background: #7d92fb;
@@ -741,8 +741,8 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
741
741
  }
742
742
 
743
743
  .p-colorpicker-panel {
744
- background: #22272d;
745
- border: 1px solid #444c56;
744
+ background: #071426;
745
+ border: 1px solid #0b213f;
746
746
  }
747
747
  .p-colorpicker-panel .p-colorpicker-color-handle,
748
748
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -754,8 +754,8 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
754
754
  }
755
755
 
756
756
  .p-dropdown {
757
- background: #1c2127;
758
- border: 1px solid #444c56;
757
+ background: #040d19;
758
+ border: 1px solid #0b213f;
759
759
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
760
760
  border-radius: 6px;
761
761
  }
@@ -795,17 +795,17 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
795
795
  }
796
796
 
797
797
  .p-dropdown-panel {
798
- background: #22272d;
798
+ background: #071426;
799
799
  color: rgba(255, 255, 255, 0.87);
800
- border: 1px solid #444c56;
800
+ border: 1px solid #0b213f;
801
801
  border-radius: 6px;
802
802
  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);
803
803
  }
804
804
  .p-dropdown-panel .p-dropdown-header {
805
805
  padding: 0.75rem 1.25rem;
806
- border-bottom: 1px solid #444c56;
806
+ border-bottom: 1px solid #0b213f;
807
807
  color: rgba(255, 255, 255, 0.87);
808
- background: #22272d;
808
+ background: #071426;
809
809
  margin: 0;
810
810
  border-top-right-radius: 6px;
811
811
  border-top-left-radius: 6px;
@@ -850,7 +850,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
850
850
  margin: 0;
851
851
  padding: 0.75rem 1.25rem;
852
852
  color: rgba(255, 255, 255, 0.87);
853
- background: #2f343a;
853
+ background: #091a32;
854
854
  font-weight: 700;
855
855
  }
856
856
 
@@ -859,22 +859,22 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
859
859
  }
860
860
 
861
861
  .p-input-filled .p-dropdown {
862
- background: #444c56;
862
+ background: #0b213f;
863
863
  }
864
864
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
865
- background-color: #444c56;
865
+ background-color: #0b213f;
866
866
  }
867
867
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
868
- background-color: #444c56;
868
+ background-color: #0b213f;
869
869
  }
870
870
 
871
871
  .p-editor-container .p-editor-toolbar {
872
- background: #22272d;
872
+ background: #071426;
873
873
  border-top-right-radius: 6px;
874
874
  border-top-left-radius: 6px;
875
875
  }
876
876
  .p-editor-container .p-editor-toolbar.ql-snow {
877
- border: 1px solid #444c56;
877
+ border: 1px solid #0b213f;
878
878
  }
879
879
  .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
880
880
  stroke: rgba(255, 255, 255, 0.6);
@@ -905,8 +905,8 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
905
905
  fill: rgba(255, 255, 255, 0.87);
906
906
  }
907
907
  .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
908
- background: #22272d;
909
- border: 1px solid #444c56;
908
+ background: #071426;
909
+ border: 1px solid #0b213f;
910
910
  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);
911
911
  border-radius: 6px;
912
912
  padding: 0.75rem 0;
@@ -926,10 +926,10 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
926
926
  border-bottom-left-radius: 6px;
927
927
  }
928
928
  .p-editor-container .p-editor-content.ql-snow {
929
- border: 1px solid #444c56;
929
+ border: 1px solid #0b213f;
930
930
  }
931
931
  .p-editor-container .p-editor-content .ql-editor {
932
- background: #1c2127;
932
+ background: #040d19;
933
933
  color: rgba(255, 255, 255, 0.87);
934
934
  border-bottom-right-radius: 6px;
935
935
  border-bottom-left-radius: 6px;
@@ -968,16 +968,16 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
968
968
  }
969
969
 
970
970
  .p-inputgroup-addon {
971
- background: #22272d;
971
+ background: #071426;
972
972
  color: rgba(255, 255, 255, 0.6);
973
- border-top: 1px solid #444c56;
974
- border-left: 1px solid #444c56;
975
- border-bottom: 1px solid #444c56;
973
+ border-top: 1px solid #0b213f;
974
+ border-left: 1px solid #0b213f;
975
+ border-bottom: 1px solid #0b213f;
976
976
  padding: 0.75rem 0.75rem;
977
977
  min-width: 3rem;
978
978
  }
979
979
  .p-inputgroup-addon:last-child {
980
- border-right: 1px solid #444c56;
980
+ border-right: 1px solid #0b213f;
981
981
  }
982
982
 
983
983
  .p-inputgroup > .p-component,
@@ -1054,7 +1054,7 @@ p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1054
1054
  height: 1.75rem;
1055
1055
  }
1056
1056
  .p-inputswitch .p-inputswitch-slider {
1057
- background: #444c56;
1057
+ background: #233752;
1058
1058
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1059
1059
  border-radius: 30px;
1060
1060
  }
@@ -1076,7 +1076,7 @@ p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1076
1076
  box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
1077
1077
  }
1078
1078
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
1079
- background: rgba(255, 255, 255, 0.03);
1079
+ background: #0b213f;
1080
1080
  }
1081
1081
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
1082
1082
  background: #A5B4FC;
@@ -1096,9 +1096,9 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1096
1096
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1097
1097
  font-size: 1rem;
1098
1098
  color: rgba(255, 255, 255, 0.87);
1099
- background: #1c2127;
1099
+ background: #040d19;
1100
1100
  padding: 0.75rem 0.75rem;
1101
- border: 1px solid #444c56;
1101
+ border: 1px solid #0b213f;
1102
1102
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1103
1103
  appearance: none;
1104
1104
  border-radius: 6px;
@@ -1173,13 +1173,13 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1173
1173
  }
1174
1174
 
1175
1175
  .p-input-filled .p-inputtext {
1176
- background-color: #444c56;
1176
+ background-color: #0b213f;
1177
1177
  }
1178
1178
  .p-input-filled .p-inputtext:enabled:hover {
1179
- background-color: #444c56;
1179
+ background-color: #0b213f;
1180
1180
  }
1181
1181
  .p-input-filled .p-inputtext:enabled:focus {
1182
- background-color: #444c56;
1182
+ background-color: #0b213f;
1183
1183
  }
1184
1184
 
1185
1185
  .p-inputtext-sm .p-inputtext {
@@ -1193,16 +1193,16 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1193
1193
  }
1194
1194
 
1195
1195
  .p-listbox {
1196
- background: #22272d;
1196
+ background: #071426;
1197
1197
  color: rgba(255, 255, 255, 0.87);
1198
- border: 1px solid #444c56;
1198
+ border: 1px solid #0b213f;
1199
1199
  border-radius: 6px;
1200
1200
  }
1201
1201
  .p-listbox .p-listbox-header {
1202
1202
  padding: 0.75rem 1.25rem;
1203
- border-bottom: 1px solid #444c56;
1203
+ border-bottom: 1px solid #0b213f;
1204
1204
  color: rgba(255, 255, 255, 0.87);
1205
- background: #22272d;
1205
+ background: #071426;
1206
1206
  margin: 0;
1207
1207
  border-top-right-radius: 6px;
1208
1208
  border-top-left-radius: 6px;
@@ -1244,7 +1244,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1244
1244
  margin: 0;
1245
1245
  padding: 0.75rem 1.25rem;
1246
1246
  color: rgba(255, 255, 255, 0.87);
1247
- background: #2f343a;
1247
+ background: #091a32;
1248
1248
  font-weight: 700;
1249
1249
  }
1250
1250
  .p-listbox .p-listbox-list .p-listbox-empty-message {
@@ -1262,8 +1262,8 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1262
1262
  }
1263
1263
 
1264
1264
  .p-multiselect {
1265
- background: #1c2127;
1266
- border: 1px solid #444c56;
1265
+ background: #040d19;
1266
+ border: 1px solid #0b213f;
1267
1267
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1268
1268
  border-radius: 6px;
1269
1269
  }
@@ -1306,17 +1306,17 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1306
1306
  }
1307
1307
 
1308
1308
  .p-multiselect-panel {
1309
- background: #22272d;
1309
+ background: #071426;
1310
1310
  color: rgba(255, 255, 255, 0.87);
1311
- border: 1px solid #444c56;
1311
+ border: 1px solid #0b213f;
1312
1312
  border-radius: 6px;
1313
1313
  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);
1314
1314
  }
1315
1315
  .p-multiselect-panel .p-multiselect-header {
1316
1316
  padding: 0.75rem 1.25rem;
1317
- border-bottom: 1px solid #444c56;
1317
+ border-bottom: 1px solid #0b213f;
1318
1318
  color: rgba(255, 255, 255, 0.87);
1319
- background: #22272d;
1319
+ background: #071426;
1320
1320
  margin: 0;
1321
1321
  border-top-right-radius: 6px;
1322
1322
  border-top-left-radius: 6px;
@@ -1386,7 +1386,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1386
1386
  margin: 0;
1387
1387
  padding: 0.75rem 1.25rem;
1388
1388
  color: rgba(255, 255, 255, 0.87);
1389
- background: #2f343a;
1389
+ background: #091a32;
1390
1390
  font-weight: 700;
1391
1391
  }
1392
1392
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
@@ -1400,13 +1400,13 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1400
1400
  }
1401
1401
 
1402
1402
  .p-input-filled .p-multiselect {
1403
- background: #444c56;
1403
+ background: #0b213f;
1404
1404
  }
1405
1405
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
1406
- background-color: #444c56;
1406
+ background-color: #0b213f;
1407
1407
  }
1408
1408
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1409
- background-color: #444c56;
1409
+ background-color: #0b213f;
1410
1410
  }
1411
1411
 
1412
1412
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
@@ -1415,15 +1415,15 @@ p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1415
1415
 
1416
1416
  .p-password-panel {
1417
1417
  padding: 1.25rem;
1418
- background: #22272d;
1418
+ background: #071426;
1419
1419
  color: rgba(255, 255, 255, 0.87);
1420
- border: 1px solid #444c56;
1420
+ border: 1px solid #0b213f;
1421
1421
  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);
1422
1422
  border-radius: 6px;
1423
1423
  }
1424
1424
  .p-password-panel .p-password-meter {
1425
1425
  margin-bottom: 0.5rem;
1426
- background: #444c56;
1426
+ background: #0b213f;
1427
1427
  }
1428
1428
  .p-password-panel .p-password-meter .p-password-strength.weak {
1429
1429
  background: #eb9a9c;
@@ -1440,8 +1440,8 @@ p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1440
1440
  height: 22px;
1441
1441
  }
1442
1442
  .p-radiobutton .p-radiobutton-box {
1443
- border: 2px solid #444c56;
1444
- background: #1c2127;
1443
+ border: 2px solid #0b213f;
1444
+ background: #040d19;
1445
1445
  width: 22px;
1446
1446
  height: 22px;
1447
1447
  color: rgba(255, 255, 255, 0.87);
@@ -1478,10 +1478,10 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1478
1478
  }
1479
1479
 
1480
1480
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1481
- background-color: #444c56;
1481
+ background-color: #0b213f;
1482
1482
  }
1483
1483
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
1484
- background-color: #444c56;
1484
+ background-color: #0b213f;
1485
1485
  }
1486
1486
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
1487
1487
  background: #A5B4FC;
@@ -1522,8 +1522,8 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1522
1522
  }
1523
1523
 
1524
1524
  .p-selectbutton .p-button {
1525
- background: #22272d;
1526
- border: 1px solid #444c56;
1525
+ background: #071426;
1526
+ border: 1px solid #0b213f;
1527
1527
  color: rgba(255, 255, 255, 0.87);
1528
1528
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1529
1529
  }
@@ -1533,7 +1533,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1533
1533
  }
1534
1534
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
1535
1535
  background: rgba(255, 255, 255, 0.03);
1536
- border-color: #444c56;
1536
+ border-color: #0b213f;
1537
1537
  color: rgba(255, 255, 255, 0.87);
1538
1538
  }
1539
1539
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
@@ -1564,7 +1564,7 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1564
1564
  }
1565
1565
 
1566
1566
  .p-slider {
1567
- background: #444c56;
1567
+ background: #0b213f;
1568
1568
  border: 0 none;
1569
1569
  border-radius: 6px;
1570
1570
  }
@@ -1585,7 +1585,7 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1585
1585
  .p-slider .p-slider-handle {
1586
1586
  height: 1.143rem;
1587
1587
  width: 1.143rem;
1588
- background: #444c56;
1588
+ background: #0b213f;
1589
1589
  border: 2px solid #A5B4FC;
1590
1590
  border-radius: 50%;
1591
1591
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
@@ -1616,8 +1616,8 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1616
1616
  }
1617
1617
 
1618
1618
  .p-togglebutton.p-button {
1619
- background: #22272d;
1620
- border: 1px solid #444c56;
1619
+ background: #071426;
1620
+ border: 1px solid #0b213f;
1621
1621
  color: rgba(255, 255, 255, 0.87);
1622
1622
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1623
1623
  }
@@ -1627,7 +1627,7 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1627
1627
  }
1628
1628
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
1629
1629
  background: rgba(255, 255, 255, 0.03);
1630
- border-color: #444c56;
1630
+ border-color: #0b213f;
1631
1631
  color: rgba(255, 255, 255, 0.87);
1632
1632
  }
1633
1633
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
@@ -1658,8 +1658,8 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1658
1658
  }
1659
1659
 
1660
1660
  .p-treeselect {
1661
- background: #1c2127;
1662
- border: 1px solid #444c56;
1661
+ background: #040d19;
1662
+ border: 1px solid #0b213f;
1663
1663
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1664
1664
  border-radius: 6px;
1665
1665
  }
@@ -1682,7 +1682,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1682
1682
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
1683
1683
  padding: 0.375rem 0.75rem;
1684
1684
  margin-right: 0.5rem;
1685
- background: #444c56;
1685
+ background: #0b213f;
1686
1686
  color: rgba(255, 255, 255, 0.87);
1687
1687
  border-radius: 16px;
1688
1688
  }
@@ -1703,9 +1703,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1703
1703
  }
1704
1704
 
1705
1705
  .p-treeselect-panel {
1706
- background: #22272d;
1706
+ background: #071426;
1707
1707
  color: rgba(255, 255, 255, 0.87);
1708
- border: 1px solid #444c56;
1708
+ border: 1px solid #0b213f;
1709
1709
  border-radius: 6px;
1710
1710
  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);
1711
1711
  }
@@ -1719,13 +1719,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1719
1719
  }
1720
1720
 
1721
1721
  .p-input-filled .p-treeselect {
1722
- background: #444c56;
1722
+ background: #0b213f;
1723
1723
  }
1724
1724
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
1725
- background-color: #444c56;
1725
+ background-color: #0b213f;
1726
1726
  }
1727
1727
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1728
- background-color: #444c56;
1728
+ background-color: #0b213f;
1729
1729
  }
1730
1730
 
1731
1731
  .p-button {
@@ -2207,11 +2207,11 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2207
2207
  width: 3rem;
2208
2208
  height: 3rem;
2209
2209
  background: rgba(255, 255, 255, 0.87);
2210
- color: #1c2127;
2210
+ color: #040d19;
2211
2211
  }
2212
2212
  .p-speeddial-action:hover {
2213
2213
  background: rgba(255, 255, 255, 0.6);
2214
- color: #1c2127;
2214
+ color: #040d19;
2215
2215
  }
2216
2216
 
2217
2217
  .p-speeddial-direction-up .p-speeddial-item {
@@ -2290,7 +2290,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2290
2290
  margin-bottom: 0.5rem;
2291
2291
  }
2292
2292
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
2293
- background-color: #444c56;
2293
+ background-color: #0b213f;
2294
2294
  width: 2rem;
2295
2295
  height: 0.5rem;
2296
2296
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
@@ -2313,17 +2313,17 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2313
2313
  border-radius: 0;
2314
2314
  }
2315
2315
  .p-datatable .p-datatable-header {
2316
- background: #22272d;
2316
+ background: #071426;
2317
2317
  color: rgba(255, 255, 255, 0.6);
2318
- border: 1px solid #444c56;
2318
+ border: 1px solid #0b213f;
2319
2319
  border-width: 0 0 1px 0;
2320
2320
  padding: 1rem 1rem;
2321
2321
  font-weight: 700;
2322
2322
  }
2323
2323
  .p-datatable .p-datatable-footer {
2324
- background: #22272d;
2324
+ background: #071426;
2325
2325
  color: rgba(255, 255, 255, 0.87);
2326
- border: 1px solid #444c56;
2326
+ border: 1px solid #0b213f;
2327
2327
  border-width: 0 0 1px 0;
2328
2328
  padding: 1rem 1rem;
2329
2329
  font-weight: 700;
@@ -2331,21 +2331,21 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2331
2331
  .p-datatable .p-datatable-thead > tr > th {
2332
2332
  text-align: left;
2333
2333
  padding: 1rem 1rem;
2334
- border: 1px solid #444c56;
2334
+ border: 1px solid #0b213f;
2335
2335
  border-width: 0 0 1px 0;
2336
2336
  font-weight: 700;
2337
2337
  color: rgba(255, 255, 255, 0.87);
2338
- background: #22272d;
2338
+ background: #071426;
2339
2339
  transition: box-shadow 0.2s;
2340
2340
  }
2341
2341
  .p-datatable .p-datatable-tfoot > tr > td {
2342
2342
  text-align: left;
2343
2343
  padding: 1rem 1rem;
2344
- border: 1px solid #444c56;
2344
+ border: 1px solid #0b213f;
2345
2345
  border-width: 0 0 1px 0;
2346
2346
  font-weight: 700;
2347
2347
  color: rgba(255, 255, 255, 0.87);
2348
- background: #22272d;
2348
+ background: #071426;
2349
2349
  }
2350
2350
  .p-datatable .p-sortable-column .p-sortable-column-icon {
2351
2351
  color: rgba(255, 255, 255, 0.6);
@@ -2386,14 +2386,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2386
2386
  outline: 0 none;
2387
2387
  }
2388
2388
  .p-datatable .p-datatable-tbody > tr {
2389
- background: #22272d;
2389
+ background: #071426;
2390
2390
  color: rgba(255, 255, 255, 0.87);
2391
2391
  transition: box-shadow 0.2s;
2392
2392
  outline-color: rgba(165, 180, 252, 0.5);
2393
2393
  }
2394
2394
  .p-datatable .p-datatable-tbody > tr > td {
2395
2395
  text-align: left;
2396
- border: 1px solid #444c56;
2396
+ border: 1px solid #0b213f;
2397
2397
  border-width: 0 0 1px 0;
2398
2398
  padding: 1rem 1rem;
2399
2399
  }
@@ -2447,11 +2447,11 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2447
2447
  }
2448
2448
  .p-datatable .p-datatable-scrollable-header,
2449
2449
  .p-datatable .p-datatable-scrollable-footer {
2450
- background: #22272d;
2450
+ background: #071426;
2451
2451
  }
2452
2452
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
2453
2453
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
2454
- background-color: #22272d;
2454
+ background-color: #071426;
2455
2455
  }
2456
2456
  .p-datatable .p-datatable-loading-icon {
2457
2457
  font-size: 2rem;
@@ -2530,27 +2530,27 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2530
2530
  border-radius: 0;
2531
2531
  }
2532
2532
  .p-dataview .p-dataview-header {
2533
- background: #22272d;
2533
+ background: #071426;
2534
2534
  color: rgba(255, 255, 255, 0.6);
2535
- border: 1px solid #444c56;
2535
+ border: 1px solid #0b213f;
2536
2536
  border-width: 0 0 1px 0;
2537
2537
  padding: 1rem 1rem;
2538
2538
  font-weight: 700;
2539
2539
  }
2540
2540
  .p-dataview .p-dataview-content {
2541
- background: #22272d;
2541
+ background: #071426;
2542
2542
  color: rgba(255, 255, 255, 0.87);
2543
2543
  border: 0 none;
2544
2544
  padding: 0;
2545
2545
  }
2546
2546
  .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
2547
- border: solid #444c56;
2547
+ border: solid #0b213f;
2548
2548
  border-width: 0 0 1px 0;
2549
2549
  }
2550
2550
  .p-dataview .p-dataview-footer {
2551
- background: #22272d;
2551
+ background: #071426;
2552
2552
  color: rgba(255, 255, 255, 0.87);
2553
- border: 1px solid #444c56;
2553
+ border: 1px solid #0b213f;
2554
2554
  border-width: 0 0 1px 0;
2555
2555
  padding: 1rem 1rem;
2556
2556
  font-weight: 700;
@@ -2618,9 +2618,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2618
2618
  }
2619
2619
 
2620
2620
  .p-column-filter-overlay {
2621
- background: #22272d;
2621
+ background: #071426;
2622
2622
  color: rgba(255, 255, 255, 0.87);
2623
- border: 1px solid #444c56;
2623
+ border: 1px solid #0b213f;
2624
2624
  border-radius: 6px;
2625
2625
  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);
2626
2626
  min-width: 12.5rem;
@@ -2651,22 +2651,22 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2651
2651
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.5);
2652
2652
  }
2653
2653
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2654
- border-top: 1px solid #444c56;
2654
+ border-top: 1px solid #0b213f;
2655
2655
  margin: 0.25rem 0;
2656
2656
  }
2657
2657
 
2658
2658
  .p-column-filter-overlay-menu .p-column-filter-operator {
2659
2659
  padding: 0.75rem 1.25rem;
2660
- border-bottom: 1px solid #444c56;
2660
+ border-bottom: 1px solid #0b213f;
2661
2661
  color: rgba(255, 255, 255, 0.87);
2662
- background: #22272d;
2662
+ background: #071426;
2663
2663
  margin: 0;
2664
2664
  border-top-right-radius: 6px;
2665
2665
  border-top-left-radius: 6px;
2666
2666
  }
2667
2667
  .p-column-filter-overlay-menu .p-column-filter-constraint {
2668
2668
  padding: 1.25rem;
2669
- border-bottom: 1px solid #444c56;
2669
+ border-bottom: 1px solid #0b213f;
2670
2670
  }
2671
2671
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
2672
2672
  margin-bottom: 0.5rem;
@@ -2689,20 +2689,20 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2689
2689
  /* FullCalendar 5 */
2690
2690
  }
2691
2691
  .fc.fc-unthemed .fc-view-container th {
2692
- background: #22272d;
2693
- border: 1px solid #444c56;
2692
+ background: #071426;
2693
+ border: 1px solid #0b213f;
2694
2694
  color: rgba(255, 255, 255, 0.87);
2695
2695
  }
2696
2696
  .fc.fc-unthemed .fc-view-container td.fc-widget-content {
2697
- background: #22272d;
2698
- border: 1px solid #444c56;
2697
+ background: #071426;
2698
+ border: 1px solid #0b213f;
2699
2699
  color: rgba(255, 255, 255, 0.87);
2700
2700
  }
2701
2701
  .fc.fc-unthemed .fc-view-container td.fc-head-container {
2702
- border: 1px solid #444c56;
2702
+ border: 1px solid #0b213f;
2703
2703
  }
2704
2704
  .fc.fc-unthemed .fc-view-container .fc-row {
2705
- border-right: 1px solid #444c56;
2705
+ border-right: 1px solid #0b213f;
2706
2706
  }
2707
2707
  .fc.fc-unthemed .fc-view-container .fc-event {
2708
2708
  background: #91a3fb;
@@ -2710,8 +2710,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2710
2710
  color: #1c2127;
2711
2711
  }
2712
2712
  .fc.fc-unthemed .fc-view-container .fc-divider {
2713
- background: #22272d;
2714
- border: 1px solid #444c56;
2713
+ background: #071426;
2714
+ border: 1px solid #0b213f;
2715
2715
  }
2716
2716
  .fc.fc-unthemed .fc-toolbar .fc-button {
2717
2717
  color: #1c2127;
@@ -2760,14 +2760,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2760
2760
  box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
2761
2761
  }
2762
2762
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
2763
- background: #22272d;
2764
- border: 1px solid #444c56;
2763
+ background: #071426;
2764
+ border: 1px solid #0b213f;
2765
2765
  color: rgba(255, 255, 255, 0.87);
2766
2766
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
2767
2767
  }
2768
2768
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
2769
2769
  background: rgba(255, 255, 255, 0.03);
2770
- border-color: #444c56;
2770
+ border-color: #0b213f;
2771
2771
  color: rgba(255, 255, 255, 0.87);
2772
2772
  }
2773
2773
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
@@ -2798,28 +2798,28 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2798
2798
  border-bottom-right-radius: 6px;
2799
2799
  }
2800
2800
  .fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
2801
- border-color: #444c56;
2801
+ border-color: #0b213f;
2802
2802
  }
2803
2803
  .fc.fc-theme-standard .fc-view-harness th {
2804
- background: #22272d;
2805
- border-color: #444c56;
2804
+ background: #071426;
2805
+ border-color: #0b213f;
2806
2806
  color: rgba(255, 255, 255, 0.87);
2807
2807
  }
2808
2808
  .fc.fc-theme-standard .fc-view-harness td {
2809
2809
  color: rgba(255, 255, 255, 0.87);
2810
- border-color: #444c56;
2810
+ border-color: #0b213f;
2811
2811
  }
2812
2812
  .fc.fc-theme-standard .fc-view-harness .fc-view {
2813
- background: #22272d;
2813
+ background: #071426;
2814
2814
  }
2815
2815
  .fc.fc-theme-standard .fc-view-harness .fc-popover {
2816
2816
  background: none;
2817
2817
  border: 0 none;
2818
2818
  }
2819
2819
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
2820
- border: 1px solid #444c56;
2820
+ border: 1px solid #0b213f;
2821
2821
  padding: 1.25rem;
2822
- background: #22272d;
2822
+ background: #071426;
2823
2823
  color: rgba(255, 255, 255, 0.87);
2824
2824
  }
2825
2825
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
@@ -2853,8 +2853,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2853
2853
  }
2854
2854
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
2855
2855
  padding: 1.25rem;
2856
- border: 1px solid #444c56;
2857
- background: #22272d;
2856
+ border: 1px solid #0b213f;
2857
+ background: #071426;
2858
2858
  color: rgba(255, 255, 255, 0.87);
2859
2859
  border-top: 0 none;
2860
2860
  }
@@ -2875,7 +2875,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2875
2875
  color: rgba(255, 255, 255, 0.87);
2876
2876
  }
2877
2877
  .fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
2878
- background: #22272d;
2878
+ background: #071426;
2879
2879
  }
2880
2880
  .fc.fc-theme-standard .fc-toolbar .fc-button {
2881
2881
  color: #1c2127;
@@ -2928,14 +2928,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2928
2928
  box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
2929
2929
  }
2930
2930
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
2931
- background: #22272d;
2932
- border: 1px solid #444c56;
2931
+ background: #071426;
2932
+ border: 1px solid #0b213f;
2933
2933
  color: rgba(255, 255, 255, 0.87);
2934
2934
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
2935
2935
  }
2936
2936
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
2937
2937
  background: rgba(255, 255, 255, 0.03);
2938
- border-color: #444c56;
2938
+ border-color: #0b213f;
2939
2939
  color: rgba(255, 255, 255, 0.87);
2940
2940
  }
2941
2941
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
@@ -2980,9 +2980,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2980
2980
  margin-bottom: 0.5rem;
2981
2981
  }
2982
2982
  .p-orderlist .p-orderlist-header {
2983
- background: #22272d;
2983
+ background: #071426;
2984
2984
  color: rgba(255, 255, 255, 0.87);
2985
- border: 1px solid #444c56;
2985
+ border: 1px solid #0b213f;
2986
2986
  padding: 1.25rem;
2987
2987
  border-bottom: 0 none;
2988
2988
  border-top-right-radius: 6px;
@@ -2993,8 +2993,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2993
2993
  }
2994
2994
  .p-orderlist .p-orderlist-filter-container {
2995
2995
  padding: 1.25rem;
2996
- background: #22272d;
2997
- border: 1px solid #444c56;
2996
+ background: #071426;
2997
+ border: 1px solid #0b213f;
2998
2998
  border-bottom: 0 none;
2999
2999
  }
3000
3000
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
@@ -3005,8 +3005,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3005
3005
  color: rgba(255, 255, 255, 0.6);
3006
3006
  }
3007
3007
  .p-orderlist .p-orderlist-list {
3008
- border: 1px solid #444c56;
3009
- background: #22272d;
3008
+ border: 1px solid #0b213f;
3009
+ background: #071426;
3010
3010
  color: rgba(255, 255, 255, 0.87);
3011
3011
  padding: 0.75rem 0;
3012
3012
  border-bottom-right-radius: 6px;
@@ -3043,7 +3043,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3043
3043
  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);
3044
3044
  border: 0 none;
3045
3045
  color: rgba(255, 255, 255, 0.87);
3046
- background: #22272d;
3046
+ background: #071426;
3047
3047
  margin: 0;
3048
3048
  }
3049
3049
 
@@ -3059,19 +3059,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3059
3059
  color: rgba(42, 77, 248, 0.16);
3060
3060
  }
3061
3061
  .p-organizationchart .p-organizationchart-line-down {
3062
- background: #444c56;
3062
+ background: #0b213f;
3063
3063
  }
3064
3064
  .p-organizationchart .p-organizationchart-line-left {
3065
- border-right: 1px solid #444c56;
3066
- border-color: #444c56;
3065
+ border-right: 1px solid #0b213f;
3066
+ border-color: #0b213f;
3067
3067
  }
3068
3068
  .p-organizationchart .p-organizationchart-line-top {
3069
- border-top: 1px solid #444c56;
3070
- border-color: #444c56;
3069
+ border-top: 1px solid #0b213f;
3070
+ border-color: #0b213f;
3071
3071
  }
3072
3072
  .p-organizationchart .p-organizationchart-node-content {
3073
- border: 1px solid #444c56;
3074
- background: #22272d;
3073
+ border: 1px solid #0b213f;
3074
+ background: #071426;
3075
3075
  color: rgba(255, 255, 255, 0.87);
3076
3076
  padding: 1.25rem;
3077
3077
  }
@@ -3087,9 +3087,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3087
3087
  }
3088
3088
 
3089
3089
  .p-paginator {
3090
- background: #22272d;
3090
+ background: #071426;
3091
3091
  color: rgba(255, 255, 255, 0.6);
3092
- border: solid #444c56;
3092
+ border: solid #0b213f;
3093
3093
  border-width: 1px;
3094
3094
  padding: 0.5rem 1rem;
3095
3095
  border-radius: 6px;
@@ -3175,9 +3175,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3175
3175
  margin-bottom: 0.5rem;
3176
3176
  }
3177
3177
  .p-picklist .p-picklist-header {
3178
- background: #22272d;
3178
+ background: #071426;
3179
3179
  color: rgba(255, 255, 255, 0.87);
3180
- border: 1px solid #444c56;
3180
+ border: 1px solid #0b213f;
3181
3181
  padding: 1.25rem;
3182
3182
  border-bottom: 0 none;
3183
3183
  border-top-right-radius: 6px;
@@ -3188,8 +3188,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3188
3188
  }
3189
3189
  .p-picklist .p-picklist-filter-container {
3190
3190
  padding: 1.25rem;
3191
- background: #22272d;
3192
- border: 1px solid #444c56;
3191
+ background: #071426;
3192
+ border: 1px solid #0b213f;
3193
3193
  border-bottom: 0 none;
3194
3194
  }
3195
3195
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
@@ -3200,8 +3200,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3200
3200
  color: rgba(255, 255, 255, 0.6);
3201
3201
  }
3202
3202
  .p-picklist .p-picklist-list {
3203
- border: 1px solid #444c56;
3204
- background: #22272d;
3203
+ border: 1px solid #0b213f;
3204
+ background: #071426;
3205
3205
  color: rgba(255, 255, 255, 0.87);
3206
3206
  padding: 0.75rem 0;
3207
3207
  border-bottom-right-radius: 6px;
@@ -3238,7 +3238,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3238
3238
  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);
3239
3239
  border: 0 none;
3240
3240
  color: rgba(255, 255, 255, 0.87);
3241
- background: #22272d;
3241
+ background: #071426;
3242
3242
  margin: 0;
3243
3243
  }
3244
3244
 
@@ -3250,7 +3250,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3250
3250
  background-color: #1c2127;
3251
3251
  }
3252
3252
  .p-timeline .p-timeline-event-connector {
3253
- background-color: #444c56;
3253
+ background-color: #0b213f;
3254
3254
  }
3255
3255
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
3256
3256
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
@@ -3268,8 +3268,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3268
3268
  }
3269
3269
 
3270
3270
  .p-tree {
3271
- border: 1px solid #444c56;
3272
- background: #22272d;
3271
+ border: 1px solid #0b213f;
3272
+ background: #071426;
3273
3273
  color: rgba(255, 255, 255, 0.87);
3274
3274
  padding: 1.25rem;
3275
3275
  border-radius: 6px;
@@ -3359,8 +3359,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3359
3359
  }
3360
3360
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
3361
3361
  border-radius: 6px;
3362
- border: 1px solid #444c56;
3363
- background-color: #22272d;
3362
+ border: 1px solid #0b213f;
3363
+ background-color: #071426;
3364
3364
  color: rgba(255, 255, 255, 0.87);
3365
3365
  padding: 0.5rem;
3366
3366
  transition: box-shadow 0.2s;
@@ -3405,17 +3405,17 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3405
3405
  border-radius: 0;
3406
3406
  }
3407
3407
  .p-treetable .p-treetable-header {
3408
- background: #22272d;
3408
+ background: #071426;
3409
3409
  color: rgba(255, 255, 255, 0.6);
3410
- border: 1px solid #444c56;
3410
+ border: 1px solid #0b213f;
3411
3411
  border-width: 0 0 1px 0;
3412
3412
  padding: 1rem 1rem;
3413
3413
  font-weight: 700;
3414
3414
  }
3415
3415
  .p-treetable .p-treetable-footer {
3416
- background: #22272d;
3416
+ background: #071426;
3417
3417
  color: rgba(255, 255, 255, 0.87);
3418
- border: 1px solid #444c56;
3418
+ border: 1px solid #0b213f;
3419
3419
  border-width: 0 0 1px 0;
3420
3420
  padding: 1rem 1rem;
3421
3421
  font-weight: 700;
@@ -3423,21 +3423,21 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3423
3423
  .p-treetable .p-treetable-thead > tr > th {
3424
3424
  text-align: left;
3425
3425
  padding: 1rem 1rem;
3426
- border: 1px solid #444c56;
3426
+ border: 1px solid #0b213f;
3427
3427
  border-width: 0 0 1px 0;
3428
3428
  font-weight: 700;
3429
3429
  color: rgba(255, 255, 255, 0.87);
3430
- background: #22272d;
3430
+ background: #071426;
3431
3431
  transition: box-shadow 0.2s;
3432
3432
  }
3433
3433
  .p-treetable .p-treetable-tfoot > tr > td {
3434
3434
  text-align: left;
3435
3435
  padding: 1rem 1rem;
3436
- border: 1px solid #444c56;
3436
+ border: 1px solid #0b213f;
3437
3437
  border-width: 0 0 1px 0;
3438
3438
  font-weight: 700;
3439
3439
  color: rgba(255, 255, 255, 0.87);
3440
- background: #22272d;
3440
+ background: #071426;
3441
3441
  }
3442
3442
  .p-treetable .p-sortable-column {
3443
3443
  outline-color: rgba(165, 180, 252, 0.5);
@@ -3470,14 +3470,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3470
3470
  color: rgba(255, 255, 255, 0.87);
3471
3471
  }
3472
3472
  .p-treetable .p-treetable-tbody > tr {
3473
- background: #22272d;
3473
+ background: #071426;
3474
3474
  color: rgba(255, 255, 255, 0.87);
3475
3475
  transition: box-shadow 0.2s;
3476
3476
  outline-color: rgba(165, 180, 252, 0.5);
3477
3477
  }
3478
3478
  .p-treetable .p-treetable-tbody > tr > td {
3479
3479
  text-align: left;
3480
- border: 1px solid #444c56;
3480
+ border: 1px solid #0b213f;
3481
3481
  border-width: 0 0 1px 0;
3482
3482
  padding: 1rem 1rem;
3483
3483
  }
@@ -3529,7 +3529,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3529
3529
  }
3530
3530
  .p-treetable .p-treetable-scrollable-header,
3531
3531
  .p-treetable .p-treetable-scrollable-footer {
3532
- background: #22272d;
3532
+ background: #071426;
3533
3533
  }
3534
3534
  .p-treetable .p-treetable-loading-icon {
3535
3535
  font-size: 2rem;
@@ -3587,23 +3587,23 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3587
3587
  }
3588
3588
 
3589
3589
  .p-virtualscroller .p-virtualscroller-header {
3590
- background: #22272d;
3590
+ background: #071426;
3591
3591
  color: rgba(255, 255, 255, 0.6);
3592
- border: 1px solid #444c56;
3592
+ border: 1px solid #0b213f;
3593
3593
  border-width: 0 0 1px 0;
3594
3594
  padding: 1rem 1rem;
3595
3595
  font-weight: 700;
3596
3596
  }
3597
3597
  .p-virtualscroller .p-virtualscroller-content {
3598
- background: #22272d;
3598
+ background: #071426;
3599
3599
  color: rgba(255, 255, 255, 0.87);
3600
3600
  border: 0 none;
3601
3601
  padding: 0;
3602
3602
  }
3603
3603
  .p-virtualscroller .p-virtualscroller-footer {
3604
- background: #22272d;
3604
+ background: #071426;
3605
3605
  color: rgba(255, 255, 255, 0.87);
3606
- border: 1px solid #444c56;
3606
+ border: 1px solid #0b213f;
3607
3607
  border-width: 0 0 1px 0;
3608
3608
  padding: 1rem 1rem;
3609
3609
  font-weight: 700;
@@ -3613,9 +3613,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3613
3613
 
3614
3614
  .p-accordion .p-accordion-header .p-accordion-header-link {
3615
3615
  padding: 1.25rem;
3616
- border: 1px solid #444c56;
3616
+ border: 1px solid #0b213f;
3617
3617
  color: rgba(255, 255, 255, 0.87);
3618
- background: #22272d;
3618
+ background: #071426;
3619
3619
  font-weight: 700;
3620
3620
  border-radius: 6px;
3621
3621
  transition: box-shadow 0.2s;
@@ -3630,25 +3630,25 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3630
3630
  }
3631
3631
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
3632
3632
  background: rgba(255, 255, 255, 0.03);
3633
- border-color: #444c56;
3633
+ border-color: #0b213f;
3634
3634
  color: rgba(255, 255, 255, 0.87);
3635
3635
  }
3636
3636
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
3637
- background: #22272d;
3638
- border-color: #444c56;
3637
+ background: #071426;
3638
+ border-color: #0b213f;
3639
3639
  color: rgba(255, 255, 255, 0.87);
3640
3640
  border-bottom-right-radius: 0;
3641
3641
  border-bottom-left-radius: 0;
3642
3642
  }
3643
3643
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
3644
- border-color: #444c56;
3644
+ border-color: #0b213f;
3645
3645
  background: rgba(255, 255, 255, 0.03);
3646
3646
  color: rgba(255, 255, 255, 0.87);
3647
3647
  }
3648
3648
  .p-accordion .p-accordion-content {
3649
3649
  padding: 1.25rem;
3650
- border: 1px solid #444c56;
3651
- background: #22272d;
3650
+ border: 1px solid #0b213f;
3651
+ background: #071426;
3652
3652
  color: rgba(255, 255, 255, 0.87);
3653
3653
  border-top: 0;
3654
3654
  border-top-right-radius: 0;
@@ -3661,7 +3661,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3661
3661
  }
3662
3662
 
3663
3663
  .p-card {
3664
- background: #22272d;
3664
+ background: #071426;
3665
3665
  color: rgba(255, 255, 255, 0.87);
3666
3666
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
3667
3667
  border-radius: 6px;
@@ -3687,14 +3687,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3687
3687
  }
3688
3688
 
3689
3689
  .p-divider .p-divider-content {
3690
- background-color: #22272d;
3690
+ background-color: #071426;
3691
3691
  }
3692
3692
  .p-divider.p-divider-horizontal {
3693
3693
  margin: 1.25rem 0;
3694
3694
  padding: 0 1.25rem;
3695
3695
  }
3696
3696
  .p-divider.p-divider-horizontal:before {
3697
- border-top: 1px #444c56;
3697
+ border-top: 1px #0b213f;
3698
3698
  }
3699
3699
  .p-divider.p-divider-horizontal .p-divider-content {
3700
3700
  padding: 0 0.5rem;
@@ -3704,23 +3704,23 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3704
3704
  padding: 1.25rem 0;
3705
3705
  }
3706
3706
  .p-divider.p-divider-vertical:before {
3707
- border-left: 1px #444c56;
3707
+ border-left: 1px #0b213f;
3708
3708
  }
3709
3709
  .p-divider.p-divider-vertical .p-divider-content {
3710
3710
  padding: 0.5rem 0;
3711
3711
  }
3712
3712
 
3713
3713
  .p-fieldset {
3714
- border: 1px solid #444c56;
3715
- background: #22272d;
3714
+ border: 1px solid #0b213f;
3715
+ background: #071426;
3716
3716
  color: rgba(255, 255, 255, 0.87);
3717
3717
  border-radius: 6px;
3718
3718
  }
3719
3719
  .p-fieldset .p-fieldset-legend {
3720
3720
  padding: 1.25rem;
3721
- border: 1px solid #444c56;
3721
+ border: 1px solid #0b213f;
3722
3722
  color: rgba(255, 255, 255, 0.87);
3723
- background: #22272d;
3723
+ background: #071426;
3724
3724
  font-weight: 700;
3725
3725
  border-radius: 6px;
3726
3726
  }
@@ -3744,7 +3744,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3744
3744
  }
3745
3745
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
3746
3746
  background: rgba(255, 255, 255, 0.03);
3747
- border-color: #444c56;
3747
+ border-color: #0b213f;
3748
3748
  color: rgba(255, 255, 255, 0.87);
3749
3749
  }
3750
3750
  .p-fieldset .p-fieldset-content {
@@ -3752,9 +3752,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3752
3752
  }
3753
3753
 
3754
3754
  .p-panel .p-panel-header {
3755
- border: 1px solid #444c56;
3755
+ border: 1px solid #0b213f;
3756
3756
  padding: 1.25rem;
3757
- background: #22272d;
3757
+ background: #071426;
3758
3758
  color: rgba(255, 255, 255, 0.87);
3759
3759
  border-top-right-radius: 6px;
3760
3760
  border-top-left-radius: 6px;
@@ -3786,8 +3786,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3786
3786
  }
3787
3787
  .p-panel .p-panel-content {
3788
3788
  padding: 1.25rem;
3789
- border: 1px solid #444c56;
3790
- background: #22272d;
3789
+ border: 1px solid #0b213f;
3790
+ background: #071426;
3791
3791
  color: rgba(255, 255, 255, 0.87);
3792
3792
  border-bottom-right-radius: 6px;
3793
3793
  border-bottom-left-radius: 6px;
@@ -3795,20 +3795,20 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3795
3795
  }
3796
3796
  .p-panel .p-panel-footer {
3797
3797
  padding: 0.75rem 1.25rem;
3798
- border: 1px solid #444c56;
3799
- background: #22272d;
3798
+ border: 1px solid #0b213f;
3799
+ background: #071426;
3800
3800
  color: rgba(255, 255, 255, 0.87);
3801
3801
  border-top: 0 none;
3802
3802
  }
3803
3803
 
3804
3804
  .p-scrollpanel .p-scrollpanel-bar {
3805
- background: #444c56;
3805
+ background: #0b213f;
3806
3806
  border: 0 none;
3807
3807
  }
3808
3808
 
3809
3809
  .p-splitter {
3810
- border: 1px solid #444c56;
3811
- background: #22272d;
3810
+ border: 1px solid #0b213f;
3811
+ background: #071426;
3812
3812
  border-radius: 6px;
3813
3813
  color: rgba(255, 255, 255, 0.87);
3814
3814
  }
@@ -3817,25 +3817,25 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3817
3817
  background: rgba(255, 255, 255, 0.03);
3818
3818
  }
3819
3819
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
3820
- background: #444c56;
3820
+ background: #0b213f;
3821
3821
  }
3822
3822
  .p-splitter .p-splitter-gutter-resizing {
3823
- background: #444c56;
3823
+ background: #0b213f;
3824
3824
  }
3825
3825
 
3826
3826
  .p-tabview .p-tabview-nav {
3827
3827
  background: transparent;
3828
- border: 1px solid #444c56;
3828
+ border: 1px solid #0b213f;
3829
3829
  border-width: 0 0 2px 0;
3830
3830
  }
3831
3831
  .p-tabview .p-tabview-nav li {
3832
3832
  margin-right: 0;
3833
3833
  }
3834
3834
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
3835
- border: solid #444c56;
3835
+ border: solid #0b213f;
3836
3836
  border-width: 0 0 2px 0;
3837
- border-color: transparent transparent #444c56 transparent;
3838
- background: #22272d;
3837
+ border-color: transparent transparent #0b213f transparent;
3838
+ background: #071426;
3839
3839
  color: rgba(255, 255, 255, 0.6);
3840
3840
  padding: 1.25rem;
3841
3841
  font-weight: 700;
@@ -3850,12 +3850,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3850
3850
  box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
3851
3851
  }
3852
3852
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
3853
- background: #22272d;
3853
+ background: #071426;
3854
3854
  border-color: #A5B4FC;
3855
3855
  color: rgba(255, 255, 255, 0.87);
3856
3856
  }
3857
3857
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
3858
- background: #22272d;
3858
+ background: #071426;
3859
3859
  border-color: #A5B4FC;
3860
3860
  color: #A5B4FC;
3861
3861
  }
@@ -3869,7 +3869,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3869
3869
  margin-left: 0.5rem;
3870
3870
  }
3871
3871
  .p-tabview .p-tabview-nav-btn.p-link {
3872
- background: #22272d;
3872
+ background: #071426;
3873
3873
  color: #A5B4FC;
3874
3874
  width: 3rem;
3875
3875
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
@@ -3881,7 +3881,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3881
3881
  box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
3882
3882
  }
3883
3883
  .p-tabview .p-tabview-panels {
3884
- background: #22272d;
3884
+ background: #071426;
3885
3885
  padding: 1.25rem;
3886
3886
  border: 0 none;
3887
3887
  color: rgba(255, 255, 255, 0.87);
@@ -3890,8 +3890,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3890
3890
  }
3891
3891
 
3892
3892
  .p-toolbar {
3893
- background: #22272d;
3894
- border: 1px solid #444c56;
3893
+ background: #071426;
3894
+ border: 1px solid #0b213f;
3895
3895
  padding: 1.25rem;
3896
3896
  border-radius: 6px;
3897
3897
  }
@@ -3900,9 +3900,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3900
3900
  }
3901
3901
 
3902
3902
  .p-confirm-popup {
3903
- background: #22272d;
3903
+ background: #071426;
3904
3904
  color: rgba(255, 255, 255, 0.87);
3905
- border: 1px solid #444c56;
3905
+ border: 1px solid #0b213f;
3906
3906
  border-radius: 6px;
3907
3907
  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);
3908
3908
  }
@@ -3922,19 +3922,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3922
3922
  }
3923
3923
  .p-confirm-popup:after {
3924
3924
  border: solid transparent;
3925
- border-color: rgba(34, 39, 45, 0);
3926
- border-bottom-color: #22272d;
3925
+ border-color: rgba(7, 20, 38, 0);
3926
+ border-bottom-color: #071426;
3927
3927
  }
3928
3928
  .p-confirm-popup:before {
3929
3929
  border: solid transparent;
3930
- border-color: rgba(68, 76, 86, 0);
3931
- border-bottom-color: #444c56;
3930
+ border-color: rgba(11, 33, 63, 0);
3931
+ border-bottom-color: #0b213f;
3932
3932
  }
3933
3933
  .p-confirm-popup.p-confirm-popup-flipped:after {
3934
- border-top-color: #22272d;
3934
+ border-top-color: #071426;
3935
3935
  }
3936
3936
  .p-confirm-popup.p-confirm-popup-flipped:before {
3937
- border-top-color: #444c56;
3937
+ border-top-color: #0b213f;
3938
3938
  }
3939
3939
  .p-confirm-popup .p-confirm-popup-icon {
3940
3940
  font-size: 1.5rem;
@@ -3946,11 +3946,11 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3946
3946
  .p-dialog {
3947
3947
  border-radius: 6px;
3948
3948
  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);
3949
- border: 1px solid #444c56;
3949
+ border: 1px solid #0b213f;
3950
3950
  }
3951
3951
  .p-dialog .p-dialog-header {
3952
3952
  border-bottom: 0 none;
3953
- background: #22272d;
3953
+ background: #071426;
3954
3954
  color: rgba(255, 255, 255, 0.87);
3955
3955
  padding: 1.5rem;
3956
3956
  border-top-right-radius: 6px;
@@ -3984,13 +3984,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3984
3984
  margin-right: 0;
3985
3985
  }
3986
3986
  .p-dialog .p-dialog-content {
3987
- background: #22272d;
3987
+ background: #071426;
3988
3988
  color: rgba(255, 255, 255, 0.87);
3989
3989
  padding: 0 1.5rem 2rem 1.5rem;
3990
3990
  }
3991
3991
  .p-dialog .p-dialog-footer {
3992
3992
  border-top: 0 none;
3993
- background: #22272d;
3993
+ background: #071426;
3994
3994
  color: rgba(255, 255, 255, 0.87);
3995
3995
  padding: 0 1.5rem 1.5rem 1.5rem;
3996
3996
  text-align: right;
@@ -4009,9 +4009,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4009
4009
  }
4010
4010
 
4011
4011
  .p-overlaypanel {
4012
- background: #22272d;
4012
+ background: #071426;
4013
4013
  color: rgba(255, 255, 255, 0.87);
4014
- border: 1px solid #444c56;
4014
+ border: 1px solid #0b213f;
4015
4015
  border-radius: 6px;
4016
4016
  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);
4017
4017
  }
@@ -4035,25 +4035,25 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4035
4035
  }
4036
4036
  .p-overlaypanel:after {
4037
4037
  border: solid transparent;
4038
- border-color: rgba(34, 39, 45, 0);
4039
- border-bottom-color: #22272d;
4038
+ border-color: rgba(7, 20, 38, 0);
4039
+ border-bottom-color: #071426;
4040
4040
  }
4041
4041
  .p-overlaypanel:before {
4042
4042
  border: solid transparent;
4043
- border-color: rgba(68, 76, 86, 0);
4044
- border-bottom-color: #444c56;
4043
+ border-color: rgba(11, 33, 63, 0);
4044
+ border-bottom-color: #0b213f;
4045
4045
  }
4046
4046
  .p-overlaypanel.p-overlaypanel-flipped:after {
4047
- border-top-color: #22272d;
4047
+ border-top-color: #071426;
4048
4048
  }
4049
4049
  .p-overlaypanel.p-overlaypanel-flipped:before {
4050
- border-top-color: #444c56;
4050
+ border-top-color: #0b213f;
4051
4051
  }
4052
4052
 
4053
4053
  .p-sidebar {
4054
- background: #22272d;
4054
+ background: #071426;
4055
4055
  color: rgba(255, 255, 255, 0.87);
4056
- border: 1px solid #444c56;
4056
+ border: 1px solid #0b213f;
4057
4057
  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);
4058
4058
  }
4059
4059
  .p-sidebar .p-sidebar-header {
@@ -4089,29 +4089,29 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4089
4089
  }
4090
4090
 
4091
4091
  .p-tooltip .p-tooltip-text {
4092
- background: #444c56;
4092
+ background: #0b213f;
4093
4093
  color: rgba(255, 255, 255, 0.87);
4094
4094
  padding: 0.75rem 0.75rem;
4095
4095
  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);
4096
4096
  border-radius: 6px;
4097
4097
  }
4098
4098
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
4099
- border-right-color: #444c56;
4099
+ border-right-color: #0b213f;
4100
4100
  }
4101
4101
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
4102
- border-left-color: #444c56;
4102
+ border-left-color: #0b213f;
4103
4103
  }
4104
4104
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
4105
- border-top-color: #444c56;
4105
+ border-top-color: #0b213f;
4106
4106
  }
4107
4107
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
4108
- border-bottom-color: #444c56;
4108
+ border-bottom-color: #0b213f;
4109
4109
  }
4110
4110
 
4111
4111
  .p-fileupload .p-fileupload-buttonbar {
4112
- background: #22272d;
4112
+ background: #071426;
4113
4113
  padding: 1.25rem;
4114
- border: 1px solid #444c56;
4114
+ border: 1px solid #0b213f;
4115
4115
  color: rgba(255, 255, 255, 0.87);
4116
4116
  border-bottom: 0 none;
4117
4117
  border-top-right-radius: 6px;
@@ -4126,9 +4126,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4126
4126
  box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
4127
4127
  }
4128
4128
  .p-fileupload .p-fileupload-content {
4129
- background: #22272d;
4129
+ background: #071426;
4130
4130
  padding: 2rem 1rem;
4131
- border: 1px solid #444c56;
4131
+ border: 1px solid #0b213f;
4132
4132
  color: rgba(255, 255, 255, 0.87);
4133
4133
  border-bottom-right-radius: 6px;
4134
4134
  border-bottom-left-radius: 6px;
@@ -4155,8 +4155,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4155
4155
  }
4156
4156
 
4157
4157
  .p-breadcrumb {
4158
- background: #2f343a;
4159
- border: 1px solid #444c56;
4158
+ background: #091a32;
4159
+ border: 1px solid #0b213f;
4160
4160
  border-radius: 6px;
4161
4161
  padding: 1rem;
4162
4162
  }
@@ -4188,9 +4188,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4188
4188
 
4189
4189
  .p-contextmenu {
4190
4190
  padding: 0.25rem 0;
4191
- background: #2f343a;
4191
+ background: #091a32;
4192
4192
  color: rgba(255, 255, 255, 0.87);
4193
- border: 1px solid #444c56;
4193
+ border: 1px solid #0b213f;
4194
4194
  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);
4195
4195
  border-radius: 6px;
4196
4196
  width: 12.5rem;
@@ -4231,8 +4231,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4231
4231
  }
4232
4232
  .p-contextmenu .p-submenu-list {
4233
4233
  padding: 0.25rem 0;
4234
- background: #2f343a;
4235
- border: 1px solid #444c56;
4234
+ background: #091a32;
4235
+ border: 1px solid #0b213f;
4236
4236
  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);
4237
4237
  border-radius: 6px;
4238
4238
  }
@@ -4252,7 +4252,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4252
4252
  color: rgba(255, 255, 255, 0.87);
4253
4253
  }
4254
4254
  .p-contextmenu .p-menu-separator {
4255
- border-top: 1px solid #444c56;
4255
+ border-top: 1px solid #0b213f;
4256
4256
  margin: 0.25rem 0;
4257
4257
  }
4258
4258
  .p-contextmenu .p-submenu-icon {
@@ -4321,9 +4321,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4321
4321
  }
4322
4322
  .p-megamenu {
4323
4323
  padding: 0.5rem;
4324
- background: #2f343a;
4324
+ background: #091a32;
4325
4325
  color: rgba(255, 255, 255, 0.87);
4326
- border: 1px solid #444c56;
4326
+ border: 1px solid #0b213f;
4327
4327
  border-radius: 6px;
4328
4328
  }
4329
4329
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
@@ -4412,16 +4412,16 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4412
4412
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.5);
4413
4413
  }
4414
4414
  .p-megamenu .p-megamenu-panel {
4415
- background: #2f343a;
4415
+ background: #091a32;
4416
4416
  color: rgba(255, 255, 255, 0.87);
4417
- border: 1px solid #444c56;
4417
+ border: 1px solid #0b213f;
4418
4418
  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);
4419
4419
  }
4420
4420
  .p-megamenu .p-megamenu-submenu-header {
4421
4421
  margin: 0;
4422
4422
  padding: 0.75rem 1.25rem;
4423
4423
  color: rgba(255, 255, 255, 0.87);
4424
- background: #2f343a;
4424
+ background: #091a32;
4425
4425
  font-weight: 700;
4426
4426
  border-top-right-radius: 6px;
4427
4427
  border-top-left-radius: 6px;
@@ -4431,7 +4431,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4431
4431
  width: 12.5rem;
4432
4432
  }
4433
4433
  .p-megamenu .p-megamenu-submenu .p-menu-separator {
4434
- border-top: 1px solid #444c56;
4434
+ border-top: 1px solid #0b213f;
4435
4435
  margin: 0.25rem 0;
4436
4436
  }
4437
4437
  .p-megamenu .p-megamenu-submenu .p-menuitem {
@@ -4462,9 +4462,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4462
4462
 
4463
4463
  .p-menu {
4464
4464
  padding: 0.25rem 0;
4465
- background: #2f343a;
4465
+ background: #091a32;
4466
4466
  color: rgba(255, 255, 255, 0.87);
4467
- border: 1px solid #444c56;
4467
+ border: 1px solid #0b213f;
4468
4468
  border-radius: 6px;
4469
4469
  width: 12.5rem;
4470
4470
  }
@@ -4503,21 +4503,21 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4503
4503
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.5);
4504
4504
  }
4505
4505
  .p-menu.p-menu-overlay {
4506
- background: #2f343a;
4507
- border: 1px solid #444c56;
4506
+ background: #091a32;
4507
+ border: 1px solid #0b213f;
4508
4508
  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);
4509
4509
  }
4510
4510
  .p-menu .p-submenu-header {
4511
4511
  margin: 0;
4512
4512
  padding: 0.75rem 1.25rem;
4513
4513
  color: rgba(255, 255, 255, 0.87);
4514
- background: #2f343a;
4514
+ background: #091a32;
4515
4515
  font-weight: 700;
4516
4516
  border-top-right-radius: 0;
4517
4517
  border-top-left-radius: 0;
4518
4518
  }
4519
4519
  .p-menu .p-menu-separator {
4520
- border-top: 1px solid #444c56;
4520
+ border-top: 1px solid #0b213f;
4521
4521
  margin: 0.25rem 0;
4522
4522
  }
4523
4523
  .p-menu .p-menuitem {
@@ -4529,9 +4529,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4529
4529
 
4530
4530
  .p-menubar {
4531
4531
  padding: 0.5rem;
4532
- background: #2f343a;
4532
+ background: #091a32;
4533
4533
  color: rgba(255, 255, 255, 0.87);
4534
- border: 1px solid #444c56;
4534
+ border: 1px solid #0b213f;
4535
4535
  border-radius: 6px;
4536
4536
  }
4537
4537
  .p-menubar .p-menuitem-link {
@@ -4621,13 +4621,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4621
4621
  }
4622
4622
  .p-menubar .p-submenu-list {
4623
4623
  padding: 0.25rem 0;
4624
- background: #2f343a;
4625
- border: 1px solid #444c56;
4624
+ background: #091a32;
4625
+ border: 1px solid #0b213f;
4626
4626
  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);
4627
4627
  width: 12.5rem;
4628
4628
  }
4629
4629
  .p-menubar .p-submenu-list .p-menu-separator {
4630
- border-top: 1px solid #444c56;
4630
+ border-top: 1px solid #0b213f;
4631
4631
  margin: 0.25rem 0;
4632
4632
  }
4633
4633
  .p-menubar .p-submenu-list .p-submenu-icon {
@@ -4674,13 +4674,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4674
4674
  position: absolute;
4675
4675
  display: none;
4676
4676
  padding: 0.25rem 0;
4677
- background: #2f343a;
4678
- border: 1px solid #444c56;
4677
+ background: #091a32;
4678
+ border: 1px solid #0b213f;
4679
4679
  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);
4680
4680
  width: 100%;
4681
4681
  }
4682
4682
  .p-menubar .p-menubar-root-list .p-menu-separator {
4683
- border-top: 1px solid #444c56;
4683
+ border-top: 1px solid #0b213f;
4684
4684
  margin: 0.25rem 0;
4685
4685
  }
4686
4686
  .p-menubar .p-menubar-root-list .p-submenu-icon {
@@ -4773,9 +4773,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4773
4773
  }
4774
4774
  .p-panelmenu .p-panelmenu-header > a {
4775
4775
  padding: 1.25rem;
4776
- border: 1px solid #444c56;
4776
+ border: 1px solid #0b213f;
4777
4777
  color: rgba(255, 255, 255, 0.87);
4778
- background: #22272d;
4778
+ background: #071426;
4779
4779
  font-weight: 700;
4780
4780
  border-radius: 6px;
4781
4781
  transition: box-shadow 0.2s;
@@ -4793,28 +4793,28 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4793
4793
  }
4794
4794
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
4795
4795
  background: rgba(255, 255, 255, 0.03);
4796
- border-color: #444c56;
4796
+ border-color: #0b213f;
4797
4797
  color: rgba(255, 255, 255, 0.87);
4798
4798
  }
4799
4799
  .p-panelmenu .p-panelmenu-header.p-highlight {
4800
4800
  margin-bottom: 0;
4801
4801
  }
4802
4802
  .p-panelmenu .p-panelmenu-header.p-highlight > a {
4803
- background: #22272d;
4804
- border-color: #444c56;
4803
+ background: #071426;
4804
+ border-color: #0b213f;
4805
4805
  color: rgba(255, 255, 255, 0.87);
4806
4806
  border-bottom-right-radius: 0;
4807
4807
  border-bottom-left-radius: 0;
4808
4808
  }
4809
4809
  .p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
4810
- border-color: #444c56;
4810
+ border-color: #0b213f;
4811
4811
  background: rgba(255, 255, 255, 0.03);
4812
4812
  color: rgba(255, 255, 255, 0.87);
4813
4813
  }
4814
4814
  .p-panelmenu .p-panelmenu-content {
4815
4815
  padding: 0.25rem 0;
4816
- border: 1px solid #444c56;
4817
- background: #22272d;
4816
+ border: 1px solid #0b213f;
4817
+ background: #071426;
4818
4818
  color: rgba(255, 255, 255, 0.87);
4819
4819
  margin-bottom: 4px;
4820
4820
  border-top: 0;
@@ -4869,9 +4869,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4869
4869
 
4870
4870
  .p-slidemenu {
4871
4871
  padding: 0.25rem 0;
4872
- background: #2f343a;
4872
+ background: #091a32;
4873
4873
  color: rgba(255, 255, 255, 0.87);
4874
- border: 1px solid #444c56;
4874
+ border: 1px solid #0b213f;
4875
4875
  border-radius: 6px;
4876
4876
  width: 12.5rem;
4877
4877
  }
@@ -4910,14 +4910,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4910
4910
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.5);
4911
4911
  }
4912
4912
  .p-slidemenu.p-slidemenu-overlay {
4913
- background: #2f343a;
4914
- border: 1px solid #444c56;
4913
+ background: #091a32;
4914
+ border: 1px solid #0b213f;
4915
4915
  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);
4916
4916
  }
4917
4917
  .p-slidemenu .p-slidemenu-list {
4918
4918
  padding: 0.25rem 0;
4919
- background: #2f343a;
4920
- border: 1px solid #444c56;
4919
+ background: #091a32;
4920
+ border: 1px solid #0b213f;
4921
4921
  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);
4922
4922
  }
4923
4923
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
@@ -4930,7 +4930,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4930
4930
  color: rgba(255, 255, 255, 0.87);
4931
4931
  }
4932
4932
  .p-slidemenu .p-slidemenu-separator {
4933
- border-top: 1px solid #444c56;
4933
+ border-top: 1px solid #0b213f;
4934
4934
  margin: 0.25rem 0;
4935
4935
  }
4936
4936
  .p-slidemenu .p-slidemenu-icon {
@@ -4977,7 +4977,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4977
4977
  }
4978
4978
  .p-steps .p-steps-item:before {
4979
4979
  content: " ";
4980
- border-top: 1px solid #444c56;
4980
+ border-top: 1px solid #0b213f;
4981
4981
  width: 100%;
4982
4982
  top: 50%;
4983
4983
  left: 0;
@@ -4988,17 +4988,17 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4988
4988
 
4989
4989
  .p-tabmenu .p-tabmenu-nav {
4990
4990
  background: transparent;
4991
- border: 1px solid #444c56;
4991
+ border: 1px solid #0b213f;
4992
4992
  border-width: 0 0 2px 0;
4993
4993
  }
4994
4994
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
4995
4995
  margin-right: 0;
4996
4996
  }
4997
4997
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
4998
- border: solid #444c56;
4998
+ border: solid #0b213f;
4999
4999
  border-width: 0 0 2px 0;
5000
- border-color: transparent transparent #444c56 transparent;
5001
- background: #22272d;
5000
+ border-color: transparent transparent #0b213f transparent;
5001
+ background: #071426;
5002
5002
  color: rgba(255, 255, 255, 0.6);
5003
5003
  padding: 1.25rem;
5004
5004
  font-weight: 700;
@@ -5016,21 +5016,21 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5016
5016
  box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.5);
5017
5017
  }
5018
5018
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
5019
- background: #22272d;
5019
+ background: #071426;
5020
5020
  border-color: #A5B4FC;
5021
5021
  color: rgba(255, 255, 255, 0.87);
5022
5022
  }
5023
5023
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
5024
- background: #22272d;
5024
+ background: #071426;
5025
5025
  border-color: #A5B4FC;
5026
5026
  color: #A5B4FC;
5027
5027
  }
5028
5028
 
5029
5029
  .p-tieredmenu {
5030
5030
  padding: 0.25rem 0;
5031
- background: #2f343a;
5031
+ background: #091a32;
5032
5032
  color: rgba(255, 255, 255, 0.87);
5033
- border: 1px solid #444c56;
5033
+ border: 1px solid #0b213f;
5034
5034
  border-radius: 6px;
5035
5035
  width: 12.5rem;
5036
5036
  }
@@ -5069,14 +5069,14 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5069
5069
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.5);
5070
5070
  }
5071
5071
  .p-tieredmenu.p-tieredmenu-overlay {
5072
- background: #2f343a;
5073
- border: 1px solid #444c56;
5072
+ background: #091a32;
5073
+ border: 1px solid #0b213f;
5074
5074
  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);
5075
5075
  }
5076
5076
  .p-tieredmenu .p-submenu-list {
5077
5077
  padding: 0.25rem 0;
5078
- background: #2f343a;
5079
- border: 1px solid #444c56;
5078
+ background: #091a32;
5079
+ border: 1px solid #0b213f;
5080
5080
  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);
5081
5081
  }
5082
5082
  .p-tieredmenu .p-menuitem {
@@ -5095,7 +5095,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5095
5095
  color: rgba(255, 255, 255, 0.87);
5096
5096
  }
5097
5097
  .p-tieredmenu .p-menu-separator {
5098
- border-top: 1px solid #444c56;
5098
+ border-top: 1px solid #0b213f;
5099
5099
  margin: 0.25rem 0;
5100
5100
  }
5101
5101
  .p-tieredmenu .p-submenu-icon {
@@ -5361,7 +5361,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5361
5361
  padding: 1rem;
5362
5362
  }
5363
5363
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
5364
- background-color: #444c56;
5364
+ background-color: #0b213f;
5365
5365
  width: 1rem;
5366
5366
  height: 1rem;
5367
5367
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
@@ -5461,7 +5461,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5461
5461
  }
5462
5462
 
5463
5463
  .p-avatar {
5464
- background-color: #444c56;
5464
+ background-color: #0b213f;
5465
5465
  border-radius: 6px;
5466
5466
  }
5467
5467
  .p-avatar.p-avatar-lg {
@@ -5482,7 +5482,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5482
5482
  }
5483
5483
 
5484
5484
  .p-avatar-group .p-avatar {
5485
- border: 2px solid #22272d;
5485
+ border: 2px solid #071426;
5486
5486
  }
5487
5487
 
5488
5488
  .p-badge {
@@ -5528,7 +5528,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5528
5528
  }
5529
5529
 
5530
5530
  .p-chip {
5531
- background-color: #444c56;
5531
+ background-color: #0b213f;
5532
5532
  color: rgba(255, 255, 255, 0.87);
5533
5533
  border-radius: 16px;
5534
5534
  padding: 0 0.75rem;
@@ -5578,7 +5578,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5578
5578
  .p-progressbar {
5579
5579
  border: 0 none;
5580
5580
  height: 1.5rem;
5581
- background: #444c56;
5581
+ background: #0b213f;
5582
5582
  border-radius: 6px;
5583
5583
  }
5584
5584
  .p-progressbar .p-progressbar-value {
@@ -5647,9 +5647,9 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5647
5647
  }
5648
5648
 
5649
5649
  .p-terminal {
5650
- background: #22272d;
5650
+ background: #071426;
5651
5651
  color: rgba(255, 255, 255, 0.87);
5652
- border: 1px solid #444c56;
5652
+ border: 1px solid #0b213f;
5653
5653
  padding: 1.25rem;
5654
5654
  }
5655
5655
  .p-terminal .p-terminal-input {