@oslokommune/punkt-css 17.0.4 → 17.0.6

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 (113) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/css/components/alert.css +3 -3
  3. package/dist/css/components/alert.min.css +1 -1
  4. package/dist/css/components/badge.css +2 -2
  5. package/dist/css/components/badge.min.css +1 -1
  6. package/dist/css/components/breadcrumbs.css +1 -1
  7. package/dist/css/components/breadcrumbs.min.css +1 -1
  8. package/dist/css/components/calendar.css +2 -2
  9. package/dist/css/components/calendar.min.css +1 -1
  10. package/dist/css/components/card.css +12 -12
  11. package/dist/css/components/card.min.css +1 -1
  12. package/dist/css/components/combobox.css +3 -3
  13. package/dist/css/components/combobox.min.css +1 -1
  14. package/dist/css/components/datepicker.css +7 -10
  15. package/dist/css/components/datepicker.min.css +1 -1
  16. package/dist/css/components/fileupload.css +16 -16
  17. package/dist/css/components/fileupload.min.css +1 -1
  18. package/dist/css/components/footer.css +6 -7
  19. package/dist/css/components/footer.min.css +1 -1
  20. package/dist/css/components/header-global.css +7 -7
  21. package/dist/css/components/header-global.min.css +1 -1
  22. package/dist/css/components/header-menu.css +20 -20
  23. package/dist/css/components/header-menu.min.css +1 -1
  24. package/dist/css/components/header-service-mobile.css +3 -3
  25. package/dist/css/components/header-service-mobile.min.css +1 -1
  26. package/dist/css/components/header-service.css +9 -9
  27. package/dist/css/components/header-service.min.css +1 -1
  28. package/dist/css/components/header-user-menu.css +3 -3
  29. package/dist/css/components/header-user-menu.min.css +1 -1
  30. package/dist/css/components/header.css +8 -9
  31. package/dist/css/components/header.min.css +1 -1
  32. package/dist/css/components/heading.css +1 -2
  33. package/dist/css/components/heading.min.css +1 -1
  34. package/dist/css/components/linkcard.css +4 -4
  35. package/dist/css/components/linkcard.min.css +1 -1
  36. package/dist/css/components/listbox.css +7 -7
  37. package/dist/css/components/listbox.min.css +1 -1
  38. package/dist/css/components/loader.css +1 -1
  39. package/dist/css/components/loader.min.css +1 -1
  40. package/dist/css/components/messagebox.css +2 -2
  41. package/dist/css/components/messagebox.min.css +1 -1
  42. package/dist/css/components/modal.css +7 -7
  43. package/dist/css/components/modal.min.css +1 -1
  44. package/dist/css/components/preview.css +6 -6
  45. package/dist/css/components/preview.min.css +1 -1
  46. package/dist/css/components/progressbar.css +3 -3
  47. package/dist/css/components/progressbar.min.css +1 -1
  48. package/dist/css/components/searchinput.css +2 -2
  49. package/dist/css/components/searchinput.min.css +1 -1
  50. package/dist/css/components/stepper.css +4 -4
  51. package/dist/css/components/stepper.min.css +1 -1
  52. package/dist/css/components/tabs.css +1 -1
  53. package/dist/css/components/tabs.min.css +1 -1
  54. package/dist/css/components/tag.css +2 -2
  55. package/dist/css/components/tag.min.css +1 -1
  56. package/dist/css/components/timepicker.css +8 -9
  57. package/dist/css/components/timepicker.min.css +1 -1
  58. package/dist/css/elements/checkbox-radio.css +4 -4
  59. package/dist/css/elements/checkbox-radio.min.css +1 -1
  60. package/dist/css/elements/form.css +1 -1
  61. package/dist/css/elements/form.min.css +1 -1
  62. package/dist/css/elements/list.css +3 -3
  63. package/dist/css/elements/list.min.css +1 -1
  64. package/dist/css/elements/section.css +2 -2
  65. package/dist/css/elements/section.min.css +1 -1
  66. package/dist/css/elements/table.css +1 -1
  67. package/dist/css/elements/table.min.css +1 -1
  68. package/dist/css/pkt-base.css +878 -477
  69. package/dist/css/pkt-base.min.css +1 -1
  70. package/dist/css/pkt-components.css +150 -157
  71. package/dist/css/pkt-components.min.css +1 -1
  72. package/dist/css/pkt-docs.css +1039 -645
  73. package/dist/css/pkt-docs.min.css +1 -1
  74. package/dist/css/pkt-elements.css +11 -11
  75. package/dist/css/pkt-elements.min.css +1 -1
  76. package/dist/css/pkt.css +1039 -645
  77. package/dist/css/pkt.min.css +1 -1
  78. package/dist/scss/base/_colors.scss +39 -41
  79. package/dist/scss/base/_containers.scss +4 -8
  80. package/dist/scss/components/_alert.scss +3 -3
  81. package/dist/scss/components/_badge.scss +2 -2
  82. package/dist/scss/components/_breadcrumbs.scss +1 -1
  83. package/dist/scss/components/_calendar.scss +2 -2
  84. package/dist/scss/components/_card.scss +12 -12
  85. package/dist/scss/components/_combobox.scss +3 -3
  86. package/dist/scss/components/_datepicker.scss +6 -8
  87. package/dist/scss/components/_fileupload.scss +16 -16
  88. package/dist/scss/components/_footer.scss +5 -6
  89. package/dist/scss/components/_header-global.scss +7 -7
  90. package/dist/scss/components/_header-menu.scss +8 -8
  91. package/dist/scss/components/_header-service-mobile.scss +3 -3
  92. package/dist/scss/components/_header-service.scss +9 -9
  93. package/dist/scss/components/_header-user-menu.scss +3 -3
  94. package/dist/scss/components/_header.scss +8 -9
  95. package/dist/scss/components/_heading.scss +1 -2
  96. package/dist/scss/components/_linkcard.scss +4 -4
  97. package/dist/scss/components/_listbox.scss +7 -7
  98. package/dist/scss/components/_loader.scss +1 -1
  99. package/dist/scss/components/_messagebox.scss +2 -2
  100. package/dist/scss/components/_modal.scss +7 -7
  101. package/dist/scss/components/_preview.scss +6 -6
  102. package/dist/scss/components/_progressbar.scss +3 -3
  103. package/dist/scss/components/_searchinput.scss +2 -2
  104. package/dist/scss/components/_stepper.scss +4 -4
  105. package/dist/scss/components/_tabs.scss +1 -1
  106. package/dist/scss/components/_tag.scss +2 -2
  107. package/dist/scss/components/_timepicker.scss +8 -9
  108. package/dist/scss/elements/_checkbox-radio.scss +4 -4
  109. package/dist/scss/elements/_form.scss +1 -1
  110. package/dist/scss/elements/_list.scss +3 -3
  111. package/dist/scss/elements/_section.scss +2 -2
  112. package/dist/scss/elements/_table.scss +1 -1
  113. package/package.json +2 -2
package/dist/css/pkt.css CHANGED
@@ -449,1285 +449,1690 @@ input[type=search]::-webkit-search-decoration {
449
449
  --color-grayscale-90: #1a1a1a;
450
450
  --color-black: #000;
451
451
  }
452
- :root .pkt-color-bg-brand-blue-100 {
452
+ :root[data-mode=dark],
453
+ :root [data-mode=dark] {
454
+ --pkt-color-background-card: var(--pkt-color-grays-gray-700);
455
+ --pkt-color-background-default: var(--pkt-color-grays-gray-1000);
456
+ --pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
457
+ --pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
458
+ --pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
459
+ --pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
460
+ --pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
461
+ --pkt-color-border-green: var(--pkt-color-brand-green-1000);
462
+ --pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
463
+ --pkt-color-border-red: var(--pkt-color-brand-red-1000);
464
+ --pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
465
+ --pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
466
+ --pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
467
+ --pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
468
+ --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
469
+ --pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
470
+ --pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
471
+ --pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
472
+ --pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
473
+ --pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
474
+ --pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
475
+ --pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
476
+ --pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
477
+ --pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
478
+ --pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
479
+ --pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
480
+ --pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
481
+ --pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
482
+ --pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
483
+ --pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
484
+ --pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
485
+ --pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
486
+ --pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
487
+ --pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
488
+ --pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
489
+ --pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
490
+ --pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
491
+ --pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
492
+ --pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
493
+ --pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
494
+ --pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
495
+ --pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
496
+ --pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
497
+ --pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
498
+ --pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
499
+ --pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
500
+ --pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
501
+ --pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
502
+ --pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
503
+ --pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
504
+ --pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
505
+ --pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
506
+ --pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
507
+ --pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
508
+ --pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
509
+ --pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
510
+ --pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
511
+ --pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
512
+ --pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
513
+ --pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
514
+ --pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
515
+ }
516
+
517
+ .pkt-color-bg-brand-blue-100 {
453
518
  background-color: #f1fdff !important;
454
519
  }
455
- :root .pkt-color-txt-brand-blue-100 {
520
+
521
+ .pkt-color-txt-brand-blue-100 {
456
522
  color: #f1fdff !important;
457
523
  }
458
- :root .pkt-color-border-brand-blue-100 {
524
+
525
+ .pkt-color-border-brand-blue-100 {
459
526
  border-color: #f1fdff !important;
460
527
  }
461
- :root .pkt-color-bg-brand-blue-200 {
528
+
529
+ .pkt-color-bg-brand-blue-200 {
462
530
  background-color: #e5fcff !important;
463
531
  }
464
- :root .pkt-color-txt-brand-blue-200 {
532
+
533
+ .pkt-color-txt-brand-blue-200 {
465
534
  color: #e5fcff !important;
466
535
  }
467
- :root .pkt-color-border-brand-blue-200 {
536
+
537
+ .pkt-color-border-brand-blue-200 {
468
538
  border-color: #e5fcff !important;
469
539
  }
470
- :root .pkt-color-bg-brand-blue-300 {
540
+
541
+ .pkt-color-bg-brand-blue-300 {
471
542
  background-color: #d1f9ff !important;
472
543
  }
473
- :root .pkt-color-txt-brand-blue-300 {
544
+
545
+ .pkt-color-txt-brand-blue-300 {
474
546
  color: #d1f9ff !important;
475
547
  }
476
- :root .pkt-color-border-brand-blue-300 {
548
+
549
+ .pkt-color-border-brand-blue-300 {
477
550
  border-color: #d1f9ff !important;
478
551
  }
479
- :root .pkt-color-bg-brand-blue-500 {
552
+
553
+ .pkt-color-bg-brand-blue-500 {
480
554
  background-color: #b3f5ff !important;
481
555
  }
482
- :root .pkt-color-txt-brand-blue-500 {
556
+
557
+ .pkt-color-txt-brand-blue-500 {
483
558
  color: #b3f5ff !important;
484
559
  }
485
- :root .pkt-color-border-brand-blue-500 {
560
+
561
+ .pkt-color-border-brand-blue-500 {
486
562
  border-color: #b3f5ff !important;
487
563
  }
488
- :root .pkt-color-bg-brand-blue-1000 {
564
+
565
+ .pkt-color-bg-brand-blue-1000 {
489
566
  background-color: #6fe9ff !important;
490
567
  }
491
- :root .pkt-color-txt-brand-blue-1000 {
568
+
569
+ .pkt-color-txt-brand-blue-1000 {
492
570
  color: #6fe9ff !important;
493
571
  }
494
- :root .pkt-color-border-brand-blue-1000 {
572
+
573
+ .pkt-color-border-brand-blue-1000 {
495
574
  border-color: #6fe9ff !important;
496
575
  }
497
- :root .pkt-color-bg-brand-dark-blue-700 {
576
+
577
+ .pkt-color-bg-brand-dark-blue-700 {
498
578
  background-color: #6a698b !important;
499
579
  }
500
- :root .pkt-color-txt-brand-dark-blue-700 {
580
+
581
+ .pkt-color-txt-brand-dark-blue-700 {
501
582
  color: #6a698b !important;
502
583
  }
503
- :root .pkt-color-border-brand-dark-blue-700 {
584
+
585
+ .pkt-color-border-brand-dark-blue-700 {
504
586
  border-color: #6a698b !important;
505
587
  }
506
- :root .pkt-color-bg-brand-dark-blue-1000 {
588
+
589
+ .pkt-color-bg-brand-dark-blue-1000 {
507
590
  background-color: #2a2859 !important;
508
591
  }
509
- :root .pkt-color-txt-brand-dark-blue-1000 {
592
+
593
+ .pkt-color-txt-brand-dark-blue-1000 {
510
594
  color: #2a2859 !important;
511
595
  }
512
- :root .pkt-color-border-brand-dark-blue-1000 {
596
+
597
+ .pkt-color-border-brand-dark-blue-1000 {
513
598
  border-color: #2a2859 !important;
514
599
  }
515
- :root .pkt-color-bg-brand-warm-blue-1000 {
600
+
601
+ .pkt-color-bg-brand-warm-blue-1000 {
516
602
  background-color: #1f42aa !important;
517
603
  }
518
- :root .pkt-color-txt-brand-warm-blue-1000 {
604
+
605
+ .pkt-color-txt-brand-warm-blue-1000 {
519
606
  color: #1f42aa !important;
520
607
  }
521
- :root .pkt-color-border-brand-warm-blue-1000 {
608
+
609
+ .pkt-color-border-brand-warm-blue-1000 {
522
610
  border-color: #1f42aa !important;
523
611
  }
524
- :root .pkt-color-bg-brand-green-400 {
612
+
613
+ .pkt-color-bg-brand-green-400 {
525
614
  background-color: #c7fde9 !important;
526
615
  }
527
- :root .pkt-color-txt-brand-green-400 {
616
+
617
+ .pkt-color-txt-brand-green-400 {
528
618
  color: #c7fde9 !important;
529
619
  }
530
- :root .pkt-color-border-brand-green-400 {
620
+
621
+ .pkt-color-border-brand-green-400 {
531
622
  border-color: #c7fde9 !important;
532
623
  }
533
- :root .pkt-color-bg-brand-green-1000 {
624
+
625
+ .pkt-color-bg-brand-green-1000 {
534
626
  background-color: #43f8b6 !important;
535
627
  }
536
- :root .pkt-color-txt-brand-green-1000 {
628
+
629
+ .pkt-color-txt-brand-green-1000 {
537
630
  color: #43f8b6 !important;
538
631
  }
539
- :root .pkt-color-border-brand-green-1000 {
632
+
633
+ .pkt-color-border-brand-green-1000 {
540
634
  border-color: #43f8b6 !important;
541
635
  }
542
- :root .pkt-color-bg-brand-light-green-400 {
636
+
637
+ .pkt-color-bg-brand-light-green-400 {
543
638
  background-color: #e5ffe6 !important;
544
639
  }
545
- :root .pkt-color-txt-brand-light-green-400 {
640
+
641
+ .pkt-color-txt-brand-light-green-400 {
546
642
  color: #e5ffe6 !important;
547
643
  }
548
- :root .pkt-color-border-brand-light-green-400 {
644
+
645
+ .pkt-color-border-brand-light-green-400 {
549
646
  border-color: #e5ffe6 !important;
550
647
  }
551
- :root .pkt-color-bg-brand-light-green-1000 {
648
+
649
+ .pkt-color-bg-brand-light-green-1000 {
552
650
  background-color: #c7f6c9 !important;
553
651
  }
554
- :root .pkt-color-txt-brand-light-green-1000 {
652
+
653
+ .pkt-color-txt-brand-light-green-1000 {
555
654
  color: #c7f6c9 !important;
556
655
  }
557
- :root .pkt-color-border-brand-light-green-1000 {
656
+
657
+ .pkt-color-border-brand-light-green-1000 {
558
658
  border-color: #c7f6c9 !important;
559
659
  }
560
- :root .pkt-color-bg-brand-dark-green-1000 {
660
+
661
+ .pkt-color-bg-brand-dark-green-1000 {
561
662
  background-color: #034b45 !important;
562
663
  }
563
- :root .pkt-color-txt-brand-dark-green-1000 {
664
+
665
+ .pkt-color-txt-brand-dark-green-1000 {
564
666
  color: #034b45 !important;
565
667
  }
566
- :root .pkt-color-border-brand-dark-green-1000 {
668
+
669
+ .pkt-color-border-brand-dark-green-1000 {
567
670
  border-color: #034b45 !important;
568
671
  }
569
- :root .pkt-color-bg-brand-yellow-1000 {
672
+
673
+ .pkt-color-bg-brand-yellow-1000 {
570
674
  background-color: #f9c66b !important;
571
675
  }
572
- :root .pkt-color-txt-brand-yellow-1000 {
676
+
677
+ .pkt-color-txt-brand-yellow-1000 {
573
678
  color: #f9c66b !important;
574
679
  }
575
- :root .pkt-color-border-brand-yellow-1000 {
680
+
681
+ .pkt-color-border-brand-yellow-1000 {
576
682
  border-color: #f9c66b !important;
577
683
  }
578
- :root .pkt-color-bg-brand-yellow-500 {
684
+
685
+ .pkt-color-bg-brand-yellow-500 {
579
686
  background-color: #ffe7bc !important;
580
687
  }
581
- :root .pkt-color-txt-brand-yellow-500 {
688
+
689
+ .pkt-color-txt-brand-yellow-500 {
582
690
  color: #ffe7bc !important;
583
691
  }
584
- :root .pkt-color-border-brand-yellow-500 {
692
+
693
+ .pkt-color-border-brand-yellow-500 {
585
694
  border-color: #ffe7bc !important;
586
695
  }
587
- :root .pkt-color-bg-brand-red-100 {
696
+
697
+ .pkt-color-bg-brand-red-100 {
588
698
  background-color: #fff2f1 !important;
589
699
  }
590
- :root .pkt-color-txt-brand-red-100 {
700
+
701
+ .pkt-color-txt-brand-red-100 {
591
702
  color: #fff2f1 !important;
592
703
  }
593
- :root .pkt-color-border-brand-red-100 {
704
+
705
+ .pkt-color-border-brand-red-100 {
594
706
  border-color: #fff2f1 !important;
595
707
  }
596
- :root .pkt-color-bg-brand-red-400 {
708
+
709
+ .pkt-color-bg-brand-red-400 {
597
710
  background-color: #ffdfdc !important;
598
711
  }
599
- :root .pkt-color-txt-brand-red-400 {
712
+
713
+ .pkt-color-txt-brand-red-400 {
600
714
  color: #ffdfdc !important;
601
715
  }
602
- :root .pkt-color-border-brand-red-400 {
716
+
717
+ .pkt-color-border-brand-red-400 {
603
718
  border-color: #ffdfdc !important;
604
719
  }
605
- :root .pkt-color-bg-brand-red-600 {
720
+
721
+ .pkt-color-bg-brand-red-600 {
606
722
  background-color: #ffb4ac !important;
607
723
  }
608
- :root .pkt-color-txt-brand-red-600 {
724
+
725
+ .pkt-color-txt-brand-red-600 {
609
726
  color: #ffb4ac !important;
610
727
  }
611
- :root .pkt-color-border-brand-red-600 {
728
+
729
+ .pkt-color-border-brand-red-600 {
612
730
  border-color: #ffb4ac !important;
613
731
  }
614
- :root .pkt-color-bg-brand-red-1000 {
732
+
733
+ .pkt-color-bg-brand-red-1000 {
615
734
  background-color: #ff8274 !important;
616
735
  }
617
- :root .pkt-color-txt-brand-red-1000 {
736
+
737
+ .pkt-color-txt-brand-red-1000 {
618
738
  color: #ff8274 !important;
619
739
  }
620
- :root .pkt-color-border-brand-red-1000 {
740
+
741
+ .pkt-color-border-brand-red-1000 {
621
742
  border-color: #ff8274 !important;
622
743
  }
623
- :root .pkt-color-bg-brand-light-beige-1000 {
744
+
745
+ .pkt-color-bg-brand-light-beige-1000 {
624
746
  background-color: #f8f0dd !important;
625
747
  }
626
- :root .pkt-color-txt-brand-light-beige-1000 {
748
+
749
+ .pkt-color-txt-brand-light-beige-1000 {
627
750
  color: #f8f0dd !important;
628
751
  }
629
- :root .pkt-color-border-brand-light-beige-1000 {
752
+
753
+ .pkt-color-border-brand-light-beige-1000 {
630
754
  border-color: #f8f0dd !important;
631
755
  }
632
- :root .pkt-color-bg-brand-dark-beige-1000 {
756
+
757
+ .pkt-color-bg-brand-dark-beige-1000 {
633
758
  background-color: #d0bfae !important;
634
759
  }
635
- :root .pkt-color-txt-brand-dark-beige-1000 {
760
+
761
+ .pkt-color-txt-brand-dark-beige-1000 {
636
762
  color: #d0bfae !important;
637
763
  }
638
- :root .pkt-color-border-brand-dark-beige-1000 {
764
+
765
+ .pkt-color-border-brand-dark-beige-1000 {
639
766
  border-color: #d0bfae !important;
640
767
  }
641
- :root .pkt-color-bg-brand-neutrals-white {
768
+
769
+ .pkt-color-bg-brand-neutrals-white {
642
770
  background-color: #ffffff !important;
643
771
  }
644
- :root .pkt-color-txt-brand-neutrals-white {
772
+
773
+ .pkt-color-txt-brand-neutrals-white {
645
774
  color: #ffffff !important;
646
775
  }
647
- :root .pkt-color-border-brand-neutrals-white {
776
+
777
+ .pkt-color-border-brand-neutrals-white {
648
778
  border-color: #ffffff !important;
649
779
  }
650
- :root .pkt-color-bg-brand-neutrals-100 {
780
+
781
+ .pkt-color-bg-brand-neutrals-100 {
651
782
  background-color: #f9f9f9 !important;
652
783
  }
653
- :root .pkt-color-txt-brand-neutrals-100 {
784
+
785
+ .pkt-color-txt-brand-neutrals-100 {
654
786
  color: #f9f9f9 !important;
655
787
  }
656
- :root .pkt-color-border-brand-neutrals-100 {
788
+
789
+ .pkt-color-border-brand-neutrals-100 {
657
790
  border-color: #f9f9f9 !important;
658
791
  }
659
- :root .pkt-color-bg-brand-neutrals-200 {
792
+
793
+ .pkt-color-bg-brand-neutrals-200 {
660
794
  background-color: #f2f2f2 !important;
661
795
  }
662
- :root .pkt-color-txt-brand-neutrals-200 {
796
+
797
+ .pkt-color-txt-brand-neutrals-200 {
663
798
  color: #f2f2f2 !important;
664
799
  }
665
- :root .pkt-color-border-brand-neutrals-200 {
800
+
801
+ .pkt-color-border-brand-neutrals-200 {
666
802
  border-color: #f2f2f2 !important;
667
803
  }
668
- :root .pkt-color-bg-brand-neutrals-1000 {
804
+
805
+ .pkt-color-bg-brand-neutrals-1000 {
669
806
  background-color: #2c2c2c !important;
670
807
  }
671
- :root .pkt-color-txt-brand-neutrals-1000 {
808
+
809
+ .pkt-color-txt-brand-neutrals-1000 {
672
810
  color: #2c2c2c !important;
673
811
  }
674
- :root .pkt-color-border-brand-neutrals-1000 {
812
+
813
+ .pkt-color-border-brand-neutrals-1000 {
675
814
  border-color: #2c2c2c !important;
676
815
  }
677
- :root .pkt-color-bg-brand-neutrals-black {
816
+
817
+ .pkt-color-bg-brand-neutrals-black {
678
818
  background-color: #000000 !important;
679
819
  }
680
- :root .pkt-color-txt-brand-neutrals-black {
820
+
821
+ .pkt-color-txt-brand-neutrals-black {
681
822
  color: #000000 !important;
682
823
  }
683
- :root .pkt-color-border-brand-neutrals-black {
824
+
825
+ .pkt-color-border-brand-neutrals-black {
684
826
  border-color: #000000 !important;
685
827
  }
686
- :root .pkt-color-bg-brand-neutrals-transparent {
828
+
829
+ .pkt-color-bg-brand-neutrals-transparent {
687
830
  background-color: transparent !important;
688
831
  }
689
- :root .pkt-color-txt-brand-neutrals-transparent {
832
+
833
+ .pkt-color-txt-brand-neutrals-transparent {
690
834
  color: transparent !important;
691
835
  }
692
- :root .pkt-color-border-brand-neutrals-transparent {
836
+
837
+ .pkt-color-border-brand-neutrals-transparent {
693
838
  border-color: transparent !important;
694
839
  }
695
- :root .pkt-color-bg-brand-purple-1000 {
840
+
841
+ .pkt-color-bg-brand-purple-1000 {
696
842
  background-color: #e0adff !important;
697
843
  }
698
- :root .pkt-color-txt-brand-purple-1000 {
844
+
845
+ .pkt-color-txt-brand-purple-1000 {
699
846
  color: #e0adff !important;
700
847
  }
701
- :root .pkt-color-border-brand-purple-1000 {
848
+
849
+ .pkt-color-border-brand-purple-1000 {
702
850
  border-color: #e0adff !important;
703
851
  }
704
- :root .pkt-color-bg-grays-gray-100 {
852
+
853
+ .pkt-color-bg-grays-gray-100 {
705
854
  background-color: #e6e6e6 !important;
706
855
  }
707
- :root .pkt-color-txt-grays-gray-100 {
856
+
857
+ .pkt-color-txt-grays-gray-100 {
708
858
  color: #e6e6e6 !important;
709
859
  }
710
- :root .pkt-color-border-grays-gray-100 {
860
+
861
+ .pkt-color-border-grays-gray-100 {
711
862
  border-color: #e6e6e6 !important;
712
863
  }
713
- :root .pkt-color-bg-grays-gray-200 {
864
+
865
+ .pkt-color-bg-grays-gray-200 {
714
866
  background-color: #cccccc !important;
715
867
  }
716
- :root .pkt-color-txt-grays-gray-200 {
868
+
869
+ .pkt-color-txt-grays-gray-200 {
717
870
  color: #cccccc !important;
718
871
  }
719
- :root .pkt-color-border-grays-gray-200 {
872
+
873
+ .pkt-color-border-grays-gray-200 {
720
874
  border-color: #cccccc !important;
721
875
  }
722
- :root .pkt-color-bg-grays-gray-300 {
876
+
877
+ .pkt-color-bg-grays-gray-300 {
723
878
  background-color: #b3b3b3 !important;
724
879
  }
725
- :root .pkt-color-txt-grays-gray-300 {
880
+
881
+ .pkt-color-txt-grays-gray-300 {
726
882
  color: #b3b3b3 !important;
727
883
  }
728
- :root .pkt-color-border-grays-gray-300 {
884
+
885
+ .pkt-color-border-grays-gray-300 {
729
886
  border-color: #b3b3b3 !important;
730
887
  }
731
- :root .pkt-color-bg-grays-gray-400 {
888
+
889
+ .pkt-color-bg-grays-gray-400 {
732
890
  background-color: #9a9a9a !important;
733
891
  }
734
- :root .pkt-color-txt-grays-gray-400 {
892
+
893
+ .pkt-color-txt-grays-gray-400 {
735
894
  color: #9a9a9a !important;
736
895
  }
737
- :root .pkt-color-border-grays-gray-400 {
896
+
897
+ .pkt-color-border-grays-gray-400 {
738
898
  border-color: #9a9a9a !important;
739
899
  }
740
- :root .pkt-color-bg-grays-gray-500 {
900
+
901
+ .pkt-color-bg-grays-gray-500 {
741
902
  background-color: #808080 !important;
742
903
  }
743
- :root .pkt-color-txt-grays-gray-500 {
904
+
905
+ .pkt-color-txt-grays-gray-500 {
744
906
  color: #808080 !important;
745
907
  }
746
- :root .pkt-color-border-grays-gray-500 {
908
+
909
+ .pkt-color-border-grays-gray-500 {
747
910
  border-color: #808080 !important;
748
911
  }
749
- :root .pkt-color-bg-grays-gray-600 {
912
+
913
+ .pkt-color-bg-grays-gray-600 {
750
914
  background-color: #666666 !important;
751
915
  }
752
- :root .pkt-color-txt-grays-gray-600 {
916
+
917
+ .pkt-color-txt-grays-gray-600 {
753
918
  color: #666666 !important;
754
919
  }
755
- :root .pkt-color-border-grays-gray-600 {
920
+
921
+ .pkt-color-border-grays-gray-600 {
756
922
  border-color: #666666 !important;
757
923
  }
758
- :root .pkt-color-bg-grays-gray-700 {
924
+
925
+ .pkt-color-bg-grays-gray-700 {
759
926
  background-color: #4d4d4d !important;
760
927
  }
761
- :root .pkt-color-txt-grays-gray-700 {
928
+
929
+ .pkt-color-txt-grays-gray-700 {
762
930
  color: #4d4d4d !important;
763
931
  }
764
- :root .pkt-color-border-grays-gray-700 {
932
+
933
+ .pkt-color-border-grays-gray-700 {
765
934
  border-color: #4d4d4d !important;
766
935
  }
767
- :root .pkt-color-bg-grays-gray-800 {
936
+
937
+ .pkt-color-bg-grays-gray-800 {
768
938
  background-color: #333333 !important;
769
939
  }
770
- :root .pkt-color-txt-grays-gray-800 {
940
+
941
+ .pkt-color-txt-grays-gray-800 {
771
942
  color: #333333 !important;
772
943
  }
773
- :root .pkt-color-border-grays-gray-800 {
944
+
945
+ .pkt-color-border-grays-gray-800 {
774
946
  border-color: #333333 !important;
775
947
  }
776
- :root .pkt-color-bg-grays-gray-900 {
948
+
949
+ .pkt-color-bg-grays-gray-900 {
777
950
  background-color: #1a1a1a !important;
778
951
  }
779
- :root .pkt-color-txt-grays-gray-900 {
952
+
953
+ .pkt-color-txt-grays-gray-900 {
780
954
  color: #1a1a1a !important;
781
955
  }
782
- :root .pkt-color-border-grays-gray-900 {
956
+
957
+ .pkt-color-border-grays-gray-900 {
783
958
  border-color: #1a1a1a !important;
784
959
  }
785
- :root .pkt-color-bg-grays-gray-1000 {
960
+
961
+ .pkt-color-bg-grays-gray-1000 {
786
962
  background-color: #2c2c2c !important;
787
963
  }
788
- :root .pkt-color-txt-grays-gray-1000 {
964
+
965
+ .pkt-color-txt-grays-gray-1000 {
789
966
  color: #2c2c2c !important;
790
967
  }
791
- :root .pkt-color-border-grays-gray-1000 {
968
+
969
+ .pkt-color-border-grays-gray-1000 {
792
970
  border-color: #2c2c2c !important;
793
971
  }
794
- :root .pkt-color-bg-background-card {
972
+
973
+ .pkt-color-bg-background-card {
795
974
  background-color: var(--pkt-color-background-card) !important;
796
975
  }
797
- :root .pkt-color-txt-background-card {
976
+
977
+ .pkt-color-txt-background-card {
798
978
  color: var(--pkt-color-background-card) !important;
799
979
  }
800
- :root .pkt-color-border-background-card {
980
+
981
+ .pkt-color-border-background-card {
801
982
  border-color: var(--pkt-color-background-card) !important;
802
983
  }
803
- :root .pkt-color-bg-background-default {
984
+
985
+ .pkt-color-bg-background-default {
804
986
  background-color: var(--pkt-color-background-default) !important;
805
987
  }
806
- :root .pkt-color-txt-background-default {
988
+
989
+ .pkt-color-txt-background-default {
807
990
  color: var(--pkt-color-background-default) !important;
808
991
  }
809
- :root .pkt-color-border-background-default {
992
+
993
+ .pkt-color-border-background-default {
810
994
  border-color: var(--pkt-color-background-default) !important;
811
995
  }
812
- :root .pkt-color-bg-background-subtle {
996
+
997
+ .pkt-color-bg-background-subtle {
813
998
  background-color: var(--pkt-color-background-subtle) !important;
814
999
  }
815
- :root .pkt-color-txt-background-subtle {
1000
+
1001
+ .pkt-color-txt-background-subtle {
816
1002
  color: var(--pkt-color-background-subtle) !important;
817
1003
  }
818
- :root .pkt-color-border-background-subtle {
1004
+
1005
+ .pkt-color-border-background-subtle {
819
1006
  border-color: var(--pkt-color-background-subtle) !important;
820
1007
  }
821
- :root .pkt-color-bg-background-transparent {
1008
+
1009
+ .pkt-color-bg-background-transparent {
822
1010
  background-color: var(--pkt-color-background-transparent) !important;
823
1011
  }
824
- :root .pkt-color-txt-background-transparent {
1012
+
1013
+ .pkt-color-txt-background-transparent {
825
1014
  color: var(--pkt-color-background-transparent) !important;
826
1015
  }
827
- :root .pkt-color-border-background-transparent {
1016
+
1017
+ .pkt-color-border-background-transparent {
828
1018
  border-color: var(--pkt-color-background-transparent) !important;
829
1019
  }
830
- :root .pkt-color-bg-border-default {
1020
+
1021
+ .pkt-color-bg-border-default {
831
1022
  background-color: var(--pkt-color-border-default) !important;
832
1023
  }
833
- :root .pkt-color-txt-border-default {
1024
+
1025
+ .pkt-color-txt-border-default {
834
1026
  color: var(--pkt-color-border-default) !important;
835
1027
  }
836
- :root .pkt-color-border-border-default {
1028
+
1029
+ .pkt-color-border-border-default {
837
1030
  border-color: var(--pkt-color-border-default) !important;
838
1031
  }
839
- :root .pkt-color-bg-border-beige {
1032
+
1033
+ .pkt-color-bg-border-beige {
840
1034
  background-color: var(--pkt-color-border-beige) !important;
841
1035
  }
842
- :root .pkt-color-txt-border-beige {
1036
+
1037
+ .pkt-color-txt-border-beige {
843
1038
  color: var(--pkt-color-border-beige) !important;
844
1039
  }
845
- :root .pkt-color-border-border-beige {
1040
+
1041
+ .pkt-color-border-border-beige {
846
1042
  border-color: var(--pkt-color-border-beige) !important;
847
1043
  }
848
- :root .pkt-color-bg-border-blue {
1044
+
1045
+ .pkt-color-bg-border-blue {
849
1046
  background-color: var(--pkt-color-border-blue) !important;
850
1047
  }
851
- :root .pkt-color-txt-border-blue {
1048
+
1049
+ .pkt-color-txt-border-blue {
852
1050
  color: var(--pkt-color-border-blue) !important;
853
1051
  }
854
- :root .pkt-color-border-border-blue {
1052
+
1053
+ .pkt-color-border-border-blue {
855
1054
  border-color: var(--pkt-color-border-blue) !important;
856
1055
  }
857
- :root .pkt-color-bg-border-gray {
1056
+
1057
+ .pkt-color-bg-border-gray {
858
1058
  background-color: var(--pkt-color-border-gray) !important;
859
1059
  }
860
- :root .pkt-color-txt-border-gray {
1060
+
1061
+ .pkt-color-txt-border-gray {
861
1062
  color: var(--pkt-color-border-gray) !important;
862
1063
  }
863
- :root .pkt-color-border-border-gray {
1064
+
1065
+ .pkt-color-border-border-gray {
864
1066
  border-color: var(--pkt-color-border-gray) !important;
865
1067
  }
866
- :root .pkt-color-bg-border-green {
1068
+
1069
+ .pkt-color-bg-border-green {
867
1070
  background-color: var(--pkt-color-border-green) !important;
868
1071
  }
869
- :root .pkt-color-txt-border-green {
1072
+
1073
+ .pkt-color-txt-border-green {
870
1074
  color: var(--pkt-color-border-green) !important;
871
1075
  }
872
- :root .pkt-color-border-border-green {
1076
+
1077
+ .pkt-color-border-border-green {
873
1078
  border-color: var(--pkt-color-border-green) !important;
874
1079
  }
875
- :root .pkt-color-bg-border-light-beige {
1080
+
1081
+ .pkt-color-bg-border-light-beige {
876
1082
  background-color: var(--pkt-color-border-light-beige) !important;
877
1083
  }
878
- :root .pkt-color-txt-border-light-beige {
1084
+
1085
+ .pkt-color-txt-border-light-beige {
879
1086
  color: var(--pkt-color-border-light-beige) !important;
880
1087
  }
881
- :root .pkt-color-border-border-light-beige {
1088
+
1089
+ .pkt-color-border-border-light-beige {
882
1090
  border-color: var(--pkt-color-border-light-beige) !important;
883
1091
  }
884
- :root .pkt-color-bg-border-red {
1092
+
1093
+ .pkt-color-bg-border-red {
885
1094
  background-color: var(--pkt-color-border-red) !important;
886
1095
  }
887
- :root .pkt-color-txt-border-red {
1096
+
1097
+ .pkt-color-txt-border-red {
888
1098
  color: var(--pkt-color-border-red) !important;
889
1099
  }
890
- :root .pkt-color-border-border-red {
1100
+
1101
+ .pkt-color-border-border-red {
891
1102
  border-color: var(--pkt-color-border-red) !important;
892
1103
  }
893
- :root .pkt-color-bg-border-subtle {
1104
+
1105
+ .pkt-color-bg-border-subtle {
894
1106
  background-color: var(--pkt-color-border-subtle) !important;
895
1107
  }
896
- :root .pkt-color-txt-border-subtle {
1108
+
1109
+ .pkt-color-txt-border-subtle {
897
1110
  color: var(--pkt-color-border-subtle) !important;
898
1111
  }
899
- :root .pkt-color-border-border-subtle {
1112
+
1113
+ .pkt-color-border-border-subtle {
900
1114
  border-color: var(--pkt-color-border-subtle) !important;
901
1115
  }
902
- :root .pkt-color-bg-border-yellow {
1116
+
1117
+ .pkt-color-bg-border-yellow {
903
1118
  background-color: var(--pkt-color-border-yellow) !important;
904
1119
  }
905
- :root .pkt-color-txt-border-yellow {
1120
+
1121
+ .pkt-color-txt-border-yellow {
906
1122
  color: var(--pkt-color-border-yellow) !important;
907
1123
  }
908
- :root .pkt-color-border-border-yellow {
1124
+
1125
+ .pkt-color-border-border-yellow {
909
1126
  border-color: var(--pkt-color-border-yellow) !important;
910
1127
  }
911
- :root .pkt-color-bg-border-states-active {
1128
+
1129
+ .pkt-color-bg-border-states-active {
912
1130
  background-color: var(--pkt-color-border-states-active) !important;
913
1131
  }
914
- :root .pkt-color-txt-border-states-active {
1132
+
1133
+ .pkt-color-txt-border-states-active {
915
1134
  color: var(--pkt-color-border-states-active) !important;
916
1135
  }
917
- :root .pkt-color-border-border-states-active {
1136
+
1137
+ .pkt-color-border-border-states-active {
918
1138
  border-color: var(--pkt-color-border-states-active) !important;
919
1139
  }
920
- :root .pkt-color-bg-border-states-disabled {
1140
+
1141
+ .pkt-color-bg-border-states-disabled {
921
1142
  background-color: var(--pkt-color-border-states-disabled) !important;
922
1143
  }
923
- :root .pkt-color-txt-border-states-disabled {
1144
+
1145
+ .pkt-color-txt-border-states-disabled {
924
1146
  color: var(--pkt-color-border-states-disabled) !important;
925
1147
  }
926
- :root .pkt-color-border-border-states-disabled {
1148
+
1149
+ .pkt-color-border-border-states-disabled {
927
1150
  border-color: var(--pkt-color-border-states-disabled) !important;
928
1151
  }
929
- :root .pkt-color-bg-border-states-focus {
1152
+
1153
+ .pkt-color-bg-border-states-focus {
930
1154
  background-color: var(--pkt-color-border-states-focus) !important;
931
1155
  }
932
- :root .pkt-color-txt-border-states-focus {
1156
+
1157
+ .pkt-color-txt-border-states-focus {
933
1158
  color: var(--pkt-color-border-states-focus) !important;
934
1159
  }
935
- :root .pkt-color-border-border-states-focus {
1160
+
1161
+ .pkt-color-border-border-states-focus {
936
1162
  border-color: var(--pkt-color-border-states-focus) !important;
937
1163
  }
938
- :root .pkt-color-bg-border-states-hover {
1164
+
1165
+ .pkt-color-bg-border-states-hover {
939
1166
  background-color: var(--pkt-color-border-states-hover) !important;
940
1167
  }
941
- :root .pkt-color-txt-border-states-hover {
1168
+
1169
+ .pkt-color-txt-border-states-hover {
942
1170
  color: var(--pkt-color-border-states-hover) !important;
943
1171
  }
944
- :root .pkt-color-border-border-states-hover {
1172
+
1173
+ .pkt-color-border-border-states-hover {
945
1174
  border-color: var(--pkt-color-border-states-hover) !important;
946
1175
  }
947
- :root .pkt-color-bg-surface-default-faded-green {
1176
+
1177
+ .pkt-color-bg-surface-default-faded-green {
948
1178
  background-color: var(--pkt-color-surface-default-faded-green) !important;
949
1179
  }
950
- :root .pkt-color-txt-surface-default-faded-green {
1180
+
1181
+ .pkt-color-txt-surface-default-faded-green {
951
1182
  color: var(--pkt-color-surface-default-faded-green) !important;
952
1183
  }
953
- :root .pkt-color-border-surface-default-faded-green {
1184
+
1185
+ .pkt-color-border-surface-default-faded-green {
954
1186
  border-color: var(--pkt-color-surface-default-faded-green) !important;
955
1187
  }
956
- :root .pkt-color-bg-surface-default-faded-red {
1188
+
1189
+ .pkt-color-bg-surface-default-faded-red {
957
1190
  background-color: var(--pkt-color-surface-default-faded-red) !important;
958
1191
  }
959
- :root .pkt-color-txt-surface-default-faded-red {
1192
+
1193
+ .pkt-color-txt-surface-default-faded-red {
960
1194
  color: var(--pkt-color-surface-default-faded-red) !important;
961
1195
  }
962
- :root .pkt-color-border-surface-default-faded-red {
1196
+
1197
+ .pkt-color-border-surface-default-faded-red {
963
1198
  border-color: var(--pkt-color-surface-default-faded-red) !important;
964
1199
  }
965
- :root .pkt-color-bg-surface-default-gray {
1200
+
1201
+ .pkt-color-bg-surface-default-gray {
966
1202
  background-color: var(--pkt-color-surface-default-gray) !important;
967
1203
  }
968
- :root .pkt-color-txt-surface-default-gray {
1204
+
1205
+ .pkt-color-txt-surface-default-gray {
969
1206
  color: var(--pkt-color-surface-default-gray) !important;
970
1207
  }
971
- :root .pkt-color-border-surface-default-gray {
1208
+
1209
+ .pkt-color-border-surface-default-gray {
972
1210
  border-color: var(--pkt-color-surface-default-gray) !important;
973
1211
  }
974
- :root .pkt-color-bg-surface-default-light-beige {
1212
+
1213
+ .pkt-color-bg-surface-default-light-beige {
975
1214
  background-color: var(--pkt-color-surface-default-light-beige) !important;
976
1215
  }
977
- :root .pkt-color-txt-surface-default-light-beige {
1216
+
1217
+ .pkt-color-txt-surface-default-light-beige {
978
1218
  color: var(--pkt-color-surface-default-light-beige) !important;
979
1219
  }
980
- :root .pkt-color-border-surface-default-light-beige {
1220
+
1221
+ .pkt-color-border-surface-default-light-beige {
981
1222
  border-color: var(--pkt-color-surface-default-light-beige) !important;
982
1223
  }
983
- :root .pkt-color-bg-surface-default-light-blue {
1224
+
1225
+ .pkt-color-bg-surface-default-light-blue {
984
1226
  background-color: var(--pkt-color-surface-default-light-blue) !important;
985
1227
  }
986
- :root .pkt-color-txt-surface-default-light-blue {
1228
+
1229
+ .pkt-color-txt-surface-default-light-blue {
987
1230
  color: var(--pkt-color-surface-default-light-blue) !important;
988
1231
  }
989
- :root .pkt-color-border-surface-default-light-blue {
1232
+
1233
+ .pkt-color-border-surface-default-light-blue {
990
1234
  border-color: var(--pkt-color-surface-default-light-blue) !important;
991
1235
  }
992
- :root .pkt-color-bg-surface-default-light-green {
1236
+
1237
+ .pkt-color-bg-surface-default-light-green {
993
1238
  background-color: var(--pkt-color-surface-default-light-green) !important;
994
1239
  }
995
- :root .pkt-color-txt-surface-default-light-green {
1240
+
1241
+ .pkt-color-txt-surface-default-light-green {
996
1242
  color: var(--pkt-color-surface-default-light-green) !important;
997
1243
  }
998
- :root .pkt-color-border-surface-default-light-green {
1244
+
1245
+ .pkt-color-border-surface-default-light-green {
999
1246
  border-color: var(--pkt-color-surface-default-light-green) !important;
1000
1247
  }
1001
- :root .pkt-color-bg-surface-default-red {
1248
+
1249
+ .pkt-color-bg-surface-default-red {
1002
1250
  background-color: var(--pkt-color-surface-default-red) !important;
1003
1251
  }
1004
- :root .pkt-color-txt-surface-default-red {
1252
+
1253
+ .pkt-color-txt-surface-default-red {
1005
1254
  color: var(--pkt-color-surface-default-red) !important;
1006
1255
  }
1007
- :root .pkt-color-border-surface-default-red {
1256
+
1257
+ .pkt-color-border-surface-default-red {
1008
1258
  border-color: var(--pkt-color-surface-default-red) !important;
1009
1259
  }
1010
- :root .pkt-color-bg-surface-default-yellow {
1260
+
1261
+ .pkt-color-bg-surface-default-yellow {
1011
1262
  background-color: var(--pkt-color-surface-default-yellow) !important;
1012
1263
  }
1013
- :root .pkt-color-txt-surface-default-yellow {
1264
+
1265
+ .pkt-color-txt-surface-default-yellow {
1014
1266
  color: var(--pkt-color-surface-default-yellow) !important;
1015
1267
  }
1016
- :root .pkt-color-border-surface-default-yellow {
1268
+
1269
+ .pkt-color-border-surface-default-yellow {
1017
1270
  border-color: var(--pkt-color-surface-default-yellow) !important;
1018
1271
  }
1019
- :root .pkt-color-bg-surface-strong-beige {
1272
+
1273
+ .pkt-color-bg-surface-strong-beige {
1020
1274
  background-color: var(--pkt-color-surface-strong-beige) !important;
1021
1275
  }
1022
- :root .pkt-color-txt-surface-strong-beige {
1276
+
1277
+ .pkt-color-txt-surface-strong-beige {
1023
1278
  color: var(--pkt-color-surface-strong-beige) !important;
1024
1279
  }
1025
- :root .pkt-color-border-surface-strong-beige {
1280
+
1281
+ .pkt-color-border-surface-strong-beige {
1026
1282
  border-color: var(--pkt-color-surface-strong-beige) !important;
1027
1283
  }
1028
- :root .pkt-color-bg-surface-strong-blue {
1284
+
1285
+ .pkt-color-bg-surface-strong-blue {
1029
1286
  background-color: var(--pkt-color-surface-strong-blue) !important;
1030
1287
  }
1031
- :root .pkt-color-txt-surface-strong-blue {
1288
+
1289
+ .pkt-color-txt-surface-strong-blue {
1032
1290
  color: var(--pkt-color-surface-strong-blue) !important;
1033
1291
  }
1034
- :root .pkt-color-border-surface-strong-blue {
1292
+
1293
+ .pkt-color-border-surface-strong-blue {
1035
1294
  border-color: var(--pkt-color-surface-strong-blue) !important;
1036
1295
  }
1037
- :root .pkt-color-bg-surface-strong-dark-blue {
1296
+
1297
+ .pkt-color-bg-surface-strong-dark-blue {
1038
1298
  background-color: var(--pkt-color-surface-strong-dark-blue) !important;
1039
1299
  }
1040
- :root .pkt-color-txt-surface-strong-dark-blue {
1300
+
1301
+ .pkt-color-txt-surface-strong-dark-blue {
1041
1302
  color: var(--pkt-color-surface-strong-dark-blue) !important;
1042
1303
  }
1043
- :root .pkt-color-border-surface-strong-dark-blue {
1304
+
1305
+ .pkt-color-border-surface-strong-dark-blue {
1044
1306
  border-color: var(--pkt-color-surface-strong-dark-blue) !important;
1045
1307
  }
1046
- :root .pkt-color-bg-surface-strong-dark-green {
1308
+
1309
+ .pkt-color-bg-surface-strong-dark-green {
1047
1310
  background-color: var(--pkt-color-surface-strong-dark-green) !important;
1048
1311
  }
1049
- :root .pkt-color-txt-surface-strong-dark-green {
1312
+
1313
+ .pkt-color-txt-surface-strong-dark-green {
1050
1314
  color: var(--pkt-color-surface-strong-dark-green) !important;
1051
1315
  }
1052
- :root .pkt-color-border-surface-strong-dark-green {
1316
+
1317
+ .pkt-color-border-surface-strong-dark-green {
1053
1318
  border-color: var(--pkt-color-surface-strong-dark-green) !important;
1054
1319
  }
1055
- :root .pkt-color-bg-surface-strong-gray {
1320
+
1321
+ .pkt-color-bg-surface-strong-gray {
1056
1322
  background-color: var(--pkt-color-surface-strong-gray) !important;
1057
1323
  }
1058
- :root .pkt-color-txt-surface-strong-gray {
1324
+
1325
+ .pkt-color-txt-surface-strong-gray {
1059
1326
  color: var(--pkt-color-surface-strong-gray) !important;
1060
1327
  }
1061
- :root .pkt-color-border-surface-strong-gray {
1328
+
1329
+ .pkt-color-border-surface-strong-gray {
1062
1330
  border-color: var(--pkt-color-surface-strong-gray) !important;
1063
1331
  }
1064
- :root .pkt-color-bg-surface-strong-green {
1332
+
1333
+ .pkt-color-bg-surface-strong-green {
1065
1334
  background-color: var(--pkt-color-surface-strong-green) !important;
1066
1335
  }
1067
- :root .pkt-color-txt-surface-strong-green {
1336
+
1337
+ .pkt-color-txt-surface-strong-green {
1068
1338
  color: var(--pkt-color-surface-strong-green) !important;
1069
1339
  }
1070
- :root .pkt-color-border-surface-strong-green {
1340
+
1341
+ .pkt-color-border-surface-strong-green {
1071
1342
  border-color: var(--pkt-color-surface-strong-green) !important;
1072
1343
  }
1073
- :root .pkt-color-bg-surface-strong-light-green {
1344
+
1345
+ .pkt-color-bg-surface-strong-light-green {
1074
1346
  background-color: var(--pkt-color-surface-strong-light-green) !important;
1075
1347
  }
1076
- :root .pkt-color-txt-surface-strong-light-green {
1348
+
1349
+ .pkt-color-txt-surface-strong-light-green {
1077
1350
  color: var(--pkt-color-surface-strong-light-green) !important;
1078
1351
  }
1079
- :root .pkt-color-border-surface-strong-light-green {
1352
+
1353
+ .pkt-color-border-surface-strong-light-green {
1080
1354
  border-color: var(--pkt-color-surface-strong-light-green) !important;
1081
1355
  }
1082
- :root .pkt-color-bg-surface-strong-red {
1356
+
1357
+ .pkt-color-bg-surface-strong-red {
1083
1358
  background-color: var(--pkt-color-surface-strong-red) !important;
1084
1359
  }
1085
- :root .pkt-color-txt-surface-strong-red {
1360
+
1361
+ .pkt-color-txt-surface-strong-red {
1086
1362
  color: var(--pkt-color-surface-strong-red) !important;
1087
1363
  }
1088
- :root .pkt-color-border-surface-strong-red {
1364
+
1365
+ .pkt-color-border-surface-strong-red {
1089
1366
  border-color: var(--pkt-color-surface-strong-red) !important;
1090
1367
  }
1091
- :root .pkt-color-bg-surface-strong-yellow {
1368
+
1369
+ .pkt-color-bg-surface-strong-yellow {
1092
1370
  background-color: var(--pkt-color-surface-strong-yellow) !important;
1093
1371
  }
1094
- :root .pkt-color-txt-surface-strong-yellow {
1372
+
1373
+ .pkt-color-txt-surface-strong-yellow {
1095
1374
  color: var(--pkt-color-surface-strong-yellow) !important;
1096
1375
  }
1097
- :root .pkt-color-border-surface-strong-yellow {
1376
+
1377
+ .pkt-color-border-surface-strong-yellow {
1098
1378
  border-color: var(--pkt-color-surface-strong-yellow) !important;
1099
1379
  }
1100
- :root .pkt-color-bg-surface-subtle-light-blue {
1380
+
1381
+ .pkt-color-bg-surface-subtle-light-blue {
1101
1382
  background-color: var(--pkt-color-surface-subtle-light-blue) !important;
1102
1383
  }
1103
- :root .pkt-color-txt-surface-subtle-light-blue {
1384
+
1385
+ .pkt-color-txt-surface-subtle-light-blue {
1104
1386
  color: var(--pkt-color-surface-subtle-light-blue) !important;
1105
1387
  }
1106
- :root .pkt-color-border-surface-subtle-light-blue {
1388
+
1389
+ .pkt-color-border-surface-subtle-light-blue {
1107
1390
  border-color: var(--pkt-color-surface-subtle-light-blue) !important;
1108
1391
  }
1109
- :root .pkt-color-bg-surface-subtle-light-red {
1392
+
1393
+ .pkt-color-bg-surface-subtle-light-red {
1110
1394
  background-color: var(--pkt-color-surface-subtle-light-red) !important;
1111
1395
  }
1112
- :root .pkt-color-txt-surface-subtle-light-red {
1396
+
1397
+ .pkt-color-txt-surface-subtle-light-red {
1113
1398
  color: var(--pkt-color-surface-subtle-light-red) !important;
1114
1399
  }
1115
- :root .pkt-color-border-surface-subtle-light-red {
1400
+
1401
+ .pkt-color-border-surface-subtle-light-red {
1116
1402
  border-color: var(--pkt-color-surface-subtle-light-red) !important;
1117
1403
  }
1118
- :root .pkt-color-bg-surface-subtle-pale-blue {
1404
+
1405
+ .pkt-color-bg-surface-subtle-pale-blue {
1119
1406
  background-color: var(--pkt-color-surface-subtle-pale-blue) !important;
1120
1407
  }
1121
- :root .pkt-color-txt-surface-subtle-pale-blue {
1408
+
1409
+ .pkt-color-txt-surface-subtle-pale-blue {
1122
1410
  color: var(--pkt-color-surface-subtle-pale-blue) !important;
1123
1411
  }
1124
- :root .pkt-color-border-surface-subtle-pale-blue {
1412
+
1413
+ .pkt-color-border-surface-subtle-pale-blue {
1125
1414
  border-color: var(--pkt-color-surface-subtle-pale-blue) !important;
1126
1415
  }
1127
- :root .pkt-color-bg-surface-subtle-white {
1416
+
1417
+ .pkt-color-bg-surface-subtle-white {
1128
1418
  background-color: var(--pkt-color-surface-subtle-white) !important;
1129
1419
  }
1130
- :root .pkt-color-txt-surface-subtle-white {
1420
+
1421
+ .pkt-color-txt-surface-subtle-white {
1131
1422
  color: var(--pkt-color-surface-subtle-white) !important;
1132
1423
  }
1133
- :root .pkt-color-border-surface-subtle-white {
1424
+
1425
+ .pkt-color-border-surface-subtle-white {
1134
1426
  border-color: var(--pkt-color-surface-subtle-white) !important;
1135
1427
  }
1136
- :root .pkt-color-bg-text-body-dark {
1428
+
1429
+ .pkt-color-bg-text-body-dark {
1137
1430
  background-color: var(--pkt-color-text-body-dark) !important;
1138
1431
  }
1139
- :root .pkt-color-txt-text-body-dark {
1432
+
1433
+ .pkt-color-txt-text-body-dark {
1140
1434
  color: var(--pkt-color-text-body-dark) !important;
1141
1435
  }
1142
- :root .pkt-color-border-text-body-dark {
1436
+
1437
+ .pkt-color-border-text-body-dark {
1143
1438
  border-color: var(--pkt-color-text-body-dark) !important;
1144
1439
  }
1145
- :root .pkt-color-bg-text-body-default {
1440
+
1441
+ .pkt-color-bg-text-body-default {
1146
1442
  background-color: var(--pkt-color-text-body-default) !important;
1147
1443
  }
1148
- :root .pkt-color-txt-text-body-default {
1444
+
1445
+ .pkt-color-txt-text-body-default {
1149
1446
  color: var(--pkt-color-text-body-default) !important;
1150
1447
  }
1151
- :root .pkt-color-border-text-body-default {
1448
+
1449
+ .pkt-color-border-text-body-default {
1152
1450
  border-color: var(--pkt-color-text-body-default) !important;
1153
1451
  }
1154
- :root .pkt-color-bg-text-body-light {
1452
+
1453
+ .pkt-color-bg-text-body-light {
1155
1454
  background-color: var(--pkt-color-text-body-light) !important;
1156
1455
  }
1157
- :root .pkt-color-txt-text-body-light {
1456
+
1457
+ .pkt-color-txt-text-body-light {
1158
1458
  color: var(--pkt-color-text-body-light) !important;
1159
1459
  }
1160
- :root .pkt-color-border-text-body-light {
1460
+
1461
+ .pkt-color-border-text-body-light {
1161
1462
  border-color: var(--pkt-color-text-body-light) !important;
1162
1463
  }
1163
- :root .pkt-color-bg-text-placeholder {
1464
+
1465
+ .pkt-color-bg-text-placeholder {
1164
1466
  background-color: var(--pkt-color-text-placeholder) !important;
1165
1467
  }
1166
- :root .pkt-color-txt-text-placeholder {
1468
+
1469
+ .pkt-color-txt-text-placeholder {
1167
1470
  color: var(--pkt-color-text-placeholder) !important;
1168
1471
  }
1169
- :root .pkt-color-border-text-placeholder {
1472
+
1473
+ .pkt-color-border-text-placeholder {
1170
1474
  border-color: var(--pkt-color-text-placeholder) !important;
1171
1475
  }
1172
- :root .pkt-color-bg-text-action-disabled {
1476
+
1477
+ .pkt-color-bg-text-action-disabled {
1173
1478
  background-color: var(--pkt-color-text-action-disabled) !important;
1174
1479
  }
1175
- :root .pkt-color-txt-text-action-disabled {
1480
+
1481
+ .pkt-color-txt-text-action-disabled {
1176
1482
  color: var(--pkt-color-text-action-disabled) !important;
1177
1483
  }
1178
- :root .pkt-color-border-text-action-disabled {
1484
+
1485
+ .pkt-color-border-text-action-disabled {
1179
1486
  border-color: var(--pkt-color-text-action-disabled) !important;
1180
1487
  }
1181
- :root .pkt-color-bg-text-action-active {
1488
+
1489
+ .pkt-color-bg-text-action-active {
1182
1490
  background-color: var(--pkt-color-text-action-active) !important;
1183
1491
  }
1184
- :root .pkt-color-txt-text-action-active {
1492
+
1493
+ .pkt-color-txt-text-action-active {
1185
1494
  color: var(--pkt-color-text-action-active) !important;
1186
1495
  }
1187
- :root .pkt-color-border-text-action-active {
1496
+
1497
+ .pkt-color-border-text-action-active {
1188
1498
  border-color: var(--pkt-color-text-action-active) !important;
1189
1499
  }
1190
- :root .pkt-color-bg-text-action-hover {
1500
+
1501
+ .pkt-color-bg-text-action-hover {
1191
1502
  background-color: var(--pkt-color-text-action-hover) !important;
1192
1503
  }
1193
- :root .pkt-color-txt-text-action-hover {
1504
+
1505
+ .pkt-color-txt-text-action-hover {
1194
1506
  color: var(--pkt-color-text-action-hover) !important;
1195
1507
  }
1196
- :root .pkt-color-border-text-action-hover {
1508
+
1509
+ .pkt-color-border-text-action-hover {
1197
1510
  border-color: var(--pkt-color-text-action-hover) !important;
1198
1511
  }
1199
- :root .pkt-color-bg-text-action-normal {
1512
+
1513
+ .pkt-color-bg-text-action-normal {
1200
1514
  background-color: var(--pkt-color-text-action-normal) !important;
1201
1515
  }
1202
- :root .pkt-color-txt-text-action-normal {
1516
+
1517
+ .pkt-color-txt-text-action-normal {
1203
1518
  color: var(--pkt-color-text-action-normal) !important;
1204
1519
  }
1205
- :root .pkt-color-border-text-action-normal {
1520
+
1521
+ .pkt-color-border-text-action-normal {
1206
1522
  border-color: var(--pkt-color-text-action-normal) !important;
1207
1523
  }
1208
- :root .pkt-color-bg-input-background-normal {
1524
+
1525
+ .pkt-color-bg-input-background-normal {
1209
1526
  background-color: var(--pkt-color-input-background-normal) !important;
1210
1527
  }
1211
- :root .pkt-color-txt-input-background-normal {
1528
+
1529
+ .pkt-color-txt-input-background-normal {
1212
1530
  color: var(--pkt-color-input-background-normal) !important;
1213
1531
  }
1214
- :root .pkt-color-border-input-background-normal {
1532
+
1533
+ .pkt-color-border-input-background-normal {
1215
1534
  border-color: var(--pkt-color-input-background-normal) !important;
1216
1535
  }
1217
- :root .pkt-color-bg-input-background-disabled {
1536
+
1537
+ .pkt-color-bg-input-background-disabled {
1218
1538
  background-color: var(--pkt-color-input-background-disabled) !important;
1219
1539
  }
1220
- :root .pkt-color-txt-input-background-disabled {
1540
+
1541
+ .pkt-color-txt-input-background-disabled {
1221
1542
  color: var(--pkt-color-input-background-disabled) !important;
1222
1543
  }
1223
- :root .pkt-color-border-input-background-disabled {
1544
+
1545
+ .pkt-color-border-input-background-disabled {
1224
1546
  border-color: var(--pkt-color-input-background-disabled) !important;
1225
1547
  }
1226
- :root .pkt-color-bg-input-border-active {
1548
+
1549
+ .pkt-color-bg-input-border-active {
1227
1550
  background-color: var(--pkt-color-input-border-active) !important;
1228
1551
  }
1229
- :root .pkt-color-txt-input-border-active {
1552
+
1553
+ .pkt-color-txt-input-border-active {
1230
1554
  color: var(--pkt-color-input-border-active) !important;
1231
1555
  }
1232
- :root .pkt-color-border-input-border-active {
1556
+
1557
+ .pkt-color-border-input-border-active {
1233
1558
  border-color: var(--pkt-color-input-border-active) !important;
1234
1559
  }
1235
- :root .pkt-color-bg-input-border-disabled {
1560
+
1561
+ .pkt-color-bg-input-border-disabled {
1236
1562
  background-color: var(--pkt-color-input-border-disabled) !important;
1237
1563
  }
1238
- :root .pkt-color-txt-input-border-disabled {
1564
+
1565
+ .pkt-color-txt-input-border-disabled {
1239
1566
  color: var(--pkt-color-input-border-disabled) !important;
1240
1567
  }
1241
- :root .pkt-color-border-input-border-disabled {
1568
+
1569
+ .pkt-color-border-input-border-disabled {
1242
1570
  border-color: var(--pkt-color-input-border-disabled) !important;
1243
1571
  }
1244
- :root .pkt-color-bg-input-border-error {
1572
+
1573
+ .pkt-color-bg-input-border-error {
1245
1574
  background-color: var(--pkt-color-input-border-error) !important;
1246
1575
  }
1247
- :root .pkt-color-txt-input-border-error {
1576
+
1577
+ .pkt-color-txt-input-border-error {
1248
1578
  color: var(--pkt-color-input-border-error) !important;
1249
1579
  }
1250
- :root .pkt-color-border-input-border-error {
1580
+
1581
+ .pkt-color-border-input-border-error {
1251
1582
  border-color: var(--pkt-color-input-border-error) !important;
1252
1583
  }
1253
- :root .pkt-color-bg-input-border-hover {
1584
+
1585
+ .pkt-color-bg-input-border-hover {
1254
1586
  background-color: var(--pkt-color-input-border-hover) !important;
1255
1587
  }
1256
- :root .pkt-color-txt-input-border-hover {
1588
+
1589
+ .pkt-color-txt-input-border-hover {
1257
1590
  color: var(--pkt-color-input-border-hover) !important;
1258
1591
  }
1259
- :root .pkt-color-border-input-border-hover {
1592
+
1593
+ .pkt-color-border-input-border-hover {
1260
1594
  border-color: var(--pkt-color-input-border-hover) !important;
1261
1595
  }
1262
- :root .pkt-color-bg-input-border-normal {
1596
+
1597
+ .pkt-color-bg-input-border-normal {
1263
1598
  background-color: var(--pkt-color-input-border-normal) !important;
1264
1599
  }
1265
- :root .pkt-color-txt-input-border-normal {
1600
+
1601
+ .pkt-color-txt-input-border-normal {
1266
1602
  color: var(--pkt-color-input-border-normal) !important;
1267
1603
  }
1268
- :root .pkt-color-border-input-border-normal {
1604
+
1605
+ .pkt-color-border-input-border-normal {
1269
1606
  border-color: var(--pkt-color-input-border-normal) !important;
1270
1607
  }
1271
- :root .pkt-color-bg-input-text-active {
1608
+
1609
+ .pkt-color-bg-input-text-active {
1272
1610
  background-color: var(--pkt-color-input-text-active) !important;
1273
1611
  }
1274
- :root .pkt-color-txt-input-text-active {
1612
+
1613
+ .pkt-color-txt-input-text-active {
1275
1614
  color: var(--pkt-color-input-text-active) !important;
1276
1615
  }
1277
- :root .pkt-color-border-input-text-active {
1616
+
1617
+ .pkt-color-border-input-text-active {
1278
1618
  border-color: var(--pkt-color-input-text-active) !important;
1279
1619
  }
1280
- :root .pkt-color-bg-input-text-disabled {
1620
+
1621
+ .pkt-color-bg-input-text-disabled {
1281
1622
  background-color: var(--pkt-color-input-text-disabled) !important;
1282
1623
  }
1283
- :root .pkt-color-txt-input-text-disabled {
1624
+
1625
+ .pkt-color-txt-input-text-disabled {
1284
1626
  color: var(--pkt-color-input-text-disabled) !important;
1285
1627
  }
1286
- :root .pkt-color-border-input-text-disabled {
1628
+
1629
+ .pkt-color-border-input-text-disabled {
1287
1630
  border-color: var(--pkt-color-input-text-disabled) !important;
1288
1631
  }
1289
- :root .pkt-color-bg-input-text-hover {
1632
+
1633
+ .pkt-color-bg-input-text-hover {
1290
1634
  background-color: var(--pkt-color-input-text-hover) !important;
1291
1635
  }
1292
- :root .pkt-color-txt-input-text-hover {
1636
+
1637
+ .pkt-color-txt-input-text-hover {
1293
1638
  color: var(--pkt-color-input-text-hover) !important;
1294
1639
  }
1295
- :root .pkt-color-border-input-text-hover {
1640
+
1641
+ .pkt-color-border-input-text-hover {
1296
1642
  border-color: var(--pkt-color-input-text-hover) !important;
1297
1643
  }
1298
- :root .pkt-color-bg-input-text-normal {
1644
+
1645
+ .pkt-color-bg-input-text-normal {
1299
1646
  background-color: var(--pkt-color-input-text-normal) !important;
1300
1647
  }
1301
- :root .pkt-color-txt-input-text-normal {
1648
+
1649
+ .pkt-color-txt-input-text-normal {
1302
1650
  color: var(--pkt-color-input-text-normal) !important;
1303
1651
  }
1304
- :root .pkt-color-border-input-text-normal {
1652
+
1653
+ .pkt-color-border-input-text-normal {
1305
1654
  border-color: var(--pkt-color-input-text-normal) !important;
1306
1655
  }
1307
- :root .pkt-color-bg-input-text-error {
1656
+
1657
+ .pkt-color-bg-input-text-error {
1308
1658
  background-color: var(--pkt-color-input-text-error) !important;
1309
1659
  }
1310
- :root .pkt-color-txt-input-text-error {
1660
+
1661
+ .pkt-color-txt-input-text-error {
1311
1662
  color: var(--pkt-color-input-text-error) !important;
1312
1663
  }
1313
- :root .pkt-color-border-input-text-error {
1664
+
1665
+ .pkt-color-border-input-text-error {
1314
1666
  border-color: var(--pkt-color-input-text-error) !important;
1315
1667
  }
1316
- :root .pkt-color-bg-input-text-open {
1668
+
1669
+ .pkt-color-bg-input-text-open {
1317
1670
  background-color: var(--pkt-color-input-text-open) !important;
1318
1671
  }
1319
- :root .pkt-color-txt-input-text-open {
1672
+
1673
+ .pkt-color-txt-input-text-open {
1320
1674
  color: var(--pkt-color-input-text-open) !important;
1321
1675
  }
1322
- :root .pkt-color-border-input-text-open {
1676
+
1677
+ .pkt-color-border-input-text-open {
1323
1678
  border-color: var(--pkt-color-input-text-open) !important;
1324
1679
  }
1325
- :root .pkt-color-bg-input-check-background {
1680
+
1681
+ .pkt-color-bg-input-check-background {
1326
1682
  background-color: var(--pkt-color-input-check-background) !important;
1327
1683
  }
1328
- :root .pkt-color-txt-input-check-background {
1684
+
1685
+ .pkt-color-txt-input-check-background {
1329
1686
  color: var(--pkt-color-input-check-background) !important;
1330
1687
  }
1331
- :root .pkt-color-border-input-check-background {
1688
+
1689
+ .pkt-color-border-input-check-background {
1332
1690
  border-color: var(--pkt-color-input-check-background) !important;
1333
1691
  }
1334
- :root .pkt-color-bg-input-check-border {
1692
+
1693
+ .pkt-color-bg-input-check-border {
1335
1694
  background-color: var(--pkt-color-input-check-border) !important;
1336
1695
  }
1337
- :root .pkt-color-txt-input-check-border {
1696
+
1697
+ .pkt-color-txt-input-check-border {
1338
1698
  color: var(--pkt-color-input-check-border) !important;
1339
1699
  }
1340
- :root .pkt-color-border-input-check-border {
1700
+
1701
+ .pkt-color-border-input-check-border {
1341
1702
  border-color: var(--pkt-color-input-check-border) !important;
1342
1703
  }
1343
- :root .pkt-color-bg-input-check-text-active {
1704
+
1705
+ .pkt-color-bg-input-check-text-active {
1344
1706
  background-color: var(--pkt-color-input-check-text-active) !important;
1345
1707
  }
1346
- :root .pkt-color-txt-input-check-text-active {
1708
+
1709
+ .pkt-color-txt-input-check-text-active {
1347
1710
  color: var(--pkt-color-input-check-text-active) !important;
1348
1711
  }
1349
- :root .pkt-color-border-input-check-text-active {
1712
+
1713
+ .pkt-color-border-input-check-text-active {
1350
1714
  border-color: var(--pkt-color-input-check-text-active) !important;
1351
1715
  }
1352
- :root .pkt-color-bg-input-check-text-hover {
1716
+
1717
+ .pkt-color-bg-input-check-text-hover {
1353
1718
  background-color: var(--pkt-color-input-check-text-hover) !important;
1354
1719
  }
1355
- :root .pkt-color-txt-input-check-text-hover {
1720
+
1721
+ .pkt-color-txt-input-check-text-hover {
1356
1722
  color: var(--pkt-color-input-check-text-hover) !important;
1357
1723
  }
1358
- :root .pkt-color-border-input-check-text-hover {
1724
+
1725
+ .pkt-color-border-input-check-text-hover {
1359
1726
  border-color: var(--pkt-color-input-check-text-hover) !important;
1360
1727
  }
1361
- :root .bg-color-blue {
1728
+
1729
+ .bg-color-blue {
1362
1730
  background-color: #6fe9ff !important;
1363
1731
  }
1364
- :root .txt-color-blue {
1732
+
1733
+ .txt-color-blue {
1365
1734
  color: #6fe9ff !important;
1366
1735
  }
1367
- :root .bg-color-blue-light {
1736
+
1737
+ .bg-color-blue-light {
1368
1738
  background-color: #b3f5ff !important;
1369
1739
  }
1370
- :root .txt-color-blue-light {
1740
+
1741
+ .txt-color-blue-light {
1371
1742
  color: #b3f5ff !important;
1372
1743
  }
1373
- :root .bg-color-blue-dark {
1744
+
1745
+ .bg-color-blue-dark {
1374
1746
  background-color: #2a2859 !important;
1375
1747
  }
1376
- :root .txt-color-blue-dark {
1748
+
1749
+ .txt-color-blue-dark {
1377
1750
  color: #2a2859 !important;
1378
1751
  }
1379
- :root .bg-color-green {
1752
+
1753
+ .bg-color-green {
1380
1754
  background-color: #43f8b6 !important;
1381
1755
  }
1382
- :root .txt-color-green {
1756
+
1757
+ .txt-color-green {
1383
1758
  color: #43f8b6 !important;
1384
1759
  }
1385
- :root .bg-color-green-light {
1760
+
1761
+ .bg-color-green-light {
1386
1762
  background-color: #c7f6c9 !important;
1387
1763
  }
1388
- :root .txt-color-green-light {
1764
+
1765
+ .txt-color-green-light {
1389
1766
  color: #c7f6c9 !important;
1390
1767
  }
1391
- :root .bg-color-green-dark {
1768
+
1769
+ .bg-color-green-dark {
1392
1770
  background-color: #034b45 !important;
1393
1771
  }
1394
- :root .txt-color-green-dark {
1772
+
1773
+ .txt-color-green-dark {
1395
1774
  color: #034b45 !important;
1396
1775
  }
1397
- :root .bg-color-red {
1776
+
1777
+ .bg-color-red {
1398
1778
  background-color: #ff8274 !important;
1399
1779
  }
1400
- :root .txt-color-red {
1780
+
1781
+ .txt-color-red {
1401
1782
  color: #ff8274 !important;
1402
1783
  }
1403
- :root .bg-color-red-light {
1784
+
1785
+ .bg-color-red-light {
1404
1786
  background-color: #ffb4ac !important;
1405
1787
  }
1406
- :root .txt-color-red-light {
1788
+
1789
+ .txt-color-red-light {
1407
1790
  color: #ffb4ac !important;
1408
1791
  }
1409
- :root .bg-color-yellow {
1792
+
1793
+ .bg-color-yellow {
1410
1794
  background-color: #f9c66b !important;
1411
1795
  }
1412
- :root .txt-color-yellow {
1796
+
1797
+ .txt-color-yellow {
1413
1798
  color: #f9c66b !important;
1414
1799
  }
1415
- :root .bg-color-beige-light {
1800
+
1801
+ .bg-color-beige-light {
1416
1802
  background-color: #f8f0dd !important;
1417
1803
  }
1418
- :root .txt-color-beige-light {
1804
+
1805
+ .txt-color-beige-light {
1419
1806
  color: #f8f0dd !important;
1420
1807
  }
1421
- :root .bg-color-beige-dark {
1808
+
1809
+ .bg-color-beige-dark {
1422
1810
  background-color: #d0bfae !important;
1423
1811
  }
1424
- :root .txt-color-beige-dark {
1812
+
1813
+ .txt-color-beige-dark {
1425
1814
  color: #d0bfae !important;
1426
1815
  }
1427
- :root .bg-color-active {
1816
+
1817
+ .bg-color-active {
1428
1818
  background-color: #1f42aa !important;
1429
1819
  }
1430
- :root .txt-color-active {
1820
+
1821
+ .txt-color-active {
1431
1822
  color: #1f42aa !important;
1432
1823
  }
1433
- :root .bg-color-active-light {
1824
+
1825
+ .bg-color-active-light {
1434
1826
  background-color: #b3f5ff !important;
1435
1827
  }
1436
- :root .txt-color-active-light {
1828
+
1829
+ .txt-color-active-light {
1437
1830
  color: #b3f5ff !important;
1438
1831
  }
1439
- :root .bg-color-hover {
1832
+
1833
+ .bg-color-hover {
1440
1834
  background-color: #1f42aa !important;
1441
1835
  }
1442
- :root .txt-color-hover {
1836
+
1837
+ .txt-color-hover {
1443
1838
  color: #1f42aa !important;
1444
1839
  }
1445
- :root .bg-color-hover-light {
1840
+
1841
+ .bg-color-hover-light {
1446
1842
  background-color: #b3f5ff !important;
1447
1843
  }
1448
- :root .txt-color-hover-light {
1844
+
1845
+ .txt-color-hover-light {
1449
1846
  color: #b3f5ff !important;
1450
1847
  }
1451
- :root .bg-color-focus {
1848
+
1849
+ .bg-color-focus {
1452
1850
  background-color: #e0adff !important;
1453
1851
  }
1454
- :root .txt-color-focus {
1852
+
1853
+ .txt-color-focus {
1455
1854
  color: #e0adff !important;
1456
1855
  }
1457
- :root .bg-color-disabled {
1856
+
1857
+ .bg-color-disabled {
1458
1858
  background-color: #4d4d4d !important;
1459
1859
  }
1460
- :root .txt-color-disabled {
1860
+
1861
+ .txt-color-disabled {
1461
1862
  color: #4d4d4d !important;
1462
1863
  }
1463
- :root .bg-color-disabled-light {
1864
+
1865
+ .bg-color-disabled-light {
1464
1866
  background-color: #f9f9f9 !important;
1465
1867
  }
1466
- :root .txt-color-disabled-light {
1868
+
1869
+ .txt-color-disabled-light {
1467
1870
  color: #f9f9f9 !important;
1468
1871
  }
1469
- :root .bg-color-info {
1872
+
1873
+ .bg-color-info {
1470
1874
  background-color: #2a2859 !important;
1471
1875
  }
1472
- :root .txt-color-info {
1876
+
1877
+ .txt-color-info {
1473
1878
  color: #2a2859 !important;
1474
1879
  }
1475
- :root .bg-color-success {
1880
+
1881
+ .bg-color-success {
1476
1882
  background-color: #034b45 !important;
1477
1883
  }
1478
- :root .txt-color-success {
1884
+
1885
+ .txt-color-success {
1479
1886
  color: #034b45 !important;
1480
1887
  }
1481
- :root .bg-color-warning {
1888
+
1889
+ .bg-color-warning {
1482
1890
  background-color: #774c01 !important;
1483
1891
  }
1484
- :root .txt-color-warning {
1892
+
1893
+ .txt-color-warning {
1485
1894
  color: #774c01 !important;
1486
1895
  }
1487
- :root .bg-color-error {
1896
+
1897
+ .bg-color-error {
1488
1898
  background-color: #96281c !important;
1489
1899
  }
1490
- :root .txt-color-error {
1900
+
1901
+ .txt-color-error {
1491
1902
  color: #96281c !important;
1492
1903
  }
1493
- :root .bg-color-blue-dark-5 {
1904
+
1905
+ .bg-color-blue-dark-5 {
1494
1906
  background-color: #f2f9ff !important;
1495
1907
  }
1496
- :root .txt-color-blue-dark-5 {
1908
+
1909
+ .txt-color-blue-dark-5 {
1497
1910
  color: #f2f9ff !important;
1498
1911
  }
1499
- :root .bg-color-blue-dark-10 {
1912
+
1913
+ .bg-color-blue-dark-10 {
1500
1914
  background-color: #d9e9f2 !important;
1501
1915
  }
1502
- :root .txt-color-blue-dark-10 {
1916
+
1917
+ .txt-color-blue-dark-10 {
1503
1918
  color: #d9e9f2 !important;
1504
1919
  }
1505
- :root .bg-color-blue-5 {
1920
+
1921
+ .bg-color-blue-5 {
1506
1922
  background-color: #f1fdff !important;
1507
1923
  }
1508
- :root .txt-color-blue-5 {
1924
+
1925
+ .txt-color-blue-5 {
1509
1926
  color: #f1fdff !important;
1510
1927
  }
1511
- :root .bg-color-blue-10 {
1928
+
1929
+ .bg-color-blue-10 {
1512
1930
  background-color: #e5fcff !important;
1513
1931
  }
1514
- :root .txt-color-blue-10 {
1932
+
1933
+ .txt-color-blue-10 {
1515
1934
  color: #e5fcff !important;
1516
1935
  }
1517
- :root .bg-color-blue-60 {
1936
+
1937
+ .bg-color-blue-60 {
1518
1938
  background-color: #d1f9ff !important;
1519
1939
  }
1520
- :root .txt-color-blue-60 {
1940
+
1941
+ .txt-color-blue-60 {
1521
1942
  color: #d1f9ff !important;
1522
1943
  }
1523
- :root .bg-color-green-dark-5 {
1944
+
1945
+ .bg-color-green-dark-5 {
1524
1946
  background-color: #f2fff3 !important;
1525
1947
  }
1526
- :root .txt-color-green-dark-5 {
1948
+
1949
+ .txt-color-green-dark-5 {
1527
1950
  color: #f2fff3 !important;
1528
1951
  }
1529
- :root .bg-color-green-dark-10 {
1952
+
1953
+ .bg-color-green-dark-10 {
1530
1954
  background-color: #d9f2ef !important;
1531
1955
  }
1532
- :root .txt-color-green-dark-10 {
1956
+
1957
+ .txt-color-green-dark-10 {
1533
1958
  color: #d9f2ef !important;
1534
1959
  }
1535
- :root .bg-color-green-10 {
1960
+
1961
+ .bg-color-green-10 {
1536
1962
  background-color: #e5ffe6 !important;
1537
1963
  }
1538
- :root .txt-color-green-10 {
1964
+
1965
+ .txt-color-green-10 {
1539
1966
  color: #e5ffe6 !important;
1540
1967
  }
1541
- :root .bg-color-green-30 {
1968
+
1969
+ .bg-color-green-30 {
1542
1970
  background-color: #c7fde9 !important;
1543
1971
  }
1544
- :root .txt-color-green-30 {
1972
+
1973
+ .txt-color-green-30 {
1545
1974
  color: #c7fde9 !important;
1546
1975
  }
1547
- :root .bg-color-red-5 {
1976
+
1977
+ .bg-color-red-5 {
1548
1978
  background-color: #fff3f2 !important;
1549
1979
  }
1550
- :root .txt-color-red-5 {
1980
+
1981
+ .txt-color-red-5 {
1551
1982
  color: #fff3f2 !important;
1552
1983
  }
1553
- :root .bg-color-red-10 {
1984
+
1985
+ .bg-color-red-10 {
1554
1986
  background-color: #ffe8e5 !important;
1555
1987
  }
1556
- :root .txt-color-red-10 {
1988
+
1989
+ .txt-color-red-10 {
1557
1990
  color: #ffe8e5 !important;
1558
1991
  }
1559
- :root .bg-color-red-30 {
1992
+
1993
+ .bg-color-red-30 {
1560
1994
  background-color: #ffdfdc !important;
1561
1995
  }
1562
- :root .txt-color-red-30 {
1996
+
1997
+ .txt-color-red-30 {
1563
1998
  color: #ffdfdc !important;
1564
1999
  }
1565
- :root .bg-color-yellow-5 {
2000
+
2001
+ .bg-color-yellow-5 {
1566
2002
  background-color: #fef9f0 !important;
1567
2003
  }
1568
- :root .txt-color-yellow-5 {
2004
+
2005
+ .txt-color-yellow-5 {
1569
2006
  color: #fef9f0 !important;
1570
2007
  }
1571
- :root .bg-color-yellow-50 {
2008
+
2009
+ .bg-color-yellow-50 {
1572
2010
  background-color: #ffe7bc !important;
1573
2011
  }
1574
- :root .txt-color-yellow-50 {
2012
+
2013
+ .txt-color-yellow-50 {
1575
2014
  color: #ffe7bc !important;
1576
2015
  }
1577
- :root .bg-color-gray-light {
2016
+
2017
+ .bg-color-gray-light {
1578
2018
  background-color: #f9f9f9 !important;
1579
2019
  }
1580
- :root .txt-color-gray-light {
2020
+
2021
+ .txt-color-gray-light {
1581
2022
  color: #f9f9f9 !important;
1582
2023
  }
1583
- :root .bg-color-gray {
2024
+
2025
+ .bg-color-gray {
1584
2026
  background-color: #f2f2f2 !important;
1585
2027
  }
1586
- :root .txt-color-gray {
2028
+
2029
+ .txt-color-gray {
1587
2030
  color: #f2f2f2 !important;
1588
2031
  }
1589
- :root .bg-color-gray-dark {
2032
+
2033
+ .bg-color-gray-dark {
1590
2034
  background-color: #2c2c2c !important;
1591
2035
  }
1592
- :root .txt-color-gray-dark {
2036
+
2037
+ .txt-color-gray-dark {
1593
2038
  color: #2c2c2c !important;
1594
2039
  }
1595
- :root .bg-color-transparent {
2040
+
2041
+ .bg-color-transparent {
1596
2042
  background-color: transparent !important;
1597
2043
  }
1598
- :root .txt-color-transparent {
2044
+
2045
+ .txt-color-transparent {
1599
2046
  color: transparent !important;
1600
2047
  }
1601
- :root .bg-color-white {
2048
+
2049
+ .bg-color-white {
1602
2050
  background-color: #fff !important;
1603
2051
  }
1604
- :root .txt-color-white {
2052
+
2053
+ .txt-color-white {
1605
2054
  color: #fff !important;
1606
2055
  }
1607
- :root .bg-color-grayscale-10 {
2056
+
2057
+ .bg-color-grayscale-10 {
1608
2058
  background-color: #e6e6e6 !important;
1609
2059
  }
1610
- :root .txt-color-grayscale-10 {
2060
+
2061
+ .txt-color-grayscale-10 {
1611
2062
  color: #e6e6e6 !important;
1612
2063
  }
1613
- :root .bg-color-grayscale-20 {
2064
+
2065
+ .bg-color-grayscale-20 {
1614
2066
  background-color: #ccc !important;
1615
2067
  }
1616
- :root .txt-color-grayscale-20 {
2068
+
2069
+ .txt-color-grayscale-20 {
1617
2070
  color: #ccc !important;
1618
2071
  }
1619
- :root .bg-color-grayscale-30 {
2072
+
2073
+ .bg-color-grayscale-30 {
1620
2074
  background-color: #b3b3b3 !important;
1621
2075
  }
1622
- :root .txt-color-grayscale-30 {
2076
+
2077
+ .txt-color-grayscale-30 {
1623
2078
  color: #b3b3b3 !important;
1624
2079
  }
1625
- :root .bg-color-grayscale-40 {
2080
+
2081
+ .bg-color-grayscale-40 {
1626
2082
  background-color: #9a9a9a !important;
1627
2083
  }
1628
- :root .txt-color-grayscale-40 {
2084
+
2085
+ .txt-color-grayscale-40 {
1629
2086
  color: #9a9a9a !important;
1630
2087
  }
1631
- :root .bg-color-grayscale-50 {
2088
+
2089
+ .bg-color-grayscale-50 {
1632
2090
  background-color: #808080 !important;
1633
2091
  }
1634
- :root .txt-color-grayscale-50 {
2092
+
2093
+ .txt-color-grayscale-50 {
1635
2094
  color: #808080 !important;
1636
2095
  }
1637
- :root .bg-color-grayscale-60 {
2096
+
2097
+ .bg-color-grayscale-60 {
1638
2098
  background-color: #666 !important;
1639
2099
  }
1640
- :root .txt-color-grayscale-60 {
2100
+
2101
+ .txt-color-grayscale-60 {
1641
2102
  color: #666 !important;
1642
2103
  }
1643
- :root .bg-color-grayscale-70 {
2104
+
2105
+ .bg-color-grayscale-70 {
1644
2106
  background-color: #4d4d4d !important;
1645
2107
  }
1646
- :root .txt-color-grayscale-70 {
2108
+
2109
+ .txt-color-grayscale-70 {
1647
2110
  color: #4d4d4d !important;
1648
2111
  }
1649
- :root .bg-color-grayscale-80 {
2112
+
2113
+ .bg-color-grayscale-80 {
1650
2114
  background-color: #333 !important;
1651
2115
  }
1652
- :root .txt-color-grayscale-80 {
2116
+
2117
+ .txt-color-grayscale-80 {
1653
2118
  color: #333 !important;
1654
2119
  }
1655
- :root .bg-color-grayscale-90 {
2120
+
2121
+ .bg-color-grayscale-90 {
1656
2122
  background-color: #1a1a1a !important;
1657
2123
  }
1658
- :root .txt-color-grayscale-90 {
2124
+
2125
+ .txt-color-grayscale-90 {
1659
2126
  color: #1a1a1a !important;
1660
2127
  }
1661
- :root .bg-color-black {
2128
+
2129
+ .bg-color-black {
1662
2130
  background-color: #000 !important;
1663
2131
  }
1664
- :root .txt-color-black {
2132
+
2133
+ .txt-color-black {
1665
2134
  color: #000 !important;
1666
2135
  }
1667
- :root[data-mode=dark],
1668
- :root [data-mode=dark] {
1669
- --pkt-color-background-card: var(--pkt-color-grays-gray-700);
1670
- --pkt-color-background-default: var(--pkt-color-grays-gray-1000);
1671
- --pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
1672
- --pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
1673
- --pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
1674
- --pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
1675
- --pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
1676
- --pkt-color-border-green: var(--pkt-color-brand-green-1000);
1677
- --pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
1678
- --pkt-color-border-red: var(--pkt-color-brand-red-1000);
1679
- --pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
1680
- --pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
1681
- --pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
1682
- --pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
1683
- --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
1684
- --pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
1685
- --pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
1686
- --pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
1687
- --pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
1688
- --pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
1689
- --pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
1690
- --pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
1691
- --pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
1692
- --pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
1693
- --pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
1694
- --pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
1695
- --pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
1696
- --pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
1697
- --pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
1698
- --pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
1699
- --pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
1700
- --pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
1701
- --pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
1702
- --pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
1703
- --pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
1704
- --pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
1705
- --pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
1706
- --pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
1707
- --pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
1708
- --pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
1709
- --pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
1710
- --pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
1711
- --pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
1712
- --pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
1713
- --pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
1714
- --pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
1715
- --pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
1716
- --pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
1717
- --pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
1718
- --pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
1719
- --pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
1720
- --pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
1721
- --pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
1722
- --pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
1723
- --pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
1724
- --pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
1725
- --pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
1726
- --pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
1727
- --pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
1728
- --pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
1729
- --pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
1730
- }
1731
2136
 
1732
2137
  /*
1733
2138
  * Defaults for elementer
@@ -11362,17 +11767,14 @@ body {
11362
11767
  * gir luft rundt og justerer innholdet innenfor en skjermstørrelse.
11363
11768
  */
11364
11769
  .pkt-container {
11365
- margin-left: auto;
11366
- margin-right: auto;
11367
- padding-left: 1rem;
11368
- padding-right: 1rem;
11770
+ margin-inline: auto;
11771
+ padding-inline: 1rem;
11369
11772
  width: 100%;
11370
11773
  max-width: 100vw;
11371
11774
  }
11372
11775
  @media screen and (min-width: 48rem) {
11373
11776
  .pkt-container {
11374
- padding-left: 2rem;
11375
- padding-right: 2rem;
11777
+ padding-inline: 2rem;
11376
11778
  }
11377
11779
  }
11378
11780
  @media screen and (min-width: 80rem) {
@@ -11413,8 +11815,7 @@ body {
11413
11815
  margin-right: auto;
11414
11816
  }
11415
11817
  .pkt-container--center {
11416
- margin-left: auto;
11417
- margin-right: auto;
11818
+ margin-inline: auto;
11418
11819
  }
11419
11820
  .pkt-container--right {
11420
11821
  margin-left: auto;
@@ -16883,7 +17284,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
16883
17284
  * button is only one without pkt-form prefix. Is that ok???
16884
17285
  */
16885
17286
  .pkt-form-group {
16886
- margin-bottom: 1.5rem;
17287
+ margin-block-end: 1.5rem;
16887
17288
  }
16888
17289
  .pkt-form-group:focus-within {
16889
17290
  color: var(--pkt-color-brand-warm-blue-1000);
@@ -16986,18 +17387,18 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
16986
17387
  }
16987
17388
  .pkt-input-check__input-label {
16988
17389
  color: var(--pkt-color-text-body-default);
16989
- padding-left: 0.5rem;
17390
+ padding-inline-start: 0.5rem;
16990
17391
  letter-spacing: -0.2px;
16991
17392
  font-weight: 300;
16992
17393
  font-size: 1rem;
16993
17394
  line-height: 1.5rem;
16994
17395
  }
16995
17396
  .pkt-input-check__input-label--left {
16996
- padding-left: 0;
16997
- padding-right: 0.5rem;
17397
+ padding-inline-start: 0;
17398
+ padding-inline-end: 0.5rem;
16998
17399
  }
16999
17400
  .pkt-input-check__input-helptext {
17000
- padding-top: 0.5rem;
17401
+ padding-block-start: 0.5rem;
17001
17402
  max-width: 21.875rem;
17002
17403
  color: var(--pkt-color-text-body-default);
17003
17404
  letter-spacing: -0.2px;
@@ -17764,13 +18165,13 @@ pkt-select {
17764
18165
  padding: 0;
17765
18166
  }
17766
18167
  .pkt-list-horizontal li {
17767
- padding-right: 1rem;
18168
+ padding-inline-end: 1rem;
17768
18169
  }
17769
18170
  .pkt-list-horizontal li + li {
17770
- padding-left: 1rem;
18171
+ padding-inline-start: 1rem;
17771
18172
  }
17772
18173
  .pkt-list-horizontal li:last-child {
17773
- padding-right: 0;
18174
+ padding-inline-end: 0;
17774
18175
  }
17775
18176
  .pkt-list-horizontal.bordered li + li {
17776
18177
  border-left: 1px solid var(--pkt-color-grays-gray-600);
@@ -18063,11 +18464,11 @@ pkt-select {
18063
18464
  }
18064
18465
 
18065
18466
  [class*=ok-section-] > [class^=ok-title-] {
18066
- margin-top: 0;
18467
+ margin-block-start: 0;
18067
18468
  }
18068
18469
 
18069
18470
  .pkt-section--margin-top {
18070
- margin-top: 2.5rem;
18471
+ margin-block-start: 2.5rem;
18071
18472
  }
18072
18473
 
18073
18474
  /*
@@ -18159,7 +18560,7 @@ pkt-select {
18159
18560
  @media screen and (max-width: 48rem) {
18160
18561
  .pkt-table.pkt-table--responsive__label-padding .pkt-table__data-cell::before,
18161
18562
  .pkt-table.pkt-table--responsive__label-padding td::before {
18162
- padding-top: 1rem;
18563
+ padding-block-start: 1rem;
18163
18564
  }
18164
18565
  .pkt-table.pkt-table--responsive .pkt-table__header,
18165
18566
  .pkt-table.pkt-table--responsive thead {
@@ -18573,13 +18974,13 @@ pkt-alert {
18573
18974
  line-height: 1.75rem;
18574
18975
  }
18575
18976
  .pkt-alert__text p {
18576
- margin-bottom: 1rem;
18977
+ margin-block-end: 1rem;
18577
18978
  }
18578
18979
  .pkt-alert__text p:first-of-type {
18579
- margin-top: 0;
18980
+ margin-block-start: 0;
18580
18981
  }
18581
18982
  .pkt-alert__text p:last-of-type {
18582
- margin-bottom: 0;
18983
+ margin-block-end: 0;
18583
18984
  }
18584
18985
  .pkt-alert__date {
18585
18986
  grid-column: 1/-1;
@@ -18688,7 +19089,7 @@ pkt-alert {
18688
19089
  .pkt-badge {
18689
19090
  display: inline-flex;
18690
19091
  height: 1.5em;
18691
- margin-left: 0.4em;
19092
+ margin-inline-start: 0.4em;
18692
19093
  padding: 0.25em 0.4em;
18693
19094
  color: black;
18694
19095
  font-weight: 500;
@@ -18719,7 +19120,7 @@ pkt-alert {
18719
19120
  }
18720
19121
 
18721
19122
  .pkt-btn--small > .pkt-badge {
18722
- padding-top: 0.28em;
19123
+ padding-block-start: 0.28em;
18723
19124
  transform: translateY(-0.1em);
18724
19125
  }
18725
19126
 
@@ -18869,7 +19270,7 @@ pkt-alert {
18869
19270
  .pkt-breadcrumbs__icon {
18870
19271
  width: 1rem;
18871
19272
  height: 1rem;
18872
- margin-left: 0.5rem;
19273
+ margin-inline-start: 0.5rem;
18873
19274
  }
18874
19275
  .pkt-breadcrumbs--desktop {
18875
19276
  display: none !important;
@@ -18900,7 +19301,7 @@ pkt-calendar .pkt-cal-month-nav {
18900
19301
  display: flex;
18901
19302
  justify-content: space-between;
18902
19303
  align-items: center;
18903
- margin-bottom: 1rem;
19304
+ margin-block-end: 1rem;
18904
19305
  }
18905
19306
  .pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker,
18906
19307
  pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker {
@@ -18957,7 +19358,7 @@ pkt-calendar .pkt-cal-days .pkt-btn {
18957
19358
  .pkt-calendar .pkt-cal-days,
18958
19359
  pkt-calendar .pkt-cal-days {
18959
19360
  margin: 0;
18960
- padding-left: 0;
19361
+ padding-inline-start: 0;
18961
19362
  border-spacing: 0;
18962
19363
  }
18963
19364
  .pkt-calendar .pkt-cal-days td,
@@ -19117,7 +19518,7 @@ pkt-card {
19117
19518
  margin: 0;
19118
19519
  font-size: 1.875rem;
19119
19520
  font-weight: 400;
19120
- margin-bottom: 0.5rem;
19521
+ margin-block-end: 0.5rem;
19121
19522
  hyphens: auto;
19122
19523
  overflow-wrap: break-word;
19123
19524
  }
@@ -19129,15 +19530,15 @@ pkt-card {
19129
19530
  padding: 0;
19130
19531
  margin: 0;
19131
19532
  line-height: unset;
19132
- margin-bottom: 1rem;
19533
+ margin-block-end: 1rem;
19133
19534
  font-size: 1.25rem;
19134
19535
  font-weight: 300;
19135
19536
  hyphens: auto;
19136
19537
  overflow-wrap: break-word;
19137
19538
  }
19138
19539
  .pkt-card .pkt-card__metadata {
19139
- margin-top: 1rem;
19140
- margin-bottom: 0;
19540
+ margin-block-start: 1rem;
19541
+ margin-block-end: 0;
19141
19542
  line-height: unset;
19142
19543
  gap: 0.5rem;
19143
19544
  }
@@ -19148,12 +19549,12 @@ pkt-card {
19148
19549
  display: flex;
19149
19550
  flex-wrap: wrap;
19150
19551
  gap: 6px;
19151
- margin-bottom: 0.5rem;
19152
- margin-top: 0;
19552
+ margin-block-end: 0.5rem;
19553
+ margin-block-start: 0;
19153
19554
  }
19154
19555
  .pkt-card .pkt-card__tags-bottom {
19155
- margin-top: 0.5rem;
19156
- margin-bottom: 0;
19556
+ margin-block-start: 0.5rem;
19557
+ margin-block-end: 0;
19157
19558
  }
19158
19559
  .pkt-card.pkt-card--horizontal {
19159
19560
  flex-direction: row;
@@ -19189,15 +19590,15 @@ pkt-card {
19189
19590
  }
19190
19591
  .pkt-card.pkt-card--horizontal .pkt-card__image {
19191
19592
  max-width: 400px;
19192
- margin-right: 2rem;
19593
+ margin-inline-end: 2rem;
19193
19594
  }
19194
19595
  .pkt-card.pkt-card--horizontal .pkt-card__image-square {
19195
19596
  align-self: stretch;
19196
19597
  }
19197
19598
  @media screen and (max-width: 36rem) {
19198
19599
  .pkt-card.pkt-card--horizontal .pkt-card__image {
19199
- margin-right: 0;
19200
- margin-bottom: 2rem;
19600
+ margin-inline-end: 0;
19601
+ margin-block-end: 2rem;
19201
19602
  max-height: 400px;
19202
19603
  }
19203
19604
  .pkt-card.pkt-card--horizontal .pkt-card__image-square {
@@ -19205,7 +19606,7 @@ pkt-card {
19205
19606
  }
19206
19607
  }
19207
19608
  .pkt-card.pkt-card--vertical .pkt-card__image {
19208
- margin-bottom: 2rem;
19609
+ margin-block-end: 2rem;
19209
19610
  max-height: 400px;
19210
19611
  }
19211
19612
  .pkt-card.pkt-card--padding-none.pkt-card--vertical .pkt-card__image-square {
@@ -19328,7 +19729,7 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
19328
19729
  border-color: transparent;
19329
19730
  }
19330
19731
  .pkt-combobox__wrapper .pkt-combobox__value {
19331
- padding-left: 0.5rem;
19732
+ padding-inline-start: 0.5rem;
19332
19733
  }
19333
19734
  .pkt-combobox__wrapper .pkt-combobox__input {
19334
19735
  display: flex;
@@ -19480,10 +19881,10 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
19480
19881
  .pkt-combobox__wrapper .pkt-combobox__placeholder {
19481
19882
  color: var(--pkt-color-text-placeholder);
19482
19883
  opacity: 1;
19483
- padding-left: 0.5rem;
19884
+ padding-inline-start: 0.5rem;
19484
19885
  }
19485
19886
  .pkt-combobox__wrapper .pkt-listbox__open {
19486
- margin-top: 0.5rem;
19887
+ margin-block-start: 0.5rem;
19487
19888
  }
19488
19889
 
19489
19890
  .pkt-inputwrapper:not([data-navtype=pointer]) .pkt-combobox__input:focus-within {
@@ -19612,8 +20013,7 @@ pkt-datepicker-multiple {
19612
20013
  outline: none;
19613
20014
  }
19614
20015
  .pkt-datepicker__inputs button.pkt-input-icon {
19615
- padding-left: 0.75rem;
19616
- padding-right: 0.75rem;
20016
+ padding-inline: 0.75rem;
19617
20017
  }
19618
20018
  .pkt-datepicker__inputs button.pkt-input-icon:hover {
19619
20019
  background-color: inherit !important;
@@ -19621,19 +20021,19 @@ pkt-datepicker-multiple {
19621
20021
  --fg-color: var(--pkt-color-button-text-hover);
19622
20022
  }
19623
20023
  .pkt-datepicker__inputs .pkt-datepicker__input {
19624
- padding-right: 0;
20024
+ padding-inline-end: 0;
19625
20025
  background-image: none;
19626
20026
  width: 8.3rem;
19627
20027
  }
19628
20028
  .pkt-datepicker__inputs .pkt-input-separator ~ .pkt-datepicker--range {
19629
- padding-left: 0.25rem;
20029
+ padding-inline-start: 0.25rem;
19630
20030
  }
19631
20031
 
19632
20032
  .pkt-calendar-popup {
19633
20033
  top: 100%;
19634
20034
  left: 0;
19635
20035
  z-index: 2;
19636
- margin-top: 0.5rem;
20036
+ margin-block-start: 0.5rem;
19637
20037
  padding: 0.5rem;
19638
20038
  position: absolute;
19639
20039
  width: max-content;
@@ -19677,8 +20077,7 @@ pkt-datepicker-multiple {
19677
20077
  line-height: 1.5rem;
19678
20078
  }
19679
20079
  .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon {
19680
- padding-left: 0.5rem;
19681
- padding-right: 0.5rem;
20080
+ padding-inline: 0.5rem;
19682
20081
  }
19683
20082
  .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
19684
20083
  .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
@@ -19712,8 +20111,7 @@ pkt-datepicker-multiple {
19712
20111
  line-height: 1rem;
19713
20112
  }
19714
20113
  .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon {
19715
- padding-left: 0.5rem;
19716
- padding-right: 0.5rem;
20114
+ padding-inline: 0.5rem;
19717
20115
  }
19718
20116
  .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
19719
20117
  .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
@@ -19732,7 +20130,7 @@ pkt-datepicker-multiple {
19732
20130
 
19733
20131
  @supports (-moz-appearance: none) {
19734
20132
  .pkt-datepicker__inputs .pkt-datepicker__input {
19735
- padding-right: 0.5rem;
20133
+ padding-inline-end: 0.5rem;
19736
20134
  }
19737
20135
  .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
19738
20136
  width: auto;
@@ -19796,7 +20194,7 @@ pkt-fileupload--error .pkt-fileupload__drop-zone,
19796
20194
  }
19797
20195
  pkt-fileupload--error .pkt-alert--error.pkt-fileupload__error-alert,
19798
20196
  .pkt-fileupload--error .pkt-alert--error.pkt-fileupload__error-alert {
19799
- margin-bottom: 1rem;
20197
+ margin-block-end: 1rem;
19800
20198
  width: 100%;
19801
20199
  }
19802
20200
  pkt-fileupload--disabled,
@@ -19837,7 +20235,7 @@ pkt-fileupload__drop-zone,
19837
20235
  cursor: pointer;
19838
20236
  padding: 2rem;
19839
20237
  text-align: center;
19840
- margin-bottom: 1rem;
20238
+ margin-block-end: 1rem;
19841
20239
  font-size: 14px;
19842
20240
  }
19843
20241
  pkt-fileupload__drop-zone:hover,
@@ -19959,8 +20357,8 @@ pkt-fileupload__queue-display,
19959
20357
  display: flex;
19960
20358
  flex-direction: column;
19961
20359
  padding: 0;
19962
- margin-top: 0;
19963
- margin-bottom: 1rem;
20360
+ margin-block-start: 0;
20361
+ margin-block-end: 1rem;
19964
20362
  row-gap: 0.5rem;
19965
20363
  container-type: inline-size;
19966
20364
  container-name: queue-item;
@@ -20019,7 +20417,7 @@ pkt-fileupload__queue-display:is(:has(.pkt-fileupload__queue-display__item__thum
20019
20417
  display: flex;
20020
20418
  flex-direction: column;
20021
20419
  width: 100%;
20022
- padding-left: 0;
20420
+ padding-inline-start: 0;
20023
20421
  align-items: flex-start;
20024
20422
  gap: 0.5rem;
20025
20423
  }
@@ -20076,7 +20474,7 @@ pkt-fileupload__queue-display__item__filesize,
20076
20474
  color: var(--pkt-color-text-placeholder);
20077
20475
  flex: 0 0 auto;
20078
20476
  white-space: nowrap;
20079
- padding-left: 0.5rem;
20477
+ padding-inline-start: 0.5rem;
20080
20478
  }
20081
20479
  pkt-fileupload__queue-display__item__cancel-button,
20082
20480
  .pkt-fileupload__queue-display__item__cancel-button {
@@ -20157,7 +20555,7 @@ pkt-fileupload__queue-display__item__operation-content,
20157
20555
  grid-column: 1/-1;
20158
20556
  padding: 0.75rem 1rem;
20159
20557
  background: var(--pkt-color-surface-default-gray);
20160
- margin-top: 0.5rem;
20558
+ margin-block-start: 0.5rem;
20161
20559
  }
20162
20560
  pkt-fileupload__queue-display__item__operation-content:empty,
20163
20561
  .pkt-fileupload__queue-display__item__operation-content:empty {
@@ -20231,7 +20629,7 @@ pkt-fileupload__queue-display__item__comment__time,
20231
20629
  font-size: 0.75rem;
20232
20630
  line-height: 1.25rem;
20233
20631
  display: block;
20234
- margin-top: 0.25rem;
20632
+ margin-block-start: 0.25rem;
20235
20633
  color: var(--pkt-color-text-subtle);
20236
20634
  }
20237
20635
  pkt-fileupload__queue-display__item__comment__actions,
@@ -20326,8 +20724,8 @@ pkt-fileupload__queue-display__item__thumbnail__title,
20326
20724
  font-weight: 400;
20327
20725
  font-size: 0.875rem;
20328
20726
  line-height: 1.375rem;
20329
- margin-top: 0.5rem;
20330
- margin-bottom: 0.25rem;
20727
+ margin-block-start: 0.5rem;
20728
+ margin-block-end: 0.25rem;
20331
20729
  min-width: 0;
20332
20730
  max-width: 100%;
20333
20731
  overflow: hidden;
@@ -20384,7 +20782,7 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
20384
20782
  .pkt-fileupload__queue-display__item--error .pkt-fileupload__queue-display__item__cancel-button {
20385
20783
  grid-column: 3;
20386
20784
  grid-row: 1;
20387
- margin-left: 1rem;
20785
+ margin-inline-start: 1rem;
20388
20786
  }
20389
20787
  pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display__item__cancel-button:hover, pkt-fileupload__queue-display__item--error .pkt-fileupload__queue-display__item__cancel-button:hover,
20390
20788
  .pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display__item__cancel-button:hover,
@@ -20531,10 +20929,10 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
20531
20929
  align-items: stretch;
20532
20930
  }
20533
20931
  .pkt-fileupload-wrapper .pkt-inputwrapper__fieldset {
20534
- margin-bottom: 0;
20932
+ margin-block-end: 0;
20535
20933
  }
20536
20934
  .pkt-fileupload-wrapper .pkt-inputwrapper__helptext {
20537
- margin-bottom: 0.5rem;
20935
+ margin-block-end: 0.5rem;
20538
20936
  }
20539
20937
 
20540
20938
  .pkt-fileupload__image-preview-modal .pkt-contents {
@@ -20577,7 +20975,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal .pkt-modal__headingText
20577
20975
  }
20578
20976
  .pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal__container,
20579
20977
  pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal .pkt-modal__container {
20580
- padding-top: 0;
20978
+ padding-block-start: 0;
20581
20979
  background-color: transparent;
20582
20980
  }
20583
20981
  .pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal__content,
@@ -20650,12 +21048,12 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20650
21048
  .pkt-fileupload__image-preview__nav--prev {
20651
21049
  grid-column: 1;
20652
21050
  grid-row: 1;
20653
- margin-left: 0.5rem;
21051
+ margin-inline-start: 0.5rem;
20654
21052
  }
20655
21053
  .pkt-fileupload__image-preview__nav--next {
20656
21054
  grid-column: 3;
20657
21055
  grid-row: 1;
20658
- margin-right: 0.5rem;
21056
+ margin-inline-end: 0.5rem;
20659
21057
  }
20660
21058
  .pkt-fileupload__image-preview__nav.pkt-btn {
20661
21059
  cursor: pointer;
@@ -20820,8 +21218,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20820
21218
  }
20821
21219
  }
20822
21220
  .pkt-footer__inner--compact {
20823
- padding-top: 2rem;
20824
- padding-bottom: 2rem;
21221
+ padding-block: 2rem;
20825
21222
  }
20826
21223
  .pkt-footer__sections {
20827
21224
  display: grid;
@@ -20865,13 +21262,13 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20865
21262
  justify-content: space-between;
20866
21263
  align-items: center;
20867
21264
  gap: 2rem;
20868
- margin-top: 1rem;
21265
+ margin-block-start: 1rem;
20869
21266
  }
20870
21267
  @supports not (container-type: inline-size) {
20871
21268
  @media screen and (min-width: 48rem) {
20872
21269
  .pkt-footer__bottom {
20873
21270
  grid-column: -2/-1;
20874
- margin-top: 0;
21271
+ margin-block-start: 0;
20875
21272
  }
20876
21273
  }
20877
21274
  }
@@ -20879,12 +21276,12 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20879
21276
  @container pkt-footer (min-width: 48rem) {
20880
21277
  .pkt-footer__bottom {
20881
21278
  grid-column: -2/-1;
20882
- margin-top: 0;
21279
+ margin-block-start: 0;
20883
21280
  }
20884
21281
  }
20885
21282
  }
20886
21283
  .pkt-footer__sections + .pkt-footer__bottom {
20887
- margin-top: 2rem;
21284
+ margin-block-start: 2rem;
20888
21285
  }
20889
21286
  .pkt-footer__bottom-links {
20890
21287
  list-style: none;
@@ -20928,7 +21325,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20928
21325
  height: 2rem;
20929
21326
  }
20930
21327
  .pkt-footer__sections + .pkt-footer__consent {
20931
- margin-top: 2rem;
21328
+ margin-block-start: 2rem;
20932
21329
  }
20933
21330
 
20934
21331
  .pkt-footer-simple__list {
@@ -21042,7 +21439,7 @@ a.pkt-footer-simple__link:hover {
21042
21439
  --fg-color: var(--pkt-color-text-body-default);
21043
21440
  }
21044
21441
  .pkt-header__logo-service {
21045
- padding-top: 0.3rem;
21442
+ padding-block-start: 0.3rem;
21046
21443
  display: none;
21047
21444
  white-space: nowrap;
21048
21445
  text-overflow: ellipsis;
@@ -21059,7 +21456,7 @@ a.pkt-footer-simple__link:hover {
21059
21456
  }
21060
21457
  @media screen and (min-width: 80rem) {
21061
21458
  .pkt-header__logo-service {
21062
- padding-top: 0.6rem;
21459
+ padding-block-start: 0.6rem;
21063
21460
  letter-spacing: -0.2px;
21064
21461
  font-weight: 300;
21065
21462
  font-size: 1.5rem;
@@ -21084,7 +21481,7 @@ a.pkt-footer-simple__link:hover {
21084
21481
  gap: 1rem;
21085
21482
  }
21086
21483
  .pkt-header--narrow .pkt-header__logo-service {
21087
- padding-top: 0.28rem;
21484
+ padding-block-start: 0.28rem;
21088
21485
  letter-spacing: -0.2px;
21089
21486
  font-weight: 300;
21090
21487
  font-size: 1.125rem;
@@ -21113,7 +21510,7 @@ a.pkt-footer-simple__link:hover {
21113
21510
  }
21114
21511
  .pkt-header__actions-row {
21115
21512
  list-style: none;
21116
- padding-left: 0;
21513
+ padding-inline-start: 0;
21117
21514
  margin: 0;
21118
21515
  display: flex;
21119
21516
  align-items: center;
@@ -21126,10 +21523,10 @@ a.pkt-footer-simple__link:hover {
21126
21523
  z-index: 2;
21127
21524
  position: absolute;
21128
21525
  margin: 0;
21129
- margin-top: 0.75rem;
21526
+ margin-block-start: 0.75rem;
21130
21527
  right: 0;
21131
21528
  left: 0;
21132
- padding-left: 0;
21529
+ padding-inline-start: 0;
21133
21530
  list-style: none;
21134
21531
  visibility: hidden;
21135
21532
  max-height: calc(100vh - 4.5rem);
@@ -21139,7 +21536,7 @@ a.pkt-footer-simple__link:hover {
21139
21536
  }
21140
21537
  @media screen and (min-width: 48rem) {
21141
21538
  .pkt-header__dropdown {
21142
- margin-top: 1rem;
21539
+ margin-block-start: 1rem;
21143
21540
  left: auto;
21144
21541
  right: 0;
21145
21542
  min-width: 23rem;
@@ -21151,8 +21548,7 @@ a.pkt-footer-simple__link:hover {
21151
21548
  background-color: var(--pkt-color-surface-subtle-white);
21152
21549
  }
21153
21550
  .pkt-header__dropdown > li.footer {
21154
- padding-top: 1rem;
21155
- padding-bottom: 1rem;
21551
+ padding-block: 1rem;
21156
21552
  }
21157
21553
  .pkt-header__dropdown > li:nth-child(odd) {
21158
21554
  background-color: var(--pkt-color-surface-default-gray);
@@ -21388,13 +21784,13 @@ a.pkt-footer-simple__link:hover {
21388
21784
  .pkt-header-global__logo-area {
21389
21785
  align-items: center;
21390
21786
  display: inline-flex;
21391
- padding-left: 2rem;
21787
+ padding-inline-start: 2rem;
21392
21788
  }
21393
21789
  .pkt-header-global--tablet .pkt-header-global__logo-area {
21394
- padding-left: 1rem;
21790
+ padding-inline-start: 1rem;
21395
21791
  }
21396
21792
  .pkt-header-global--mobile .pkt-header-global__logo-area {
21397
- padding-left: 0.5rem;
21793
+ padding-inline-start: 0.5rem;
21398
21794
  }
21399
21795
  .pkt-header-global__content, .pkt-header-global__user {
21400
21796
  align-items: center;
@@ -21409,17 +21805,17 @@ a.pkt-footer-simple__link:hover {
21409
21805
  }
21410
21806
  .pkt-header-global--mobile .pkt-header-global__content {
21411
21807
  column-gap: 0.5rem;
21412
- padding-right: 0.5rem;
21808
+ padding-inline-end: 0.5rem;
21413
21809
  }
21414
21810
  .pkt-header-global__menu-toggle, .pkt-header-global__contact {
21415
21811
  flex: 0 0 auto;
21416
21812
  }
21417
21813
  .pkt-header-global__user {
21418
21814
  justify-self: end;
21419
- padding-right: 2rem;
21815
+ padding-inline-end: 2rem;
21420
21816
  }
21421
21817
  .pkt-header-global--tablet:not(.pkt-header-global--mobile) .pkt-header-global__user {
21422
- padding-right: 1rem;
21818
+ padding-inline-end: 1rem;
21423
21819
  }
21424
21820
  .pkt-header-global__user-container {
21425
21821
  position: relative;
@@ -21507,7 +21903,7 @@ a.pkt-footer-simple__link:hover {
21507
21903
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
21508
21904
  }
21509
21905
  .pkt-header-global__search-panel-inner {
21510
- margin-left: var(--pkt-header-global-left, 0px);
21906
+ margin-inline-start: var(--pkt-header-global-left, 0px);
21511
21907
  width: var(--pkt-header-global-width, 100%);
21512
21908
  background-color: var(--pkt-color-background-default);
21513
21909
  border-bottom: 1px solid var(--pkt-color-border-subtle);
@@ -21559,8 +21955,8 @@ a.pkt-footer-simple__link:hover {
21559
21955
  .pkt-header-menu__services {
21560
21956
  max-width: 75rem;
21561
21957
  margin: 0 auto;
21562
- padding-top: 2rem;
21563
- padding-bottom: 1rem;
21958
+ padding-block-start: 2rem;
21959
+ padding-block-end: 1rem;
21564
21960
  }
21565
21961
  @supports not (container-type: inline-size) {
21566
21962
  @media screen and (min-width: 48rem) {
@@ -21619,7 +22015,7 @@ a.pkt-footer-simple__link:hover {
21619
22015
  }
21620
22016
  }
21621
22017
  .pkt-header-menu__services-title {
21622
- margin-bottom: 2rem;
22018
+ margin-block-end: 2rem;
21623
22019
  }
21624
22020
  .pkt-header-menu__services-list {
21625
22021
  list-style: none;
@@ -21649,8 +22045,8 @@ a.pkt-footer-simple__link:hover {
21649
22045
  display: none;
21650
22046
  max-width: 75rem;
21651
22047
  margin: 0 auto;
21652
- padding-top: 2rem;
21653
- padding-bottom: 1rem;
22048
+ padding-block-start: 2rem;
22049
+ padding-block-end: 1rem;
21654
22050
  }
21655
22051
  @supports not (container-type: inline-size) {
21656
22052
  @media screen and (min-width: 48rem) {
@@ -21672,7 +22068,7 @@ a.pkt-footer-simple__link:hover {
21672
22068
  display: flex;
21673
22069
  gap: 1rem;
21674
22070
  flex-wrap: wrap;
21675
- padding-top: 0;
22071
+ padding-block-start: 0;
21676
22072
  }
21677
22073
  }
21678
22074
  }
@@ -21682,7 +22078,7 @@ a.pkt-footer-simple__link:hover {
21682
22078
  display: flex;
21683
22079
  gap: 1rem;
21684
22080
  flex-wrap: wrap;
21685
- padding-top: 0;
22081
+ padding-block-start: 0;
21686
22082
  }
21687
22083
  }
21688
22084
  }
@@ -21747,8 +22143,8 @@ a.pkt-footer-simple__link:hover {
21747
22143
  .pkt-header-menu__sections-inner {
21748
22144
  max-width: 75rem;
21749
22145
  margin: 0 auto;
21750
- padding-top: 2rem;
21751
- padding-bottom: 1rem;
22146
+ padding-block-start: 2rem;
22147
+ padding-block-end: 1rem;
21752
22148
  }
21753
22149
  @supports not (container-type: inline-size) {
21754
22150
  @media screen and (min-width: 48rem) {
@@ -21915,8 +22311,8 @@ a.pkt-footer-simple__link:hover {
21915
22311
  .pkt-header-menu__footer {
21916
22312
  max-width: 75rem;
21917
22313
  margin: 0 auto;
21918
- padding-top: 2rem;
21919
- padding-bottom: 1rem;
22314
+ padding-block-start: 2rem;
22315
+ padding-block-end: 1rem;
21920
22316
  }
21921
22317
  @supports not (container-type: inline-size) {
21922
22318
  @media screen and (min-width: 48rem) {
@@ -21980,11 +22376,11 @@ a.pkt-footer-simple__link:hover {
21980
22376
  padding: 0 2rem;
21981
22377
  }
21982
22378
  .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
21983
- padding-left: 0;
22379
+ padding-inline-start: 0;
21984
22380
  }
21985
22381
  .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
21986
22382
  border-right: none;
21987
- padding-right: 0;
22383
+ padding-inline-end: 0;
21988
22384
  }
21989
22385
  }
21990
22386
  }
@@ -22002,11 +22398,11 @@ a.pkt-footer-simple__link:hover {
22002
22398
  padding: 0 2rem;
22003
22399
  }
22004
22400
  .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
22005
- padding-left: 0;
22401
+ padding-inline-start: 0;
22006
22402
  }
22007
22403
  .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
22008
22404
  border-right: none;
22009
- padding-right: 0;
22405
+ padding-inline-end: 0;
22010
22406
  }
22011
22407
  }
22012
22408
  }
@@ -22073,8 +22469,8 @@ a.pkt-footer-simple__link:hover {
22073
22469
  .pkt-header-menu__loading, .pkt-header-menu__error {
22074
22470
  max-width: 75rem;
22075
22471
  margin: 0 auto;
22076
- padding-top: 2rem;
22077
- padding-bottom: 1rem;
22472
+ padding-block-start: 2rem;
22473
+ padding-block-end: 1rem;
22078
22474
  }
22079
22475
  @supports not (container-type: inline-size) {
22080
22476
  @media screen and (min-width: 48rem) {
@@ -22093,19 +22489,19 @@ a.pkt-footer-simple__link:hover {
22093
22489
  .pkt-header-menu__loading, .pkt-header-menu__error {
22094
22490
  text-align: center;
22095
22491
  color: var(--pkt-color-text-body-default);
22096
- padding-bottom: 3rem;
22492
+ padding-block-end: 3rem;
22097
22493
  }
22098
22494
  @supports not (container-type: inline-size) {
22099
22495
  @media screen and (min-width: 48rem) {
22100
22496
  .pkt-header-menu__loading, .pkt-header-menu__error {
22101
- padding-bottom: 3.25rem;
22497
+ padding-block-end: 3.25rem;
22102
22498
  }
22103
22499
  }
22104
22500
  }
22105
22501
  @supports (container-type: inline-size) {
22106
22502
  @container pkt-header-menu (min-width: 48rem) {
22107
22503
  .pkt-header-menu__loading, .pkt-header-menu__error {
22108
- padding-bottom: 3.25rem;
22504
+ padding-block-end: 3.25rem;
22109
22505
  }
22110
22506
  }
22111
22507
  }
@@ -22244,13 +22640,13 @@ a.pkt-footer-simple__link:hover {
22244
22640
  grid-row: 1;
22245
22641
  align-items: center;
22246
22642
  display: inline-flex;
22247
- padding-left: 2rem;
22643
+ padding-inline-start: 2rem;
22248
22644
  }
22249
22645
  .pkt-header-service--tablet .pkt-header-service__logo-area {
22250
- padding-left: 1rem;
22646
+ padding-inline-start: 1rem;
22251
22647
  }
22252
22648
  .pkt-header-service--mobile .pkt-header-service__logo-area {
22253
- padding-left: 0.5rem;
22649
+ padding-inline-start: 0.5rem;
22254
22650
  }
22255
22651
  .pkt-header-service__content, .pkt-header-service__user {
22256
22652
  grid-row: 1;
@@ -22274,10 +22670,10 @@ a.pkt-footer-simple__link:hover {
22274
22670
  .pkt-header-service__user {
22275
22671
  grid-column: 3;
22276
22672
  justify-self: end;
22277
- padding-right: 2rem;
22673
+ padding-inline-end: 2rem;
22278
22674
  }
22279
22675
  .pkt-header-service--tablet .pkt-header-service__user {
22280
- padding-right: 1rem;
22676
+ padding-inline-end: 1rem;
22281
22677
  }
22282
22678
  .pkt-header-service__logo {
22283
22679
  --fg-color: var(--pkt-color-text-body-default);
@@ -22303,7 +22699,7 @@ a.pkt-footer-simple__link:hover {
22303
22699
  font-weight: 500;
22304
22700
  font-size: 1.375rem;
22305
22701
  line-height: 2.125rem;
22306
- padding-top: 4px;
22702
+ padding-block-start: 4px;
22307
22703
  white-space: normal;
22308
22704
  display: -webkit-box;
22309
22705
  -webkit-box-orient: vertical;
@@ -22344,7 +22740,7 @@ a.pkt-footer-simple__link:hover {
22344
22740
  background-color: var(--pkt-color-background-default);
22345
22741
  }
22346
22742
  .pkt-header-service__search-input .pkt-input-icon:not(button) svg {
22347
- margin-left: 0;
22743
+ margin-inline-start: 0;
22348
22744
  }
22349
22745
  .pkt-header-service__slot-container, .pkt-header-service__search-container {
22350
22746
  display: flex;
@@ -22357,14 +22753,14 @@ a.pkt-footer-simple__link:hover {
22357
22753
  align-items: center;
22358
22754
  }
22359
22755
  .pkt-header-service__slot-container > * + *, .pkt-header-service__slot-container .pkt-contents > * + * {
22360
- margin-left: 2rem;
22756
+ margin-inline-start: 2rem;
22361
22757
  }
22362
22758
  .pkt-header-service__slot-container > .pkt-link + .pkt-link,
22363
22759
  .pkt-header-service__slot-container > pkt-link + pkt-link,
22364
22760
  .pkt-header-service__slot-container > a + a, .pkt-header-service__slot-container .pkt-contents > .pkt-link + .pkt-link,
22365
22761
  .pkt-header-service__slot-container .pkt-contents > pkt-link + pkt-link,
22366
22762
  .pkt-header-service__slot-container .pkt-contents > a + a {
22367
- margin-left: 1.5rem;
22763
+ margin-inline-start: 1.5rem;
22368
22764
  }
22369
22765
  .pkt-header-service__user-container.is-open, .pkt-header-service__search-container.is-open, .pkt-header-service__slot-container.is-open, .pkt-header-service__user-menu.is-open, .pkt-header-service__mobile-menu.is-open {
22370
22766
  z-index: 100;
@@ -22467,7 +22863,7 @@ a.pkt-footer-simple__link:hover {
22467
22863
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__content {
22468
22864
  grid-column: 2;
22469
22865
  grid-row: 1;
22470
- padding-right: 0.5rem;
22866
+ padding-inline-end: 0.5rem;
22471
22867
  }
22472
22868
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user {
22473
22869
  grid-column: 1/-1;
@@ -22561,7 +22957,7 @@ a.pkt-footer-simple__link:hover {
22561
22957
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > ul,
22562
22958
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > .pkt-contents,
22563
22959
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > .pkt-contents > ul {
22564
- margin-left: 0;
22960
+ margin-inline-start: 0;
22565
22961
  gap: 1.5rem;
22566
22962
  }
22567
22963
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > *,
@@ -22571,7 +22967,7 @@ a.pkt-footer-simple__link:hover {
22571
22967
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > ul > *,
22572
22968
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > .pkt-contents > *,
22573
22969
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content > .pkt-contents > ul > * {
22574
- margin-left: 0;
22970
+ margin-inline-start: 0;
22575
22971
  }
22576
22972
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content .pkt-contents,
22577
22973
  .pkt-header-service.pkt-header-service--tablet .pkt-header-service__slot-container.is-open .pkt-header-service__slot-content .pkt-contents {
@@ -22688,7 +23084,7 @@ a.pkt-footer-simple__link:hover {
22688
23084
  font-size: 0.875rem;
22689
23085
  line-height: 1.375rem;
22690
23086
  color: var(--pkt-color-text-placeholder);
22691
- margin-bottom: 0.5rem;
23087
+ margin-block-end: 0.5rem;
22692
23088
  }
22693
23089
  .pkt-user-menu__name,
22694
23090
  .pkt-header-service__slot-menu__name {
@@ -22706,7 +23102,7 @@ a.pkt-footer-simple__link:hover {
22706
23102
  }
22707
23103
  .pkt-user-menu__action,
22708
23104
  .pkt-header-service__slot-menu__action {
22709
- margin-top: 1rem;
23105
+ margin-block-start: 1rem;
22710
23106
  }
22711
23107
  .pkt-user-menu__button,
22712
23108
  .pkt-header-service__slot-menu__button {
@@ -22734,7 +23130,7 @@ a.pkt-footer-simple__link:hover {
22734
23130
  }
22735
23131
  .pkt-user-menu__link .pkt-link__icon,
22736
23132
  .pkt-header-service__slot-menu__link .pkt-link__icon {
22737
- margin-right: 0.5rem;
23133
+ margin-inline-end: 0.5rem;
22738
23134
  align-self: baseline;
22739
23135
  }
22740
23136
 
@@ -22870,8 +23266,7 @@ pkt-heading {
22870
23266
  font-weight: 700;
22871
23267
  }
22872
23268
  .pkt-heading--noSpacing {
22873
- margin-bottom: 0;
22874
- margin-top: 0;
23269
+ margin-block: 0;
22875
23270
  }
22876
23271
  .pkt-heading--start {
22877
23272
  text-align: start;
@@ -23211,22 +23606,22 @@ pkt-linkcard, .pkt-linkcard {
23211
23606
  width: 1.5rem;
23212
23607
  background-size: 1.5rem 1.5rem;
23213
23608
  background-position: center;
23214
- margin-left: 0.5rem;
23609
+ margin-inline-start: 0.5rem;
23215
23610
  flex: 0 0 auto;
23216
23611
  align-self: flex-start;
23217
23612
  }
23218
23613
  .pkt-linkcard > .pkt-icon.pkt-link__icon,
23219
23614
  .pkt-linkcard pkt-icon.pkt-link__icon {
23220
- margin-right: 0;
23615
+ margin-inline-end: 0;
23221
23616
  }
23222
23617
  .pkt-linkcard__text {
23223
23618
  grid-column: 2;
23224
23619
  }
23225
23620
  .pkt-linkcard__text p:first-of-type {
23226
- margin-top: 0;
23621
+ margin-block-start: 0;
23227
23622
  }
23228
23623
  .pkt-linkcard__text p:last-of-type {
23229
- margin-bottom: 0;
23624
+ margin-block-end: 0;
23230
23625
  }
23231
23626
  .pkt-linkcard--beige {
23232
23627
  background-color: var(--pkt-color-surface-default-light-beige) !important;
@@ -23343,7 +23738,7 @@ pkt-listbox {
23343
23738
  height: 1rem;
23344
23739
  }
23345
23740
  .pkt-listbox .pkt-listbox__option-description {
23346
- padding-top: 0.25rem;
23741
+ padding-block-start: 0.25rem;
23347
23742
  grid-area: description;
23348
23743
  }
23349
23744
  .pkt-listbox .pkt-listbox__option:focus {
@@ -23358,13 +23753,13 @@ pkt-listbox {
23358
23753
  column-gap: 0.5rem;
23359
23754
  }
23360
23755
  .pkt-listbox .pkt-listbox__option--checkBox:focus {
23361
- padding-left: 10px;
23756
+ padding-inline-start: 10px;
23362
23757
  }
23363
23758
  .pkt-listbox .pkt-listbox__option--selected {
23364
- padding-left: 0.25rem;
23759
+ padding-inline-start: 0.25rem;
23365
23760
  }
23366
23761
  .pkt-listbox .pkt-listbox__option--selected:focus {
23367
- padding-left: 2px;
23762
+ padding-inline-start: 2px;
23368
23763
  }
23369
23764
  .pkt-listbox .pkt-listbox__option--highlighted {
23370
23765
  background-color: var(--pkt-color-surface-default-light-blue);
@@ -23374,13 +23769,13 @@ pkt-listbox {
23374
23769
  color: var(--pkt-color-grays-gray-500);
23375
23770
  }
23376
23771
  .pkt-listbox .pkt-listbox__option {
23377
- margin-bottom: 0.125rem;
23772
+ margin-block-end: 0.125rem;
23378
23773
  overflow-wrap: break-word;
23379
23774
  hyphens: auto;
23380
23775
  cursor: pointer;
23381
23776
  }
23382
23777
  .pkt-listbox .pkt-listbox__option:first-child:not(.pkt-listbox__search, .pkt-listbox__banners) {
23383
- margin-top: 0.125rem;
23778
+ margin-block-start: 0.125rem;
23384
23779
  }
23385
23780
  .pkt-listbox .pkt-listbox__option:hover:not(.pkt-listbox__search) {
23386
23781
  background-color: var(--pkt-color-surface-default-light-blue);
@@ -23444,7 +23839,7 @@ pkt-listbox {
23444
23839
  cursor: default;
23445
23840
  display: flex;
23446
23841
  align-items: center;
23447
- padding-right: 0.25rem;
23842
+ padding-inline-end: 0.25rem;
23448
23843
  }
23449
23844
  .pkt-listbox .pkt-listbox__search-icon .pkt-icon {
23450
23845
  width: 1.25rem;
@@ -23522,7 +23917,7 @@ pkt-listbox {
23522
23917
  display: flex;
23523
23918
  justify-content: center;
23524
23919
  align-items: center;
23525
- margin-top: 8em;
23920
+ margin-block-start: 8em;
23526
23921
  font-size: 0.4rem;
23527
23922
  width: 25em;
23528
23923
  height: 5em;
@@ -23671,7 +24066,7 @@ pkt-listbox {
23671
24066
  .pkt-modal__drawer--right {
23672
24067
  left: auto;
23673
24068
  right: 0;
23674
- margin-right: 0;
24069
+ margin-inline-end: 0;
23675
24070
  translate: 100% 0;
23676
24071
  }
23677
24072
  @starting-style {
@@ -23682,7 +24077,7 @@ pkt-listbox {
23682
24077
  .pkt-modal__drawer--left {
23683
24078
  left: 0;
23684
24079
  right: auto;
23685
- margin-left: 0;
24080
+ margin-inline-start: 0;
23686
24081
  translate: -100% 0;
23687
24082
  }
23688
24083
  @starting-style {
@@ -23717,8 +24112,8 @@ pkt-listbox {
23717
24112
  }
23718
24113
  }
23719
24114
  .pkt-modal .pkt-modal__container {
23720
- padding-top: 2rem;
23721
- margin-top: -1px;
24115
+ padding-block-start: 2rem;
24116
+ margin-block-start: -1px;
23722
24117
  background: var(--pkt-color-background-default);
23723
24118
  display: flex;
23724
24119
  flex-direction: column;
@@ -23797,7 +24192,7 @@ pkt-listbox {
23797
24192
  overflow-y: auto;
23798
24193
  overscroll-behavior: contain;
23799
24194
  padding: 2rem 2.5rem;
23800
- padding-top: 0;
24195
+ padding-block-start: 0;
23801
24196
  position: relative;
23802
24197
  color: var(--pkt-color-text-body-default);
23803
24198
  background: linear-gradient(var(--pkt-color-white) 30%, transparent) top, linear-gradient(transparent, var(--pkt-color-border-subtle) 60%) bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), transparent) top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), transparent) bottom;
@@ -23823,7 +24218,7 @@ pkt-listbox {
23823
24218
  }
23824
24219
 
23825
24220
  .pkt-modal__btn-wrapper {
23826
- padding-top: 1.5rem;
24221
+ padding-block-start: 1.5rem;
23827
24222
  display: flex;
23828
24223
  justify-content: flex-start;
23829
24224
  gap: 1rem;
@@ -23889,7 +24284,7 @@ pkt-listbox {
23889
24284
  }
23890
24285
 
23891
24286
  .pkt-modal.pkt-modal--noHeadingText .pkt-modal__container {
23892
- padding-top: 1rem;
24287
+ padding-block-start: 1rem;
23893
24288
  }
23894
24289
 
23895
24290
  .pkt-modal .pkt-modal__container .pkt-modal__btn-wrapper button.pkt-btn:not(.pkt-inputwrapper__helptext-expandable > .pkt-btn):not(.pkt-header__user-btn):not(.pkt-searchinput__button) {
@@ -23966,10 +24361,10 @@ pkt-messagebox {
23966
24361
  line-height: 1.75rem;
23967
24362
  }
23968
24363
  .pkt-messagebox__text p {
23969
- margin-bottom: 1rem;
24364
+ margin-block-end: 1rem;
23970
24365
  }
23971
24366
  .pkt-messagebox__text p:last-of-type {
23972
- margin-bottom: 0;
24367
+ margin-block-end: 0;
23973
24368
  }
23974
24369
  .pkt-messagebox__close {
23975
24370
  grid-area: close;
@@ -24060,7 +24455,7 @@ pkt-messagebox {
24060
24455
  display: flex;
24061
24456
  flex-direction: column;
24062
24457
  gap: 1rem;
24063
- margin-bottom: 1rem;
24458
+ margin-block-end: 1rem;
24064
24459
  }
24065
24460
  .pkt-preview__options {
24066
24461
  display: flex;
@@ -24084,13 +24479,13 @@ pkt-messagebox {
24084
24479
  .pkt-preview .hide-code-button {
24085
24480
  position: absolute;
24086
24481
  top: 100%;
24087
- margin-top: -1.5rem;
24482
+ margin-block-start: -1.5rem;
24088
24483
  left: 0;
24089
24484
  width: 100%;
24090
24485
  display: flex;
24091
24486
  justify-content: center;
24092
24487
  align-items: flex-end;
24093
- padding-bottom: 1rem;
24488
+ padding-block-end: 1rem;
24094
24489
  z-index: 2;
24095
24490
  }
24096
24491
  .pkt-preview__code {
@@ -24124,7 +24519,7 @@ pkt-messagebox {
24124
24519
  .pkt-preview__code pre {
24125
24520
  max-height: 30rem;
24126
24521
  overflow: auto;
24127
- margin-top: 0 !important;
24522
+ margin-block-start: 0 !important;
24128
24523
  background-color: transparent !important;
24129
24524
  font-size: 1rem;
24130
24525
  padding: 2rem 0;
@@ -24159,7 +24554,7 @@ pkt-messagebox {
24159
24554
  }
24160
24555
  .pkt-preview__add-object {
24161
24556
  text-align: right;
24162
- margin-top: 0.5rem;
24557
+ margin-block-start: 0.5rem;
24163
24558
  }
24164
24559
  .pkt-preview__remove-object {
24165
24560
  position: absolute;
@@ -24167,7 +24562,7 @@ pkt-messagebox {
24167
24562
  right: -0.25rem;
24168
24563
  }
24169
24564
  .pkt-preview__specs pre {
24170
- margin-top: 0 !important;
24565
+ margin-block-start: 0 !important;
24171
24566
  }
24172
24567
 
24173
24568
  .astro-code.github-light {
@@ -24188,7 +24583,7 @@ pkt-messagebox {
24188
24583
  .pkt-progressbar__title {
24189
24584
  display: block;
24190
24585
  margin: 0;
24191
- margin-bottom: 8px;
24586
+ margin-block-end: 8px;
24192
24587
  text-align: left;
24193
24588
  font-weight: 500;
24194
24589
  font-size: 0.875rem;
@@ -24221,7 +24616,7 @@ pkt-messagebox {
24221
24616
  background-color: var(--pkt-color-brand-red-1000);
24222
24617
  }
24223
24618
  .pkt-progressbar__status {
24224
- margin-top: 8px;
24619
+ margin-block-start: 8px;
24225
24620
  position: relative;
24226
24621
  white-space: nowrap;
24227
24622
  font-weight: 400;
@@ -24232,7 +24627,7 @@ pkt-messagebox {
24232
24627
  text-align: center;
24233
24628
  }
24234
24629
  .pkt-progressbar__status-placement--following {
24235
- margin-left: max(0%, min(100% - var(--pkt-progress-label-width), var(--pkt-progress-width) - var(--pkt-progress-label-width) / 2));
24630
+ margin-inline-start: max(0%, min(100% - var(--pkt-progress-label-width), var(--pkt-progress-width) - var(--pkt-progress-label-width) / 2));
24236
24631
  transition: margin-left 0.5s ease;
24237
24632
  }
24238
24633
 
@@ -24321,13 +24716,13 @@ pkt-messagebox {
24321
24716
  padding: 0.5rem 0 0.5rem 1rem;
24322
24717
  }
24323
24718
  .pkt-searchinput--local .pkt-input__container--small .pkt-input, .pkt-searchinput--local .pkt-input__container--xsmall .pkt-input {
24324
- padding-right: 0;
24719
+ padding-inline-end: 0;
24325
24720
  }
24326
24721
  .pkt-searchinput--local .pkt-searchinput__button:disabled {
24327
24722
  border-color: var(--pkt-color-input-border-disabled);
24328
24723
  }
24329
24724
  .pkt-searchinput--local .pkt-searchinput__button svg {
24330
- margin-left: 0;
24725
+ margin-inline-start: 0;
24331
24726
  }
24332
24727
  .pkt-searchinput--local .pkt-searchinput__button {
24333
24728
  --pkt-color-button-border-hover: var(--pkt-color-input-border-active);
@@ -24462,7 +24857,7 @@ pkt-messagebox {
24462
24857
  }
24463
24858
  .pkt-stepper .pkt-step__content {
24464
24859
  font-weight: 300;
24465
- padding-bottom: 1.5rem;
24860
+ padding-block-end: 1.5rem;
24466
24861
  width: 100%;
24467
24862
  }
24468
24863
  .pkt-stepper .pkt-step__indicator {
@@ -24485,7 +24880,7 @@ pkt-messagebox {
24485
24880
  .pkt-stepper .pkt-step__nav-wrapper {
24486
24881
  display: flex;
24487
24882
  gap: 20px;
24488
- margin-top: 1rem;
24883
+ margin-block-start: 1rem;
24489
24884
  }
24490
24885
 
24491
24886
  .pkt-stepper--vertical {
@@ -24505,10 +24900,10 @@ pkt-messagebox {
24505
24900
  background-color: var(--pkt-color-surface-subtle-pale-blue);
24506
24901
  }
24507
24902
  .pkt-stepper--vertical .pkt-step--current .pkt-step__content {
24508
- padding-top: 0;
24903
+ padding-block-start: 0;
24509
24904
  }
24510
24905
  .pkt-stepper--vertical .pkt-step--current .pkt-step__wrapper {
24511
- margin-bottom: 1.5rem;
24906
+ margin-block-end: 1.5rem;
24512
24907
  }
24513
24908
  .pkt-stepper--vertical .pkt-step__indicator > svg {
24514
24909
  vertical-align: baseline;
@@ -24717,7 +25112,7 @@ pkt-tab-item {
24717
25112
  line-height: 1.5rem;
24718
25113
  }
24719
25114
  .pkt-tabs--with-separator .pkt-tabs__list {
24720
- padding-right: 0.25rem;
25115
+ padding-inline-end: 0.25rem;
24721
25116
  align-items: center;
24722
25117
  }
24723
25118
  .pkt-tabs--with-separator .pkt-tabs__button,
@@ -24834,12 +25229,12 @@ pkt-tag > .pkt-tag {
24834
25229
  .pkt-tag__icon {
24835
25230
  width: 16px;
24836
25231
  height: 16px;
24837
- margin-right: 0.5rem;
25232
+ margin-inline-end: 0.5rem;
24838
25233
  }
24839
25234
  .pkt-tag__close-btn {
24840
25235
  width: 16px;
24841
25236
  height: 16px;
24842
- margin-left: 0.5rem;
25237
+ margin-inline-start: 0.5rem;
24843
25238
  }
24844
25239
  .pkt-tag.pkt-tag--green {
24845
25240
  background: var(--pkt-color-surface-strong-light-green);
@@ -25157,8 +25552,7 @@ pkt-timepicker .pkt-input__container .pkt-timepicker__button {
25157
25552
  border: 0;
25158
25553
  height: auto;
25159
25554
  min-height: 0;
25160
- padding-top: 0;
25161
- padding-bottom: 0;
25555
+ padding-block: 0;
25162
25556
  flex: 0 0 auto;
25163
25557
  }
25164
25558
  .pkt-timepicker .pkt-input__container .pkt-input,
@@ -25211,11 +25605,11 @@ pkt-timepicker .pkt-input__container button.pkt-timepicker__button:hover svg {
25211
25605
  }
25212
25606
  .pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--prev,
25213
25607
  pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--prev {
25214
- margin-right: 0.25rem;
25608
+ margin-inline-end: 0.25rem;
25215
25609
  }
25216
25610
  .pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--next,
25217
25611
  pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--next {
25218
- margin-left: 0.25rem;
25612
+ margin-inline-start: 0.25rem;
25219
25613
  }
25220
25614
  .pkt-timepicker .pkt-input__container .pkt-timepicker__icon,
25221
25615
  pkt-timepicker .pkt-input__container .pkt-timepicker__icon {
@@ -25318,7 +25712,7 @@ pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__icon {
25318
25712
  }
25319
25713
  .pkt-timepicker--stepper .pkt-input__container,
25320
25714
  pkt-timepicker--stepper .pkt-input__container {
25321
- padding-left: 0;
25715
+ padding-inline-start: 0;
25322
25716
  }
25323
25717
  .pkt-timepicker--fullwidth .pkt-timepicker__anchor,
25324
25718
  .pkt-timepicker--fullwidth .pkt-input__container,
@@ -25328,15 +25722,15 @@ pkt-timepicker--fullwidth .pkt-input__container {
25328
25722
  }
25329
25723
  .pkt-timepicker--fullwidth:not(.pkt-timepicker--stepper) .pkt-input__container .pkt-input-icon,
25330
25724
  pkt-timepicker--fullwidth:not(.pkt-timepicker--stepper) .pkt-input__container .pkt-input-icon {
25331
- margin-left: auto;
25725
+ margin-inline-start: auto;
25332
25726
  }
25333
25727
  .pkt-timepicker--fullwidth.pkt-timepicker--stepper .pkt-input__container .pkt-timepicker__button--prev + .pkt-timepicker__input,
25334
25728
  pkt-timepicker--fullwidth.pkt-timepicker--stepper .pkt-input__container .pkt-timepicker__button--prev + .pkt-timepicker__input {
25335
- margin-left: auto;
25729
+ margin-inline-start: auto;
25336
25730
  }
25337
25731
  .pkt-timepicker--fullwidth.pkt-timepicker--stepper .pkt-input__container .pkt-timepicker__separator + .pkt-timepicker__input,
25338
25732
  pkt-timepicker--fullwidth.pkt-timepicker--stepper .pkt-input__container .pkt-timepicker__separator + .pkt-timepicker__input {
25339
- margin-right: auto;
25733
+ margin-inline-end: auto;
25340
25734
  }
25341
25735
  .pkt-timepicker .pkt-inputwrapper--error .pkt-input__container,
25342
25736
  .pkt-timepicker .pkt-input__container.pkt-timepicker--error,
@@ -25403,7 +25797,7 @@ pkt-timepicker-popup {
25403
25797
  top: 100%;
25404
25798
  left: 0;
25405
25799
  z-index: 2;
25406
- margin-top: 0.5rem;
25800
+ margin-block-start: 0.5rem;
25407
25801
  display: flex;
25408
25802
  padding: 0;
25409
25803
  background: var(--pkt-color-background-default);