1mpacto-react-ui 0.2.0-beta.20 → 0.2.0-beta.22

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 (129) hide show
  1. package/dist/assets/_colors.scss +40 -0
  2. package/dist/assets/_mixins.scss +43 -43
  3. package/dist/assets/_typography.scss +286 -0
  4. package/dist/assets/colors.css +20 -0
  5. package/dist/assets/core.css +1 -1
  6. package/dist/assets/fontfamily.css +1 -1
  7. package/dist/assets/fonts/PlusJakartaSans-Italic.ttf +0 -0
  8. package/dist/assets/fonts/PlusJakartaSans.ttf +0 -0
  9. package/dist/assets/icons/arrow-narrow-down.svg +3 -3
  10. package/dist/assets/style.css +1 -1
  11. package/dist/assets/typography.css +78 -0
  12. package/dist/index.cjs +132 -120
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.mjs +13750 -13034
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/package.json.d.ts +132 -132
  17. package/dist/src/components/Input/InputInnerLabel.d.ts +4 -0
  18. package/dist/src/components/Input/InputInnerLabel.stories.d.ts +31 -0
  19. package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +189 -7
  20. package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +2 -0
  21. package/dist/src/components/Textarea/TextareaInnerLabel.d.ts +4 -0
  22. package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +25 -0
  23. package/dist/src/components/TimeRange/TimeRange.d.ts +3 -0
  24. package/dist/src/components/TimeRange/TimeRange.stories.d.ts +19 -0
  25. package/dist/src/components/index.d.ts +7 -3
  26. package/dist/src/config/components/font.d.ts +6 -0
  27. package/dist/src/config/tailwind/typography.d.ts +1 -0
  28. package/dist/src/hooks/index.d.ts +5 -3
  29. package/dist/src/hooks/useCountdown.d.ts +6 -3
  30. package/dist/src/hooks/useOtpInput.d.ts +42 -0
  31. package/dist/src/interfaces/components/Badges/index.d.ts +2 -1
  32. package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +3 -2
  33. package/dist/src/interfaces/components/Button/index.d.ts +2 -2
  34. package/dist/src/interfaces/components/Chips/index.d.ts +2 -1
  35. package/dist/src/interfaces/components/Input/index.d.ts +13 -0
  36. package/dist/src/interfaces/components/Popover/index.d.ts +3 -1
  37. package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +3 -2
  38. package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +2 -1
  39. package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +1 -1
  40. package/dist/src/interfaces/components/Sidebar/index.d.ts +1 -1
  41. package/dist/src/interfaces/components/Switch/index.d.ts +1 -1
  42. package/dist/src/interfaces/components/Table/index.d.ts +8 -1
  43. package/dist/src/interfaces/components/Tabs/index.d.ts +1 -1
  44. package/dist/src/interfaces/components/Textarea/index.d.ts +13 -0
  45. package/dist/src/interfaces/components/TimeRange/index.d.ts +28 -0
  46. package/dist/tinymce/CHANGELOG.md +3785 -3785
  47. package/dist/tinymce/js/tinymce/langs/README.md +3 -3
  48. package/dist/tinymce/js/tinymce/license.md +6 -6
  49. package/dist/tinymce/js/tinymce/notices.txt +21 -21
  50. package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +8 -8
  51. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ar.js +92 -92
  52. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +92 -92
  53. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ca.js +92 -92
  54. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/cs.js +92 -92
  55. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/da.js +92 -92
  56. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/de.js +92 -92
  57. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/el.js +92 -92
  58. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/en.js +92 -92
  59. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/es.js +92 -92
  60. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/eu.js +92 -92
  61. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fa.js +92 -92
  62. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fi.js +92 -92
  63. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +92 -92
  64. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he_IL.js +92 -92
  65. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hi.js +92 -92
  66. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hr.js +92 -92
  67. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +92 -92
  68. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/id.js +92 -92
  69. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/it.js +92 -92
  70. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ja.js +92 -92
  71. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/kk.js +92 -92
  72. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +92 -92
  73. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ms.js +92 -92
  74. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +92 -92
  75. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nl.js +92 -92
  76. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pl.js +92 -92
  77. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +92 -92
  78. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +92 -92
  79. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ro.js +92 -92
  80. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ru.js +92 -92
  81. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sk.js +92 -92
  82. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +92 -92
  83. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +92 -92
  84. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th_TH.js +92 -92
  85. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/tr.js +92 -92
  86. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/uk.js +92 -92
  87. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/vi.js +92 -92
  88. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +86 -86
  89. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +92 -92
  90. package/dist/tinymce/js/tinymce/skins/content/dark/content.js +9 -9
  91. package/dist/tinymce/js/tinymce/skins/content/dark/content.min.css +10 -10
  92. package/dist/tinymce/js/tinymce/skins/content/default/content.js +9 -9
  93. package/dist/tinymce/js/tinymce/skins/content/default/content.min.css +10 -10
  94. package/dist/tinymce/js/tinymce/skins/content/document/content.js +9 -9
  95. package/dist/tinymce/js/tinymce/skins/content/document/content.min.css +10 -10
  96. package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.js +9 -9
  97. package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.min.css +10 -10
  98. package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.js +9 -9
  99. package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -10
  100. package/dist/tinymce/js/tinymce/skins/content/writer/content.js +9 -9
  101. package/dist/tinymce/js/tinymce/skins/content/writer/content.min.css +10 -10
  102. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +9 -9
  103. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
  104. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +9 -9
  105. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
  106. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
  107. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  108. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +9 -9
  109. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -10
  110. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +9 -9
  111. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +10 -10
  112. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  113. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  114. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +9 -9
  115. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -10
  116. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +9 -9
  117. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +10 -10
  118. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  119. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
  120. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +9 -9
  121. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -10
  122. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +9 -9
  123. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -10
  124. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  125. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
  126. package/dist/tinymce/js/tinymce/tinymce.d.ts +3350 -3350
  127. package/dist/tinymce/js/tinymce/tinymce.min.js +10 -10
  128. package/dist/types-external/table.d.ts +15 -15
  129. package/package.json +132 -132
@@ -260,6 +260,26 @@ $lpd-secondary-600: #C9A207;
260
260
  $lpd-secondary-700: #977A05;
261
261
  $lpd-secondary-800: #645104;
262
262
  $lpd-secondary-900: #4B3D03;
263
+ $bill-primary-50: #EAF0FE;
264
+ $bill-primary-100: #D5E1FD;
265
+ $bill-primary-200: #ABC3FB;
266
+ $bill-primary-300: #81A4F9;
267
+ $bill-primary-400: #5786F7;
268
+ $bill-primary-500: #2D68F5;
269
+ $bill-primary-600: #2453C4;
270
+ $bill-primary-700: #1B3E93;
271
+ $bill-primary-800: #122A62;
272
+ $bill-primary-900: #091531;
273
+ $bill-secondary-50: #F0FEFD;
274
+ $bill-secondary-100: #E2FCFA;
275
+ $bill-secondary-200: #C5F9F5;
276
+ $bill-secondary-300: #A8F7F1;
277
+ $bill-secondary-400: #8BF4EC;
278
+ $bill-secondary-500: #6EF1E7;
279
+ $bill-secondary-600: #59CBC2;
280
+ $bill-secondary-700: #44A59D;
281
+ $bill-secondary-800: #2F7E79;
282
+ $bill-secondary-900: #1A5854;
263
283
 
264
284
  $color-map:(
265
285
  "transparent": transparent,
@@ -524,4 +544,24 @@ $color-map:(
524
544
  "lpd-secondary-700": #977A05,
525
545
  "lpd-secondary-800": #645104,
526
546
  "lpd-secondary-900": #4B3D03,
547
+ "bill-primary-50": #EAF0FE,
548
+ "bill-primary-100": #D5E1FD,
549
+ "bill-primary-200": #ABC3FB,
550
+ "bill-primary-300": #81A4F9,
551
+ "bill-primary-400": #5786F7,
552
+ "bill-primary-500": #2D68F5,
553
+ "bill-primary-600": #2453C4,
554
+ "bill-primary-700": #1B3E93,
555
+ "bill-primary-800": #122A62,
556
+ "bill-primary-900": #091531,
557
+ "bill-secondary-50": #F0FEFD,
558
+ "bill-secondary-100": #E2FCFA,
559
+ "bill-secondary-200": #C5F9F5,
560
+ "bill-secondary-300": #A8F7F1,
561
+ "bill-secondary-400": #8BF4EC,
562
+ "bill-secondary-500": #6EF1E7,
563
+ "bill-secondary-600": #59CBC2,
564
+ "bill-secondary-700": #44A59D,
565
+ "bill-secondary-800": #2F7E79,
566
+ "bill-secondary-900": #1A5854,
527
567
  );
@@ -1,44 +1,44 @@
1
- @use 'sass:map';
2
-
3
- @mixin ring($width: 1px, $color: 'transparent', $inset: 0, $important: 0) {
4
- $ring-style: 0 0 0 $width $color;
5
- $shadow: if($inset==1, inset $ring-style, $ring-style);
6
-
7
- box-shadow: if($important==1, $shadow !important, $shadow);
8
- }
9
-
10
- @mixin ring-left($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
11
- $ring-style: (-$width) 0 0 $color;
12
- $shadow: if($inset==1, inset $ring-style, $ring-style);
13
-
14
- box-shadow: if($important==1, $shadow !important, $shadow);
15
- }
16
-
17
- @mixin ring-top($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
18
- $ring-style: 0 (-$width) 0 $color;
19
- $shadow: if($inset==1, inset $ring-style, $ring-style);
20
-
21
- box-shadow: if($important==1, $shadow !important, $shadow);
22
- }
23
-
24
- @mixin ring-right($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
25
- $ring-style: $width 0 0 $color;
26
- $shadow: if($inset==1, inset $ring-style, $ring-style);
27
-
28
- box-shadow: if($important==1, $shadow !important, $shadow);
29
- }
30
-
31
- @mixin ring-bottom($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
32
- $ring-style: 0 $width 0 $color;
33
- $shadow: if($inset==1, inset $ring-style, $ring-style);
34
-
35
- box-shadow: if($important==1, $shadow !important, $shadow);
36
- }
37
-
38
- @function getColor($color-map, $color) {
39
- @if map.has-key($color-map, $color) {
40
- @return map.get($color-map, $color);
41
- }
42
-
43
- @return $color;
1
+ @use 'sass:map';
2
+
3
+ @mixin ring($width: 1px, $color: 'transparent', $inset: 0, $important: 0) {
4
+ $ring-style: 0 0 0 $width $color;
5
+ $shadow: if($inset==1, inset $ring-style, $ring-style);
6
+
7
+ box-shadow: if($important==1, $shadow !important, $shadow);
8
+ }
9
+
10
+ @mixin ring-left($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
11
+ $ring-style: (-$width) 0 0 $color;
12
+ $shadow: if($inset==1, inset $ring-style, $ring-style);
13
+
14
+ box-shadow: if($important==1, $shadow !important, $shadow);
15
+ }
16
+
17
+ @mixin ring-top($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
18
+ $ring-style: 0 (-$width) 0 $color;
19
+ $shadow: if($inset==1, inset $ring-style, $ring-style);
20
+
21
+ box-shadow: if($important==1, $shadow !important, $shadow);
22
+ }
23
+
24
+ @mixin ring-right($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
25
+ $ring-style: $width 0 0 $color;
26
+ $shadow: if($inset==1, inset $ring-style, $ring-style);
27
+
28
+ box-shadow: if($important==1, $shadow !important, $shadow);
29
+ }
30
+
31
+ @mixin ring-bottom($width: 1px, $color: 'currentColor', $inset: 0, $important: 0) {
32
+ $ring-style: 0 $width 0 $color;
33
+ $shadow: if($inset==1, inset $ring-style, $ring-style);
34
+
35
+ box-shadow: if($important==1, $shadow !important, $shadow);
36
+ }
37
+
38
+ @function getColor($color-map, $color) {
39
+ @if map.has-key($color-map, $color) {
40
+ @return map.get($color-map, $color);
41
+ }
42
+
43
+ @return $color;
44
44
  }
@@ -568,4 +568,290 @@
568
568
  font-size: 10px;
569
569
  line-height: 12px;
570
570
  font-weight: 400;
571
+ }
572
+
573
+ .text-bill-h1 {
574
+ font-size: 60px;
575
+ line-height: 72px;
576
+ font-weight: 700;
577
+ }
578
+ @mixin text-bill-h1() {
579
+ font-size: 60px;
580
+ line-height: 72px;
581
+ font-weight: 700;
582
+ }
583
+
584
+ .text-bill-h2 {
585
+ font-size: 48px;
586
+ line-height: 58px;
587
+ font-weight: 700;
588
+ }
589
+ @mixin text-bill-h2() {
590
+ font-size: 48px;
591
+ line-height: 58px;
592
+ font-weight: 700;
593
+ }
594
+
595
+ .text-bill-h3 {
596
+ font-size: 40px;
597
+ line-height: 58px;
598
+ font-weight: 700;
599
+ }
600
+ @mixin text-bill-h3() {
601
+ font-size: 40px;
602
+ line-height: 58px;
603
+ font-weight: 700;
604
+ }
605
+
606
+ .text-bill-h4 {
607
+ font-size: 30px;
608
+ line-height: 38px;
609
+ font-weight: 700;
610
+ }
611
+ @mixin text-bill-h4() {
612
+ font-size: 30px;
613
+ line-height: 38px;
614
+ font-weight: 700;
615
+ }
616
+
617
+ .text-bill-h5 {
618
+ font-size: 28px;
619
+ line-height: 40px;
620
+ font-weight: 600;
621
+ }
622
+ @mixin text-bill-h5() {
623
+ font-size: 28px;
624
+ line-height: 40px;
625
+ font-weight: 600;
626
+ }
627
+
628
+ .text-bill-h6 {
629
+ font-size: 24px;
630
+ line-height: 30px;
631
+ font-weight: 600;
632
+ }
633
+ @mixin text-bill-h6() {
634
+ font-size: 24px;
635
+ line-height: 30px;
636
+ font-weight: 600;
637
+ }
638
+
639
+ .text-bill-body-lr {
640
+ font-size: 18px;
641
+ line-height: 26px;
642
+ font-weight: 400;
643
+ }
644
+ @mixin text-bill-body-lr() {
645
+ font-size: 18px;
646
+ line-height: 26px;
647
+ font-weight: 400;
648
+ }
649
+
650
+ .text-bill-body-lm {
651
+ font-size: 18px;
652
+ line-height: 26px;
653
+ font-weight: 500;
654
+ }
655
+ @mixin text-bill-body-lm() {
656
+ font-size: 18px;
657
+ line-height: 26px;
658
+ font-weight: 500;
659
+ }
660
+
661
+ .text-bill-body-lsm {
662
+ font-size: 18px;
663
+ line-height: 26px;
664
+ font-weight: 600;
665
+ }
666
+ @mixin text-bill-body-lsm() {
667
+ font-size: 18px;
668
+ line-height: 26px;
669
+ font-weight: 600;
670
+ }
671
+
672
+ .text-bill-body-blb {
673
+ font-size: 18px;
674
+ line-height: 26px;
675
+ font-weight: 700;
676
+ }
677
+ @mixin text-bill-body-blb() {
678
+ font-size: 18px;
679
+ line-height: 26px;
680
+ font-weight: 700;
681
+ }
682
+
683
+ .text-bill-body-mr {
684
+ font-size: 16px;
685
+ line-height: 24px;
686
+ font-weight: 400;
687
+ }
688
+ @mixin text-bill-body-mr() {
689
+ font-size: 16px;
690
+ line-height: 24px;
691
+ font-weight: 400;
692
+ }
693
+
694
+ .text-bill-body-mm {
695
+ font-size: 16px;
696
+ line-height: 24px;
697
+ font-weight: 500;
698
+ }
699
+ @mixin text-bill-body-mm() {
700
+ font-size: 16px;
701
+ line-height: 24px;
702
+ font-weight: 500;
703
+ }
704
+
705
+ .text-bill-body-msm {
706
+ font-size: 16px;
707
+ line-height: 24px;
708
+ font-weight: 600;
709
+ }
710
+ @mixin text-bill-body-msm() {
711
+ font-size: 16px;
712
+ line-height: 24px;
713
+ font-weight: 600;
714
+ }
715
+
716
+ .text-bill-body-mb {
717
+ font-size: 16px;
718
+ line-height: 24px;
719
+ font-weight: 700;
720
+ }
721
+ @mixin text-bill-body-mb() {
722
+ font-size: 16px;
723
+ line-height: 24px;
724
+ font-weight: 700;
725
+ }
726
+
727
+ .text-bill-label-r {
728
+ font-size: 15px;
729
+ line-height: 26px;
730
+ font-weight: 400;
731
+ }
732
+ @mixin text-bill-label-r() {
733
+ font-size: 15px;
734
+ line-height: 26px;
735
+ font-weight: 400;
736
+ }
737
+
738
+ .text-bill-label-m {
739
+ font-size: 15px;
740
+ line-height: 26px;
741
+ font-weight: 500;
742
+ }
743
+ @mixin text-bill-label-m() {
744
+ font-size: 15px;
745
+ line-height: 26px;
746
+ font-weight: 500;
747
+ }
748
+
749
+ .text-bill-label-sm {
750
+ font-size: 15px;
751
+ line-height: 26px;
752
+ font-weight: 600;
753
+ }
754
+ @mixin text-bill-label-sm() {
755
+ font-size: 15px;
756
+ line-height: 26px;
757
+ font-weight: 600;
758
+ }
759
+
760
+ .text-bill-label-b {
761
+ font-size: 15px;
762
+ line-height: 26px;
763
+ font-weight: 700;
764
+ }
765
+ @mixin text-bill-label-b() {
766
+ font-size: 15px;
767
+ line-height: 26px;
768
+ font-weight: 700;
769
+ }
770
+
771
+ .text-bill-body-sr {
772
+ font-size: 14px;
773
+ line-height: 22px;
774
+ font-weight: 400;
775
+ }
776
+ @mixin text-bill-body-sr() {
777
+ font-size: 14px;
778
+ line-height: 22px;
779
+ font-weight: 400;
780
+ }
781
+
782
+ .text-bill-body-sm {
783
+ font-size: 14px;
784
+ line-height: 22px;
785
+ font-weight: 500;
786
+ }
787
+ @mixin text-bill-body-sm() {
788
+ font-size: 14px;
789
+ line-height: 22px;
790
+ font-weight: 500;
791
+ }
792
+
793
+ .text-bill-body-ssm {
794
+ font-size: 14px;
795
+ line-height: 22px;
796
+ font-weight: 600;
797
+ }
798
+ @mixin text-bill-body-ssm() {
799
+ font-size: 14px;
800
+ line-height: 22px;
801
+ font-weight: 600;
802
+ }
803
+
804
+ .text-bill-body-sb {
805
+ font-size: 14px;
806
+ line-height: 22px;
807
+ font-weight: 700;
808
+ }
809
+ @mixin text-bill-body-sb() {
810
+ font-size: 14px;
811
+ line-height: 22px;
812
+ font-weight: 700;
813
+ }
814
+
815
+ .text-bill-body-esr {
816
+ font-size: 12px;
817
+ line-height: 20px;
818
+ font-weight: 400;
819
+ }
820
+ @mixin text-bill-body-esr() {
821
+ font-size: 12px;
822
+ line-height: 20px;
823
+ font-weight: 400;
824
+ }
825
+
826
+ .text-bill-body-ems {
827
+ font-size: 12px;
828
+ line-height: 20px;
829
+ font-weight: 500;
830
+ }
831
+ @mixin text-bill-body-ems() {
832
+ font-size: 12px;
833
+ line-height: 20px;
834
+ font-weight: 500;
835
+ }
836
+
837
+ .text-bill-body-essm {
838
+ font-size: 12px;
839
+ line-height: 20px;
840
+ font-weight: 600;
841
+ }
842
+ @mixin text-bill-body-essm() {
843
+ font-size: 12px;
844
+ line-height: 20px;
845
+ font-weight: 600;
846
+ }
847
+
848
+ .text-bill-body-esb {
849
+ font-size: 12px;
850
+ line-height: 20px;
851
+ font-weight: 700;
852
+ }
853
+ @mixin text-bill-body-esb() {
854
+ font-size: 12px;
855
+ line-height: 20px;
856
+ font-weight: 700;
571
857
  }
@@ -261,4 +261,24 @@
261
261
  --color-lpd-secondary-700: #977A05;
262
262
  --color-lpd-secondary-800: #645104;
263
263
  --color-lpd-secondary-900: #4B3D03;
264
+ --color-bill-primary-50: #EAF0FE;
265
+ --color-bill-primary-100: #D5E1FD;
266
+ --color-bill-primary-200: #ABC3FB;
267
+ --color-bill-primary-300: #81A4F9;
268
+ --color-bill-primary-400: #5786F7;
269
+ --color-bill-primary-500: #2D68F5;
270
+ --color-bill-primary-600: #2453C4;
271
+ --color-bill-primary-700: #1B3E93;
272
+ --color-bill-primary-800: #122A62;
273
+ --color-bill-primary-900: #091531;
274
+ --color-bill-secondary-50: #F0FEFD;
275
+ --color-bill-secondary-100: #E2FCFA;
276
+ --color-bill-secondary-200: #C5F9F5;
277
+ --color-bill-secondary-300: #A8F7F1;
278
+ --color-bill-secondary-400: #8BF4EC;
279
+ --color-bill-secondary-500: #6EF1E7;
280
+ --color-bill-secondary-600: #59CBC2;
281
+ --color-bill-secondary-700: #44A59D;
282
+ --color-bill-secondary-800: #2F7E79;
283
+ --color-bill-secondary-900: #1A5854;
264
284
  }
@@ -1 +1 @@
1
- /*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!1ru-pointer-events-none{pointer-events:none!important}.\31ru-pointer-events-none{pointer-events:none}.\!1ru-absolute{position:absolute!important}.\31ru-absolute{position:absolute}.\31ru-relative{position:relative}.\31ru-left-0{left:0}.\31ru-top-0{top:0}.\31ru-z-\[999\]{z-index:999}.\31ru-m-5{margin:1.25rem}.\-1ru-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.\-1ru-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.\31ru-mx-0{margin-left:0;margin-right:0}.\31ru-mx-0\.5{margin-left:.125rem;margin-right:.125rem}.\31ru-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!1ru-mt-6{margin-top:1.5rem!important}.\-1ru-mb-0{margin-bottom:0}.\-1ru-mb-0\.5{margin-bottom:-.125rem}.\-1ru-mt-0{margin-top:0}.\-1ru-mt-0\.5{margin-top:-.125rem}.\31ru-mb-\[1000px\]{margin-bottom:1000px}.\31ru-mt-5{margin-top:1.25rem}.\31ru-mt-\[1000px\]{margin-top:1000px}.\31ru-flex{display:flex}.\31ru-inline-flex{display:inline-flex}.\31ru-table{display:table}.\31ru-hidden{display:none}.\31ru-size-5{width:1.25rem;height:1.25rem}.\31ru-size-6{width:1.5rem;height:1.5rem}.\31ru-size-\[300px\]{width:300px;height:300px}.\31ru-size-\[500px\]{width:500px;height:500px}.\!1ru-h-\[14px\]{height:14px!important}.\31ru-h-16{height:4rem}.\31ru-h-20{height:5rem}.\31ru-h-3{height:.75rem}.\31ru-h-3\.5{height:.875rem}.\31ru-h-4{height:1rem}.\31ru-h-5{height:1.25rem}.\31ru-h-6{height:1.5rem}.\31ru-h-8{height:2rem}.\31ru-h-\[38px\]{height:38px}.\31ru-h-full{height:100%}.\31ru-min-h-12{min-height:3rem}.\!1ru-w-\[14px\]{width:14px!important}.\!1ru-w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)!important}.\!1ru-w-full{width:100%!important}.\31ru-w-20{width:5rem}.\31ru-w-3{width:.75rem}.\31ru-w-3\.5{width:.875rem}.\31ru-w-4{width:1rem}.\31ru-w-5{width:1.25rem}.\31ru-w-6{width:1.5rem}.\31ru-w-\[250px\]{width:250px}.\31ru-w-\[296px\]{width:296px}.\31ru-w-fit{width:-moz-fit-content;width:fit-content}.\31ru-w-full{width:100%}.\!1ru-min-w-\[60px\]{min-width:60px!important}.\31ru-min-w-\[150px\]{min-width:150px}.\31ru-min-w-\[38px\]{min-width:38px}.\!1ru-max-w-\[70px\]{max-width:70px!important}.\31ru-max-w-\[800px\]{max-width:800px}.\31ru-flex-shrink-0{flex-shrink:0}.\-1ru-rotate-90{--tw-rotate:-90deg}.\-1ru-rotate-90,.\31ru-rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-rotate-180{--tw-rotate:180deg}.\31ru-rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-cursor-pointer{cursor:pointer}.\31ru-flex-row{flex-direction:row}.\31ru-flex-col{flex-direction:column}.\31ru-flex-wrap{flex-wrap:wrap}.\31ru-content-start{align-content:flex-start}.\31ru-items-center{align-items:center}.\31ru-justify-center{justify-content:center}.\31ru-justify-between{justify-content:space-between}.\31ru-justify-around{justify-content:space-around}.\31ru-gap-0{gap:0}.\31ru-gap-0\.5{gap:.125rem}.\31ru-gap-1{gap:.25rem}.\31ru-gap-1\.5{gap:.375rem}.\31ru-gap-10{gap:2.5rem}.\31ru-gap-11{gap:2.75rem}.\31ru-gap-12{gap:3rem}.\31ru-gap-14{gap:3.5rem}.\31ru-gap-16{gap:4rem}.\31ru-gap-2{gap:.5rem}.\31ru-gap-2\.5{gap:.625rem}.\31ru-gap-20{gap:5rem}.\31ru-gap-24{gap:6rem}.\31ru-gap-28{gap:7rem}.\31ru-gap-3{gap:.75rem}.\31ru-gap-3\.5{gap:.875rem}.\31ru-gap-32{gap:8rem}.\31ru-gap-36{gap:9rem}.\31ru-gap-4{gap:1rem}.\31ru-gap-40{gap:10rem}.\31ru-gap-44{gap:11rem}.\31ru-gap-48{gap:12rem}.\31ru-gap-5{gap:1.25rem}.\31ru-gap-52{gap:13rem}.\31ru-gap-56{gap:14rem}.\31ru-gap-6{gap:1.5rem}.\31ru-gap-60{gap:15rem}.\31ru-gap-64{gap:16rem}.\31ru-gap-7{gap:1.75rem}.\31ru-gap-72{gap:18rem}.\31ru-gap-8{gap:2rem}.\31ru-gap-80{gap:20rem}.\31ru-gap-9{gap:2.25rem}.\31ru-gap-96{gap:24rem}.\31ru-gap-px{gap:1px}.\31ru-gap-x-0{-moz-column-gap:0;column-gap:0}.\31ru-gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.\31ru-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.\31ru-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.\31ru-gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.\31ru-gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.\31ru-gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.\31ru-gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.\31ru-gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.\31ru-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.\31ru-gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.\31ru-gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.\31ru-gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.\31ru-gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.\31ru-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.\31ru-gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.\31ru-gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.\31ru-gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.\31ru-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.\31ru-gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.\31ru-gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.\31ru-gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.\31ru-gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.\31ru-gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.\31ru-gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.\31ru-gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.\31ru-gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.\31ru-gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.\31ru-gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.\31ru-gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.\31ru-gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.\31ru-gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.\31ru-gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.\31ru-gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.\31ru-gap-x-px{-moz-column-gap:1px;column-gap:1px}.\31ru-gap-y-0{row-gap:0}.\31ru-gap-y-0\.5{row-gap:.125rem}.\31ru-gap-y-1{row-gap:.25rem}.\31ru-gap-y-1\.5{row-gap:.375rem}.\31ru-gap-y-10{row-gap:2.5rem}.\31ru-gap-y-11{row-gap:2.75rem}.\31ru-gap-y-12{row-gap:3rem}.\31ru-gap-y-14{row-gap:3.5rem}.\31ru-gap-y-16{row-gap:4rem}.\31ru-gap-y-2{row-gap:.5rem}.\31ru-gap-y-2\.5{row-gap:.625rem}.\31ru-gap-y-20{row-gap:5rem}.\31ru-gap-y-24{row-gap:6rem}.\31ru-gap-y-28{row-gap:7rem}.\31ru-gap-y-3{row-gap:.75rem}.\31ru-gap-y-3\.5{row-gap:.875rem}.\31ru-gap-y-32{row-gap:8rem}.\31ru-gap-y-36{row-gap:9rem}.\31ru-gap-y-4{row-gap:1rem}.\31ru-gap-y-40{row-gap:10rem}.\31ru-gap-y-44{row-gap:11rem}.\31ru-gap-y-48{row-gap:12rem}.\31ru-gap-y-5{row-gap:1.25rem}.\31ru-gap-y-52{row-gap:13rem}.\31ru-gap-y-56{row-gap:14rem}.\31ru-gap-y-6{row-gap:1.5rem}.\31ru-gap-y-60{row-gap:15rem}.\31ru-gap-y-64{row-gap:16rem}.\31ru-gap-y-7{row-gap:1.75rem}.\31ru-gap-y-72{row-gap:18rem}.\31ru-gap-y-8{row-gap:2rem}.\31ru-gap-y-80{row-gap:20rem}.\31ru-gap-y-9{row-gap:2.25rem}.\31ru-gap-y-96{row-gap:24rem}.\31ru-gap-y-px{row-gap:1px}.\31ru-overflow-auto{overflow:auto}.\31ru-overflow-hidden{overflow:hidden}.\31ru-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\31ru-text-nowrap{text-wrap:nowrap}.\31ru-break-all{word-break:break-all}.\31ru-break-keep{word-break:keep-all}.\!1ru-rounded-md{border-radius:.375rem!important}.\31ru-rounded{border-radius:.25rem}.\31ru-rounded-2xl{border-radius:1rem}.\31ru-rounded-3xl{border-radius:1.5rem}.\31ru-rounded-full{border-radius:9999px}.\31ru-rounded-lg{border-radius:.5rem}.\31ru-rounded-md{border-radius:.375rem}.\31ru-rounded-none{border-radius:0}.\31ru-rounded-sm{border-radius:.125rem}.\31ru-rounded-xl{border-radius:.75rem}.\!1ru-rounded-s-lg{border-start-start-radius:.5rem!important;border-end-start-radius:.5rem!important}.\31ru-rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.\31ru-rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.\!1ru-rounded-tr-lg{border-top-right-radius:.5rem!important}.\31ru-border{border-width:1px}.\31ru-border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity))}.\!1ru-bg-laba-blue-10{--tw-bg-opacity:1!important;background-color:rgb(1 99 200/var(--tw-bg-opacity))!important}.\31ru-bg-laba-blue-02{--tw-bg-opacity:1;background-color:rgb(219 236 255/var(--tw-bg-opacity))}.\31ru-bg-laba-blue-10{--tw-bg-opacity:1;background-color:rgb(1 99 200/var(--tw-bg-opacity))}.\31ru-bg-laba-grey-02{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.\31ru-bg-red-300{--tw-bg-opacity:1;background-color:rgb(229 115 115/var(--tw-bg-opacity))}.\31ru-bg-red-900{--tw-bg-opacity:1;background-color:rgb(183 28 28/var(--tw-bg-opacity))}.\31ru-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\31ru-object-contain{-o-object-fit:contain;object-fit:contain}.\!1ru-p-6{padding:1.5rem!important}.\31ru-p-10{padding:2.5rem}.\31ru-p-5{padding:1.25rem}.\31ru-px-2{padding-left:.5rem;padding-right:.5rem}.\31ru-px-3{padding-left:.75rem;padding-right:.75rem}.\31ru-px-4{padding-left:1rem;padding-right:1rem}.\31ru-py-1{padding-top:.25rem;padding-bottom:.25rem}.\31ru-py-2{padding-top:.5rem;padding-bottom:.5rem}.\!1ru-pl-2{padding-left:.5rem!important}.\!1ru-pt-2{padding-top:.5rem!important}.\31ru-pl-2{padding-left:.5rem}.\31ru-pr-1{padding-right:.25rem}.\31ru-pt-2{padding-top:.5rem}.\31ru-pt-3{padding-top:.75rem}.\31ru-text-center{text-align:center}.\!1ru-font-lato{font-family:Lato!important}.\31ru-font-Inter{font-family:Inter}.\31ru-font-lato{font-family:Lato}.\!1ru-text-laba-subtitle-rr{font-size:12px!important;line-height:16px!important;font-weight:400!important}.\31ru-text-\[10px\]{font-size:10px}.\31ru-text-\[12px\]{font-size:12px}.\31ru-text-laba-base-rb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-laba-base-rr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-laba-base-rs{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-laba-base-sb{font-size:14px;line-height:20px;font-weight:700}.\31ru-text-laba-base-sr{font-size:14px;line-height:20px;font-weight:400}.\31ru-text-laba-base-ss{font-size:14px;line-height:20px;font-weight:600}.\31ru-text-laba-h1,.\31ru-text-laba-h1-b{font-size:24px;line-height:30px;font-weight:700}.\31ru-text-laba-h1-r{font-size:24px;line-height:30px;font-weight:400}.\31ru-text-laba-h1-sb{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-laba-h2,.\31ru-text-laba-h2-b{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-laba-h2-r{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-laba-h2-sb{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-laba-subtitle-rb{font-size:12px;line-height:16px;font-weight:700}.\31ru-text-laba-subtitle-rr{font-size:12px;line-height:16px;font-weight:400}.\31ru-text-laba-subtitle-rs{font-size:12px;line-height:16px;font-weight:600}.\31ru-text-laba-subtitle-sb{font-size:10px;line-height:12px;font-weight:700}.\31ru-text-laba-subtitle-sr{font-size:10px;line-height:12px;font-weight:400}.\31ru-text-laba-subtitle-ss{font-size:10px;line-height:12px;font-weight:600}.\31ru-text-laba-title-lb{font-size:36px;line-height:44px;font-weight:700}.\31ru-text-laba-title-lr{font-size:36px;line-height:44px;font-weight:400}.\31ru-text-laba-title-ls{font-size:36px;line-height:44px;font-weight:600}.\31ru-text-laba-title-mb{font-size:32px;line-height:40px;font-weight:700}.\31ru-text-laba-title-mr{font-size:32px;line-height:40px;font-weight:400}.\31ru-text-laba-title-ms{font-size:32px;line-height:40px;font-weight:600}.\31ru-text-payhere-body-esm{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-payhere-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-payhere-body-lb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-payhere-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-payhere-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-payhere-body-ls{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-payhere-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-payhere-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-payhere-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-payhere-body-ms{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-payhere-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-payhere-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-payhere-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-payhere-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-payhere-h3{font-size:40px;line-height:48px;font-weight:700}.\31ru-text-payhere-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-payhere-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-payhere-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-payhere-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-payhere-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-font-semibold{font-weight:600}.\!1ru-text-gray-500{--tw-text-opacity:1!important;color:rgb(158 158 158/var(--tw-text-opacity))!important}.\!1ru-text-laba-grey-10{--tw-text-opacity:1!important;color:rgb(137 137 137/var(--tw-text-opacity))!important}.\31ru-text-blue-700{--tw-text-opacity:1;color:rgb(25 118 210/var(--tw-text-opacity))}.\31ru-text-gray-400{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.\31ru-text-laba-blue-10{--tw-text-opacity:1;color:rgb(1 99 200/var(--tw-text-opacity))}.\31ru-text-laba-red-08{--tw-text-opacity:1;color:rgb(237 0 25/var(--tw-text-opacity))}.\31ru-text-red-600{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity))}.\31ru-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\31ru-opacity-0{opacity:0}.\31ru-opacity-50{opacity:.5}.\31ru-opacity-\[1\]{opacity:1}.\31ru-shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.\31ru-shadow-md,.\31ru-shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\31ru-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.\31ru-outline-none{outline:2px solid #0000;outline-offset:2px}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-100.ttf);font-weight:100}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-200.ttf);font-weight:200}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-300.ttf);font-weight:300}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-400.ttf);font-weight:400}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-500.ttf);font-weight:500}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-600.ttf);font-weight:600}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-700.ttf);font-weight:700}@font-face{font-family:Inter;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Inter-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:andale-mono;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Andale-Mono.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Arial-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial-Black;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Arial-Black.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Book-Antiqua;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Book-Antiqua.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Comic-Sans-MS;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Comic-Sans-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Courier-New;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Courier-New.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Georgia;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Georgia.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Helvetica;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Helvetica.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Impact;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Impact.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Tahoma;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Tahoma.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Terminal;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Terminal.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Times-New-Roman;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Times-New-Roman.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Trebuchet-MS;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Trebuchet-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Verdana;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Verdana.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Webdings;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Webdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Wingdings;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Wingdings.ttf);font-weight:100 200 300 400 500 600 700}body{background:#fff}.Toastify__toast-container--top-center{pointer-events:none;width:100%}.disabled-text-editor *{all:unset;box-sizing:border-box}.no-tailwindcss-base,.no-tailwindcss-base *,.no-tailwindcss-base>*{font-size:revert;font-weight:revert;margin:revert;display:revert;vertical-align:revert;max-width:revert;height:revert;border:revert;outline:revert;list-style:revert;padding:revert}.hover\:1ru-bg-laba-blue-01:hover{--tw-bg-opacity:1;background-color:rgb(240 247 255/var(--tw-bg-opacity))}.hover\:1ru-bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(239 83 80/var(--tw-bg-opacity))}.hover\:1ru-text-laba-blue-05:hover{--tw-text-opacity:1;color:rgb(115 164 214/var(--tw-text-opacity))}
1
+ /*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!1ru-pointer-events-none{pointer-events:none!important}.\31ru-pointer-events-none{pointer-events:none}.\!1ru-absolute{position:absolute!important}.\31ru-absolute{position:absolute}.\31ru-relative{position:relative}.\31ru-left-0{left:0}.\31ru-top-0{top:0}.\31ru-z-\[999\]{z-index:999}.\31ru-m-5{margin:1.25rem}.\-1ru-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.\-1ru-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.\31ru-mx-0{margin-left:0;margin-right:0}.\31ru-mx-0\.5{margin-left:.125rem;margin-right:.125rem}.\31ru-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!1ru-mt-6{margin-top:1.5rem!important}.\-1ru-mb-0{margin-bottom:0}.\-1ru-mb-0\.5{margin-bottom:-.125rem}.\-1ru-mt-0{margin-top:0}.\-1ru-mt-0\.5{margin-top:-.125rem}.\31ru-mb-\[1000px\]{margin-bottom:1000px}.\31ru-mt-5{margin-top:1.25rem}.\31ru-mt-\[1000px\]{margin-top:1000px}.\31ru-flex{display:flex}.\31ru-inline-flex{display:inline-flex}.\31ru-table{display:table}.\31ru-hidden{display:none}.\31ru-size-5{width:1.25rem;height:1.25rem}.\31ru-size-6{width:1.5rem;height:1.5rem}.\31ru-size-\[300px\]{width:300px;height:300px}.\31ru-size-\[500px\]{width:500px;height:500px}.\!1ru-h-\[14px\]{height:14px!important}.\31ru-h-16{height:4rem}.\31ru-h-20{height:5rem}.\31ru-h-3{height:.75rem}.\31ru-h-3\.5{height:.875rem}.\31ru-h-4{height:1rem}.\31ru-h-5{height:1.25rem}.\31ru-h-6{height:1.5rem}.\31ru-h-8{height:2rem}.\31ru-h-\[38px\]{height:38px}.\31ru-h-full{height:100%}.\31ru-min-h-12{min-height:3rem}.\!1ru-w-\[14px\]{width:14px!important}.\!1ru-w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)!important}.\!1ru-w-full{width:100%!important}.\31ru-w-20{width:5rem}.\31ru-w-3{width:.75rem}.\31ru-w-3\.5{width:.875rem}.\31ru-w-4{width:1rem}.\31ru-w-5{width:1.25rem}.\31ru-w-6{width:1.5rem}.\31ru-w-\[250px\]{width:250px}.\31ru-w-\[296px\]{width:296px}.\31ru-w-fit{width:-moz-fit-content;width:fit-content}.\31ru-w-full{width:100%}.\!1ru-min-w-\[60px\]{min-width:60px!important}.\31ru-min-w-\[150px\]{min-width:150px}.\31ru-min-w-\[38px\]{min-width:38px}.\!1ru-max-w-\[70px\]{max-width:70px!important}.\31ru-max-w-\[800px\]{max-width:800px}.\31ru-flex-shrink-0{flex-shrink:0}.\-1ru-rotate-90{--tw-rotate:-90deg}.\-1ru-rotate-90,.\31ru-rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-rotate-180{--tw-rotate:180deg}.\31ru-rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-cursor-pointer{cursor:pointer}.\31ru-flex-row{flex-direction:row}.\31ru-flex-col{flex-direction:column}.\31ru-flex-wrap{flex-wrap:wrap}.\31ru-content-start{align-content:flex-start}.\31ru-items-center{align-items:center}.\31ru-justify-center{justify-content:center}.\31ru-justify-between{justify-content:space-between}.\31ru-justify-around{justify-content:space-around}.\31ru-gap-0{gap:0}.\31ru-gap-0\.5{gap:.125rem}.\31ru-gap-1{gap:.25rem}.\31ru-gap-1\.5{gap:.375rem}.\31ru-gap-10{gap:2.5rem}.\31ru-gap-11{gap:2.75rem}.\31ru-gap-12{gap:3rem}.\31ru-gap-14{gap:3.5rem}.\31ru-gap-16{gap:4rem}.\31ru-gap-2{gap:.5rem}.\31ru-gap-2\.5{gap:.625rem}.\31ru-gap-20{gap:5rem}.\31ru-gap-24{gap:6rem}.\31ru-gap-28{gap:7rem}.\31ru-gap-3{gap:.75rem}.\31ru-gap-3\.5{gap:.875rem}.\31ru-gap-32{gap:8rem}.\31ru-gap-36{gap:9rem}.\31ru-gap-4{gap:1rem}.\31ru-gap-40{gap:10rem}.\31ru-gap-44{gap:11rem}.\31ru-gap-48{gap:12rem}.\31ru-gap-5{gap:1.25rem}.\31ru-gap-52{gap:13rem}.\31ru-gap-56{gap:14rem}.\31ru-gap-6{gap:1.5rem}.\31ru-gap-60{gap:15rem}.\31ru-gap-64{gap:16rem}.\31ru-gap-7{gap:1.75rem}.\31ru-gap-72{gap:18rem}.\31ru-gap-8{gap:2rem}.\31ru-gap-80{gap:20rem}.\31ru-gap-9{gap:2.25rem}.\31ru-gap-96{gap:24rem}.\31ru-gap-px{gap:1px}.\31ru-gap-x-0{-moz-column-gap:0;column-gap:0}.\31ru-gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.\31ru-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.\31ru-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.\31ru-gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.\31ru-gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.\31ru-gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.\31ru-gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.\31ru-gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.\31ru-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.\31ru-gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.\31ru-gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.\31ru-gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.\31ru-gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.\31ru-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.\31ru-gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.\31ru-gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.\31ru-gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.\31ru-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.\31ru-gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.\31ru-gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.\31ru-gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.\31ru-gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.\31ru-gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.\31ru-gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.\31ru-gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.\31ru-gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.\31ru-gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.\31ru-gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.\31ru-gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.\31ru-gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.\31ru-gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.\31ru-gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.\31ru-gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.\31ru-gap-x-px{-moz-column-gap:1px;column-gap:1px}.\31ru-gap-y-0{row-gap:0}.\31ru-gap-y-0\.5{row-gap:.125rem}.\31ru-gap-y-1{row-gap:.25rem}.\31ru-gap-y-1\.5{row-gap:.375rem}.\31ru-gap-y-10{row-gap:2.5rem}.\31ru-gap-y-11{row-gap:2.75rem}.\31ru-gap-y-12{row-gap:3rem}.\31ru-gap-y-14{row-gap:3.5rem}.\31ru-gap-y-16{row-gap:4rem}.\31ru-gap-y-2{row-gap:.5rem}.\31ru-gap-y-2\.5{row-gap:.625rem}.\31ru-gap-y-20{row-gap:5rem}.\31ru-gap-y-24{row-gap:6rem}.\31ru-gap-y-28{row-gap:7rem}.\31ru-gap-y-3{row-gap:.75rem}.\31ru-gap-y-3\.5{row-gap:.875rem}.\31ru-gap-y-32{row-gap:8rem}.\31ru-gap-y-36{row-gap:9rem}.\31ru-gap-y-4{row-gap:1rem}.\31ru-gap-y-40{row-gap:10rem}.\31ru-gap-y-44{row-gap:11rem}.\31ru-gap-y-48{row-gap:12rem}.\31ru-gap-y-5{row-gap:1.25rem}.\31ru-gap-y-52{row-gap:13rem}.\31ru-gap-y-56{row-gap:14rem}.\31ru-gap-y-6{row-gap:1.5rem}.\31ru-gap-y-60{row-gap:15rem}.\31ru-gap-y-64{row-gap:16rem}.\31ru-gap-y-7{row-gap:1.75rem}.\31ru-gap-y-72{row-gap:18rem}.\31ru-gap-y-8{row-gap:2rem}.\31ru-gap-y-80{row-gap:20rem}.\31ru-gap-y-9{row-gap:2.25rem}.\31ru-gap-y-96{row-gap:24rem}.\31ru-gap-y-px{row-gap:1px}.\31ru-overflow-auto{overflow:auto}.\31ru-overflow-hidden{overflow:hidden}.\31ru-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\31ru-text-nowrap{text-wrap:nowrap}.\31ru-break-all{word-break:break-all}.\31ru-break-keep{word-break:keep-all}.\!1ru-rounded-md{border-radius:.375rem!important}.\!1ru-rounded-xl{border-radius:.75rem!important}.\31ru-rounded{border-radius:.25rem}.\31ru-rounded-2xl{border-radius:1rem}.\31ru-rounded-3xl{border-radius:1.5rem}.\31ru-rounded-full{border-radius:9999px}.\31ru-rounded-lg{border-radius:.5rem}.\31ru-rounded-md{border-radius:.375rem}.\31ru-rounded-none{border-radius:0}.\31ru-rounded-sm{border-radius:.125rem}.\31ru-rounded-xl{border-radius:.75rem}.\!1ru-rounded-s-lg{border-start-start-radius:.5rem!important;border-end-start-radius:.5rem!important}.\31ru-rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.\31ru-rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.\!1ru-rounded-tr-lg{border-top-right-radius:.5rem!important}.\31ru-border{border-width:1px}.\31ru-border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity))}.\!1ru-bg-laba-blue-10{--tw-bg-opacity:1!important;background-color:rgb(1 99 200/var(--tw-bg-opacity))!important}.\31ru-bg-laba-blue-02{--tw-bg-opacity:1;background-color:rgb(219 236 255/var(--tw-bg-opacity))}.\31ru-bg-laba-blue-10{--tw-bg-opacity:1;background-color:rgb(1 99 200/var(--tw-bg-opacity))}.\31ru-bg-laba-grey-02{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.\31ru-bg-red-300{--tw-bg-opacity:1;background-color:rgb(229 115 115/var(--tw-bg-opacity))}.\31ru-bg-red-900{--tw-bg-opacity:1;background-color:rgb(183 28 28/var(--tw-bg-opacity))}.\31ru-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\31ru-object-contain{-o-object-fit:contain;object-fit:contain}.\!1ru-p-6{padding:1.5rem!important}.\31ru-p-10{padding:2.5rem}.\31ru-p-5{padding:1.25rem}.\31ru-px-2{padding-left:.5rem;padding-right:.5rem}.\31ru-px-3{padding-left:.75rem;padding-right:.75rem}.\31ru-px-4{padding-left:1rem;padding-right:1rem}.\31ru-py-1{padding-top:.25rem;padding-bottom:.25rem}.\31ru-py-2{padding-top:.5rem;padding-bottom:.5rem}.\!1ru-pl-2{padding-left:.5rem!important}.\!1ru-pt-2{padding-top:.5rem!important}.\31ru-pl-2{padding-left:.5rem}.\31ru-pr-1{padding-right:.25rem}.\31ru-pt-2{padding-top:.5rem}.\31ru-pt-3{padding-top:.75rem}.\31ru-text-center{text-align:center}.\!1ru-font-Lato{font-family:Lato!important}.\31ru-font-Inter{font-family:Inter}.\31ru-font-Lato{font-family:Lato}.\31ru-font-PJakartaSans{font-family:PJakartaSans}.\!1ru-text-laba-subtitle-rr{font-size:12px!important;line-height:16px!important;font-weight:400!important}.\31ru-text-\[10px\]{font-size:10px}.\31ru-text-\[12px\]{font-size:12px}.\31ru-text-laba-base-rb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-laba-base-rr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-laba-base-rs{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-laba-base-sb{font-size:14px;line-height:20px;font-weight:700}.\31ru-text-laba-base-sr{font-size:14px;line-height:20px;font-weight:400}.\31ru-text-laba-base-ss{font-size:14px;line-height:20px;font-weight:600}.\31ru-text-laba-h1,.\31ru-text-laba-h1-b{font-size:24px;line-height:30px;font-weight:700}.\31ru-text-laba-h1-r{font-size:24px;line-height:30px;font-weight:400}.\31ru-text-laba-h1-sb{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-laba-h2,.\31ru-text-laba-h2-b{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-laba-h2-r{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-laba-h2-sb{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-laba-subtitle-rb{font-size:12px;line-height:16px;font-weight:700}.\31ru-text-laba-subtitle-rr{font-size:12px;line-height:16px;font-weight:400}.\31ru-text-laba-subtitle-rs{font-size:12px;line-height:16px;font-weight:600}.\31ru-text-laba-subtitle-sb{font-size:10px;line-height:12px;font-weight:700}.\31ru-text-laba-subtitle-sr{font-size:10px;line-height:12px;font-weight:400}.\31ru-text-laba-subtitle-ss{font-size:10px;line-height:12px;font-weight:600}.\31ru-text-laba-title-lb{font-size:36px;line-height:44px;font-weight:700}.\31ru-text-laba-title-lr{font-size:36px;line-height:44px;font-weight:400}.\31ru-text-laba-title-ls{font-size:36px;line-height:44px;font-weight:600}.\31ru-text-laba-title-mb{font-size:32px;line-height:40px;font-weight:700}.\31ru-text-laba-title-mr{font-size:32px;line-height:40px;font-weight:400}.\31ru-text-laba-title-ms{font-size:32px;line-height:40px;font-weight:600}.\31ru-text-payhere-body-esm{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-payhere-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-payhere-body-lb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-payhere-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-payhere-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-payhere-body-ls{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-payhere-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-payhere-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-payhere-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-payhere-body-ms{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-payhere-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-payhere-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-payhere-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-payhere-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-payhere-h3{font-size:40px;line-height:48px;font-weight:700}.\31ru-text-payhere-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-payhere-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-payhere-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-payhere-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-payhere-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-font-semibold{font-weight:600}.\!1ru-text-gray-500{--tw-text-opacity:1!important;color:rgb(158 158 158/var(--tw-text-opacity))!important}.\!1ru-text-laba-grey-10{--tw-text-opacity:1!important;color:rgb(137 137 137/var(--tw-text-opacity))!important}.\31ru-text-blue-700{--tw-text-opacity:1;color:rgb(25 118 210/var(--tw-text-opacity))}.\31ru-text-gray-400{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.\31ru-text-laba-blue-10{--tw-text-opacity:1;color:rgb(1 99 200/var(--tw-text-opacity))}.\31ru-text-laba-red-08{--tw-text-opacity:1;color:rgb(237 0 25/var(--tw-text-opacity))}.\31ru-text-red-600{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity))}.\31ru-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\31ru-opacity-0{opacity:0}.\31ru-opacity-50{opacity:.5}.\31ru-opacity-\[1\]{opacity:1}.\31ru-shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.\31ru-shadow-md,.\31ru-shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\31ru-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.\31ru-outline-none{outline:2px solid #0000;outline-offset:2px}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-100.ttf);font-weight:100}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-200.ttf);font-weight:200}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-300.ttf);font-weight:300}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-400.ttf);font-weight:400}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-500.ttf);font-weight:500}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-600.ttf);font-weight:600}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-700.ttf);font-weight:700}@font-face{font-family:Inter;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Inter-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:andale-mono;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Andale-Mono.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Arial-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial-Black;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Arial-Black.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Book-Antiqua;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Book-Antiqua.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Comic-Sans-MS;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Comic-Sans-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Courier-New;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Courier-New.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Georgia;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Georgia.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Helvetica;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Helvetica.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Impact;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Impact.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Tahoma;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Tahoma.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Terminal;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Terminal.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Times-New-Roman;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Times-New-Roman.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Trebuchet-MS;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Trebuchet-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Verdana;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Verdana.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Webdings;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Webdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Wingdings;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Wingdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/PlusJakartaSans.ttf);font-weight:200 800;font-style:normal}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/PlusJakartaSans-Italic.ttf);font-weight:200 800;font-style:italic}body{background:#fff}.Toastify__toast-container--top-center{pointer-events:none;width:100%}.disabled-text-editor *{all:unset;box-sizing:border-box}.no-tailwindcss-base,.no-tailwindcss-base *,.no-tailwindcss-base>*{font-size:revert;font-weight:revert;margin:revert;display:revert;vertical-align:revert;max-width:revert;height:revert;border:revert;outline:revert;list-style:revert;padding:revert}.hover\:1ru-bg-laba-blue-01:hover{--tw-bg-opacity:1;background-color:rgb(240 247 255/var(--tw-bg-opacity))}.hover\:1ru-bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(239 83 80/var(--tw-bg-opacity))}.hover\:1ru-text-laba-blue-05:hover{--tw-text-opacity:1;color:rgb(115 164 214/var(--tw-text-opacity))}
@@ -1 +1 @@
1
- @font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-100.ttf");font-weight:100}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-200.ttf");font-weight:200}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-300.ttf");font-weight:300}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-400.ttf");font-weight:400}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-500.ttf");font-weight:500}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-600.ttf");font-weight:600}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Lato-700.ttf");font-weight:700}@font-face{font-family:"Inter";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Inter-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"andale-mono";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Andale-Mono.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Arial-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial-Black";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Arial-Black.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Book-Antiqua";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Book-Antiqua.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Comic-Sans-MS";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Comic-Sans-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Courier-New";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Courier-New.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Georgia";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Georgia.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Helvetica";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Helvetica.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Impact";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Impact.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Tahoma";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Tahoma.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Terminal";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Terminal.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Times-New-Roman";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Times-New-Roman.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Trebuchet-MS";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Trebuchet-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Verdana";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Verdana.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Webdings";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Webdings.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Wingdings";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.20/dist/assets/fonts/Wingdings.ttf");font-weight:100 200 300 400 500 600 700}
1
+ @font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-100.ttf");font-weight:100}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-200.ttf");font-weight:200}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-300.ttf");font-weight:300}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-400.ttf");font-weight:400}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-500.ttf");font-weight:500}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-600.ttf");font-weight:600}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Lato-700.ttf");font-weight:700}@font-face{font-family:"Inter";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Inter-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"andale-mono";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Andale-Mono.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Arial-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial-Black";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Arial-Black.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Book-Antiqua";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Book-Antiqua.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Comic-Sans-MS";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Comic-Sans-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Courier-New";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Courier-New.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Georgia";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Georgia.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Helvetica";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Helvetica.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Impact";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Impact.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Tahoma";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Tahoma.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Terminal";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Terminal.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Times-New-Roman";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Times-New-Roman.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Trebuchet-MS";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Trebuchet-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Verdana";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Verdana.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Webdings";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Webdings.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Wingdings";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/Wingdings.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"PJakartaSans";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/PlusJakartaSans.ttf");font-weight:200 800;font-style:normal}@font-face{font-family:"PJakartaSans";src:url("https://unpkg.com/1mpacto-react-ui@0.2.0-beta.22/dist/assets/fonts/PlusJakartaSans-Italic.ttf");font-weight:200 800;font-style:italic}
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.6673 11.3333L8.00065 14M8.00065 14L5.33398 11.3333M8.00065 14V2" stroke="#CFD8DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.6673 11.3333L8.00065 14M8.00065 14L5.33398 11.3333M8.00065 14V2" stroke="#CFD8DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>