ngx-vector-components 5.172.0 → 6.0.0

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 (168) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/assets/styles/_primeng-custom-theme.scss +697 -141
  3. package/assets/styles/_spinner.scss +2 -1
  4. package/assets/styles/_styles.scss +20 -1
  5. package/assets/styles/_variables.scss +35 -1
  6. package/fesm2022/ngx-vector-components.mjs +397 -273
  7. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  8. package/lib/components/drawer/drawer.component.d.ts +21 -0
  9. package/lib/components/drawer/drawer.module.d.ts +9 -0
  10. package/lib/components/drawer/index.d.ts +2 -0
  11. package/lib/components/fields/data-table/data-table.component.d.ts +2 -2
  12. package/lib/components/fields/fields.module.d.ts +5 -5
  13. package/lib/components/fields/input-switch-field/input-switch-field.component.d.ts +3 -2
  14. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +4 -1
  15. package/lib/components/fields/text-field/text-field.component.d.ts +1 -1
  16. package/lib/components/index.d.ts +1 -0
  17. package/lib/config/index.d.ts +14 -0
  18. package/lib/models/profile.model.d.ts +2 -1
  19. package/package.json +13 -14
  20. package/public-api.d.ts +1 -0
  21. package/esm2022/lib/components/badge/badge.component.mjs +0 -39
  22. package/esm2022/lib/components/badge/badge.module.mjs +0 -19
  23. package/esm2022/lib/components/badge/index.mjs +0 -3
  24. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -74
  25. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -18
  26. package/esm2022/lib/components/breadcrumb/index.mjs +0 -3
  27. package/esm2022/lib/components/crud-base/crud-base.component.mjs +0 -47
  28. package/esm2022/lib/components/crud-base/index.mjs +0 -2
  29. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +0 -40
  30. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +0 -20
  31. package/esm2022/lib/components/crud-footer/index.mjs +0 -3
  32. package/esm2022/lib/components/crud-header/crud-header.component.mjs +0 -30
  33. package/esm2022/lib/components/crud-header/crud-header.module.mjs +0 -19
  34. package/esm2022/lib/components/crud-header/index.mjs +0 -3
  35. package/esm2022/lib/components/crud-history/crud-history.component.mjs +0 -100
  36. package/esm2022/lib/components/crud-history/crud-history.module.mjs +0 -21
  37. package/esm2022/lib/components/crud-history/index.mjs +0 -3
  38. package/esm2022/lib/components/fields/button/button.component.mjs +0 -48
  39. package/esm2022/lib/components/fields/button/index.mjs +0 -2
  40. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +0 -107
  41. package/esm2022/lib/components/fields/calendar-field/index.mjs +0 -2
  42. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +0 -62
  43. package/esm2022/lib/components/fields/checkbox-field/index.mjs +0 -2
  44. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +0 -103
  45. package/esm2022/lib/components/fields/currency-field/index.mjs +0 -2
  46. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +0 -454
  47. package/esm2022/lib/components/fields/data-table/index.mjs +0 -2
  48. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +0 -308
  49. package/esm2022/lib/components/fields/dropdown-field/index.mjs +0 -2
  50. package/esm2022/lib/components/fields/field-error-message/field-error-message.component.mjs +0 -35
  51. package/esm2022/lib/components/fields/field-error-message/index.mjs +0 -2
  52. package/esm2022/lib/components/fields/fields.module.mjs +0 -229
  53. package/esm2022/lib/components/fields/filters/filters.component.mjs +0 -212
  54. package/esm2022/lib/components/fields/filters/index.mjs +0 -2
  55. package/esm2022/lib/components/fields/index.mjs +0 -21
  56. package/esm2022/lib/components/fields/input-number-field/index.mjs +0 -2
  57. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +0 -88
  58. package/esm2022/lib/components/fields/input-otp/index.mjs +0 -2
  59. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +0 -50
  60. package/esm2022/lib/components/fields/input-switch-field/index.mjs +0 -2
  61. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +0 -21
  62. package/esm2022/lib/components/fields/multiselect-field/index.mjs +0 -2
  63. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +0 -315
  64. package/esm2022/lib/components/fields/percentage-field/index.mjs +0 -2
  65. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +0 -54
  66. package/esm2022/lib/components/fields/radio-button-field/index.mjs +0 -2
  67. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +0 -62
  68. package/esm2022/lib/components/fields/range-value/index.mjs +0 -2
  69. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +0 -72
  70. package/esm2022/lib/components/fields/search-field/index.mjs +0 -2
  71. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +0 -33
  72. package/esm2022/lib/components/fields/select-button-field/index.mjs +0 -2
  73. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +0 -23
  74. package/esm2022/lib/components/fields/text-field/index.mjs +0 -2
  75. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +0 -277
  76. package/esm2022/lib/components/fields/textarea-field/index.mjs +0 -2
  77. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +0 -81
  78. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +0 -33
  79. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +0 -20
  80. package/esm2022/lib/components/generic-error-modal/index.mjs +0 -3
  81. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +0 -66
  82. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +0 -20
  83. package/esm2022/lib/components/generic-modal/index.mjs +0 -3
  84. package/esm2022/lib/components/index.mjs +0 -15
  85. package/esm2022/lib/components/menu/index.mjs +0 -4
  86. package/esm2022/lib/components/menu/menu.component.mjs +0 -306
  87. package/esm2022/lib/components/menu/menu.module.mjs +0 -20
  88. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +0 -41
  89. package/esm2022/lib/components/panel/index.mjs +0 -3
  90. package/esm2022/lib/components/panel/panel.component.mjs +0 -15
  91. package/esm2022/lib/components/panel/panel.module.mjs +0 -19
  92. package/esm2022/lib/components/score/index.mjs +0 -3
  93. package/esm2022/lib/components/score/score.component.mjs +0 -17
  94. package/esm2022/lib/components/score/score.module.mjs +0 -16
  95. package/esm2022/lib/components/stepper/index.mjs +0 -3
  96. package/esm2022/lib/components/stepper/stepper.component.mjs +0 -47
  97. package/esm2022/lib/components/stepper/stepper.module.mjs +0 -19
  98. package/esm2022/lib/components/top-bar/index.mjs +0 -3
  99. package/esm2022/lib/components/top-bar/top-bar.component.mjs +0 -158
  100. package/esm2022/lib/components/top-bar/top-bar.module.mjs +0 -21
  101. package/esm2022/lib/guards/crud-list-has-items.guard.mjs +0 -11
  102. package/esm2022/lib/guards/get-token-by-guid.guard.mjs +0 -41
  103. package/esm2022/lib/guards/has-permission.guard.mjs +0 -15
  104. package/esm2022/lib/guards/index.mjs +0 -6
  105. package/esm2022/lib/guards/role.guard.mjs +0 -14
  106. package/esm2022/lib/guards/token-is-present.guard.mjs +0 -14
  107. package/esm2022/lib/injections/index.mjs +0 -5
  108. package/esm2022/lib/interceptors/http-interceptor.mjs +0 -186
  109. package/esm2022/lib/interceptors/index.mjs +0 -2
  110. package/esm2022/lib/models/app-name.enum.mjs +0 -10
  111. package/esm2022/lib/models/boolean-type.enum.mjs +0 -6
  112. package/esm2022/lib/models/crud-history.model.mjs +0 -3
  113. package/esm2022/lib/models/crud-mode.enum.mjs +0 -7
  114. package/esm2022/lib/models/currency.enum.mjs +0 -7
  115. package/esm2022/lib/models/data-table.model.mjs +0 -23
  116. package/esm2022/lib/models/document-type.enum.mjs +0 -6
  117. package/esm2022/lib/models/filters.model.mjs +0 -2
  118. package/esm2022/lib/models/generic-modal.model.mjs +0 -2
  119. package/esm2022/lib/models/http-response.model.mjs +0 -2
  120. package/esm2022/lib/models/index.mjs +0 -19
  121. package/esm2022/lib/models/ip-info.enum.mjs +0 -2
  122. package/esm2022/lib/models/list-item.model.mjs +0 -2
  123. package/esm2022/lib/models/locale.enum.mjs +0 -7
  124. package/esm2022/lib/models/menu-item.model.mjs +0 -2
  125. package/esm2022/lib/models/message-status.enum.mjs +0 -8
  126. package/esm2022/lib/models/profile.model.mjs +0 -711
  127. package/esm2022/lib/models/role.enum.mjs +0 -5
  128. package/esm2022/lib/models/status.enum.mjs +0 -9
  129. package/esm2022/lib/models/topbar.model.mjs +0 -2
  130. package/esm2022/lib/models/vector-app.model.mjs +0 -2
  131. package/esm2022/lib/models/vector-notification.model.mjs +0 -2
  132. package/esm2022/lib/models/view.enum.mjs +0 -9
  133. package/esm2022/lib/pipes/currency-brl.pipe.mjs +0 -18
  134. package/esm2022/lib/pipes/format-document.pipe.mjs +0 -17
  135. package/esm2022/lib/pipes/index.mjs +0 -9
  136. package/esm2022/lib/pipes/mask.pipe.mjs +0 -21
  137. package/esm2022/lib/pipes/not-hidden.pipe.mjs +0 -16
  138. package/esm2022/lib/pipes/only-active.pipe.mjs +0 -16
  139. package/esm2022/lib/pipes/pipes.module.mjs +0 -50
  140. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +0 -18
  141. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +0 -15
  142. package/esm2022/lib/resolvers/get-selected-crud-item.resolver.mjs +0 -17
  143. package/esm2022/lib/resolvers/index.mjs +0 -2
  144. package/esm2022/lib/services/auth.service.mjs +0 -78
  145. package/esm2022/lib/services/base-dropdown.mjs +0 -2
  146. package/esm2022/lib/services/breadcrumb.service.mjs +0 -22
  147. package/esm2022/lib/services/crud-base.service.mjs +0 -14
  148. package/esm2022/lib/services/enum.service.mjs +0 -43
  149. package/esm2022/lib/services/error-message.service.mjs +0 -16
  150. package/esm2022/lib/services/geolocation.service.mjs +0 -23
  151. package/esm2022/lib/services/index.mjs +0 -14
  152. package/esm2022/lib/services/loading.service.mjs +0 -15
  153. package/esm2022/lib/services/menu.service.mjs +0 -154
  154. package/esm2022/lib/services/modal.service.mjs +0 -15
  155. package/esm2022/lib/services/notifications.service.mjs +0 -64
  156. package/esm2022/lib/services/profile.service.mjs +0 -115
  157. package/esm2022/lib/services/storage.service.mjs +0 -104
  158. package/esm2022/lib/shared/shared.module.mjs +0 -19
  159. package/esm2022/lib/utils/cpf-cnpj-validator.util.mjs +0 -109
  160. package/esm2022/lib/utils/file.util.mjs +0 -15
  161. package/esm2022/lib/utils/index.mjs +0 -8
  162. package/esm2022/lib/utils/mask.util.mjs +0 -82
  163. package/esm2022/lib/utils/object.util.mjs +0 -27
  164. package/esm2022/lib/utils/string.util.mjs +0 -52
  165. package/esm2022/lib/utils/validation.util.mjs +0 -279
  166. package/esm2022/lib/utils/window.util.mjs +0 -9
  167. package/esm2022/ngx-vector-components.mjs +0 -5
  168. package/esm2022/public-api.mjs +0 -10
@@ -299,6 +299,50 @@ p-button {
299
299
  }
300
300
  }
301
301
 
302
+ .p-inputgroup {
303
+ display: flex;
304
+ align-items: stretch;
305
+ width: 100%;
306
+
307
+ > input,
308
+ > p-inputmask {
309
+ flex: 1 1 auto;
310
+ width: 1%;
311
+ }
312
+
313
+ vector-button {
314
+ flex: 0 0 auto;
315
+
316
+ p-button,
317
+ button {
318
+ width: auto !important;
319
+ }
320
+ }
321
+ }
322
+
323
+ .p-input-icon-left,
324
+ .p-input-icon-right {
325
+ position: relative;
326
+ }
327
+
328
+ .p-input-icon-left > i,
329
+ .p-input-icon-left > svg {
330
+ position: absolute;
331
+ top: 50%;
332
+ left: 0.75rem;
333
+ margin-top: -0.5rem;
334
+ z-index: 1;
335
+ }
336
+
337
+ .p-input-icon-right > i,
338
+ .p-input-icon-right > svg {
339
+ position: absolute;
340
+ top: 50%;
341
+ right: 0.75rem;
342
+ margin-top: -0.5rem;
343
+ z-index: 1;
344
+ }
345
+
302
346
  .p-autocomplete-input {
303
347
  border-right: none !important;
304
348
  border-top-right-radius: 0px !important;
@@ -330,12 +374,12 @@ p-button {
330
374
  padding-bottom: 5px !important;
331
375
  }
332
376
 
333
- .p-dropdown,
377
+ .p-select,
334
378
  .p-multiselect {
335
379
  height: 40px;
336
380
  background-color: var(--gray-medium) !important;
337
381
 
338
- .p-dropdown-label,
382
+ .p-select-label,
339
383
  .p-multiselect-label {
340
384
  font-family: 'Poppins';
341
385
  color: var(--theme-dark) !important;
@@ -345,6 +389,31 @@ p-button {
345
389
  }
346
390
  }
347
391
 
392
+ .p-paginator .p-select {
393
+ width: auto !important;
394
+ height: auto !important;
395
+ background-color: transparent !important;
396
+ border: 1px solid var(--gray-medium) !important;
397
+ border-radius: 8px !important;
398
+
399
+ .p-select-label {
400
+ padding: 8px 12px !important;
401
+ color: var(--theme-dark) !important;
402
+ font-weight: 600;
403
+ }
404
+
405
+ .p-select-dropdown {
406
+ color: var(--theme-dark) !important;
407
+ }
408
+ }
409
+
410
+ .p-paginator .p-paginator-first,
411
+ .p-paginator .p-paginator-prev,
412
+ .p-paginator .p-paginator-next,
413
+ .p-paginator .p-paginator-last {
414
+ color: var(--theme-dark) !important;
415
+ }
416
+
348
417
  p-inputnumber:not(.currency-input).ng-touched.ng-invalid input.p-inputnumber-input {
349
418
  border-color: var(--error-color) !important;
350
419
  background-color: var(--error-color-transparent) !important;
@@ -376,13 +445,81 @@ p-inputnumber.currency-input:not(.outlined) {
376
445
  }
377
446
  }
378
447
 
379
- .p-inputnumber-buttons-horizontal .p-button {
380
- color: var(--theme-primary) !important;
381
- border: none !important;
382
- background: var(--gray-light) !important;
448
+ .p-inputnumber-buttons-horizontal,
449
+ .p-inputnumber.p-inputnumber-horizontal {
450
+ display: flex !important;
451
+ flex-direction: row !important;
452
+ align-items: stretch !important;
453
+ width: 100% !important;
383
454
 
384
- span {
385
- font-weight: 600 !important;
455
+ p-button,
456
+ .p-inputnumber-button-group {
457
+ width: auto !important;
458
+ background: transparent !important;
459
+ border: none !important;
460
+ box-shadow: none !important;
461
+ display: inline-flex !important;
462
+ align-items: stretch !important;
463
+ }
464
+
465
+ .p-inputnumber-input {
466
+ flex: 1 1 auto !important;
467
+ min-width: 0 !important;
468
+ text-align: center !important;
469
+ border-radius: 0 !important;
470
+ }
471
+
472
+ .p-inputnumber-button,
473
+ button.p-inputnumber-increment-button,
474
+ button.p-inputnumber-decrement-button,
475
+ .p-button {
476
+ width: 36px !important;
477
+ min-width: 36px !important;
478
+ flex: 0 0 36px !important;
479
+ padding: 0 !important;
480
+ color: var(--theme-primary) !important;
481
+ border: none !important;
482
+ border-radius: 0 !important;
483
+ background: var(--gray-light) !important;
484
+ box-shadow: none !important;
485
+ display: inline-flex !important;
486
+ align-items: center !important;
487
+ justify-content: center !important;
488
+
489
+ &:hover:not(:disabled) {
490
+ background: var(--gray-medium) !important;
491
+ color: var(--theme-dark) !important;
492
+ }
493
+
494
+ &:focus,
495
+ &:focus-visible {
496
+ outline: none !important;
497
+ box-shadow: none !important;
498
+ }
499
+
500
+ span,
501
+ .p-button-icon,
502
+ svg {
503
+ color: inherit !important;
504
+ font-weight: 600 !important;
505
+ border-radius: 0 !important;
506
+ }
507
+ }
508
+
509
+ .p-inputnumber-decrement-button,
510
+ .p-inputnumber-button:first-of-type {
511
+ border-top-left-radius: 0 !important;
512
+ border-bottom-left-radius: 0 !important;
513
+ border-top-right-radius: 0 !important;
514
+ border-bottom-right-radius: 0 !important;
515
+ }
516
+
517
+ .p-inputnumber-increment-button,
518
+ .p-inputnumber-button:last-of-type {
519
+ border-top-right-radius: 0 !important;
520
+ border-bottom-right-radius: 0 !important;
521
+ border-top-left-radius: 0 !important;
522
+ border-bottom-left-radius: 0 !important;
386
523
  }
387
524
  }
388
525
 
@@ -399,6 +536,64 @@ p-inputnumber.currency-input:not(.outlined) {
399
536
  color: #fff !important;
400
537
  }
401
538
  }
539
+
540
+ // PrimeNG 19: display="chip" renderiza <p-chip styleClass="p-multiselect-chip"> dentro do .p-multiselect-label
541
+ // Deixar inline, compacto, igual QA (PrimeNG 17 era assim por padrão)
542
+ &.p-multiselect-display-chip {
543
+ .p-multiselect-label {
544
+ display: inline-flex !important;
545
+ flex-wrap: wrap !important;
546
+ align-items: center !important;
547
+ gap: 4px !important;
548
+ padding: 0.15rem 0.5rem 0.15rem 0 !important;
549
+ min-height: 28px !important;
550
+ }
551
+
552
+ .p-multiselect-chip-item {
553
+ display: inline-flex !important;
554
+ align-items: center !important;
555
+ }
556
+
557
+ .p-multiselect-chip,
558
+ .p-chip {
559
+ height: 24px !important;
560
+ padding: 0 6px 0 10px !important;
561
+ background: #ffffff !important;
562
+ border: 1px solid #e5e7eb !important;
563
+ border-radius: 16px !important;
564
+ font-size: 12px !important;
565
+ font-weight: 500 !important;
566
+ line-height: 1 !important;
567
+ color: var(--theme-dark) !important;
568
+ gap: 4px !important;
569
+ display: inline-flex !important;
570
+ align-items: center !important;
571
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
572
+
573
+ .p-chip-label,
574
+ .p-multiselect-chip-label {
575
+ max-width: 140px !important;
576
+ overflow: hidden !important;
577
+ text-overflow: ellipsis !important;
578
+ white-space: nowrap !important;
579
+ color: inherit !important;
580
+ }
581
+
582
+ .p-chip-remove-icon,
583
+ .p-multiselect-chip-icon,
584
+ svg {
585
+ width: 14px !important;
586
+ height: 14px !important;
587
+ color: var(--theme-dark) !important;
588
+ opacity: 0.6 !important;
589
+ cursor: pointer !important;
590
+
591
+ &:hover {
592
+ opacity: 1 !important;
593
+ }
594
+ }
595
+ }
596
+ }
402
597
  }
403
598
 
404
599
  input.p-inputtext:not(.currency-input),
@@ -457,7 +652,7 @@ input.p-inputtext:not(.currency-input),
457
652
  height: unset !important;
458
653
  }
459
654
 
460
- .p-calendar {
655
+ .p-datepicker {
461
656
  width: 100% !important;
462
657
  .p-inputtext {
463
658
  color: var(--theme-dark) !important;
@@ -469,7 +664,7 @@ input.p-inputtext:not(.currency-input),
469
664
  &:focus {
470
665
  border-right: none !important;
471
666
 
472
- + .p-datepicker-trigger {
667
+ + .p-datepicker-dropdown {
473
668
  border-right: 2px solid var(--theme-dark) !important;
474
669
  border-top: 2px solid var(--theme-dark) !important;
475
670
  border-bottom: 2px solid var(--theme-dark) !important;
@@ -478,7 +673,7 @@ input.p-inputtext:not(.currency-input),
478
673
  }
479
674
  }
480
675
 
481
- .p-datepicker-trigger {
676
+ .p-datepicker-dropdown {
482
677
  background-color: var(--gray-light) !important;
483
678
  border: none !important;
484
679
  border-top-right-radius: var(--border-radius) !important;
@@ -489,8 +684,8 @@ input.p-inputtext:not(.currency-input),
489
684
  }
490
685
  }
491
686
  }
492
- p-calendar.ng-touched.ng-invalid {
493
- .p-calendar {
687
+ p-datepicker.ng-touched.ng-invalid {
688
+ .p-datepicker {
494
689
  width: 100% !important;
495
690
  input.p-inputtext:not(.currency-input),
496
691
  .p-inputtextarea {
@@ -501,7 +696,7 @@ p-calendar.ng-touched.ng-invalid {
501
696
  }
502
697
  }
503
698
 
504
- .p-datepicker-trigger {
699
+ .p-datepicker-dropdown {
505
700
  border-color: var(--error-color) !important;
506
701
  background-color: var(--error-color-transparent) !important;
507
702
  }
@@ -512,7 +707,7 @@ p-calendar.ng-touched.ng-invalid {
512
707
  border-color: var(--error-color) !important;
513
708
  background-color: var(--error-color-transparent) !important;
514
709
  }
515
- .p-datepicker-trigger {
710
+ .p-datepicker-dropdown {
516
711
  border-right: 2px solid var(--error-color) !important;
517
712
  border-top: 2px solid var(--error-color) !important;
518
713
  border-bottom: 2px solid var(--error-color) !important;
@@ -546,41 +741,59 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
546
741
  border-color: var(--error-color) !important;
547
742
  }
548
743
 
549
- .p-radiobutton-box.p-highlight {
550
- background-color: var(--success-color) !important;
551
- border-color: var(--success-color) !important;
744
+ .p-radiobutton {
745
+ width: 24px;
746
+ height: 24px;
552
747
 
553
- // &::before {
554
- // content: '\f00c';
555
- // color: #ffffff;
556
- // font-weight: 200;
557
- // width: 10px;
558
- // height: 10px;
559
- // }
560
- // .p-radiobutton-icon {
561
- // background-color: var(--success-color) !important;
562
- // }
563
- }
748
+ .p-radiobutton-box {
749
+ border: 2px solid #d1d5db !important;
750
+ background: #ffffff !important;
751
+ box-shadow: none !important;
752
+ }
753
+
754
+ &:not(.p-disabled):hover .p-radiobutton-box {
755
+ border-color: #1545de !important;
756
+ }
564
757
 
565
- .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
566
- border-color: var(--success-color) !important;
758
+ &.p-radiobutton-checked .p-radiobutton-box {
759
+ border-color: #1545de !important;
760
+ background: #1545de !important;
761
+
762
+ .p-radiobutton-icon {
763
+ background: #ffffff !important;
764
+ }
765
+ }
766
+
767
+ .p-radiobutton-input:focus-visible + .p-radiobutton-box,
768
+ &.p-focus .p-radiobutton-box {
769
+ border-color: #1545de !important;
770
+ box-shadow: 0 0 0 3px #ced9fa !important;
771
+ }
567
772
  }
568
773
 
569
774
  .p-steps .p-steps-item.p-highlight {
570
775
  background-color: transparent !important;
571
776
 
572
- .p-menuitem-link .p-steps-number {
777
+ .p-menu-item-link .p-steps-number {
573
778
  color: #fff !important;
574
779
  background-color: var(--theme-medium) !important;
575
780
  }
576
781
  }
577
782
 
783
+ .p-menu-list {
784
+ padding: 0px !important;
785
+ }
786
+
787
+ .p-menu-item-link {
788
+ padding: 0.75rem 1rem !important;
789
+ }
790
+
578
791
  .p-steps .p-steps-item:not(.p-highlight) {
579
792
  .p-steps-title {
580
793
  opacity: 0.4 !important;
581
794
  }
582
795
 
583
- .p-menuitem-link .p-steps-number {
796
+ .p-menu-item-link .p-steps-number {
584
797
  color: var(--theme-medium) !important;
585
798
  }
586
799
  }
@@ -593,7 +806,7 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
593
806
  opacity: 1 !important;
594
807
  }
595
808
 
596
- .p-steps .p-steps-item .p-menuitem-link {
809
+ .p-steps .p-steps-item .p-menu-item-link {
597
810
  background: transparent !important;
598
811
 
599
812
  .p-steps-number {
@@ -625,13 +838,13 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
625
838
  color: var(--success-color-dark) !important;
626
839
  }
627
840
 
628
- .p-steps .p-steps-item.checked .p-menuitem-link .p-steps-number {
841
+ .p-steps .p-steps-item.checked .p-menu-item-link .p-steps-number {
629
842
  background-color: var(--success-color-dark) !important;
630
843
  color: #fff !important;
631
844
  border: 2px solid var(--success-color-dark) !important;
632
845
  }
633
846
 
634
- .p-steps .p-steps-item .p-menuitem-link .p-steps-number.disabled {
847
+ .p-steps .p-steps-item .p-menu-item-link .p-steps-number.disabled {
635
848
  color: var(--gray-dark) !important;
636
849
  border: 2px solid var(--gray-dark) !important;
637
850
  }
@@ -655,26 +868,158 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
655
868
  }
656
869
  }
657
870
 
658
- .p-datepicker table td > span:focus {
659
- box-shadow: unset !important;
660
- }
661
-
662
- .p-datepicker table td > span.p-highlight {
663
- color: #ffffff !important;
664
- }
665
-
666
- .p-datepicker table td > span {
667
- color: var(--font-color) !important;
668
- }
669
-
670
- .p-datepicker {
871
+ .p-datepicker-panel {
671
872
  border: 2px solid var(--theme-dark) !important;
672
873
  border-radius: var(--border-radius) !important;
673
874
  z-index: 15000 !important;
674
875
 
675
- .p-datepicker-calendar thead tr th span {
876
+ .p-datepicker-weekday {
676
877
  color: var(--theme-dark) !important;
677
878
  }
879
+
880
+ .p-datepicker-day {
881
+ color: var(--font-color) !important;
882
+
883
+ &:focus {
884
+ box-shadow: unset !important;
885
+ }
886
+ }
887
+
888
+ .p-datepicker-day-selected {
889
+ color: #ffffff !important;
890
+ }
891
+
892
+ p-button {
893
+ width: auto !important;
894
+ background: transparent !important;
895
+ box-shadow: none !important;
896
+
897
+ button {
898
+ width: auto !important;
899
+ min-width: 2rem !important;
900
+ background: transparent !important;
901
+ border: none !important;
902
+ box-shadow: none !important;
903
+ color: var(--theme-dark) !important;
904
+
905
+ &:hover:not(:disabled) {
906
+ background: var(--gray-light) !important;
907
+ border: none !important;
908
+ }
909
+ }
910
+
911
+ .p-button-icon {
912
+ color: var(--theme-dark) !important;
913
+ }
914
+ }
915
+ }
916
+
917
+ .p-toast {
918
+ .p-toast-message {
919
+ border-radius: 12px !important;
920
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
921
+ border: none !important;
922
+ padding: 16px !important;
923
+ color: #1f2937 !important;
924
+ }
925
+
926
+ .p-toast-message-content {
927
+ gap: 12px !important;
928
+ align-items: center !important;
929
+ padding: 0 !important;
930
+ }
931
+
932
+ .p-toast-message-text {
933
+ gap: 4px !important;
934
+ }
935
+
936
+ .p-toast-summary {
937
+ color: #111827 !important;
938
+ font-family: 'Poppins', 'Inter', sans-serif !important;
939
+ font-weight: 600 !important;
940
+ font-size: 14px !important;
941
+ }
942
+
943
+ .p-toast-detail {
944
+ color: #4b5563 !important;
945
+ font-family: 'Poppins', 'Inter', sans-serif !important;
946
+ font-weight: 400 !important;
947
+ font-size: 12px !important;
948
+ }
949
+
950
+ .p-toast-message-icon {
951
+ width: 40px !important;
952
+ height: 40px !important;
953
+ min-width: 40px !important;
954
+ border-radius: 50% !important;
955
+ display: inline-flex !important;
956
+ align-items: center !important;
957
+ justify-content: center !important;
958
+ color: #ffffff !important;
959
+
960
+ svg,
961
+ .p-icon {
962
+ width: 22px !important;
963
+ height: 22px !important;
964
+ color: #ffffff !important;
965
+ fill: #ffffff !important;
966
+ }
967
+ }
968
+
969
+ .p-toast-message-warn {
970
+ background: #fde6c0 !important;
971
+ .p-toast-message-icon {
972
+ background: #f59e0b !important;
973
+ }
974
+ }
975
+
976
+ .p-toast-message-error {
977
+ background: #fee2e2 !important;
978
+ .p-toast-message-icon {
979
+ background: #ef4444 !important;
980
+ }
981
+ }
982
+
983
+ .p-toast-message-success {
984
+ background: #dcfce7 !important;
985
+ .p-toast-message-icon {
986
+ background: #22c55e !important;
987
+ }
988
+ }
989
+
990
+ p-button,
991
+ .p-toast-close-button {
992
+ width: auto !important;
993
+ background: transparent !important;
994
+ border: none !important;
995
+ box-shadow: none !important;
996
+ align-self: center !important;
997
+
998
+ button {
999
+ width: 2rem !important;
1000
+ min-width: 2rem !important;
1001
+ height: 2rem !important;
1002
+ padding: 0 !important;
1003
+ background: transparent !important;
1004
+ border: none !important;
1005
+ box-shadow: none !important;
1006
+ color: #6b7280 !important;
1007
+ border-radius: 50% !important;
1008
+
1009
+ &:hover:not(:disabled) {
1010
+ background: rgba(0, 0, 0, 0.06) !important;
1011
+ border: none !important;
1012
+ color: #1f2937 !important;
1013
+ }
1014
+ }
1015
+
1016
+ .p-button-icon,
1017
+ .p-toast-close-icon {
1018
+ color: inherit !important;
1019
+ width: 1rem !important;
1020
+ height: 1rem !important;
1021
+ }
1022
+ }
678
1023
  }
679
1024
 
680
1025
  .p-overlaypanel:not(.background-white) {
@@ -712,6 +1057,38 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
712
1057
  font-weight: 600 !important;
713
1058
  }
714
1059
 
1060
+ .p-dialog .p-dialog-header p-button,
1061
+ .p-drawer .p-drawer-header p-button {
1062
+ width: auto !important;
1063
+ background: transparent !important;
1064
+ box-shadow: none !important;
1065
+
1066
+ button {
1067
+ width: 2rem !important;
1068
+ height: 2rem !important;
1069
+ min-width: 2rem !important;
1070
+ padding: 0 !important;
1071
+ border-radius: 50% !important;
1072
+ background: transparent !important;
1073
+ border: none !important;
1074
+ box-shadow: none !important;
1075
+ color: var(--gray-dark) !important;
1076
+ transition:
1077
+ background-color 0.15s ease,
1078
+ color 0.15s ease;
1079
+ }
1080
+
1081
+ &:hover button:not(:disabled) {
1082
+ background: var(--gray-light) !important;
1083
+ color: var(--theme-dark) !important;
1084
+ }
1085
+
1086
+ .p-dialog-header-close-icon,
1087
+ .p-button-icon {
1088
+ font-size: 1rem !important;
1089
+ }
1090
+ }
1091
+
715
1092
  .p-confirm-dialog {
716
1093
  .p-dialog-footer .actions {
717
1094
  display: flex;
@@ -730,39 +1107,88 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
730
1107
  }
731
1108
 
732
1109
  .p-selectbutton {
1110
+ display: inline-flex !important;
1111
+ align-items: center !important;
1112
+ gap: 4px !important;
1113
+ padding: 4px !important;
1114
+ height: 42px !important;
733
1115
  background-color: var(--gray-light) !important;
734
- border-radius: 10px !important;
1116
+ border-radius: 12px !important;
735
1117
  width: fit-content !important;
736
1118
 
737
- .p-ripple {
1119
+ .p-togglebutton {
1120
+ display: inline-flex !important;
1121
+ align-items: center !important;
1122
+ height: 34px !important;
1123
+ margin: 0 !important;
1124
+ padding: 0 16px !important;
738
1125
  border: none !important;
739
- margin: 3px !important;
740
1126
  border-radius: 8px !important;
1127
+ background: transparent !important;
1128
+ transition: all 0.2s ease;
741
1129
 
742
- .p-button-label {
743
- color: var(--gray-dark) !important;
1130
+ .p-togglebutton-content {
1131
+ gap: 6px !important;
1132
+ font-size: 14px !important;
744
1133
  font-weight: 500 !important;
1134
+ line-height: 1 !important;
745
1135
  }
746
1136
 
747
- &:not(.p-highlight) {
1137
+ .p-togglebutton-label,
1138
+ .p-togglebutton-icon {
1139
+ color: var(--theme-dark) !important;
1140
+ }
1141
+
1142
+ &:not(.p-togglebutton-checked) {
748
1143
  background-color: transparent !important;
749
1144
  }
750
1145
 
751
- &.p-highlight {
752
- background-color: #fff !important;
1146
+ &.p-togglebutton-checked {
1147
+ background-color: #ffffff !important;
1148
+ box-shadow:
1149
+ 0 1px 2px 0 rgba(17, 55, 178, 0.1),
1150
+ 0 2px 4px 0 rgba(17, 55, 178, 0.1),
1151
+ 0 4px 8px 0 rgba(17, 55, 178, 0.1) !important;
753
1152
 
754
- .p-button-label {
755
- color: var(--theme-medium) !important;
1153
+ .p-togglebutton-label,
1154
+ .p-togglebutton-icon {
1155
+ color: var(--brand-blue) !important;
1156
+ font-weight: 600 !important;
1157
+ }
1158
+ }
1159
+
1160
+ &:disabled,
1161
+ &.p-disabled {
1162
+ background-color: transparent !important;
1163
+ box-shadow: none !important;
1164
+
1165
+ .p-togglebutton-label,
1166
+ .p-togglebutton-icon {
1167
+ color: var(--gray-dark) !important;
756
1168
  }
757
1169
  }
758
1170
  }
759
1171
  }
760
1172
 
761
- .p-multiselect-panel:not(.has-filter) .p-multiselect-header {
762
- .p-checkbox::after {
763
- content: 'Selecionar Todos';
764
- margin-left: 0.5rem;
1173
+ vector-select-button-field.is-secondary {
1174
+ .p-selectbutton {
1175
+ background-color: var(--brand-light) !important;
1176
+ border-radius: 9999px !important;
765
1177
  }
1178
+
1179
+ .p-togglebutton {
1180
+ padding: 0 20px !important;
1181
+ border-radius: 9999px !important;
1182
+ }
1183
+ }
1184
+
1185
+ .p-multiselect-overlay:not(.has-filter) .p-multiselect-header p-checkbox::after {
1186
+ content: 'Selecionar Todos';
1187
+ display: inline-block;
1188
+ margin-left: 0.5rem;
1189
+ color: var(--theme-dark);
1190
+ font-weight: 500;
1191
+ white-space: nowrap;
766
1192
  }
767
1193
 
768
1194
  .p-multiselect-header {
@@ -771,20 +1197,48 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
771
1197
  }
772
1198
  }
773
1199
 
774
- .rounded-checkbox .p-checkbox-box {
775
- border-radius: 20px !important;
1200
+ p-checkbox.rounded-checkbox,
1201
+ .rounded-checkbox {
1202
+ --p-checkbox-border-radius: 50%;
1203
+ --p-checkbox-checked-border-radius: 50%;
1204
+ }
1205
+
1206
+ .rounded-checkbox .p-checkbox,
1207
+ .rounded-checkbox .p-checkbox.p-checkbox-checked {
1208
+ background: transparent !important;
1209
+ border-radius: 50% !important;
1210
+ }
1211
+
1212
+ .rounded-checkbox .p-checkbox-input {
1213
+ background: transparent !important;
1214
+ border-radius: 50% !important;
1215
+ }
1216
+
1217
+ .rounded-checkbox .p-checkbox-box,
1218
+ .rounded-checkbox .p-checkbox.p-checkbox-checked .p-checkbox-box {
1219
+ border-radius: 50% !important;
776
1220
  border: none !important;
1221
+ overflow: hidden !important;
1222
+ }
1223
+
1224
+ .rounded-checkbox .p-checkbox:not(.p-checkbox-checked) .p-checkbox-box {
777
1225
  background-color: var(--gray-light) !important;
1226
+ }
778
1227
 
779
- .p-checkbox-icon {
780
- font-size: 0.8em !important;
781
- padding-top: 2px !important;
782
- }
1228
+ .rounded-checkbox .p-checkbox.p-checkbox-checked .p-checkbox-box {
1229
+ background-color: var(--brand-blue) !important;
783
1230
  }
784
1231
 
785
- .p-checkbox-box.p-highlight {
786
- background: var(--theme-primary) !important;
787
- border-color: var(--theme-primary) !important;
1232
+ p-checkbox.rounded-checkbox .p-checkbox-icon,
1233
+ .rounded-checkbox .p-checkbox-icon {
1234
+ font-size: 0.8em !important;
1235
+ padding-top: 2px !important;
1236
+ }
1237
+
1238
+ .p-checkbox-box.p-highlight,
1239
+ .p-checkbox.p-checkbox-checked .p-checkbox-box {
1240
+ background: var(--brand-blue) !important;
1241
+ border-color: var(--brand-blue) !important;
788
1242
  }
789
1243
 
790
1244
  .p-checkbox-box {
@@ -796,7 +1250,7 @@ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
796
1250
  }
797
1251
  }
798
1252
 
799
- .p-dropdown,
1253
+ .p-select,
800
1254
  .p-autocomplete {
801
1255
  width: 100%;
802
1256
  }
@@ -820,9 +1274,9 @@ p-multiselect.ng-touched.ng-invalid .p-multiselect {
820
1274
  background-color: var(--error-color-transparent) !important;
821
1275
  }
822
1276
 
823
- .p-dropdown-panel,
1277
+ .p-select-overlay,
824
1278
  .p-autocomplete-panel,
825
- .p-multiselect-panel {
1279
+ .p-multiselect-overlay {
826
1280
  // max-width: 250px !important;
827
1281
  min-width: 100%;
828
1282
  border: 1px solid var(--theme-dark) !important;
@@ -830,7 +1284,7 @@ p-multiselect.ng-touched.ng-invalid .p-multiselect {
830
1284
  border-radius: var(--border-radius) !important;
831
1285
 
832
1286
  & .p-autocomplete-items,
833
- & .p-multiselect-items {
1287
+ & .p-multiselect-list {
834
1288
  padding-top: 0px !important;
835
1289
  padding-bottom: 0px !important;
836
1290
  padding-right: 1px !important;
@@ -854,7 +1308,7 @@ p-multiselect.ng-touched.ng-invalid .p-multiselect {
854
1308
  }
855
1309
  }
856
1310
 
857
- .p-dropdown-item,
1311
+ .p-select-option,
858
1312
  .p-autocomplete-item,
859
1313
  .p-multiselect-item {
860
1314
  text-overflow: ellipsis;
@@ -866,15 +1320,15 @@ p-multiselect.ng-touched.ng-invalid .p-multiselect {
866
1320
  }
867
1321
  }
868
1322
 
869
- .p-dropdown,
1323
+ .p-select,
870
1324
  .p-multiselect {
871
1325
  border: none !important;
872
1326
  .p-highlight {
873
1327
  background-color: #ffffff !important;
874
1328
  }
875
1329
  }
876
- .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
877
- .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
1330
+ .p-select-overlay .p-select-list .p-select-option.p-highlight,
1331
+ .p-multiselect-overlay .p-multiselect-list .p-multiselect-item.p-highlight {
878
1332
  background-color: var(--theme-dark) !important;
879
1333
  color: #ffffff !important;
880
1334
  }
@@ -898,28 +1352,69 @@ p-multiselect.ng-touched.ng-invalid .p-multiselect {
898
1352
  }
899
1353
 
900
1354
  .p-fileupload {
901
- p-messages {
1355
+ p-messages,
1356
+ p-message {
1357
+ display: none !important;
1358
+ }
1359
+
1360
+ .p-fileupload-filelabel,
1361
+ [class*='filelabel'] {
902
1362
  display: none !important;
903
1363
  }
1364
+
1365
+ input[type='file'] {
1366
+ position: absolute !important;
1367
+ width: 1px !important;
1368
+ height: 1px !important;
1369
+ padding: 0 !important;
1370
+ margin: 0 !important;
1371
+ overflow: hidden !important;
1372
+ clip: rect(0, 0, 0, 0) !important;
1373
+ white-space: nowrap !important;
1374
+ border: 0 !important;
1375
+ opacity: 0 !important;
1376
+ }
1377
+
1378
+ p-button {
1379
+ width: 100% !important;
1380
+ background: transparent !important;
1381
+ border: none !important;
1382
+ box-shadow: none !important;
1383
+ }
1384
+
1385
+ .p-fileupload-choose-button,
904
1386
  .p-fileupload-choose {
905
1387
  background: transparent !important;
906
- border: 2px solid var(--theme-dark) !important;
907
- border-radius: var(--border-radius) !important;
1388
+ border: 1px solid var(--theme-dark) !important;
1389
+ border-radius: 30px !important;
1390
+ box-shadow: none !important;
1391
+ color: var(--theme-dark) !important;
1392
+ width: 100% !important;
1393
+ padding: 0.875rem 1.5rem !important;
1394
+ font-weight: 600 !important;
1395
+ justify-content: center !important;
1396
+ gap: 0.5rem !important;
908
1397
 
909
- .p-button-label {
910
- color: var(--theme-dark) !important;
911
- max-width: 200px !important;
912
- text-overflow: ellipsis !important;
913
- white-space: nowrap !important;
914
- overflow: hidden !important;
1398
+ &:hover:not(:disabled) {
1399
+ background: var(--theme-dark) !important;
1400
+ border-color: var(--theme-dark) !important;
1401
+ color: #ffffff !important;
915
1402
 
916
- @media (max-width: 768px) {
917
- max-width: 150px !important;
1403
+ .p-button-label,
1404
+ .p-button-icon {
1405
+ color: #ffffff !important;
918
1406
  }
919
1407
  }
920
1408
 
1409
+ .p-button-label {
1410
+ color: inherit !important;
1411
+ flex: 0 0 auto !important;
1412
+ max-width: unset !important;
1413
+ overflow: visible !important;
1414
+ }
1415
+
921
1416
  .p-button-icon {
922
- display: none !important;
1417
+ color: inherit !important;
923
1418
  }
924
1419
  }
925
1420
  }
@@ -939,6 +1434,12 @@ vector-data-table {
939
1434
  border-radius: 15px !important;
940
1435
  }
941
1436
 
1437
+ // PrimeNG 18 removeu o responsiveLayout: o .p-column-title (header embutido
1438
+ // em cada celula por getCellContent) precisa ser escondido manualmente.
1439
+ .p-column-title {
1440
+ display: none;
1441
+ }
1442
+
942
1443
  .p-datatable-thead {
943
1444
  border-radius: 15px !important;
944
1445
  z-index: 0 !important;
@@ -949,6 +1450,11 @@ vector-data-table {
949
1450
  position: relative;
950
1451
  padding: 10px 10px 10px 35px !important;
951
1452
  background-color: var(--gray-light) !important;
1453
+ color: #1f2937 !important;
1454
+
1455
+ > div {
1456
+ gap: 8px;
1457
+ }
952
1458
 
953
1459
  &:first-child {
954
1460
  border-top-left-radius: 15px !important;
@@ -1024,19 +1530,15 @@ vector-data-table {
1024
1530
  }
1025
1531
 
1026
1532
  p-tabview {
1027
- .p-tabview-panels {
1533
+ .p-tabpanels {
1028
1534
  display: none !important;
1029
1535
  }
1030
1536
 
1031
- .p-tabview-nav {
1032
- li {
1033
- .p-tabview-nav-link {
1034
- justify-content: center;
1035
- }
1537
+ .p-tablist .p-tab {
1538
+ justify-content: center;
1036
1539
 
1037
- &.p-highlight .p-tabview-nav-link {
1038
- color: var(--theme-primary) !important;
1039
- }
1540
+ &.p-tab-active {
1541
+ color: var(--theme-primary) !important;
1040
1542
  }
1041
1543
  }
1042
1544
  }
@@ -1060,48 +1562,97 @@ vector-data-table {
1060
1562
  }
1061
1563
 
1062
1564
  p-tabview {
1063
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
1064
- border-color: var(--theme-dark) !important;
1565
+ background: transparent !important;
1566
+
1567
+ .p-tabpanels,
1568
+ .p-tabpanel,
1569
+ .p-tabview-panel {
1570
+ background: transparent !important;
1065
1571
  }
1066
1572
 
1067
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
1068
- border-top-right-radius: 0px !important;
1069
- border-top-left-radius: 0px !important;
1573
+ .p-tablist-tab-list {
1574
+ background: none !important;
1575
+ .p-tab.p-tab-active {
1576
+ border-color: var(--theme-primary) !important;
1577
+ }
1070
1578
 
1071
- &:hover {
1072
- border-color: var(--theme-dark) !important;
1579
+ .p-tab {
1580
+ border-top-right-radius: 0px !important;
1581
+ border-top-left-radius: 0px !important;
1582
+ color: var(--theme-primary) !important;
1583
+
1584
+ &:hover {
1585
+ border-color: var(--theme-primary) !important;
1586
+ border-bottom-width: 2px !important;
1587
+ }
1588
+ }
1589
+ .p-tablist-active-bar {
1590
+ height: 2px !important;
1591
+ background: var(--theme-primary) !important;
1073
1592
  }
1074
1593
  }
1075
1594
  }
1076
1595
 
1077
- .p-accordion-header {
1078
- .p-accordion-header-link {
1596
+ .p-accordion {
1597
+ .p-accordionpanel {
1598
+ margin: 20px 0;
1599
+ border: none !important;
1600
+ background: transparent !important;
1079
1601
  border-radius: 16px !important;
1080
1602
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1603
+ overflow: hidden;
1604
+ }
1605
+
1606
+ .p-accordionheader {
1607
+ position: relative !important;
1081
1608
  border: none !important;
1609
+ border-radius: 0 !important;
1610
+ box-shadow: none !important;
1611
+ background: #ffffff !important;
1612
+ color: var(--theme-dark) !important;
1613
+ padding: 1.25rem 1.5rem !important;
1614
+ font-weight: 600 !important;
1082
1615
 
1083
- .p-accordion-toggle-icon {
1084
- margin-right: 0.5rem !important;
1085
- position: absolute !important;
1086
- right: 0.5em !important;
1616
+ &:hover {
1617
+ background: #ffffff !important;
1618
+ color: var(--theme-dark) !important;
1619
+ }
1620
+
1621
+ &:focus,
1622
+ &:focus-visible {
1623
+ outline: none !important;
1624
+ box-shadow: none !important;
1087
1625
  }
1088
1626
  }
1089
- &.p-highlight {
1090
- background: none !important;
1627
+
1628
+ .p-accordionheader-toggle-icon {
1629
+ position: absolute !important;
1630
+ right: 1.5rem !important;
1631
+ top: 50% !important;
1632
+ left: auto !important;
1633
+ margin: 0 !important;
1634
+ color: var(--theme-dark) !important;
1635
+ transform: translateY(-50%) rotate(-90deg);
1636
+ transition: transform 0.2s ease;
1091
1637
  }
1092
- }
1093
1638
 
1094
- .p-accordion .p-accordion-content {
1095
- border: none !important;
1096
- background: #ffffff !important;
1097
- border-radius: 16px !important;
1098
- box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1099
- margin-top: -25px !important;
1100
- padding-top: 35px !important;
1101
- }
1639
+ .p-accordionheader[aria-expanded='true'] .p-accordionheader-toggle-icon {
1640
+ transform: translateY(-50%) rotate(0deg);
1641
+ }
1642
+
1643
+ .p-accordioncontent {
1644
+ border: none !important;
1645
+ background: #ffffff !important;
1646
+ }
1102
1647
 
1103
- .p-accordion-tab {
1104
- margin: 20px 0px;
1648
+ .p-accordioncontent-content {
1649
+ border: none !important;
1650
+ background: #ffffff !important;
1651
+ border-radius: 0 !important;
1652
+ box-shadow: none !important;
1653
+ padding: 0 1.5rem 1.5rem !important;
1654
+ color: inherit !important;
1655
+ }
1105
1656
  }
1106
1657
 
1107
1658
  .p-chip {
@@ -1182,40 +1733,45 @@ p-tabview {
1182
1733
  border-radius: 4px;
1183
1734
  }
1184
1735
 
1185
- .p-menuitem-link {
1736
+ .p-menu-item-content {
1186
1737
  border-radius: 4px;
1738
+ background-color: transparent !important;
1187
1739
  }
1188
1740
 
1189
- .p-menuitem-content {
1190
- background-color: transparent !important;
1741
+ .p-menu-item-link {
1742
+ border-radius: 4px;
1191
1743
  }
1192
1744
 
1193
- .p-menuitem-icon,
1194
- .p-menuitem-text {
1745
+ .p-menu-item-icon,
1746
+ .p-menu-item-label {
1195
1747
  color: #434560 !important;
1196
1748
  }
1197
1749
 
1198
- .p-menuitem-text {
1750
+ .p-menu-item-label {
1199
1751
  font-weight: 500 !important;
1200
1752
  }
1201
1753
 
1202
- .p-menuitem-link:hover,
1203
- .p-menuitem.p-focus > .p-menuitem-link {
1754
+ .p-menu-item-content:hover,
1755
+ .p-menu-item.p-focus .p-menu-item-content {
1204
1756
  background-color: var(--theme-medium) !important;
1205
1757
 
1206
- .p-menuitem-icon,
1207
- .p-menuitem-text {
1758
+ .p-menu-item-icon,
1759
+ .p-menu-item-label {
1208
1760
  color: #ffffff !important;
1209
1761
  }
1210
1762
  }
1211
1763
  }
1212
1764
  }
1213
1765
 
1214
- .p-inputswitch.p-focus .p-inputswitch-slider {
1766
+ .p-toggleswitch {
1767
+ flex: 0 0 auto;
1768
+ }
1769
+
1770
+ .p-toggleswitch.p-focus .p-toggleswitch-slider {
1215
1771
  box-shadow: none !important;
1216
1772
  }
1217
1773
 
1218
- .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
1774
+ .p-toggleswitch.p-toggleswitch-checked .p-toggleswitch-slider {
1219
1775
  background-color: var(--theme-primary) !important;
1220
1776
  }
1221
1777
 
@@ -1283,7 +1839,7 @@ p-tabview {
1283
1839
  }
1284
1840
 
1285
1841
  .multiselect-flags {
1286
- .p-multiselect-panel .p-multiselect-items {
1842
+ .p-multiselect-overlay .p-multiselect-list {
1287
1843
  .p-multiselect-item {
1288
1844
  span {
1289
1845
  color: #757b8a;