paraqeet 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_layouts/default.html +9 -9
  4. data/_sass/_bootstrap-icons.scss +12 -2042
  5. data/_sass/_variables-dark.scss +0 -0
  6. data/_sass/bootstrap/_alert.scss +2 -2
  7. data/_sass/bootstrap/_button-group.scss +2 -2
  8. data/_sass/bootstrap/_buttons.scss +3 -3
  9. data/_sass/bootstrap/_card.scss +1 -0
  10. data/_sass/bootstrap/_carousel.scss +9 -3
  11. data/_sass/bootstrap/_close.scss +2 -0
  12. data/_sass/bootstrap/_functions.scss +1 -1
  13. data/_sass/bootstrap/_grid.scss +6 -0
  14. data/_sass/bootstrap/_helpers.scss +2 -0
  15. data/_sass/bootstrap/_list-group.scss +8 -15
  16. data/_sass/bootstrap/_maps.scss +70 -17
  17. data/_sass/bootstrap/_nav.scss +40 -3
  18. data/_sass/bootstrap/_navbar.scss +6 -4
  19. data/_sass/bootstrap/_pagination.scss +1 -1
  20. data/_sass/bootstrap/_root.scss +45 -52
  21. data/_sass/bootstrap/_tables.scss +1 -1
  22. data/_sass/bootstrap/_tooltip.scss +4 -5
  23. data/_sass/bootstrap/_utilities.scss +68 -10
  24. data/_sass/bootstrap/_variables-dark.scss +43 -28
  25. data/_sass/bootstrap/_variables.scss +110 -70
  26. data/_sass/bootstrap/bootstrap-grid.scss +0 -4
  27. data/_sass/bootstrap/forms/_floating-labels.scss +18 -15
  28. data/_sass/bootstrap/forms/_form-control.scss +16 -3
  29. data/_sass/bootstrap/forms/_form-select.scss +0 -1
  30. data/_sass/bootstrap/forms/_input-group.scss +1 -1
  31. data/_sass/bootstrap/helpers/_colored-links.scss +22 -2
  32. data/_sass/bootstrap/helpers/_focus-ring.scss +5 -0
  33. data/_sass/bootstrap/helpers/_icon-link.scss +25 -0
  34. data/_sass/bootstrap/mixins/_banner.scss +2 -2
  35. data/_sass/bootstrap/mixins/_list-group.scss +0 -1
  36. data/_sass/bootstrap/mixins/_utilities.scss +1 -1
  37. data/_sass/bootstrap/mixins/_visually-hidden.scss +5 -1
  38. data/_sass/bootstrap/tests/jasmine.js +16 -0
  39. data/_sass/bootstrap/tests/mixins/_color-modes.test.scss +69 -0
  40. data/_sass/bootstrap/tests/mixins/_media-query-color-mode-full.test.scss +8 -0
  41. data/_sass/bootstrap/tests/mixins/_utilities.test.scss +393 -0
  42. data/_sass/bootstrap/tests/sass-true/register.js +14 -0
  43. data/_sass/bootstrap/tests/sass-true/runner.js +17 -0
  44. data/_sass/bootstrap/tests/utilities/_api.test.scss +75 -0
  45. data/_sass/bootstrap/vendor/_rfs.scss +23 -29
  46. data/assets/bootstrap-icons/bootstrap-icons.svg +1 -1
  47. data/assets/bootstrap-icons/folder-plus.svg +2 -2
  48. data/assets/bootstrap-icons/fonts/bootstrap-icons.woff +0 -0
  49. data/assets/bootstrap-icons/fonts/bootstrap-icons.woff2 +0 -0
  50. data/assets/bootstrap-icons/postcard-heart-fill.svg +1 -1
  51. data/assets/bootstrap-icons/trash.svg +2 -2
  52. data/assets/css/style.scss +1 -0
  53. data/assets/js/bootstrap.bundle.js +6295 -0
  54. data/assets/js/bootstrap.bundle.js.map +1 -0
  55. data/assets/js/bootstrap.bundle.min.js +3 -3
  56. data/assets/js/bootstrap.bundle.min.js.map +1 -1
  57. data/assets/js/bootstrap.esm.js +4423 -0
  58. data/assets/js/bootstrap.esm.js.map +1 -0
  59. data/assets/js/bootstrap.esm.min.js +7 -0
  60. data/assets/js/bootstrap.esm.min.js.map +1 -0
  61. data/assets/js/bootstrap.js +4469 -0
  62. data/assets/js/bootstrap.js.map +1 -0
  63. data/assets/js/bootstrap.min.js +7 -0
  64. data/assets/js/bootstrap.min.js.map +1 -0
  65. data/assets/js/script.js +5 -0
  66. metadata +27 -6
@@ -1,9 +1,15 @@
1
- $bootstrap-icons-font: bootstrap-icons !default;
1
+ /*!
2
+ * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
3
+ * Copyright 2019-2023 The Bootstrap Authors
4
+ * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
5
+ */
6
+
7
+ $bootstrap-icons-font: "bootstrap-icons" !default;
2
8
  $bootstrap-icons-font-dir: "../bootstrap-icons/fonts" !default;
3
- $bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
9
+ $bootstrap-icons-font-file: "#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}" !default;
4
10
  $bootstrap-icons-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;
5
11
  $bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"),
6
- url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
12
+ url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
7
13
 
8
14
  @font-face {
9
15
  font-display: block;
@@ -448,7 +454,6 @@ $bootstrap-icons-map: (
448
454
  "cloud-fog2": "\f2a2",
449
455
  "cloud-hail-fill": "\f2a3",
450
456
  "cloud-hail": "\f2a4",
451
- "cloud-haze-1": "\f2a5",
452
457
  "cloud-haze-fill": "\f2a6",
453
458
  "cloud-haze": "\f2a7",
454
459
  "cloud-haze2-fill": "\f2a8",
@@ -1444,21 +1449,16 @@ $bootstrap-icons-map: (
1444
1449
  "dpad": "\f687",
1445
1450
  "ear-fill": "\f688",
1446
1451
  "ear": "\f689",
1447
- "envelope-check-1": "\f68a",
1448
1452
  "envelope-check-fill": "\f68b",
1449
1453
  "envelope-check": "\f68c",
1450
- "envelope-dash-1": "\f68d",
1451
1454
  "envelope-dash-fill": "\f68e",
1452
1455
  "envelope-dash": "\f68f",
1453
- "envelope-exclamation-1": "\f690",
1454
1456
  "envelope-exclamation-fill": "\f691",
1455
1457
  "envelope-exclamation": "\f692",
1456
1458
  "envelope-plus-fill": "\f693",
1457
1459
  "envelope-plus": "\f694",
1458
- "envelope-slash-1": "\f695",
1459
1460
  "envelope-slash-fill": "\f696",
1460
1461
  "envelope-slash": "\f697",
1461
- "envelope-x-1": "\f698",
1462
1462
  "envelope-x-fill": "\f699",
1463
1463
  "envelope-x": "\f69a",
1464
1464
  "explicit-fill": "\f69b",
@@ -1468,8 +1468,6 @@ $bootstrap-icons-map: (
1468
1468
  "list-columns-reverse": "\f69f",
1469
1469
  "list-columns": "\f6a0",
1470
1470
  "meta": "\f6a1",
1471
- "mortorboard-fill": "\f6a2",
1472
- "mortorboard": "\f6a3",
1473
1471
  "nintendo-switch": "\f6a4",
1474
1472
  "pc-display-horizontal": "\f6a5",
1475
1473
  "pc-display": "\f6a6",
@@ -1488,7 +1486,6 @@ $bootstrap-icons-map: (
1488
1486
  "send-check": "\f6b3",
1489
1487
  "send-dash-fill": "\f6b4",
1490
1488
  "send-dash": "\f6b5",
1491
- "send-exclamation-1": "\f6b6",
1492
1489
  "send-exclamation-fill": "\f6b7",
1493
1490
  "send-exclamation": "\f6b8",
1494
1491
  "send-fill": "\f6b9",
@@ -1500,7 +1497,6 @@ $bootstrap-icons-map: (
1500
1497
  "send-x": "\f6bf",
1501
1498
  "send": "\f6c0",
1502
1499
  "steam": "\f6c1",
1503
- "terminal-dash-1": "\f6c2",
1504
1500
  "terminal-dash": "\f6c3",
1505
1501
  "terminal-plus": "\f6c4",
1506
1502
  "terminal-split": "\f6c5",
@@ -1530,7 +1526,6 @@ $bootstrap-icons-map: (
1530
1526
  "usb-symbol": "\f6dd",
1531
1527
  "usb": "\f6de",
1532
1528
  "boombox-fill": "\f6df",
1533
- "displayport-1": "\f6e0",
1534
1529
  "displayport": "\f6e1",
1535
1530
  "gpu-card": "\f6e2",
1536
1531
  "memory": "\f6e3",
@@ -1543,8 +1538,6 @@ $bootstrap-icons-map: (
1543
1538
  "pci-card": "\f6ea",
1544
1539
  "router-fill": "\f6eb",
1545
1540
  "router": "\f6ec",
1546
- "ssd-fill": "\f6ed",
1547
- "ssd": "\f6ee",
1548
1541
  "thunderbolt-fill": "\f6ef",
1549
1542
  "thunderbolt": "\f6f0",
1550
1543
  "usb-drive-fill": "\f6f1",
@@ -1651,7 +1644,6 @@ $bootstrap-icons-map: (
1651
1644
  "filetype-pdf": "\f756",
1652
1645
  "filetype-php": "\f757",
1653
1646
  "filetype-png": "\f758",
1654
- "filetype-ppt-1": "\f759",
1655
1647
  "filetype-ppt": "\f75a",
1656
1648
  "filetype-psd": "\f75b",
1657
1649
  "filetype-py": "\f75c",
@@ -1667,7 +1659,6 @@ $bootstrap-icons-map: (
1667
1659
  "filetype-txt": "\f766",
1668
1660
  "filetype-wav": "\f767",
1669
1661
  "filetype-woff": "\f768",
1670
- "filetype-xls-1": "\f769",
1671
1662
  "filetype-xls": "\f76a",
1672
1663
  "filetype-xml": "\f76b",
1673
1664
  "filetype-yml": "\f76c",
@@ -1710,56 +1701,38 @@ $bootstrap-icons-map: (
1710
1701
  "filetype-json": "\f791",
1711
1702
  "filetype-pptx": "\f792",
1712
1703
  "filetype-xlsx": "\f793",
1713
- "1-circle-1": "\f794",
1714
- "1-circle-fill-1": "\f795",
1715
1704
  "1-circle-fill": "\f796",
1716
1705
  "1-circle": "\f797",
1717
1706
  "1-square-fill": "\f798",
1718
1707
  "1-square": "\f799",
1719
- "2-circle-1": "\f79a",
1720
- "2-circle-fill-1": "\f79b",
1721
1708
  "2-circle-fill": "\f79c",
1722
1709
  "2-circle": "\f79d",
1723
1710
  "2-square-fill": "\f79e",
1724
1711
  "2-square": "\f79f",
1725
- "3-circle-1": "\f7a0",
1726
- "3-circle-fill-1": "\f7a1",
1727
1712
  "3-circle-fill": "\f7a2",
1728
1713
  "3-circle": "\f7a3",
1729
1714
  "3-square-fill": "\f7a4",
1730
1715
  "3-square": "\f7a5",
1731
- "4-circle-1": "\f7a6",
1732
- "4-circle-fill-1": "\f7a7",
1733
1716
  "4-circle-fill": "\f7a8",
1734
1717
  "4-circle": "\f7a9",
1735
1718
  "4-square-fill": "\f7aa",
1736
1719
  "4-square": "\f7ab",
1737
- "5-circle-1": "\f7ac",
1738
- "5-circle-fill-1": "\f7ad",
1739
1720
  "5-circle-fill": "\f7ae",
1740
1721
  "5-circle": "\f7af",
1741
1722
  "5-square-fill": "\f7b0",
1742
1723
  "5-square": "\f7b1",
1743
- "6-circle-1": "\f7b2",
1744
- "6-circle-fill-1": "\f7b3",
1745
1724
  "6-circle-fill": "\f7b4",
1746
1725
  "6-circle": "\f7b5",
1747
1726
  "6-square-fill": "\f7b6",
1748
1727
  "6-square": "\f7b7",
1749
- "7-circle-1": "\f7b8",
1750
- "7-circle-fill-1": "\f7b9",
1751
1728
  "7-circle-fill": "\f7ba",
1752
1729
  "7-circle": "\f7bb",
1753
1730
  "7-square-fill": "\f7bc",
1754
1731
  "7-square": "\f7bd",
1755
- "8-circle-1": "\f7be",
1756
- "8-circle-fill-1": "\f7bf",
1757
1732
  "8-circle-fill": "\f7c0",
1758
1733
  "8-circle": "\f7c1",
1759
1734
  "8-square-fill": "\f7c2",
1760
1735
  "8-square": "\f7c3",
1761
- "9-circle-1": "\f7c4",
1762
- "9-circle-fill-1": "\f7c5",
1763
1736
  "9-circle-fill": "\f7c6",
1764
1737
  "9-circle": "\f7c7",
1765
1738
  "9-square-fill": "\f7c8",
@@ -1778,8 +1751,6 @@ $bootstrap-icons-map: (
1778
1751
  "browser-edge": "\f7d5",
1779
1752
  "browser-firefox": "\f7d6",
1780
1753
  "browser-safari": "\f7d7",
1781
- "c-circle-1": "\f7d8",
1782
- "c-circle-fill-1": "\f7d9",
1783
1754
  "c-circle-fill": "\f7da",
1784
1755
  "c-circle": "\f7db",
1785
1756
  "c-square-fill": "\f7dc",
@@ -1790,8 +1761,6 @@ $bootstrap-icons-map: (
1790
1761
  "car-front": "\f7e1",
1791
1762
  "cassette-fill": "\f7e2",
1792
1763
  "cassette": "\f7e3",
1793
- "cc-circle-1": "\f7e4",
1794
- "cc-circle-fill-1": "\f7e5",
1795
1764
  "cc-circle-fill": "\f7e6",
1796
1765
  "cc-circle": "\f7e7",
1797
1766
  "cc-square-fill": "\f7e8",
@@ -1810,8 +1779,6 @@ $bootstrap-icons-map: (
1810
1779
  "filetype-sql": "\f7f5",
1811
1780
  "fire": "\f7f6",
1812
1781
  "google-play": "\f7f7",
1813
- "h-circle-1": "\f7f8",
1814
- "h-circle-fill-1": "\f7f9",
1815
1782
  "h-circle-fill": "\f7fa",
1816
1783
  "h-circle": "\f7fb",
1817
1784
  "h-square-fill": "\f7fc",
@@ -1820,8 +1787,6 @@ $bootstrap-icons-map: (
1820
1787
  "lungs-fill": "\f7ff",
1821
1788
  "lungs": "\f800",
1822
1789
  "microsoft-teams": "\f801",
1823
- "p-circle-1": "\f802",
1824
- "p-circle-fill-1": "\f803",
1825
1790
  "p-circle-fill": "\f804",
1826
1791
  "p-circle": "\f805",
1827
1792
  "p-square-fill": "\f806",
@@ -1830,8 +1795,6 @@ $bootstrap-icons-map: (
1830
1795
  "pass": "\f809",
1831
1796
  "prescription": "\f80a",
1832
1797
  "prescription2": "\f80b",
1833
- "r-circle-1": "\f80c",
1834
- "r-circle-fill-1": "\f80d",
1835
1798
  "r-circle-fill": "\f80e",
1836
1799
  "r-circle": "\f80f",
1837
1800
  "r-square-fill": "\f810",
@@ -2025,1999 +1988,6 @@ $bootstrap-icons-map: (
2025
1988
  "wikipedia": "\f8cc",
2026
1989
  );
2027
1990
 
2028
- .bi-123::before { content: map-get($bootstrap-icons-map, "123"); }
2029
- .bi-alarm-fill::before { content: map-get($bootstrap-icons-map, "alarm-fill"); }
2030
- .bi-alarm::before { content: map-get($bootstrap-icons-map, "alarm"); }
2031
- .bi-align-bottom::before { content: map-get($bootstrap-icons-map, "align-bottom"); }
2032
- .bi-align-center::before { content: map-get($bootstrap-icons-map, "align-center"); }
2033
- .bi-align-end::before { content: map-get($bootstrap-icons-map, "align-end"); }
2034
- .bi-align-middle::before { content: map-get($bootstrap-icons-map, "align-middle"); }
2035
- .bi-align-start::before { content: map-get($bootstrap-icons-map, "align-start"); }
2036
- .bi-align-top::before { content: map-get($bootstrap-icons-map, "align-top"); }
2037
- .bi-alt::before { content: map-get($bootstrap-icons-map, "alt"); }
2038
- .bi-app-indicator::before { content: map-get($bootstrap-icons-map, "app-indicator"); }
2039
- .bi-app::before { content: map-get($bootstrap-icons-map, "app"); }
2040
- .bi-archive-fill::before { content: map-get($bootstrap-icons-map, "archive-fill"); }
2041
- .bi-archive::before { content: map-get($bootstrap-icons-map, "archive"); }
2042
- .bi-arrow-90deg-down::before { content: map-get($bootstrap-icons-map, "arrow-90deg-down"); }
2043
- .bi-arrow-90deg-left::before { content: map-get($bootstrap-icons-map, "arrow-90deg-left"); }
2044
- .bi-arrow-90deg-right::before { content: map-get($bootstrap-icons-map, "arrow-90deg-right"); }
2045
- .bi-arrow-90deg-up::before { content: map-get($bootstrap-icons-map, "arrow-90deg-up"); }
2046
- .bi-arrow-bar-down::before { content: map-get($bootstrap-icons-map, "arrow-bar-down"); }
2047
- .bi-arrow-bar-left::before { content: map-get($bootstrap-icons-map, "arrow-bar-left"); }
2048
- .bi-arrow-bar-right::before { content: map-get($bootstrap-icons-map, "arrow-bar-right"); }
2049
- .bi-arrow-bar-up::before { content: map-get($bootstrap-icons-map, "arrow-bar-up"); }
2050
- .bi-arrow-clockwise::before { content: map-get($bootstrap-icons-map, "arrow-clockwise"); }
2051
- .bi-arrow-counterclockwise::before { content: map-get($bootstrap-icons-map, "arrow-counterclockwise"); }
2052
- .bi-arrow-down-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-circle-fill"); }
2053
- .bi-arrow-down-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-circle"); }
2054
- .bi-arrow-down-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle-fill"); }
2055
- .bi-arrow-down-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle"); }
2056
- .bi-arrow-down-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square-fill"); }
2057
- .bi-arrow-down-left-square::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square"); }
2058
- .bi-arrow-down-left::before { content: map-get($bootstrap-icons-map, "arrow-down-left"); }
2059
- .bi-arrow-down-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle-fill"); }
2060
- .bi-arrow-down-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle"); }
2061
- .bi-arrow-down-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square-fill"); }
2062
- .bi-arrow-down-right-square::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square"); }
2063
- .bi-arrow-down-right::before { content: map-get($bootstrap-icons-map, "arrow-down-right"); }
2064
- .bi-arrow-down-short::before { content: map-get($bootstrap-icons-map, "arrow-down-short"); }
2065
- .bi-arrow-down-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-square-fill"); }
2066
- .bi-arrow-down-square::before { content: map-get($bootstrap-icons-map, "arrow-down-square"); }
2067
- .bi-arrow-down-up::before { content: map-get($bootstrap-icons-map, "arrow-down-up"); }
2068
- .bi-arrow-down::before { content: map-get($bootstrap-icons-map, "arrow-down"); }
2069
- .bi-arrow-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-circle-fill"); }
2070
- .bi-arrow-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-left-circle"); }
2071
- .bi-arrow-left-right::before { content: map-get($bootstrap-icons-map, "arrow-left-right"); }
2072
- .bi-arrow-left-short::before { content: map-get($bootstrap-icons-map, "arrow-left-short"); }
2073
- .bi-arrow-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-square-fill"); }
2074
- .bi-arrow-left-square::before { content: map-get($bootstrap-icons-map, "arrow-left-square"); }
2075
- .bi-arrow-left::before { content: map-get($bootstrap-icons-map, "arrow-left"); }
2076
- .bi-arrow-repeat::before { content: map-get($bootstrap-icons-map, "arrow-repeat"); }
2077
- .bi-arrow-return-left::before { content: map-get($bootstrap-icons-map, "arrow-return-left"); }
2078
- .bi-arrow-return-right::before { content: map-get($bootstrap-icons-map, "arrow-return-right"); }
2079
- .bi-arrow-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-circle-fill"); }
2080
- .bi-arrow-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-right-circle"); }
2081
- .bi-arrow-right-short::before { content: map-get($bootstrap-icons-map, "arrow-right-short"); }
2082
- .bi-arrow-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-square-fill"); }
2083
- .bi-arrow-right-square::before { content: map-get($bootstrap-icons-map, "arrow-right-square"); }
2084
- .bi-arrow-right::before { content: map-get($bootstrap-icons-map, "arrow-right"); }
2085
- .bi-arrow-up-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-circle-fill"); }
2086
- .bi-arrow-up-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-circle"); }
2087
- .bi-arrow-up-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle-fill"); }
2088
- .bi-arrow-up-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle"); }
2089
- .bi-arrow-up-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square-fill"); }
2090
- .bi-arrow-up-left-square::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square"); }
2091
- .bi-arrow-up-left::before { content: map-get($bootstrap-icons-map, "arrow-up-left"); }
2092
- .bi-arrow-up-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle-fill"); }
2093
- .bi-arrow-up-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle"); }
2094
- .bi-arrow-up-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square-fill"); }
2095
- .bi-arrow-up-right-square::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square"); }
2096
- .bi-arrow-up-right::before { content: map-get($bootstrap-icons-map, "arrow-up-right"); }
2097
- .bi-arrow-up-short::before { content: map-get($bootstrap-icons-map, "arrow-up-short"); }
2098
- .bi-arrow-up-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-square-fill"); }
2099
- .bi-arrow-up-square::before { content: map-get($bootstrap-icons-map, "arrow-up-square"); }
2100
- .bi-arrow-up::before { content: map-get($bootstrap-icons-map, "arrow-up"); }
2101
- .bi-arrows-angle-contract::before { content: map-get($bootstrap-icons-map, "arrows-angle-contract"); }
2102
- .bi-arrows-angle-expand::before { content: map-get($bootstrap-icons-map, "arrows-angle-expand"); }
2103
- .bi-arrows-collapse::before { content: map-get($bootstrap-icons-map, "arrows-collapse"); }
2104
- .bi-arrows-expand::before { content: map-get($bootstrap-icons-map, "arrows-expand"); }
2105
- .bi-arrows-fullscreen::before { content: map-get($bootstrap-icons-map, "arrows-fullscreen"); }
2106
- .bi-arrows-move::before { content: map-get($bootstrap-icons-map, "arrows-move"); }
2107
- .bi-aspect-ratio-fill::before { content: map-get($bootstrap-icons-map, "aspect-ratio-fill"); }
2108
- .bi-aspect-ratio::before { content: map-get($bootstrap-icons-map, "aspect-ratio"); }
2109
- .bi-asterisk::before { content: map-get($bootstrap-icons-map, "asterisk"); }
2110
- .bi-at::before { content: map-get($bootstrap-icons-map, "at"); }
2111
- .bi-award-fill::before { content: map-get($bootstrap-icons-map, "award-fill"); }
2112
- .bi-award::before { content: map-get($bootstrap-icons-map, "award"); }
2113
- .bi-back::before { content: map-get($bootstrap-icons-map, "back"); }
2114
- .bi-backspace-fill::before { content: map-get($bootstrap-icons-map, "backspace-fill"); }
2115
- .bi-backspace-reverse-fill::before { content: map-get($bootstrap-icons-map, "backspace-reverse-fill"); }
2116
- .bi-backspace-reverse::before { content: map-get($bootstrap-icons-map, "backspace-reverse"); }
2117
- .bi-backspace::before { content: map-get($bootstrap-icons-map, "backspace"); }
2118
- .bi-badge-3d-fill::before { content: map-get($bootstrap-icons-map, "badge-3d-fill"); }
2119
- .bi-badge-3d::before { content: map-get($bootstrap-icons-map, "badge-3d"); }
2120
- .bi-badge-4k-fill::before { content: map-get($bootstrap-icons-map, "badge-4k-fill"); }
2121
- .bi-badge-4k::before { content: map-get($bootstrap-icons-map, "badge-4k"); }
2122
- .bi-badge-8k-fill::before { content: map-get($bootstrap-icons-map, "badge-8k-fill"); }
2123
- .bi-badge-8k::before { content: map-get($bootstrap-icons-map, "badge-8k"); }
2124
- .bi-badge-ad-fill::before { content: map-get($bootstrap-icons-map, "badge-ad-fill"); }
2125
- .bi-badge-ad::before { content: map-get($bootstrap-icons-map, "badge-ad"); }
2126
- .bi-badge-ar-fill::before { content: map-get($bootstrap-icons-map, "badge-ar-fill"); }
2127
- .bi-badge-ar::before { content: map-get($bootstrap-icons-map, "badge-ar"); }
2128
- .bi-badge-cc-fill::before { content: map-get($bootstrap-icons-map, "badge-cc-fill"); }
2129
- .bi-badge-cc::before { content: map-get($bootstrap-icons-map, "badge-cc"); }
2130
- .bi-badge-hd-fill::before { content: map-get($bootstrap-icons-map, "badge-hd-fill"); }
2131
- .bi-badge-hd::before { content: map-get($bootstrap-icons-map, "badge-hd"); }
2132
- .bi-badge-tm-fill::before { content: map-get($bootstrap-icons-map, "badge-tm-fill"); }
2133
- .bi-badge-tm::before { content: map-get($bootstrap-icons-map, "badge-tm"); }
2134
- .bi-badge-vo-fill::before { content: map-get($bootstrap-icons-map, "badge-vo-fill"); }
2135
- .bi-badge-vo::before { content: map-get($bootstrap-icons-map, "badge-vo"); }
2136
- .bi-badge-vr-fill::before { content: map-get($bootstrap-icons-map, "badge-vr-fill"); }
2137
- .bi-badge-vr::before { content: map-get($bootstrap-icons-map, "badge-vr"); }
2138
- .bi-badge-wc-fill::before { content: map-get($bootstrap-icons-map, "badge-wc-fill"); }
2139
- .bi-badge-wc::before { content: map-get($bootstrap-icons-map, "badge-wc"); }
2140
- .bi-bag-check-fill::before { content: map-get($bootstrap-icons-map, "bag-check-fill"); }
2141
- .bi-bag-check::before { content: map-get($bootstrap-icons-map, "bag-check"); }
2142
- .bi-bag-dash-fill::before { content: map-get($bootstrap-icons-map, "bag-dash-fill"); }
2143
- .bi-bag-dash::before { content: map-get($bootstrap-icons-map, "bag-dash"); }
2144
- .bi-bag-fill::before { content: map-get($bootstrap-icons-map, "bag-fill"); }
2145
- .bi-bag-plus-fill::before { content: map-get($bootstrap-icons-map, "bag-plus-fill"); }
2146
- .bi-bag-plus::before { content: map-get($bootstrap-icons-map, "bag-plus"); }
2147
- .bi-bag-x-fill::before { content: map-get($bootstrap-icons-map, "bag-x-fill"); }
2148
- .bi-bag-x::before { content: map-get($bootstrap-icons-map, "bag-x"); }
2149
- .bi-bag::before { content: map-get($bootstrap-icons-map, "bag"); }
2150
- .bi-bar-chart-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-fill"); }
2151
- .bi-bar-chart-line-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-line-fill"); }
2152
- .bi-bar-chart-line::before { content: map-get($bootstrap-icons-map, "bar-chart-line"); }
2153
- .bi-bar-chart-steps::before { content: map-get($bootstrap-icons-map, "bar-chart-steps"); }
2154
- .bi-bar-chart::before { content: map-get($bootstrap-icons-map, "bar-chart"); }
2155
- .bi-basket-fill::before { content: map-get($bootstrap-icons-map, "basket-fill"); }
2156
- .bi-basket::before { content: map-get($bootstrap-icons-map, "basket"); }
2157
- .bi-basket2-fill::before { content: map-get($bootstrap-icons-map, "basket2-fill"); }
2158
- .bi-basket2::before { content: map-get($bootstrap-icons-map, "basket2"); }
2159
- .bi-basket3-fill::before { content: map-get($bootstrap-icons-map, "basket3-fill"); }
2160
- .bi-basket3::before { content: map-get($bootstrap-icons-map, "basket3"); }
2161
- .bi-battery-charging::before { content: map-get($bootstrap-icons-map, "battery-charging"); }
2162
- .bi-battery-full::before { content: map-get($bootstrap-icons-map, "battery-full"); }
2163
- .bi-battery-half::before { content: map-get($bootstrap-icons-map, "battery-half"); }
2164
- .bi-battery::before { content: map-get($bootstrap-icons-map, "battery"); }
2165
- .bi-bell-fill::before { content: map-get($bootstrap-icons-map, "bell-fill"); }
2166
- .bi-bell::before { content: map-get($bootstrap-icons-map, "bell"); }
2167
- .bi-bezier::before { content: map-get($bootstrap-icons-map, "bezier"); }
2168
- .bi-bezier2::before { content: map-get($bootstrap-icons-map, "bezier2"); }
2169
- .bi-bicycle::before { content: map-get($bootstrap-icons-map, "bicycle"); }
2170
- .bi-binoculars-fill::before { content: map-get($bootstrap-icons-map, "binoculars-fill"); }
2171
- .bi-binoculars::before { content: map-get($bootstrap-icons-map, "binoculars"); }
2172
- .bi-blockquote-left::before { content: map-get($bootstrap-icons-map, "blockquote-left"); }
2173
- .bi-blockquote-right::before { content: map-get($bootstrap-icons-map, "blockquote-right"); }
2174
- .bi-book-fill::before { content: map-get($bootstrap-icons-map, "book-fill"); }
2175
- .bi-book-half::before { content: map-get($bootstrap-icons-map, "book-half"); }
2176
- .bi-book::before { content: map-get($bootstrap-icons-map, "book"); }
2177
- .bi-bookmark-check-fill::before { content: map-get($bootstrap-icons-map, "bookmark-check-fill"); }
2178
- .bi-bookmark-check::before { content: map-get($bootstrap-icons-map, "bookmark-check"); }
2179
- .bi-bookmark-dash-fill::before { content: map-get($bootstrap-icons-map, "bookmark-dash-fill"); }
2180
- .bi-bookmark-dash::before { content: map-get($bootstrap-icons-map, "bookmark-dash"); }
2181
- .bi-bookmark-fill::before { content: map-get($bootstrap-icons-map, "bookmark-fill"); }
2182
- .bi-bookmark-heart-fill::before { content: map-get($bootstrap-icons-map, "bookmark-heart-fill"); }
2183
- .bi-bookmark-heart::before { content: map-get($bootstrap-icons-map, "bookmark-heart"); }
2184
- .bi-bookmark-plus-fill::before { content: map-get($bootstrap-icons-map, "bookmark-plus-fill"); }
2185
- .bi-bookmark-plus::before { content: map-get($bootstrap-icons-map, "bookmark-plus"); }
2186
- .bi-bookmark-star-fill::before { content: map-get($bootstrap-icons-map, "bookmark-star-fill"); }
2187
- .bi-bookmark-star::before { content: map-get($bootstrap-icons-map, "bookmark-star"); }
2188
- .bi-bookmark-x-fill::before { content: map-get($bootstrap-icons-map, "bookmark-x-fill"); }
2189
- .bi-bookmark-x::before { content: map-get($bootstrap-icons-map, "bookmark-x"); }
2190
- .bi-bookmark::before { content: map-get($bootstrap-icons-map, "bookmark"); }
2191
- .bi-bookmarks-fill::before { content: map-get($bootstrap-icons-map, "bookmarks-fill"); }
2192
- .bi-bookmarks::before { content: map-get($bootstrap-icons-map, "bookmarks"); }
2193
- .bi-bookshelf::before { content: map-get($bootstrap-icons-map, "bookshelf"); }
2194
- .bi-bootstrap-fill::before { content: map-get($bootstrap-icons-map, "bootstrap-fill"); }
2195
- .bi-bootstrap-reboot::before { content: map-get($bootstrap-icons-map, "bootstrap-reboot"); }
2196
- .bi-bootstrap::before { content: map-get($bootstrap-icons-map, "bootstrap"); }
2197
- .bi-border-all::before { content: map-get($bootstrap-icons-map, "border-all"); }
2198
- .bi-border-bottom::before { content: map-get($bootstrap-icons-map, "border-bottom"); }
2199
- .bi-border-center::before { content: map-get($bootstrap-icons-map, "border-center"); }
2200
- .bi-border-inner::before { content: map-get($bootstrap-icons-map, "border-inner"); }
2201
- .bi-border-left::before { content: map-get($bootstrap-icons-map, "border-left"); }
2202
- .bi-border-middle::before { content: map-get($bootstrap-icons-map, "border-middle"); }
2203
- .bi-border-outer::before { content: map-get($bootstrap-icons-map, "border-outer"); }
2204
- .bi-border-right::before { content: map-get($bootstrap-icons-map, "border-right"); }
2205
- .bi-border-style::before { content: map-get($bootstrap-icons-map, "border-style"); }
2206
- .bi-border-top::before { content: map-get($bootstrap-icons-map, "border-top"); }
2207
- .bi-border-width::before { content: map-get($bootstrap-icons-map, "border-width"); }
2208
- .bi-border::before { content: map-get($bootstrap-icons-map, "border"); }
2209
- .bi-bounding-box-circles::before { content: map-get($bootstrap-icons-map, "bounding-box-circles"); }
2210
- .bi-bounding-box::before { content: map-get($bootstrap-icons-map, "bounding-box"); }
2211
- .bi-box-arrow-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-down-left"); }
2212
- .bi-box-arrow-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-down-right"); }
2213
- .bi-box-arrow-down::before { content: map-get($bootstrap-icons-map, "box-arrow-down"); }
2214
- .bi-box-arrow-in-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-left"); }
2215
- .bi-box-arrow-in-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-right"); }
2216
- .bi-box-arrow-in-down::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down"); }
2217
- .bi-box-arrow-in-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-left"); }
2218
- .bi-box-arrow-in-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-right"); }
2219
- .bi-box-arrow-in-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-left"); }
2220
- .bi-box-arrow-in-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-right"); }
2221
- .bi-box-arrow-in-up::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up"); }
2222
- .bi-box-arrow-left::before { content: map-get($bootstrap-icons-map, "box-arrow-left"); }
2223
- .bi-box-arrow-right::before { content: map-get($bootstrap-icons-map, "box-arrow-right"); }
2224
- .bi-box-arrow-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-up-left"); }
2225
- .bi-box-arrow-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-up-right"); }
2226
- .bi-box-arrow-up::before { content: map-get($bootstrap-icons-map, "box-arrow-up"); }
2227
- .bi-box-seam::before { content: map-get($bootstrap-icons-map, "box-seam"); }
2228
- .bi-box::before { content: map-get($bootstrap-icons-map, "box"); }
2229
- .bi-braces::before { content: map-get($bootstrap-icons-map, "braces"); }
2230
- .bi-bricks::before { content: map-get($bootstrap-icons-map, "bricks"); }
2231
- .bi-briefcase-fill::before { content: map-get($bootstrap-icons-map, "briefcase-fill"); }
2232
- .bi-briefcase::before { content: map-get($bootstrap-icons-map, "briefcase"); }
2233
- .bi-brightness-alt-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-high-fill"); }
2234
- .bi-brightness-alt-high::before { content: map-get($bootstrap-icons-map, "brightness-alt-high"); }
2235
- .bi-brightness-alt-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-low-fill"); }
2236
- .bi-brightness-alt-low::before { content: map-get($bootstrap-icons-map, "brightness-alt-low"); }
2237
- .bi-brightness-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-high-fill"); }
2238
- .bi-brightness-high::before { content: map-get($bootstrap-icons-map, "brightness-high"); }
2239
- .bi-brightness-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-low-fill"); }
2240
- .bi-brightness-low::before { content: map-get($bootstrap-icons-map, "brightness-low"); }
2241
- .bi-broadcast-pin::before { content: map-get($bootstrap-icons-map, "broadcast-pin"); }
2242
- .bi-broadcast::before { content: map-get($bootstrap-icons-map, "broadcast"); }
2243
- .bi-brush-fill::before { content: map-get($bootstrap-icons-map, "brush-fill"); }
2244
- .bi-brush::before { content: map-get($bootstrap-icons-map, "brush"); }
2245
- .bi-bucket-fill::before { content: map-get($bootstrap-icons-map, "bucket-fill"); }
2246
- .bi-bucket::before { content: map-get($bootstrap-icons-map, "bucket"); }
2247
- .bi-bug-fill::before { content: map-get($bootstrap-icons-map, "bug-fill"); }
2248
- .bi-bug::before { content: map-get($bootstrap-icons-map, "bug"); }
2249
- .bi-building::before { content: map-get($bootstrap-icons-map, "building"); }
2250
- .bi-bullseye::before { content: map-get($bootstrap-icons-map, "bullseye"); }
2251
- .bi-calculator-fill::before { content: map-get($bootstrap-icons-map, "calculator-fill"); }
2252
- .bi-calculator::before { content: map-get($bootstrap-icons-map, "calculator"); }
2253
- .bi-calendar-check-fill::before { content: map-get($bootstrap-icons-map, "calendar-check-fill"); }
2254
- .bi-calendar-check::before { content: map-get($bootstrap-icons-map, "calendar-check"); }
2255
- .bi-calendar-date-fill::before { content: map-get($bootstrap-icons-map, "calendar-date-fill"); }
2256
- .bi-calendar-date::before { content: map-get($bootstrap-icons-map, "calendar-date"); }
2257
- .bi-calendar-day-fill::before { content: map-get($bootstrap-icons-map, "calendar-day-fill"); }
2258
- .bi-calendar-day::before { content: map-get($bootstrap-icons-map, "calendar-day"); }
2259
- .bi-calendar-event-fill::before { content: map-get($bootstrap-icons-map, "calendar-event-fill"); }
2260
- .bi-calendar-event::before { content: map-get($bootstrap-icons-map, "calendar-event"); }
2261
- .bi-calendar-fill::before { content: map-get($bootstrap-icons-map, "calendar-fill"); }
2262
- .bi-calendar-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar-minus-fill"); }
2263
- .bi-calendar-minus::before { content: map-get($bootstrap-icons-map, "calendar-minus"); }
2264
- .bi-calendar-month-fill::before { content: map-get($bootstrap-icons-map, "calendar-month-fill"); }
2265
- .bi-calendar-month::before { content: map-get($bootstrap-icons-map, "calendar-month"); }
2266
- .bi-calendar-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar-plus-fill"); }
2267
- .bi-calendar-plus::before { content: map-get($bootstrap-icons-map, "calendar-plus"); }
2268
- .bi-calendar-range-fill::before { content: map-get($bootstrap-icons-map, "calendar-range-fill"); }
2269
- .bi-calendar-range::before { content: map-get($bootstrap-icons-map, "calendar-range"); }
2270
- .bi-calendar-week-fill::before { content: map-get($bootstrap-icons-map, "calendar-week-fill"); }
2271
- .bi-calendar-week::before { content: map-get($bootstrap-icons-map, "calendar-week"); }
2272
- .bi-calendar-x-fill::before { content: map-get($bootstrap-icons-map, "calendar-x-fill"); }
2273
- .bi-calendar-x::before { content: map-get($bootstrap-icons-map, "calendar-x"); }
2274
- .bi-calendar::before { content: map-get($bootstrap-icons-map, "calendar"); }
2275
- .bi-calendar2-check-fill::before { content: map-get($bootstrap-icons-map, "calendar2-check-fill"); }
2276
- .bi-calendar2-check::before { content: map-get($bootstrap-icons-map, "calendar2-check"); }
2277
- .bi-calendar2-date-fill::before { content: map-get($bootstrap-icons-map, "calendar2-date-fill"); }
2278
- .bi-calendar2-date::before { content: map-get($bootstrap-icons-map, "calendar2-date"); }
2279
- .bi-calendar2-day-fill::before { content: map-get($bootstrap-icons-map, "calendar2-day-fill"); }
2280
- .bi-calendar2-day::before { content: map-get($bootstrap-icons-map, "calendar2-day"); }
2281
- .bi-calendar2-event-fill::before { content: map-get($bootstrap-icons-map, "calendar2-event-fill"); }
2282
- .bi-calendar2-event::before { content: map-get($bootstrap-icons-map, "calendar2-event"); }
2283
- .bi-calendar2-fill::before { content: map-get($bootstrap-icons-map, "calendar2-fill"); }
2284
- .bi-calendar2-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-minus-fill"); }
2285
- .bi-calendar2-minus::before { content: map-get($bootstrap-icons-map, "calendar2-minus"); }
2286
- .bi-calendar2-month-fill::before { content: map-get($bootstrap-icons-map, "calendar2-month-fill"); }
2287
- .bi-calendar2-month::before { content: map-get($bootstrap-icons-map, "calendar2-month"); }
2288
- .bi-calendar2-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-plus-fill"); }
2289
- .bi-calendar2-plus::before { content: map-get($bootstrap-icons-map, "calendar2-plus"); }
2290
- .bi-calendar2-range-fill::before { content: map-get($bootstrap-icons-map, "calendar2-range-fill"); }
2291
- .bi-calendar2-range::before { content: map-get($bootstrap-icons-map, "calendar2-range"); }
2292
- .bi-calendar2-week-fill::before { content: map-get($bootstrap-icons-map, "calendar2-week-fill"); }
2293
- .bi-calendar2-week::before { content: map-get($bootstrap-icons-map, "calendar2-week"); }
2294
- .bi-calendar2-x-fill::before { content: map-get($bootstrap-icons-map, "calendar2-x-fill"); }
2295
- .bi-calendar2-x::before { content: map-get($bootstrap-icons-map, "calendar2-x"); }
2296
- .bi-calendar2::before { content: map-get($bootstrap-icons-map, "calendar2"); }
2297
- .bi-calendar3-event-fill::before { content: map-get($bootstrap-icons-map, "calendar3-event-fill"); }
2298
- .bi-calendar3-event::before { content: map-get($bootstrap-icons-map, "calendar3-event"); }
2299
- .bi-calendar3-fill::before { content: map-get($bootstrap-icons-map, "calendar3-fill"); }
2300
- .bi-calendar3-range-fill::before { content: map-get($bootstrap-icons-map, "calendar3-range-fill"); }
2301
- .bi-calendar3-range::before { content: map-get($bootstrap-icons-map, "calendar3-range"); }
2302
- .bi-calendar3-week-fill::before { content: map-get($bootstrap-icons-map, "calendar3-week-fill"); }
2303
- .bi-calendar3-week::before { content: map-get($bootstrap-icons-map, "calendar3-week"); }
2304
- .bi-calendar3::before { content: map-get($bootstrap-icons-map, "calendar3"); }
2305
- .bi-calendar4-event::before { content: map-get($bootstrap-icons-map, "calendar4-event"); }
2306
- .bi-calendar4-range::before { content: map-get($bootstrap-icons-map, "calendar4-range"); }
2307
- .bi-calendar4-week::before { content: map-get($bootstrap-icons-map, "calendar4-week"); }
2308
- .bi-calendar4::before { content: map-get($bootstrap-icons-map, "calendar4"); }
2309
- .bi-camera-fill::before { content: map-get($bootstrap-icons-map, "camera-fill"); }
2310
- .bi-camera-reels-fill::before { content: map-get($bootstrap-icons-map, "camera-reels-fill"); }
2311
- .bi-camera-reels::before { content: map-get($bootstrap-icons-map, "camera-reels"); }
2312
- .bi-camera-video-fill::before { content: map-get($bootstrap-icons-map, "camera-video-fill"); }
2313
- .bi-camera-video-off-fill::before { content: map-get($bootstrap-icons-map, "camera-video-off-fill"); }
2314
- .bi-camera-video-off::before { content: map-get($bootstrap-icons-map, "camera-video-off"); }
2315
- .bi-camera-video::before { content: map-get($bootstrap-icons-map, "camera-video"); }
2316
- .bi-camera::before { content: map-get($bootstrap-icons-map, "camera"); }
2317
- .bi-camera2::before { content: map-get($bootstrap-icons-map, "camera2"); }
2318
- .bi-capslock-fill::before { content: map-get($bootstrap-icons-map, "capslock-fill"); }
2319
- .bi-capslock::before { content: map-get($bootstrap-icons-map, "capslock"); }
2320
- .bi-card-checklist::before { content: map-get($bootstrap-icons-map, "card-checklist"); }
2321
- .bi-card-heading::before { content: map-get($bootstrap-icons-map, "card-heading"); }
2322
- .bi-card-image::before { content: map-get($bootstrap-icons-map, "card-image"); }
2323
- .bi-card-list::before { content: map-get($bootstrap-icons-map, "card-list"); }
2324
- .bi-card-text::before { content: map-get($bootstrap-icons-map, "card-text"); }
2325
- .bi-caret-down-fill::before { content: map-get($bootstrap-icons-map, "caret-down-fill"); }
2326
- .bi-caret-down-square-fill::before { content: map-get($bootstrap-icons-map, "caret-down-square-fill"); }
2327
- .bi-caret-down-square::before { content: map-get($bootstrap-icons-map, "caret-down-square"); }
2328
- .bi-caret-down::before { content: map-get($bootstrap-icons-map, "caret-down"); }
2329
- .bi-caret-left-fill::before { content: map-get($bootstrap-icons-map, "caret-left-fill"); }
2330
- .bi-caret-left-square-fill::before { content: map-get($bootstrap-icons-map, "caret-left-square-fill"); }
2331
- .bi-caret-left-square::before { content: map-get($bootstrap-icons-map, "caret-left-square"); }
2332
- .bi-caret-left::before { content: map-get($bootstrap-icons-map, "caret-left"); }
2333
- .bi-caret-right-fill::before { content: map-get($bootstrap-icons-map, "caret-right-fill"); }
2334
- .bi-caret-right-square-fill::before { content: map-get($bootstrap-icons-map, "caret-right-square-fill"); }
2335
- .bi-caret-right-square::before { content: map-get($bootstrap-icons-map, "caret-right-square"); }
2336
- .bi-caret-right::before { content: map-get($bootstrap-icons-map, "caret-right"); }
2337
- .bi-caret-up-fill::before { content: map-get($bootstrap-icons-map, "caret-up-fill"); }
2338
- .bi-caret-up-square-fill::before { content: map-get($bootstrap-icons-map, "caret-up-square-fill"); }
2339
- .bi-caret-up-square::before { content: map-get($bootstrap-icons-map, "caret-up-square"); }
2340
- .bi-caret-up::before { content: map-get($bootstrap-icons-map, "caret-up"); }
2341
- .bi-cart-check-fill::before { content: map-get($bootstrap-icons-map, "cart-check-fill"); }
2342
- .bi-cart-check::before { content: map-get($bootstrap-icons-map, "cart-check"); }
2343
- .bi-cart-dash-fill::before { content: map-get($bootstrap-icons-map, "cart-dash-fill"); }
2344
- .bi-cart-dash::before { content: map-get($bootstrap-icons-map, "cart-dash"); }
2345
- .bi-cart-fill::before { content: map-get($bootstrap-icons-map, "cart-fill"); }
2346
- .bi-cart-plus-fill::before { content: map-get($bootstrap-icons-map, "cart-plus-fill"); }
2347
- .bi-cart-plus::before { content: map-get($bootstrap-icons-map, "cart-plus"); }
2348
- .bi-cart-x-fill::before { content: map-get($bootstrap-icons-map, "cart-x-fill"); }
2349
- .bi-cart-x::before { content: map-get($bootstrap-icons-map, "cart-x"); }
2350
- .bi-cart::before { content: map-get($bootstrap-icons-map, "cart"); }
2351
- .bi-cart2::before { content: map-get($bootstrap-icons-map, "cart2"); }
2352
- .bi-cart3::before { content: map-get($bootstrap-icons-map, "cart3"); }
2353
- .bi-cart4::before { content: map-get($bootstrap-icons-map, "cart4"); }
2354
- .bi-cash-stack::before { content: map-get($bootstrap-icons-map, "cash-stack"); }
2355
- .bi-cash::before { content: map-get($bootstrap-icons-map, "cash"); }
2356
- .bi-cast::before { content: map-get($bootstrap-icons-map, "cast"); }
2357
- .bi-chat-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-dots-fill"); }
2358
- .bi-chat-dots::before { content: map-get($bootstrap-icons-map, "chat-dots"); }
2359
- .bi-chat-fill::before { content: map-get($bootstrap-icons-map, "chat-fill"); }
2360
- .bi-chat-left-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-left-dots-fill"); }
2361
- .bi-chat-left-dots::before { content: map-get($bootstrap-icons-map, "chat-left-dots"); }
2362
- .bi-chat-left-fill::before { content: map-get($bootstrap-icons-map, "chat-left-fill"); }
2363
- .bi-chat-left-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-left-quote-fill"); }
2364
- .bi-chat-left-quote::before { content: map-get($bootstrap-icons-map, "chat-left-quote"); }
2365
- .bi-chat-left-text-fill::before { content: map-get($bootstrap-icons-map, "chat-left-text-fill"); }
2366
- .bi-chat-left-text::before { content: map-get($bootstrap-icons-map, "chat-left-text"); }
2367
- .bi-chat-left::before { content: map-get($bootstrap-icons-map, "chat-left"); }
2368
- .bi-chat-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-quote-fill"); }
2369
- .bi-chat-quote::before { content: map-get($bootstrap-icons-map, "chat-quote"); }
2370
- .bi-chat-right-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-right-dots-fill"); }
2371
- .bi-chat-right-dots::before { content: map-get($bootstrap-icons-map, "chat-right-dots"); }
2372
- .bi-chat-right-fill::before { content: map-get($bootstrap-icons-map, "chat-right-fill"); }
2373
- .bi-chat-right-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-right-quote-fill"); }
2374
- .bi-chat-right-quote::before { content: map-get($bootstrap-icons-map, "chat-right-quote"); }
2375
- .bi-chat-right-text-fill::before { content: map-get($bootstrap-icons-map, "chat-right-text-fill"); }
2376
- .bi-chat-right-text::before { content: map-get($bootstrap-icons-map, "chat-right-text"); }
2377
- .bi-chat-right::before { content: map-get($bootstrap-icons-map, "chat-right"); }
2378
- .bi-chat-square-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-square-dots-fill"); }
2379
- .bi-chat-square-dots::before { content: map-get($bootstrap-icons-map, "chat-square-dots"); }
2380
- .bi-chat-square-fill::before { content: map-get($bootstrap-icons-map, "chat-square-fill"); }
2381
- .bi-chat-square-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-square-quote-fill"); }
2382
- .bi-chat-square-quote::before { content: map-get($bootstrap-icons-map, "chat-square-quote"); }
2383
- .bi-chat-square-text-fill::before { content: map-get($bootstrap-icons-map, "chat-square-text-fill"); }
2384
- .bi-chat-square-text::before { content: map-get($bootstrap-icons-map, "chat-square-text"); }
2385
- .bi-chat-square::before { content: map-get($bootstrap-icons-map, "chat-square"); }
2386
- .bi-chat-text-fill::before { content: map-get($bootstrap-icons-map, "chat-text-fill"); }
2387
- .bi-chat-text::before { content: map-get($bootstrap-icons-map, "chat-text"); }
2388
- .bi-chat::before { content: map-get($bootstrap-icons-map, "chat"); }
2389
- .bi-check-all::before { content: map-get($bootstrap-icons-map, "check-all"); }
2390
- .bi-check-circle-fill::before { content: map-get($bootstrap-icons-map, "check-circle-fill"); }
2391
- .bi-check-circle::before { content: map-get($bootstrap-icons-map, "check-circle"); }
2392
- .bi-check-square-fill::before { content: map-get($bootstrap-icons-map, "check-square-fill"); }
2393
- .bi-check-square::before { content: map-get($bootstrap-icons-map, "check-square"); }
2394
- .bi-check::before { content: map-get($bootstrap-icons-map, "check"); }
2395
- .bi-check2-all::before { content: map-get($bootstrap-icons-map, "check2-all"); }
2396
- .bi-check2-circle::before { content: map-get($bootstrap-icons-map, "check2-circle"); }
2397
- .bi-check2-square::before { content: map-get($bootstrap-icons-map, "check2-square"); }
2398
- .bi-check2::before { content: map-get($bootstrap-icons-map, "check2"); }
2399
- .bi-chevron-bar-contract::before { content: map-get($bootstrap-icons-map, "chevron-bar-contract"); }
2400
- .bi-chevron-bar-down::before { content: map-get($bootstrap-icons-map, "chevron-bar-down"); }
2401
- .bi-chevron-bar-expand::before { content: map-get($bootstrap-icons-map, "chevron-bar-expand"); }
2402
- .bi-chevron-bar-left::before { content: map-get($bootstrap-icons-map, "chevron-bar-left"); }
2403
- .bi-chevron-bar-right::before { content: map-get($bootstrap-icons-map, "chevron-bar-right"); }
2404
- .bi-chevron-bar-up::before { content: map-get($bootstrap-icons-map, "chevron-bar-up"); }
2405
- .bi-chevron-compact-down::before { content: map-get($bootstrap-icons-map, "chevron-compact-down"); }
2406
- .bi-chevron-compact-left::before { content: map-get($bootstrap-icons-map, "chevron-compact-left"); }
2407
- .bi-chevron-compact-right::before { content: map-get($bootstrap-icons-map, "chevron-compact-right"); }
2408
- .bi-chevron-compact-up::before { content: map-get($bootstrap-icons-map, "chevron-compact-up"); }
2409
- .bi-chevron-contract::before { content: map-get($bootstrap-icons-map, "chevron-contract"); }
2410
- .bi-chevron-double-down::before { content: map-get($bootstrap-icons-map, "chevron-double-down"); }
2411
- .bi-chevron-double-left::before { content: map-get($bootstrap-icons-map, "chevron-double-left"); }
2412
- .bi-chevron-double-right::before { content: map-get($bootstrap-icons-map, "chevron-double-right"); }
2413
- .bi-chevron-double-up::before { content: map-get($bootstrap-icons-map, "chevron-double-up"); }
2414
- .bi-chevron-down::before { content: map-get($bootstrap-icons-map, "chevron-down"); }
2415
- .bi-chevron-expand::before { content: map-get($bootstrap-icons-map, "chevron-expand"); }
2416
- .bi-chevron-left::before { content: map-get($bootstrap-icons-map, "chevron-left"); }
2417
- .bi-chevron-right::before { content: map-get($bootstrap-icons-map, "chevron-right"); }
2418
- .bi-chevron-up::before { content: map-get($bootstrap-icons-map, "chevron-up"); }
2419
- .bi-circle-fill::before { content: map-get($bootstrap-icons-map, "circle-fill"); }
2420
- .bi-circle-half::before { content: map-get($bootstrap-icons-map, "circle-half"); }
2421
- .bi-circle-square::before { content: map-get($bootstrap-icons-map, "circle-square"); }
2422
- .bi-circle::before { content: map-get($bootstrap-icons-map, "circle"); }
2423
- .bi-clipboard-check::before { content: map-get($bootstrap-icons-map, "clipboard-check"); }
2424
- .bi-clipboard-data::before { content: map-get($bootstrap-icons-map, "clipboard-data"); }
2425
- .bi-clipboard-minus::before { content: map-get($bootstrap-icons-map, "clipboard-minus"); }
2426
- .bi-clipboard-plus::before { content: map-get($bootstrap-icons-map, "clipboard-plus"); }
2427
- .bi-clipboard-x::before { content: map-get($bootstrap-icons-map, "clipboard-x"); }
2428
- .bi-clipboard::before { content: map-get($bootstrap-icons-map, "clipboard"); }
2429
- .bi-clock-fill::before { content: map-get($bootstrap-icons-map, "clock-fill"); }
2430
- .bi-clock-history::before { content: map-get($bootstrap-icons-map, "clock-history"); }
2431
- .bi-clock::before { content: map-get($bootstrap-icons-map, "clock"); }
2432
- .bi-cloud-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down-fill"); }
2433
- .bi-cloud-arrow-down::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down"); }
2434
- .bi-cloud-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up-fill"); }
2435
- .bi-cloud-arrow-up::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up"); }
2436
- .bi-cloud-check-fill::before { content: map-get($bootstrap-icons-map, "cloud-check-fill"); }
2437
- .bi-cloud-check::before { content: map-get($bootstrap-icons-map, "cloud-check"); }
2438
- .bi-cloud-download-fill::before { content: map-get($bootstrap-icons-map, "cloud-download-fill"); }
2439
- .bi-cloud-download::before { content: map-get($bootstrap-icons-map, "cloud-download"); }
2440
- .bi-cloud-drizzle-fill::before { content: map-get($bootstrap-icons-map, "cloud-drizzle-fill"); }
2441
- .bi-cloud-drizzle::before { content: map-get($bootstrap-icons-map, "cloud-drizzle"); }
2442
- .bi-cloud-fill::before { content: map-get($bootstrap-icons-map, "cloud-fill"); }
2443
- .bi-cloud-fog-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog-fill"); }
2444
- .bi-cloud-fog::before { content: map-get($bootstrap-icons-map, "cloud-fog"); }
2445
- .bi-cloud-fog2-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog2-fill"); }
2446
- .bi-cloud-fog2::before { content: map-get($bootstrap-icons-map, "cloud-fog2"); }
2447
- .bi-cloud-hail-fill::before { content: map-get($bootstrap-icons-map, "cloud-hail-fill"); }
2448
- .bi-cloud-hail::before { content: map-get($bootstrap-icons-map, "cloud-hail"); }
2449
- .bi-cloud-haze-1::before { content: map-get($bootstrap-icons-map, "cloud-haze-1"); }
2450
- .bi-cloud-haze-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze-fill"); }
2451
- .bi-cloud-haze::before { content: map-get($bootstrap-icons-map, "cloud-haze"); }
2452
- .bi-cloud-haze2-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze2-fill"); }
2453
- .bi-cloud-lightning-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-fill"); }
2454
- .bi-cloud-lightning-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain-fill"); }
2455
- .bi-cloud-lightning-rain::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain"); }
2456
- .bi-cloud-lightning::before { content: map-get($bootstrap-icons-map, "cloud-lightning"); }
2457
- .bi-cloud-minus-fill::before { content: map-get($bootstrap-icons-map, "cloud-minus-fill"); }
2458
- .bi-cloud-minus::before { content: map-get($bootstrap-icons-map, "cloud-minus"); }
2459
- .bi-cloud-moon-fill::before { content: map-get($bootstrap-icons-map, "cloud-moon-fill"); }
2460
- .bi-cloud-moon::before { content: map-get($bootstrap-icons-map, "cloud-moon"); }
2461
- .bi-cloud-plus-fill::before { content: map-get($bootstrap-icons-map, "cloud-plus-fill"); }
2462
- .bi-cloud-plus::before { content: map-get($bootstrap-icons-map, "cloud-plus"); }
2463
- .bi-cloud-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-fill"); }
2464
- .bi-cloud-rain-heavy-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy-fill"); }
2465
- .bi-cloud-rain-heavy::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy"); }
2466
- .bi-cloud-rain::before { content: map-get($bootstrap-icons-map, "cloud-rain"); }
2467
- .bi-cloud-slash-fill::before { content: map-get($bootstrap-icons-map, "cloud-slash-fill"); }
2468
- .bi-cloud-slash::before { content: map-get($bootstrap-icons-map, "cloud-slash"); }
2469
- .bi-cloud-sleet-fill::before { content: map-get($bootstrap-icons-map, "cloud-sleet-fill"); }
2470
- .bi-cloud-sleet::before { content: map-get($bootstrap-icons-map, "cloud-sleet"); }
2471
- .bi-cloud-snow-fill::before { content: map-get($bootstrap-icons-map, "cloud-snow-fill"); }
2472
- .bi-cloud-snow::before { content: map-get($bootstrap-icons-map, "cloud-snow"); }
2473
- .bi-cloud-sun-fill::before { content: map-get($bootstrap-icons-map, "cloud-sun-fill"); }
2474
- .bi-cloud-sun::before { content: map-get($bootstrap-icons-map, "cloud-sun"); }
2475
- .bi-cloud-upload-fill::before { content: map-get($bootstrap-icons-map, "cloud-upload-fill"); }
2476
- .bi-cloud-upload::before { content: map-get($bootstrap-icons-map, "cloud-upload"); }
2477
- .bi-cloud::before { content: map-get($bootstrap-icons-map, "cloud"); }
2478
- .bi-clouds-fill::before { content: map-get($bootstrap-icons-map, "clouds-fill"); }
2479
- .bi-clouds::before { content: map-get($bootstrap-icons-map, "clouds"); }
2480
- .bi-cloudy-fill::before { content: map-get($bootstrap-icons-map, "cloudy-fill"); }
2481
- .bi-cloudy::before { content: map-get($bootstrap-icons-map, "cloudy"); }
2482
- .bi-code-slash::before { content: map-get($bootstrap-icons-map, "code-slash"); }
2483
- .bi-code-square::before { content: map-get($bootstrap-icons-map, "code-square"); }
2484
- .bi-code::before { content: map-get($bootstrap-icons-map, "code"); }
2485
- .bi-collection-fill::before { content: map-get($bootstrap-icons-map, "collection-fill"); }
2486
- .bi-collection-play-fill::before { content: map-get($bootstrap-icons-map, "collection-play-fill"); }
2487
- .bi-collection-play::before { content: map-get($bootstrap-icons-map, "collection-play"); }
2488
- .bi-collection::before { content: map-get($bootstrap-icons-map, "collection"); }
2489
- .bi-columns-gap::before { content: map-get($bootstrap-icons-map, "columns-gap"); }
2490
- .bi-columns::before { content: map-get($bootstrap-icons-map, "columns"); }
2491
- .bi-command::before { content: map-get($bootstrap-icons-map, "command"); }
2492
- .bi-compass-fill::before { content: map-get($bootstrap-icons-map, "compass-fill"); }
2493
- .bi-compass::before { content: map-get($bootstrap-icons-map, "compass"); }
2494
- .bi-cone-striped::before { content: map-get($bootstrap-icons-map, "cone-striped"); }
2495
- .bi-cone::before { content: map-get($bootstrap-icons-map, "cone"); }
2496
- .bi-controller::before { content: map-get($bootstrap-icons-map, "controller"); }
2497
- .bi-cpu-fill::before { content: map-get($bootstrap-icons-map, "cpu-fill"); }
2498
- .bi-cpu::before { content: map-get($bootstrap-icons-map, "cpu"); }
2499
- .bi-credit-card-2-back-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-back-fill"); }
2500
- .bi-credit-card-2-back::before { content: map-get($bootstrap-icons-map, "credit-card-2-back"); }
2501
- .bi-credit-card-2-front-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-front-fill"); }
2502
- .bi-credit-card-2-front::before { content: map-get($bootstrap-icons-map, "credit-card-2-front"); }
2503
- .bi-credit-card-fill::before { content: map-get($bootstrap-icons-map, "credit-card-fill"); }
2504
- .bi-credit-card::before { content: map-get($bootstrap-icons-map, "credit-card"); }
2505
- .bi-crop::before { content: map-get($bootstrap-icons-map, "crop"); }
2506
- .bi-cup-fill::before { content: map-get($bootstrap-icons-map, "cup-fill"); }
2507
- .bi-cup-straw::before { content: map-get($bootstrap-icons-map, "cup-straw"); }
2508
- .bi-cup::before { content: map-get($bootstrap-icons-map, "cup"); }
2509
- .bi-cursor-fill::before { content: map-get($bootstrap-icons-map, "cursor-fill"); }
2510
- .bi-cursor-text::before { content: map-get($bootstrap-icons-map, "cursor-text"); }
2511
- .bi-cursor::before { content: map-get($bootstrap-icons-map, "cursor"); }
2512
- .bi-dash-circle-dotted::before { content: map-get($bootstrap-icons-map, "dash-circle-dotted"); }
2513
- .bi-dash-circle-fill::before { content: map-get($bootstrap-icons-map, "dash-circle-fill"); }
2514
- .bi-dash-circle::before { content: map-get($bootstrap-icons-map, "dash-circle"); }
2515
- .bi-dash-square-dotted::before { content: map-get($bootstrap-icons-map, "dash-square-dotted"); }
2516
- .bi-dash-square-fill::before { content: map-get($bootstrap-icons-map, "dash-square-fill"); }
2517
- .bi-dash-square::before { content: map-get($bootstrap-icons-map, "dash-square"); }
2518
- .bi-dash::before { content: map-get($bootstrap-icons-map, "dash"); }
2519
- .bi-diagram-2-fill::before { content: map-get($bootstrap-icons-map, "diagram-2-fill"); }
2520
- .bi-diagram-2::before { content: map-get($bootstrap-icons-map, "diagram-2"); }
2521
- .bi-diagram-3-fill::before { content: map-get($bootstrap-icons-map, "diagram-3-fill"); }
2522
- .bi-diagram-3::before { content: map-get($bootstrap-icons-map, "diagram-3"); }
2523
- .bi-diamond-fill::before { content: map-get($bootstrap-icons-map, "diamond-fill"); }
2524
- .bi-diamond-half::before { content: map-get($bootstrap-icons-map, "diamond-half"); }
2525
- .bi-diamond::before { content: map-get($bootstrap-icons-map, "diamond"); }
2526
- .bi-dice-1-fill::before { content: map-get($bootstrap-icons-map, "dice-1-fill"); }
2527
- .bi-dice-1::before { content: map-get($bootstrap-icons-map, "dice-1"); }
2528
- .bi-dice-2-fill::before { content: map-get($bootstrap-icons-map, "dice-2-fill"); }
2529
- .bi-dice-2::before { content: map-get($bootstrap-icons-map, "dice-2"); }
2530
- .bi-dice-3-fill::before { content: map-get($bootstrap-icons-map, "dice-3-fill"); }
2531
- .bi-dice-3::before { content: map-get($bootstrap-icons-map, "dice-3"); }
2532
- .bi-dice-4-fill::before { content: map-get($bootstrap-icons-map, "dice-4-fill"); }
2533
- .bi-dice-4::before { content: map-get($bootstrap-icons-map, "dice-4"); }
2534
- .bi-dice-5-fill::before { content: map-get($bootstrap-icons-map, "dice-5-fill"); }
2535
- .bi-dice-5::before { content: map-get($bootstrap-icons-map, "dice-5"); }
2536
- .bi-dice-6-fill::before { content: map-get($bootstrap-icons-map, "dice-6-fill"); }
2537
- .bi-dice-6::before { content: map-get($bootstrap-icons-map, "dice-6"); }
2538
- .bi-disc-fill::before { content: map-get($bootstrap-icons-map, "disc-fill"); }
2539
- .bi-disc::before { content: map-get($bootstrap-icons-map, "disc"); }
2540
- .bi-discord::before { content: map-get($bootstrap-icons-map, "discord"); }
2541
- .bi-display-fill::before { content: map-get($bootstrap-icons-map, "display-fill"); }
2542
- .bi-display::before { content: map-get($bootstrap-icons-map, "display"); }
2543
- .bi-distribute-horizontal::before { content: map-get($bootstrap-icons-map, "distribute-horizontal"); }
2544
- .bi-distribute-vertical::before { content: map-get($bootstrap-icons-map, "distribute-vertical"); }
2545
- .bi-door-closed-fill::before { content: map-get($bootstrap-icons-map, "door-closed-fill"); }
2546
- .bi-door-closed::before { content: map-get($bootstrap-icons-map, "door-closed"); }
2547
- .bi-door-open-fill::before { content: map-get($bootstrap-icons-map, "door-open-fill"); }
2548
- .bi-door-open::before { content: map-get($bootstrap-icons-map, "door-open"); }
2549
- .bi-dot::before { content: map-get($bootstrap-icons-map, "dot"); }
2550
- .bi-download::before { content: map-get($bootstrap-icons-map, "download"); }
2551
- .bi-droplet-fill::before { content: map-get($bootstrap-icons-map, "droplet-fill"); }
2552
- .bi-droplet-half::before { content: map-get($bootstrap-icons-map, "droplet-half"); }
2553
- .bi-droplet::before { content: map-get($bootstrap-icons-map, "droplet"); }
2554
- .bi-earbuds::before { content: map-get($bootstrap-icons-map, "earbuds"); }
2555
- .bi-easel-fill::before { content: map-get($bootstrap-icons-map, "easel-fill"); }
2556
- .bi-easel::before { content: map-get($bootstrap-icons-map, "easel"); }
2557
- .bi-egg-fill::before { content: map-get($bootstrap-icons-map, "egg-fill"); }
2558
- .bi-egg-fried::before { content: map-get($bootstrap-icons-map, "egg-fried"); }
2559
- .bi-egg::before { content: map-get($bootstrap-icons-map, "egg"); }
2560
- .bi-eject-fill::before { content: map-get($bootstrap-icons-map, "eject-fill"); }
2561
- .bi-eject::before { content: map-get($bootstrap-icons-map, "eject"); }
2562
- .bi-emoji-angry-fill::before { content: map-get($bootstrap-icons-map, "emoji-angry-fill"); }
2563
- .bi-emoji-angry::before { content: map-get($bootstrap-icons-map, "emoji-angry"); }
2564
- .bi-emoji-dizzy-fill::before { content: map-get($bootstrap-icons-map, "emoji-dizzy-fill"); }
2565
- .bi-emoji-dizzy::before { content: map-get($bootstrap-icons-map, "emoji-dizzy"); }
2566
- .bi-emoji-expressionless-fill::before { content: map-get($bootstrap-icons-map, "emoji-expressionless-fill"); }
2567
- .bi-emoji-expressionless::before { content: map-get($bootstrap-icons-map, "emoji-expressionless"); }
2568
- .bi-emoji-frown-fill::before { content: map-get($bootstrap-icons-map, "emoji-frown-fill"); }
2569
- .bi-emoji-frown::before { content: map-get($bootstrap-icons-map, "emoji-frown"); }
2570
- .bi-emoji-heart-eyes-fill::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes-fill"); }
2571
- .bi-emoji-heart-eyes::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes"); }
2572
- .bi-emoji-laughing-fill::before { content: map-get($bootstrap-icons-map, "emoji-laughing-fill"); }
2573
- .bi-emoji-laughing::before { content: map-get($bootstrap-icons-map, "emoji-laughing"); }
2574
- .bi-emoji-neutral-fill::before { content: map-get($bootstrap-icons-map, "emoji-neutral-fill"); }
2575
- .bi-emoji-neutral::before { content: map-get($bootstrap-icons-map, "emoji-neutral"); }
2576
- .bi-emoji-smile-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-fill"); }
2577
- .bi-emoji-smile-upside-down-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down-fill"); }
2578
- .bi-emoji-smile-upside-down::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down"); }
2579
- .bi-emoji-smile::before { content: map-get($bootstrap-icons-map, "emoji-smile"); }
2580
- .bi-emoji-sunglasses-fill::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses-fill"); }
2581
- .bi-emoji-sunglasses::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses"); }
2582
- .bi-emoji-wink-fill::before { content: map-get($bootstrap-icons-map, "emoji-wink-fill"); }
2583
- .bi-emoji-wink::before { content: map-get($bootstrap-icons-map, "emoji-wink"); }
2584
- .bi-envelope-fill::before { content: map-get($bootstrap-icons-map, "envelope-fill"); }
2585
- .bi-envelope-open-fill::before { content: map-get($bootstrap-icons-map, "envelope-open-fill"); }
2586
- .bi-envelope-open::before { content: map-get($bootstrap-icons-map, "envelope-open"); }
2587
- .bi-envelope::before { content: map-get($bootstrap-icons-map, "envelope"); }
2588
- .bi-eraser-fill::before { content: map-get($bootstrap-icons-map, "eraser-fill"); }
2589
- .bi-eraser::before { content: map-get($bootstrap-icons-map, "eraser"); }
2590
- .bi-exclamation-circle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-circle-fill"); }
2591
- .bi-exclamation-circle::before { content: map-get($bootstrap-icons-map, "exclamation-circle"); }
2592
- .bi-exclamation-diamond-fill::before { content: map-get($bootstrap-icons-map, "exclamation-diamond-fill"); }
2593
- .bi-exclamation-diamond::before { content: map-get($bootstrap-icons-map, "exclamation-diamond"); }
2594
- .bi-exclamation-octagon-fill::before { content: map-get($bootstrap-icons-map, "exclamation-octagon-fill"); }
2595
- .bi-exclamation-octagon::before { content: map-get($bootstrap-icons-map, "exclamation-octagon"); }
2596
- .bi-exclamation-square-fill::before { content: map-get($bootstrap-icons-map, "exclamation-square-fill"); }
2597
- .bi-exclamation-square::before { content: map-get($bootstrap-icons-map, "exclamation-square"); }
2598
- .bi-exclamation-triangle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-triangle-fill"); }
2599
- .bi-exclamation-triangle::before { content: map-get($bootstrap-icons-map, "exclamation-triangle"); }
2600
- .bi-exclamation::before { content: map-get($bootstrap-icons-map, "exclamation"); }
2601
- .bi-exclude::before { content: map-get($bootstrap-icons-map, "exclude"); }
2602
- .bi-eye-fill::before { content: map-get($bootstrap-icons-map, "eye-fill"); }
2603
- .bi-eye-slash-fill::before { content: map-get($bootstrap-icons-map, "eye-slash-fill"); }
2604
- .bi-eye-slash::before { content: map-get($bootstrap-icons-map, "eye-slash"); }
2605
- .bi-eye::before { content: map-get($bootstrap-icons-map, "eye"); }
2606
- .bi-eyedropper::before { content: map-get($bootstrap-icons-map, "eyedropper"); }
2607
- .bi-eyeglasses::before { content: map-get($bootstrap-icons-map, "eyeglasses"); }
2608
- .bi-facebook::before { content: map-get($bootstrap-icons-map, "facebook"); }
2609
- .bi-file-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-down-fill"); }
2610
- .bi-file-arrow-down::before { content: map-get($bootstrap-icons-map, "file-arrow-down"); }
2611
- .bi-file-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-up-fill"); }
2612
- .bi-file-arrow-up::before { content: map-get($bootstrap-icons-map, "file-arrow-up"); }
2613
- .bi-file-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-bar-graph-fill"); }
2614
- .bi-file-bar-graph::before { content: map-get($bootstrap-icons-map, "file-bar-graph"); }
2615
- .bi-file-binary-fill::before { content: map-get($bootstrap-icons-map, "file-binary-fill"); }
2616
- .bi-file-binary::before { content: map-get($bootstrap-icons-map, "file-binary"); }
2617
- .bi-file-break-fill::before { content: map-get($bootstrap-icons-map, "file-break-fill"); }
2618
- .bi-file-break::before { content: map-get($bootstrap-icons-map, "file-break"); }
2619
- .bi-file-check-fill::before { content: map-get($bootstrap-icons-map, "file-check-fill"); }
2620
- .bi-file-check::before { content: map-get($bootstrap-icons-map, "file-check"); }
2621
- .bi-file-code-fill::before { content: map-get($bootstrap-icons-map, "file-code-fill"); }
2622
- .bi-file-code::before { content: map-get($bootstrap-icons-map, "file-code"); }
2623
- .bi-file-diff-fill::before { content: map-get($bootstrap-icons-map, "file-diff-fill"); }
2624
- .bi-file-diff::before { content: map-get($bootstrap-icons-map, "file-diff"); }
2625
- .bi-file-earmark-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down-fill"); }
2626
- .bi-file-earmark-arrow-down::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down"); }
2627
- .bi-file-earmark-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up-fill"); }
2628
- .bi-file-earmark-arrow-up::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up"); }
2629
- .bi-file-earmark-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph-fill"); }
2630
- .bi-file-earmark-bar-graph::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph"); }
2631
- .bi-file-earmark-binary-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-binary-fill"); }
2632
- .bi-file-earmark-binary::before { content: map-get($bootstrap-icons-map, "file-earmark-binary"); }
2633
- .bi-file-earmark-break-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-break-fill"); }
2634
- .bi-file-earmark-break::before { content: map-get($bootstrap-icons-map, "file-earmark-break"); }
2635
- .bi-file-earmark-check-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-check-fill"); }
2636
- .bi-file-earmark-check::before { content: map-get($bootstrap-icons-map, "file-earmark-check"); }
2637
- .bi-file-earmark-code-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-code-fill"); }
2638
- .bi-file-earmark-code::before { content: map-get($bootstrap-icons-map, "file-earmark-code"); }
2639
- .bi-file-earmark-diff-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-diff-fill"); }
2640
- .bi-file-earmark-diff::before { content: map-get($bootstrap-icons-map, "file-earmark-diff"); }
2641
- .bi-file-earmark-easel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-easel-fill"); }
2642
- .bi-file-earmark-easel::before { content: map-get($bootstrap-icons-map, "file-earmark-easel"); }
2643
- .bi-file-earmark-excel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-excel-fill"); }
2644
- .bi-file-earmark-excel::before { content: map-get($bootstrap-icons-map, "file-earmark-excel"); }
2645
- .bi-file-earmark-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-fill"); }
2646
- .bi-file-earmark-font-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-font-fill"); }
2647
- .bi-file-earmark-font::before { content: map-get($bootstrap-icons-map, "file-earmark-font"); }
2648
- .bi-file-earmark-image-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-image-fill"); }
2649
- .bi-file-earmark-image::before { content: map-get($bootstrap-icons-map, "file-earmark-image"); }
2650
- .bi-file-earmark-lock-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock-fill"); }
2651
- .bi-file-earmark-lock::before { content: map-get($bootstrap-icons-map, "file-earmark-lock"); }
2652
- .bi-file-earmark-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2-fill"); }
2653
- .bi-file-earmark-lock2::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2"); }
2654
- .bi-file-earmark-medical-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-medical-fill"); }
2655
- .bi-file-earmark-medical::before { content: map-get($bootstrap-icons-map, "file-earmark-medical"); }
2656
- .bi-file-earmark-minus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-minus-fill"); }
2657
- .bi-file-earmark-minus::before { content: map-get($bootstrap-icons-map, "file-earmark-minus"); }
2658
- .bi-file-earmark-music-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-music-fill"); }
2659
- .bi-file-earmark-music::before { content: map-get($bootstrap-icons-map, "file-earmark-music"); }
2660
- .bi-file-earmark-person-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-person-fill"); }
2661
- .bi-file-earmark-person::before { content: map-get($bootstrap-icons-map, "file-earmark-person"); }
2662
- .bi-file-earmark-play-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-play-fill"); }
2663
- .bi-file-earmark-play::before { content: map-get($bootstrap-icons-map, "file-earmark-play"); }
2664
- .bi-file-earmark-plus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-plus-fill"); }
2665
- .bi-file-earmark-plus::before { content: map-get($bootstrap-icons-map, "file-earmark-plus"); }
2666
- .bi-file-earmark-post-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-post-fill"); }
2667
- .bi-file-earmark-post::before { content: map-get($bootstrap-icons-map, "file-earmark-post"); }
2668
- .bi-file-earmark-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt-fill"); }
2669
- .bi-file-earmark-ppt::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt"); }
2670
- .bi-file-earmark-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext-fill"); }
2671
- .bi-file-earmark-richtext::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext"); }
2672
- .bi-file-earmark-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled-fill"); }
2673
- .bi-file-earmark-ruled::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled"); }
2674
- .bi-file-earmark-slides-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-slides-fill"); }
2675
- .bi-file-earmark-slides::before { content: map-get($bootstrap-icons-map, "file-earmark-slides"); }
2676
- .bi-file-earmark-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet-fill"); }
2677
- .bi-file-earmark-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet"); }
2678
- .bi-file-earmark-text-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-text-fill"); }
2679
- .bi-file-earmark-text::before { content: map-get($bootstrap-icons-map, "file-earmark-text"); }
2680
- .bi-file-earmark-word-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-word-fill"); }
2681
- .bi-file-earmark-word::before { content: map-get($bootstrap-icons-map, "file-earmark-word"); }
2682
- .bi-file-earmark-x-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-x-fill"); }
2683
- .bi-file-earmark-x::before { content: map-get($bootstrap-icons-map, "file-earmark-x"); }
2684
- .bi-file-earmark-zip-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-zip-fill"); }
2685
- .bi-file-earmark-zip::before { content: map-get($bootstrap-icons-map, "file-earmark-zip"); }
2686
- .bi-file-earmark::before { content: map-get($bootstrap-icons-map, "file-earmark"); }
2687
- .bi-file-easel-fill::before { content: map-get($bootstrap-icons-map, "file-easel-fill"); }
2688
- .bi-file-easel::before { content: map-get($bootstrap-icons-map, "file-easel"); }
2689
- .bi-file-excel-fill::before { content: map-get($bootstrap-icons-map, "file-excel-fill"); }
2690
- .bi-file-excel::before { content: map-get($bootstrap-icons-map, "file-excel"); }
2691
- .bi-file-fill::before { content: map-get($bootstrap-icons-map, "file-fill"); }
2692
- .bi-file-font-fill::before { content: map-get($bootstrap-icons-map, "file-font-fill"); }
2693
- .bi-file-font::before { content: map-get($bootstrap-icons-map, "file-font"); }
2694
- .bi-file-image-fill::before { content: map-get($bootstrap-icons-map, "file-image-fill"); }
2695
- .bi-file-image::before { content: map-get($bootstrap-icons-map, "file-image"); }
2696
- .bi-file-lock-fill::before { content: map-get($bootstrap-icons-map, "file-lock-fill"); }
2697
- .bi-file-lock::before { content: map-get($bootstrap-icons-map, "file-lock"); }
2698
- .bi-file-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-lock2-fill"); }
2699
- .bi-file-lock2::before { content: map-get($bootstrap-icons-map, "file-lock2"); }
2700
- .bi-file-medical-fill::before { content: map-get($bootstrap-icons-map, "file-medical-fill"); }
2701
- .bi-file-medical::before { content: map-get($bootstrap-icons-map, "file-medical"); }
2702
- .bi-file-minus-fill::before { content: map-get($bootstrap-icons-map, "file-minus-fill"); }
2703
- .bi-file-minus::before { content: map-get($bootstrap-icons-map, "file-minus"); }
2704
- .bi-file-music-fill::before { content: map-get($bootstrap-icons-map, "file-music-fill"); }
2705
- .bi-file-music::before { content: map-get($bootstrap-icons-map, "file-music"); }
2706
- .bi-file-person-fill::before { content: map-get($bootstrap-icons-map, "file-person-fill"); }
2707
- .bi-file-person::before { content: map-get($bootstrap-icons-map, "file-person"); }
2708
- .bi-file-play-fill::before { content: map-get($bootstrap-icons-map, "file-play-fill"); }
2709
- .bi-file-play::before { content: map-get($bootstrap-icons-map, "file-play"); }
2710
- .bi-file-plus-fill::before { content: map-get($bootstrap-icons-map, "file-plus-fill"); }
2711
- .bi-file-plus::before { content: map-get($bootstrap-icons-map, "file-plus"); }
2712
- .bi-file-post-fill::before { content: map-get($bootstrap-icons-map, "file-post-fill"); }
2713
- .bi-file-post::before { content: map-get($bootstrap-icons-map, "file-post"); }
2714
- .bi-file-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-ppt-fill"); }
2715
- .bi-file-ppt::before { content: map-get($bootstrap-icons-map, "file-ppt"); }
2716
- .bi-file-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-richtext-fill"); }
2717
- .bi-file-richtext::before { content: map-get($bootstrap-icons-map, "file-richtext"); }
2718
- .bi-file-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-ruled-fill"); }
2719
- .bi-file-ruled::before { content: map-get($bootstrap-icons-map, "file-ruled"); }
2720
- .bi-file-slides-fill::before { content: map-get($bootstrap-icons-map, "file-slides-fill"); }
2721
- .bi-file-slides::before { content: map-get($bootstrap-icons-map, "file-slides"); }
2722
- .bi-file-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-spreadsheet-fill"); }
2723
- .bi-file-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-spreadsheet"); }
2724
- .bi-file-text-fill::before { content: map-get($bootstrap-icons-map, "file-text-fill"); }
2725
- .bi-file-text::before { content: map-get($bootstrap-icons-map, "file-text"); }
2726
- .bi-file-word-fill::before { content: map-get($bootstrap-icons-map, "file-word-fill"); }
2727
- .bi-file-word::before { content: map-get($bootstrap-icons-map, "file-word"); }
2728
- .bi-file-x-fill::before { content: map-get($bootstrap-icons-map, "file-x-fill"); }
2729
- .bi-file-x::before { content: map-get($bootstrap-icons-map, "file-x"); }
2730
- .bi-file-zip-fill::before { content: map-get($bootstrap-icons-map, "file-zip-fill"); }
2731
- .bi-file-zip::before { content: map-get($bootstrap-icons-map, "file-zip"); }
2732
- .bi-file::before { content: map-get($bootstrap-icons-map, "file"); }
2733
- .bi-files-alt::before { content: map-get($bootstrap-icons-map, "files-alt"); }
2734
- .bi-files::before { content: map-get($bootstrap-icons-map, "files"); }
2735
- .bi-film::before { content: map-get($bootstrap-icons-map, "film"); }
2736
- .bi-filter-circle-fill::before { content: map-get($bootstrap-icons-map, "filter-circle-fill"); }
2737
- .bi-filter-circle::before { content: map-get($bootstrap-icons-map, "filter-circle"); }
2738
- .bi-filter-left::before { content: map-get($bootstrap-icons-map, "filter-left"); }
2739
- .bi-filter-right::before { content: map-get($bootstrap-icons-map, "filter-right"); }
2740
- .bi-filter-square-fill::before { content: map-get($bootstrap-icons-map, "filter-square-fill"); }
2741
- .bi-filter-square::before { content: map-get($bootstrap-icons-map, "filter-square"); }
2742
- .bi-filter::before { content: map-get($bootstrap-icons-map, "filter"); }
2743
- .bi-flag-fill::before { content: map-get($bootstrap-icons-map, "flag-fill"); }
2744
- .bi-flag::before { content: map-get($bootstrap-icons-map, "flag"); }
2745
- .bi-flower1::before { content: map-get($bootstrap-icons-map, "flower1"); }
2746
- .bi-flower2::before { content: map-get($bootstrap-icons-map, "flower2"); }
2747
- .bi-flower3::before { content: map-get($bootstrap-icons-map, "flower3"); }
2748
- .bi-folder-check::before { content: map-get($bootstrap-icons-map, "folder-check"); }
2749
- .bi-folder-fill::before { content: map-get($bootstrap-icons-map, "folder-fill"); }
2750
- .bi-folder-minus::before { content: map-get($bootstrap-icons-map, "folder-minus"); }
2751
- .bi-folder-plus::before { content: map-get($bootstrap-icons-map, "folder-plus"); }
2752
- .bi-folder-symlink-fill::before { content: map-get($bootstrap-icons-map, "folder-symlink-fill"); }
2753
- .bi-folder-symlink::before { content: map-get($bootstrap-icons-map, "folder-symlink"); }
2754
- .bi-folder-x::before { content: map-get($bootstrap-icons-map, "folder-x"); }
2755
- .bi-folder::before { content: map-get($bootstrap-icons-map, "folder"); }
2756
- .bi-folder2-open::before { content: map-get($bootstrap-icons-map, "folder2-open"); }
2757
- .bi-folder2::before { content: map-get($bootstrap-icons-map, "folder2"); }
2758
- .bi-fonts::before { content: map-get($bootstrap-icons-map, "fonts"); }
2759
- .bi-forward-fill::before { content: map-get($bootstrap-icons-map, "forward-fill"); }
2760
- .bi-forward::before { content: map-get($bootstrap-icons-map, "forward"); }
2761
- .bi-front::before { content: map-get($bootstrap-icons-map, "front"); }
2762
- .bi-fullscreen-exit::before { content: map-get($bootstrap-icons-map, "fullscreen-exit"); }
2763
- .bi-fullscreen::before { content: map-get($bootstrap-icons-map, "fullscreen"); }
2764
- .bi-funnel-fill::before { content: map-get($bootstrap-icons-map, "funnel-fill"); }
2765
- .bi-funnel::before { content: map-get($bootstrap-icons-map, "funnel"); }
2766
- .bi-gear-fill::before { content: map-get($bootstrap-icons-map, "gear-fill"); }
2767
- .bi-gear-wide-connected::before { content: map-get($bootstrap-icons-map, "gear-wide-connected"); }
2768
- .bi-gear-wide::before { content: map-get($bootstrap-icons-map, "gear-wide"); }
2769
- .bi-gear::before { content: map-get($bootstrap-icons-map, "gear"); }
2770
- .bi-gem::before { content: map-get($bootstrap-icons-map, "gem"); }
2771
- .bi-geo-alt-fill::before { content: map-get($bootstrap-icons-map, "geo-alt-fill"); }
2772
- .bi-geo-alt::before { content: map-get($bootstrap-icons-map, "geo-alt"); }
2773
- .bi-geo-fill::before { content: map-get($bootstrap-icons-map, "geo-fill"); }
2774
- .bi-geo::before { content: map-get($bootstrap-icons-map, "geo"); }
2775
- .bi-gift-fill::before { content: map-get($bootstrap-icons-map, "gift-fill"); }
2776
- .bi-gift::before { content: map-get($bootstrap-icons-map, "gift"); }
2777
- .bi-github::before { content: map-get($bootstrap-icons-map, "github"); }
2778
- .bi-globe::before { content: map-get($bootstrap-icons-map, "globe"); }
2779
- .bi-globe2::before { content: map-get($bootstrap-icons-map, "globe2"); }
2780
- .bi-google::before { content: map-get($bootstrap-icons-map, "google"); }
2781
- .bi-graph-down::before { content: map-get($bootstrap-icons-map, "graph-down"); }
2782
- .bi-graph-up::before { content: map-get($bootstrap-icons-map, "graph-up"); }
2783
- .bi-grid-1x2-fill::before { content: map-get($bootstrap-icons-map, "grid-1x2-fill"); }
2784
- .bi-grid-1x2::before { content: map-get($bootstrap-icons-map, "grid-1x2"); }
2785
- .bi-grid-3x2-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap-fill"); }
2786
- .bi-grid-3x2-gap::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap"); }
2787
- .bi-grid-3x2::before { content: map-get($bootstrap-icons-map, "grid-3x2"); }
2788
- .bi-grid-3x3-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap-fill"); }
2789
- .bi-grid-3x3-gap::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap"); }
2790
- .bi-grid-3x3::before { content: map-get($bootstrap-icons-map, "grid-3x3"); }
2791
- .bi-grid-fill::before { content: map-get($bootstrap-icons-map, "grid-fill"); }
2792
- .bi-grid::before { content: map-get($bootstrap-icons-map, "grid"); }
2793
- .bi-grip-horizontal::before { content: map-get($bootstrap-icons-map, "grip-horizontal"); }
2794
- .bi-grip-vertical::before { content: map-get($bootstrap-icons-map, "grip-vertical"); }
2795
- .bi-hammer::before { content: map-get($bootstrap-icons-map, "hammer"); }
2796
- .bi-hand-index-fill::before { content: map-get($bootstrap-icons-map, "hand-index-fill"); }
2797
- .bi-hand-index-thumb-fill::before { content: map-get($bootstrap-icons-map, "hand-index-thumb-fill"); }
2798
- .bi-hand-index-thumb::before { content: map-get($bootstrap-icons-map, "hand-index-thumb"); }
2799
- .bi-hand-index::before { content: map-get($bootstrap-icons-map, "hand-index"); }
2800
- .bi-hand-thumbs-down-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down-fill"); }
2801
- .bi-hand-thumbs-down::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down"); }
2802
- .bi-hand-thumbs-up-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up-fill"); }
2803
- .bi-hand-thumbs-up::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up"); }
2804
- .bi-handbag-fill::before { content: map-get($bootstrap-icons-map, "handbag-fill"); }
2805
- .bi-handbag::before { content: map-get($bootstrap-icons-map, "handbag"); }
2806
- .bi-hash::before { content: map-get($bootstrap-icons-map, "hash"); }
2807
- .bi-hdd-fill::before { content: map-get($bootstrap-icons-map, "hdd-fill"); }
2808
- .bi-hdd-network-fill::before { content: map-get($bootstrap-icons-map, "hdd-network-fill"); }
2809
- .bi-hdd-network::before { content: map-get($bootstrap-icons-map, "hdd-network"); }
2810
- .bi-hdd-rack-fill::before { content: map-get($bootstrap-icons-map, "hdd-rack-fill"); }
2811
- .bi-hdd-rack::before { content: map-get($bootstrap-icons-map, "hdd-rack"); }
2812
- .bi-hdd-stack-fill::before { content: map-get($bootstrap-icons-map, "hdd-stack-fill"); }
2813
- .bi-hdd-stack::before { content: map-get($bootstrap-icons-map, "hdd-stack"); }
2814
- .bi-hdd::before { content: map-get($bootstrap-icons-map, "hdd"); }
2815
- .bi-headphones::before { content: map-get($bootstrap-icons-map, "headphones"); }
2816
- .bi-headset::before { content: map-get($bootstrap-icons-map, "headset"); }
2817
- .bi-heart-fill::before { content: map-get($bootstrap-icons-map, "heart-fill"); }
2818
- .bi-heart-half::before { content: map-get($bootstrap-icons-map, "heart-half"); }
2819
- .bi-heart::before { content: map-get($bootstrap-icons-map, "heart"); }
2820
- .bi-heptagon-fill::before { content: map-get($bootstrap-icons-map, "heptagon-fill"); }
2821
- .bi-heptagon-half::before { content: map-get($bootstrap-icons-map, "heptagon-half"); }
2822
- .bi-heptagon::before { content: map-get($bootstrap-icons-map, "heptagon"); }
2823
- .bi-hexagon-fill::before { content: map-get($bootstrap-icons-map, "hexagon-fill"); }
2824
- .bi-hexagon-half::before { content: map-get($bootstrap-icons-map, "hexagon-half"); }
2825
- .bi-hexagon::before { content: map-get($bootstrap-icons-map, "hexagon"); }
2826
- .bi-hourglass-bottom::before { content: map-get($bootstrap-icons-map, "hourglass-bottom"); }
2827
- .bi-hourglass-split::before { content: map-get($bootstrap-icons-map, "hourglass-split"); }
2828
- .bi-hourglass-top::before { content: map-get($bootstrap-icons-map, "hourglass-top"); }
2829
- .bi-hourglass::before { content: map-get($bootstrap-icons-map, "hourglass"); }
2830
- .bi-house-door-fill::before { content: map-get($bootstrap-icons-map, "house-door-fill"); }
2831
- .bi-house-door::before { content: map-get($bootstrap-icons-map, "house-door"); }
2832
- .bi-house-fill::before { content: map-get($bootstrap-icons-map, "house-fill"); }
2833
- .bi-house::before { content: map-get($bootstrap-icons-map, "house"); }
2834
- .bi-hr::before { content: map-get($bootstrap-icons-map, "hr"); }
2835
- .bi-hurricane::before { content: map-get($bootstrap-icons-map, "hurricane"); }
2836
- .bi-image-alt::before { content: map-get($bootstrap-icons-map, "image-alt"); }
2837
- .bi-image-fill::before { content: map-get($bootstrap-icons-map, "image-fill"); }
2838
- .bi-image::before { content: map-get($bootstrap-icons-map, "image"); }
2839
- .bi-images::before { content: map-get($bootstrap-icons-map, "images"); }
2840
- .bi-inbox-fill::before { content: map-get($bootstrap-icons-map, "inbox-fill"); }
2841
- .bi-inbox::before { content: map-get($bootstrap-icons-map, "inbox"); }
2842
- .bi-inboxes-fill::before { content: map-get($bootstrap-icons-map, "inboxes-fill"); }
2843
- .bi-inboxes::before { content: map-get($bootstrap-icons-map, "inboxes"); }
2844
- .bi-info-circle-fill::before { content: map-get($bootstrap-icons-map, "info-circle-fill"); }
2845
- .bi-info-circle::before { content: map-get($bootstrap-icons-map, "info-circle"); }
2846
- .bi-info-square-fill::before { content: map-get($bootstrap-icons-map, "info-square-fill"); }
2847
- .bi-info-square::before { content: map-get($bootstrap-icons-map, "info-square"); }
2848
- .bi-info::before { content: map-get($bootstrap-icons-map, "info"); }
2849
- .bi-input-cursor-text::before { content: map-get($bootstrap-icons-map, "input-cursor-text"); }
2850
- .bi-input-cursor::before { content: map-get($bootstrap-icons-map, "input-cursor"); }
2851
- .bi-instagram::before { content: map-get($bootstrap-icons-map, "instagram"); }
2852
- .bi-intersect::before { content: map-get($bootstrap-icons-map, "intersect"); }
2853
- .bi-journal-album::before { content: map-get($bootstrap-icons-map, "journal-album"); }
2854
- .bi-journal-arrow-down::before { content: map-get($bootstrap-icons-map, "journal-arrow-down"); }
2855
- .bi-journal-arrow-up::before { content: map-get($bootstrap-icons-map, "journal-arrow-up"); }
2856
- .bi-journal-bookmark-fill::before { content: map-get($bootstrap-icons-map, "journal-bookmark-fill"); }
2857
- .bi-journal-bookmark::before { content: map-get($bootstrap-icons-map, "journal-bookmark"); }
2858
- .bi-journal-check::before { content: map-get($bootstrap-icons-map, "journal-check"); }
2859
- .bi-journal-code::before { content: map-get($bootstrap-icons-map, "journal-code"); }
2860
- .bi-journal-medical::before { content: map-get($bootstrap-icons-map, "journal-medical"); }
2861
- .bi-journal-minus::before { content: map-get($bootstrap-icons-map, "journal-minus"); }
2862
- .bi-journal-plus::before { content: map-get($bootstrap-icons-map, "journal-plus"); }
2863
- .bi-journal-richtext::before { content: map-get($bootstrap-icons-map, "journal-richtext"); }
2864
- .bi-journal-text::before { content: map-get($bootstrap-icons-map, "journal-text"); }
2865
- .bi-journal-x::before { content: map-get($bootstrap-icons-map, "journal-x"); }
2866
- .bi-journal::before { content: map-get($bootstrap-icons-map, "journal"); }
2867
- .bi-journals::before { content: map-get($bootstrap-icons-map, "journals"); }
2868
- .bi-joystick::before { content: map-get($bootstrap-icons-map, "joystick"); }
2869
- .bi-justify-left::before { content: map-get($bootstrap-icons-map, "justify-left"); }
2870
- .bi-justify-right::before { content: map-get($bootstrap-icons-map, "justify-right"); }
2871
- .bi-justify::before { content: map-get($bootstrap-icons-map, "justify"); }
2872
- .bi-kanban-fill::before { content: map-get($bootstrap-icons-map, "kanban-fill"); }
2873
- .bi-kanban::before { content: map-get($bootstrap-icons-map, "kanban"); }
2874
- .bi-key-fill::before { content: map-get($bootstrap-icons-map, "key-fill"); }
2875
- .bi-key::before { content: map-get($bootstrap-icons-map, "key"); }
2876
- .bi-keyboard-fill::before { content: map-get($bootstrap-icons-map, "keyboard-fill"); }
2877
- .bi-keyboard::before { content: map-get($bootstrap-icons-map, "keyboard"); }
2878
- .bi-ladder::before { content: map-get($bootstrap-icons-map, "ladder"); }
2879
- .bi-lamp-fill::before { content: map-get($bootstrap-icons-map, "lamp-fill"); }
2880
- .bi-lamp::before { content: map-get($bootstrap-icons-map, "lamp"); }
2881
- .bi-laptop-fill::before { content: map-get($bootstrap-icons-map, "laptop-fill"); }
2882
- .bi-laptop::before { content: map-get($bootstrap-icons-map, "laptop"); }
2883
- .bi-layer-backward::before { content: map-get($bootstrap-icons-map, "layer-backward"); }
2884
- .bi-layer-forward::before { content: map-get($bootstrap-icons-map, "layer-forward"); }
2885
- .bi-layers-fill::before { content: map-get($bootstrap-icons-map, "layers-fill"); }
2886
- .bi-layers-half::before { content: map-get($bootstrap-icons-map, "layers-half"); }
2887
- .bi-layers::before { content: map-get($bootstrap-icons-map, "layers"); }
2888
- .bi-layout-sidebar-inset-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset-reverse"); }
2889
- .bi-layout-sidebar-inset::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset"); }
2890
- .bi-layout-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-reverse"); }
2891
- .bi-layout-sidebar::before { content: map-get($bootstrap-icons-map, "layout-sidebar"); }
2892
- .bi-layout-split::before { content: map-get($bootstrap-icons-map, "layout-split"); }
2893
- .bi-layout-text-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar-reverse"); }
2894
- .bi-layout-text-sidebar::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar"); }
2895
- .bi-layout-text-window-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-window-reverse"); }
2896
- .bi-layout-text-window::before { content: map-get($bootstrap-icons-map, "layout-text-window"); }
2897
- .bi-layout-three-columns::before { content: map-get($bootstrap-icons-map, "layout-three-columns"); }
2898
- .bi-layout-wtf::before { content: map-get($bootstrap-icons-map, "layout-wtf"); }
2899
- .bi-life-preserver::before { content: map-get($bootstrap-icons-map, "life-preserver"); }
2900
- .bi-lightbulb-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-fill"); }
2901
- .bi-lightbulb-off-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-off-fill"); }
2902
- .bi-lightbulb-off::before { content: map-get($bootstrap-icons-map, "lightbulb-off"); }
2903
- .bi-lightbulb::before { content: map-get($bootstrap-icons-map, "lightbulb"); }
2904
- .bi-lightning-charge-fill::before { content: map-get($bootstrap-icons-map, "lightning-charge-fill"); }
2905
- .bi-lightning-charge::before { content: map-get($bootstrap-icons-map, "lightning-charge"); }
2906
- .bi-lightning-fill::before { content: map-get($bootstrap-icons-map, "lightning-fill"); }
2907
- .bi-lightning::before { content: map-get($bootstrap-icons-map, "lightning"); }
2908
- .bi-link-45deg::before { content: map-get($bootstrap-icons-map, "link-45deg"); }
2909
- .bi-link::before { content: map-get($bootstrap-icons-map, "link"); }
2910
- .bi-linkedin::before { content: map-get($bootstrap-icons-map, "linkedin"); }
2911
- .bi-list-check::before { content: map-get($bootstrap-icons-map, "list-check"); }
2912
- .bi-list-nested::before { content: map-get($bootstrap-icons-map, "list-nested"); }
2913
- .bi-list-ol::before { content: map-get($bootstrap-icons-map, "list-ol"); }
2914
- .bi-list-stars::before { content: map-get($bootstrap-icons-map, "list-stars"); }
2915
- .bi-list-task::before { content: map-get($bootstrap-icons-map, "list-task"); }
2916
- .bi-list-ul::before { content: map-get($bootstrap-icons-map, "list-ul"); }
2917
- .bi-list::before { content: map-get($bootstrap-icons-map, "list"); }
2918
- .bi-lock-fill::before { content: map-get($bootstrap-icons-map, "lock-fill"); }
2919
- .bi-lock::before { content: map-get($bootstrap-icons-map, "lock"); }
2920
- .bi-mailbox::before { content: map-get($bootstrap-icons-map, "mailbox"); }
2921
- .bi-mailbox2::before { content: map-get($bootstrap-icons-map, "mailbox2"); }
2922
- .bi-map-fill::before { content: map-get($bootstrap-icons-map, "map-fill"); }
2923
- .bi-map::before { content: map-get($bootstrap-icons-map, "map"); }
2924
- .bi-markdown-fill::before { content: map-get($bootstrap-icons-map, "markdown-fill"); }
2925
- .bi-markdown::before { content: map-get($bootstrap-icons-map, "markdown"); }
2926
- .bi-mask::before { content: map-get($bootstrap-icons-map, "mask"); }
2927
- .bi-megaphone-fill::before { content: map-get($bootstrap-icons-map, "megaphone-fill"); }
2928
- .bi-megaphone::before { content: map-get($bootstrap-icons-map, "megaphone"); }
2929
- .bi-menu-app-fill::before { content: map-get($bootstrap-icons-map, "menu-app-fill"); }
2930
- .bi-menu-app::before { content: map-get($bootstrap-icons-map, "menu-app"); }
2931
- .bi-menu-button-fill::before { content: map-get($bootstrap-icons-map, "menu-button-fill"); }
2932
- .bi-menu-button-wide-fill::before { content: map-get($bootstrap-icons-map, "menu-button-wide-fill"); }
2933
- .bi-menu-button-wide::before { content: map-get($bootstrap-icons-map, "menu-button-wide"); }
2934
- .bi-menu-button::before { content: map-get($bootstrap-icons-map, "menu-button"); }
2935
- .bi-menu-down::before { content: map-get($bootstrap-icons-map, "menu-down"); }
2936
- .bi-menu-up::before { content: map-get($bootstrap-icons-map, "menu-up"); }
2937
- .bi-mic-fill::before { content: map-get($bootstrap-icons-map, "mic-fill"); }
2938
- .bi-mic-mute-fill::before { content: map-get($bootstrap-icons-map, "mic-mute-fill"); }
2939
- .bi-mic-mute::before { content: map-get($bootstrap-icons-map, "mic-mute"); }
2940
- .bi-mic::before { content: map-get($bootstrap-icons-map, "mic"); }
2941
- .bi-minecart-loaded::before { content: map-get($bootstrap-icons-map, "minecart-loaded"); }
2942
- .bi-minecart::before { content: map-get($bootstrap-icons-map, "minecart"); }
2943
- .bi-moisture::before { content: map-get($bootstrap-icons-map, "moisture"); }
2944
- .bi-moon-fill::before { content: map-get($bootstrap-icons-map, "moon-fill"); }
2945
- .bi-moon-stars-fill::before { content: map-get($bootstrap-icons-map, "moon-stars-fill"); }
2946
- .bi-moon-stars::before { content: map-get($bootstrap-icons-map, "moon-stars"); }
2947
- .bi-moon::before { content: map-get($bootstrap-icons-map, "moon"); }
2948
- .bi-mouse-fill::before { content: map-get($bootstrap-icons-map, "mouse-fill"); }
2949
- .bi-mouse::before { content: map-get($bootstrap-icons-map, "mouse"); }
2950
- .bi-mouse2-fill::before { content: map-get($bootstrap-icons-map, "mouse2-fill"); }
2951
- .bi-mouse2::before { content: map-get($bootstrap-icons-map, "mouse2"); }
2952
- .bi-mouse3-fill::before { content: map-get($bootstrap-icons-map, "mouse3-fill"); }
2953
- .bi-mouse3::before { content: map-get($bootstrap-icons-map, "mouse3"); }
2954
- .bi-music-note-beamed::before { content: map-get($bootstrap-icons-map, "music-note-beamed"); }
2955
- .bi-music-note-list::before { content: map-get($bootstrap-icons-map, "music-note-list"); }
2956
- .bi-music-note::before { content: map-get($bootstrap-icons-map, "music-note"); }
2957
- .bi-music-player-fill::before { content: map-get($bootstrap-icons-map, "music-player-fill"); }
2958
- .bi-music-player::before { content: map-get($bootstrap-icons-map, "music-player"); }
2959
- .bi-newspaper::before { content: map-get($bootstrap-icons-map, "newspaper"); }
2960
- .bi-node-minus-fill::before { content: map-get($bootstrap-icons-map, "node-minus-fill"); }
2961
- .bi-node-minus::before { content: map-get($bootstrap-icons-map, "node-minus"); }
2962
- .bi-node-plus-fill::before { content: map-get($bootstrap-icons-map, "node-plus-fill"); }
2963
- .bi-node-plus::before { content: map-get($bootstrap-icons-map, "node-plus"); }
2964
- .bi-nut-fill::before { content: map-get($bootstrap-icons-map, "nut-fill"); }
2965
- .bi-nut::before { content: map-get($bootstrap-icons-map, "nut"); }
2966
- .bi-octagon-fill::before { content: map-get($bootstrap-icons-map, "octagon-fill"); }
2967
- .bi-octagon-half::before { content: map-get($bootstrap-icons-map, "octagon-half"); }
2968
- .bi-octagon::before { content: map-get($bootstrap-icons-map, "octagon"); }
2969
- .bi-option::before { content: map-get($bootstrap-icons-map, "option"); }
2970
- .bi-outlet::before { content: map-get($bootstrap-icons-map, "outlet"); }
2971
- .bi-paint-bucket::before { content: map-get($bootstrap-icons-map, "paint-bucket"); }
2972
- .bi-palette-fill::before { content: map-get($bootstrap-icons-map, "palette-fill"); }
2973
- .bi-palette::before { content: map-get($bootstrap-icons-map, "palette"); }
2974
- .bi-palette2::before { content: map-get($bootstrap-icons-map, "palette2"); }
2975
- .bi-paperclip::before { content: map-get($bootstrap-icons-map, "paperclip"); }
2976
- .bi-paragraph::before { content: map-get($bootstrap-icons-map, "paragraph"); }
2977
- .bi-patch-check-fill::before { content: map-get($bootstrap-icons-map, "patch-check-fill"); }
2978
- .bi-patch-check::before { content: map-get($bootstrap-icons-map, "patch-check"); }
2979
- .bi-patch-exclamation-fill::before { content: map-get($bootstrap-icons-map, "patch-exclamation-fill"); }
2980
- .bi-patch-exclamation::before { content: map-get($bootstrap-icons-map, "patch-exclamation"); }
2981
- .bi-patch-minus-fill::before { content: map-get($bootstrap-icons-map, "patch-minus-fill"); }
2982
- .bi-patch-minus::before { content: map-get($bootstrap-icons-map, "patch-minus"); }
2983
- .bi-patch-plus-fill::before { content: map-get($bootstrap-icons-map, "patch-plus-fill"); }
2984
- .bi-patch-plus::before { content: map-get($bootstrap-icons-map, "patch-plus"); }
2985
- .bi-patch-question-fill::before { content: map-get($bootstrap-icons-map, "patch-question-fill"); }
2986
- .bi-patch-question::before { content: map-get($bootstrap-icons-map, "patch-question"); }
2987
- .bi-pause-btn-fill::before { content: map-get($bootstrap-icons-map, "pause-btn-fill"); }
2988
- .bi-pause-btn::before { content: map-get($bootstrap-icons-map, "pause-btn"); }
2989
- .bi-pause-circle-fill::before { content: map-get($bootstrap-icons-map, "pause-circle-fill"); }
2990
- .bi-pause-circle::before { content: map-get($bootstrap-icons-map, "pause-circle"); }
2991
- .bi-pause-fill::before { content: map-get($bootstrap-icons-map, "pause-fill"); }
2992
- .bi-pause::before { content: map-get($bootstrap-icons-map, "pause"); }
2993
- .bi-peace-fill::before { content: map-get($bootstrap-icons-map, "peace-fill"); }
2994
- .bi-peace::before { content: map-get($bootstrap-icons-map, "peace"); }
2995
- .bi-pen-fill::before { content: map-get($bootstrap-icons-map, "pen-fill"); }
2996
- .bi-pen::before { content: map-get($bootstrap-icons-map, "pen"); }
2997
- .bi-pencil-fill::before { content: map-get($bootstrap-icons-map, "pencil-fill"); }
2998
- .bi-pencil-square::before { content: map-get($bootstrap-icons-map, "pencil-square"); }
2999
- .bi-pencil::before { content: map-get($bootstrap-icons-map, "pencil"); }
3000
- .bi-pentagon-fill::before { content: map-get($bootstrap-icons-map, "pentagon-fill"); }
3001
- .bi-pentagon-half::before { content: map-get($bootstrap-icons-map, "pentagon-half"); }
3002
- .bi-pentagon::before { content: map-get($bootstrap-icons-map, "pentagon"); }
3003
- .bi-people-fill::before { content: map-get($bootstrap-icons-map, "people-fill"); }
3004
- .bi-people::before { content: map-get($bootstrap-icons-map, "people"); }
3005
- .bi-percent::before { content: map-get($bootstrap-icons-map, "percent"); }
3006
- .bi-person-badge-fill::before { content: map-get($bootstrap-icons-map, "person-badge-fill"); }
3007
- .bi-person-badge::before { content: map-get($bootstrap-icons-map, "person-badge"); }
3008
- .bi-person-bounding-box::before { content: map-get($bootstrap-icons-map, "person-bounding-box"); }
3009
- .bi-person-check-fill::before { content: map-get($bootstrap-icons-map, "person-check-fill"); }
3010
- .bi-person-check::before { content: map-get($bootstrap-icons-map, "person-check"); }
3011
- .bi-person-circle::before { content: map-get($bootstrap-icons-map, "person-circle"); }
3012
- .bi-person-dash-fill::before { content: map-get($bootstrap-icons-map, "person-dash-fill"); }
3013
- .bi-person-dash::before { content: map-get($bootstrap-icons-map, "person-dash"); }
3014
- .bi-person-fill::before { content: map-get($bootstrap-icons-map, "person-fill"); }
3015
- .bi-person-lines-fill::before { content: map-get($bootstrap-icons-map, "person-lines-fill"); }
3016
- .bi-person-plus-fill::before { content: map-get($bootstrap-icons-map, "person-plus-fill"); }
3017
- .bi-person-plus::before { content: map-get($bootstrap-icons-map, "person-plus"); }
3018
- .bi-person-square::before { content: map-get($bootstrap-icons-map, "person-square"); }
3019
- .bi-person-x-fill::before { content: map-get($bootstrap-icons-map, "person-x-fill"); }
3020
- .bi-person-x::before { content: map-get($bootstrap-icons-map, "person-x"); }
3021
- .bi-person::before { content: map-get($bootstrap-icons-map, "person"); }
3022
- .bi-phone-fill::before { content: map-get($bootstrap-icons-map, "phone-fill"); }
3023
- .bi-phone-landscape-fill::before { content: map-get($bootstrap-icons-map, "phone-landscape-fill"); }
3024
- .bi-phone-landscape::before { content: map-get($bootstrap-icons-map, "phone-landscape"); }
3025
- .bi-phone-vibrate-fill::before { content: map-get($bootstrap-icons-map, "phone-vibrate-fill"); }
3026
- .bi-phone-vibrate::before { content: map-get($bootstrap-icons-map, "phone-vibrate"); }
3027
- .bi-phone::before { content: map-get($bootstrap-icons-map, "phone"); }
3028
- .bi-pie-chart-fill::before { content: map-get($bootstrap-icons-map, "pie-chart-fill"); }
3029
- .bi-pie-chart::before { content: map-get($bootstrap-icons-map, "pie-chart"); }
3030
- .bi-pin-angle-fill::before { content: map-get($bootstrap-icons-map, "pin-angle-fill"); }
3031
- .bi-pin-angle::before { content: map-get($bootstrap-icons-map, "pin-angle"); }
3032
- .bi-pin-fill::before { content: map-get($bootstrap-icons-map, "pin-fill"); }
3033
- .bi-pin::before { content: map-get($bootstrap-icons-map, "pin"); }
3034
- .bi-pip-fill::before { content: map-get($bootstrap-icons-map, "pip-fill"); }
3035
- .bi-pip::before { content: map-get($bootstrap-icons-map, "pip"); }
3036
- .bi-play-btn-fill::before { content: map-get($bootstrap-icons-map, "play-btn-fill"); }
3037
- .bi-play-btn::before { content: map-get($bootstrap-icons-map, "play-btn"); }
3038
- .bi-play-circle-fill::before { content: map-get($bootstrap-icons-map, "play-circle-fill"); }
3039
- .bi-play-circle::before { content: map-get($bootstrap-icons-map, "play-circle"); }
3040
- .bi-play-fill::before { content: map-get($bootstrap-icons-map, "play-fill"); }
3041
- .bi-play::before { content: map-get($bootstrap-icons-map, "play"); }
3042
- .bi-plug-fill::before { content: map-get($bootstrap-icons-map, "plug-fill"); }
3043
- .bi-plug::before { content: map-get($bootstrap-icons-map, "plug"); }
3044
- .bi-plus-circle-dotted::before { content: map-get($bootstrap-icons-map, "plus-circle-dotted"); }
3045
- .bi-plus-circle-fill::before { content: map-get($bootstrap-icons-map, "plus-circle-fill"); }
3046
- .bi-plus-circle::before { content: map-get($bootstrap-icons-map, "plus-circle"); }
3047
- .bi-plus-square-dotted::before { content: map-get($bootstrap-icons-map, "plus-square-dotted"); }
3048
- .bi-plus-square-fill::before { content: map-get($bootstrap-icons-map, "plus-square-fill"); }
3049
- .bi-plus-square::before { content: map-get($bootstrap-icons-map, "plus-square"); }
3050
- .bi-plus::before { content: map-get($bootstrap-icons-map, "plus"); }
3051
- .bi-power::before { content: map-get($bootstrap-icons-map, "power"); }
3052
- .bi-printer-fill::before { content: map-get($bootstrap-icons-map, "printer-fill"); }
3053
- .bi-printer::before { content: map-get($bootstrap-icons-map, "printer"); }
3054
- .bi-puzzle-fill::before { content: map-get($bootstrap-icons-map, "puzzle-fill"); }
3055
- .bi-puzzle::before { content: map-get($bootstrap-icons-map, "puzzle"); }
3056
- .bi-question-circle-fill::before { content: map-get($bootstrap-icons-map, "question-circle-fill"); }
3057
- .bi-question-circle::before { content: map-get($bootstrap-icons-map, "question-circle"); }
3058
- .bi-question-diamond-fill::before { content: map-get($bootstrap-icons-map, "question-diamond-fill"); }
3059
- .bi-question-diamond::before { content: map-get($bootstrap-icons-map, "question-diamond"); }
3060
- .bi-question-octagon-fill::before { content: map-get($bootstrap-icons-map, "question-octagon-fill"); }
3061
- .bi-question-octagon::before { content: map-get($bootstrap-icons-map, "question-octagon"); }
3062
- .bi-question-square-fill::before { content: map-get($bootstrap-icons-map, "question-square-fill"); }
3063
- .bi-question-square::before { content: map-get($bootstrap-icons-map, "question-square"); }
3064
- .bi-question::before { content: map-get($bootstrap-icons-map, "question"); }
3065
- .bi-rainbow::before { content: map-get($bootstrap-icons-map, "rainbow"); }
3066
- .bi-receipt-cutoff::before { content: map-get($bootstrap-icons-map, "receipt-cutoff"); }
3067
- .bi-receipt::before { content: map-get($bootstrap-icons-map, "receipt"); }
3068
- .bi-reception-0::before { content: map-get($bootstrap-icons-map, "reception-0"); }
3069
- .bi-reception-1::before { content: map-get($bootstrap-icons-map, "reception-1"); }
3070
- .bi-reception-2::before { content: map-get($bootstrap-icons-map, "reception-2"); }
3071
- .bi-reception-3::before { content: map-get($bootstrap-icons-map, "reception-3"); }
3072
- .bi-reception-4::before { content: map-get($bootstrap-icons-map, "reception-4"); }
3073
- .bi-record-btn-fill::before { content: map-get($bootstrap-icons-map, "record-btn-fill"); }
3074
- .bi-record-btn::before { content: map-get($bootstrap-icons-map, "record-btn"); }
3075
- .bi-record-circle-fill::before { content: map-get($bootstrap-icons-map, "record-circle-fill"); }
3076
- .bi-record-circle::before { content: map-get($bootstrap-icons-map, "record-circle"); }
3077
- .bi-record-fill::before { content: map-get($bootstrap-icons-map, "record-fill"); }
3078
- .bi-record::before { content: map-get($bootstrap-icons-map, "record"); }
3079
- .bi-record2-fill::before { content: map-get($bootstrap-icons-map, "record2-fill"); }
3080
- .bi-record2::before { content: map-get($bootstrap-icons-map, "record2"); }
3081
- .bi-reply-all-fill::before { content: map-get($bootstrap-icons-map, "reply-all-fill"); }
3082
- .bi-reply-all::before { content: map-get($bootstrap-icons-map, "reply-all"); }
3083
- .bi-reply-fill::before { content: map-get($bootstrap-icons-map, "reply-fill"); }
3084
- .bi-reply::before { content: map-get($bootstrap-icons-map, "reply"); }
3085
- .bi-rss-fill::before { content: map-get($bootstrap-icons-map, "rss-fill"); }
3086
- .bi-rss::before { content: map-get($bootstrap-icons-map, "rss"); }
3087
- .bi-rulers::before { content: map-get($bootstrap-icons-map, "rulers"); }
3088
- .bi-save-fill::before { content: map-get($bootstrap-icons-map, "save-fill"); }
3089
- .bi-save::before { content: map-get($bootstrap-icons-map, "save"); }
3090
- .bi-save2-fill::before { content: map-get($bootstrap-icons-map, "save2-fill"); }
3091
- .bi-save2::before { content: map-get($bootstrap-icons-map, "save2"); }
3092
- .bi-scissors::before { content: map-get($bootstrap-icons-map, "scissors"); }
3093
- .bi-screwdriver::before { content: map-get($bootstrap-icons-map, "screwdriver"); }
3094
- .bi-search::before { content: map-get($bootstrap-icons-map, "search"); }
3095
- .bi-segmented-nav::before { content: map-get($bootstrap-icons-map, "segmented-nav"); }
3096
- .bi-server::before { content: map-get($bootstrap-icons-map, "server"); }
3097
- .bi-share-fill::before { content: map-get($bootstrap-icons-map, "share-fill"); }
3098
- .bi-share::before { content: map-get($bootstrap-icons-map, "share"); }
3099
- .bi-shield-check::before { content: map-get($bootstrap-icons-map, "shield-check"); }
3100
- .bi-shield-exclamation::before { content: map-get($bootstrap-icons-map, "shield-exclamation"); }
3101
- .bi-shield-fill-check::before { content: map-get($bootstrap-icons-map, "shield-fill-check"); }
3102
- .bi-shield-fill-exclamation::before { content: map-get($bootstrap-icons-map, "shield-fill-exclamation"); }
3103
- .bi-shield-fill-minus::before { content: map-get($bootstrap-icons-map, "shield-fill-minus"); }
3104
- .bi-shield-fill-plus::before { content: map-get($bootstrap-icons-map, "shield-fill-plus"); }
3105
- .bi-shield-fill-x::before { content: map-get($bootstrap-icons-map, "shield-fill-x"); }
3106
- .bi-shield-fill::before { content: map-get($bootstrap-icons-map, "shield-fill"); }
3107
- .bi-shield-lock-fill::before { content: map-get($bootstrap-icons-map, "shield-lock-fill"); }
3108
- .bi-shield-lock::before { content: map-get($bootstrap-icons-map, "shield-lock"); }
3109
- .bi-shield-minus::before { content: map-get($bootstrap-icons-map, "shield-minus"); }
3110
- .bi-shield-plus::before { content: map-get($bootstrap-icons-map, "shield-plus"); }
3111
- .bi-shield-shaded::before { content: map-get($bootstrap-icons-map, "shield-shaded"); }
3112
- .bi-shield-slash-fill::before { content: map-get($bootstrap-icons-map, "shield-slash-fill"); }
3113
- .bi-shield-slash::before { content: map-get($bootstrap-icons-map, "shield-slash"); }
3114
- .bi-shield-x::before { content: map-get($bootstrap-icons-map, "shield-x"); }
3115
- .bi-shield::before { content: map-get($bootstrap-icons-map, "shield"); }
3116
- .bi-shift-fill::before { content: map-get($bootstrap-icons-map, "shift-fill"); }
3117
- .bi-shift::before { content: map-get($bootstrap-icons-map, "shift"); }
3118
- .bi-shop-window::before { content: map-get($bootstrap-icons-map, "shop-window"); }
3119
- .bi-shop::before { content: map-get($bootstrap-icons-map, "shop"); }
3120
- .bi-shuffle::before { content: map-get($bootstrap-icons-map, "shuffle"); }
3121
- .bi-signpost-2-fill::before { content: map-get($bootstrap-icons-map, "signpost-2-fill"); }
3122
- .bi-signpost-2::before { content: map-get($bootstrap-icons-map, "signpost-2"); }
3123
- .bi-signpost-fill::before { content: map-get($bootstrap-icons-map, "signpost-fill"); }
3124
- .bi-signpost-split-fill::before { content: map-get($bootstrap-icons-map, "signpost-split-fill"); }
3125
- .bi-signpost-split::before { content: map-get($bootstrap-icons-map, "signpost-split"); }
3126
- .bi-signpost::before { content: map-get($bootstrap-icons-map, "signpost"); }
3127
- .bi-sim-fill::before { content: map-get($bootstrap-icons-map, "sim-fill"); }
3128
- .bi-sim::before { content: map-get($bootstrap-icons-map, "sim"); }
3129
- .bi-skip-backward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-btn-fill"); }
3130
- .bi-skip-backward-btn::before { content: map-get($bootstrap-icons-map, "skip-backward-btn"); }
3131
- .bi-skip-backward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-circle-fill"); }
3132
- .bi-skip-backward-circle::before { content: map-get($bootstrap-icons-map, "skip-backward-circle"); }
3133
- .bi-skip-backward-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-fill"); }
3134
- .bi-skip-backward::before { content: map-get($bootstrap-icons-map, "skip-backward"); }
3135
- .bi-skip-end-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-end-btn-fill"); }
3136
- .bi-skip-end-btn::before { content: map-get($bootstrap-icons-map, "skip-end-btn"); }
3137
- .bi-skip-end-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-end-circle-fill"); }
3138
- .bi-skip-end-circle::before { content: map-get($bootstrap-icons-map, "skip-end-circle"); }
3139
- .bi-skip-end-fill::before { content: map-get($bootstrap-icons-map, "skip-end-fill"); }
3140
- .bi-skip-end::before { content: map-get($bootstrap-icons-map, "skip-end"); }
3141
- .bi-skip-forward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-btn-fill"); }
3142
- .bi-skip-forward-btn::before { content: map-get($bootstrap-icons-map, "skip-forward-btn"); }
3143
- .bi-skip-forward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-circle-fill"); }
3144
- .bi-skip-forward-circle::before { content: map-get($bootstrap-icons-map, "skip-forward-circle"); }
3145
- .bi-skip-forward-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-fill"); }
3146
- .bi-skip-forward::before { content: map-get($bootstrap-icons-map, "skip-forward"); }
3147
- .bi-skip-start-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-start-btn-fill"); }
3148
- .bi-skip-start-btn::before { content: map-get($bootstrap-icons-map, "skip-start-btn"); }
3149
- .bi-skip-start-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-start-circle-fill"); }
3150
- .bi-skip-start-circle::before { content: map-get($bootstrap-icons-map, "skip-start-circle"); }
3151
- .bi-skip-start-fill::before { content: map-get($bootstrap-icons-map, "skip-start-fill"); }
3152
- .bi-skip-start::before { content: map-get($bootstrap-icons-map, "skip-start"); }
3153
- .bi-slack::before { content: map-get($bootstrap-icons-map, "slack"); }
3154
- .bi-slash-circle-fill::before { content: map-get($bootstrap-icons-map, "slash-circle-fill"); }
3155
- .bi-slash-circle::before { content: map-get($bootstrap-icons-map, "slash-circle"); }
3156
- .bi-slash-square-fill::before { content: map-get($bootstrap-icons-map, "slash-square-fill"); }
3157
- .bi-slash-square::before { content: map-get($bootstrap-icons-map, "slash-square"); }
3158
- .bi-slash::before { content: map-get($bootstrap-icons-map, "slash"); }
3159
- .bi-sliders::before { content: map-get($bootstrap-icons-map, "sliders"); }
3160
- .bi-smartwatch::before { content: map-get($bootstrap-icons-map, "smartwatch"); }
3161
- .bi-snow::before { content: map-get($bootstrap-icons-map, "snow"); }
3162
- .bi-snow2::before { content: map-get($bootstrap-icons-map, "snow2"); }
3163
- .bi-snow3::before { content: map-get($bootstrap-icons-map, "snow3"); }
3164
- .bi-sort-alpha-down-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-down-alt"); }
3165
- .bi-sort-alpha-down::before { content: map-get($bootstrap-icons-map, "sort-alpha-down"); }
3166
- .bi-sort-alpha-up-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-up-alt"); }
3167
- .bi-sort-alpha-up::before { content: map-get($bootstrap-icons-map, "sort-alpha-up"); }
3168
- .bi-sort-down-alt::before { content: map-get($bootstrap-icons-map, "sort-down-alt"); }
3169
- .bi-sort-down::before { content: map-get($bootstrap-icons-map, "sort-down"); }
3170
- .bi-sort-numeric-down-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-down-alt"); }
3171
- .bi-sort-numeric-down::before { content: map-get($bootstrap-icons-map, "sort-numeric-down"); }
3172
- .bi-sort-numeric-up-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-up-alt"); }
3173
- .bi-sort-numeric-up::before { content: map-get($bootstrap-icons-map, "sort-numeric-up"); }
3174
- .bi-sort-up-alt::before { content: map-get($bootstrap-icons-map, "sort-up-alt"); }
3175
- .bi-sort-up::before { content: map-get($bootstrap-icons-map, "sort-up"); }
3176
- .bi-soundwave::before { content: map-get($bootstrap-icons-map, "soundwave"); }
3177
- .bi-speaker-fill::before { content: map-get($bootstrap-icons-map, "speaker-fill"); }
3178
- .bi-speaker::before { content: map-get($bootstrap-icons-map, "speaker"); }
3179
- .bi-speedometer::before { content: map-get($bootstrap-icons-map, "speedometer"); }
3180
- .bi-speedometer2::before { content: map-get($bootstrap-icons-map, "speedometer2"); }
3181
- .bi-spellcheck::before { content: map-get($bootstrap-icons-map, "spellcheck"); }
3182
- .bi-square-fill::before { content: map-get($bootstrap-icons-map, "square-fill"); }
3183
- .bi-square-half::before { content: map-get($bootstrap-icons-map, "square-half"); }
3184
- .bi-square::before { content: map-get($bootstrap-icons-map, "square"); }
3185
- .bi-stack::before { content: map-get($bootstrap-icons-map, "stack"); }
3186
- .bi-star-fill::before { content: map-get($bootstrap-icons-map, "star-fill"); }
3187
- .bi-star-half::before { content: map-get($bootstrap-icons-map, "star-half"); }
3188
- .bi-star::before { content: map-get($bootstrap-icons-map, "star"); }
3189
- .bi-stars::before { content: map-get($bootstrap-icons-map, "stars"); }
3190
- .bi-stickies-fill::before { content: map-get($bootstrap-icons-map, "stickies-fill"); }
3191
- .bi-stickies::before { content: map-get($bootstrap-icons-map, "stickies"); }
3192
- .bi-sticky-fill::before { content: map-get($bootstrap-icons-map, "sticky-fill"); }
3193
- .bi-sticky::before { content: map-get($bootstrap-icons-map, "sticky"); }
3194
- .bi-stop-btn-fill::before { content: map-get($bootstrap-icons-map, "stop-btn-fill"); }
3195
- .bi-stop-btn::before { content: map-get($bootstrap-icons-map, "stop-btn"); }
3196
- .bi-stop-circle-fill::before { content: map-get($bootstrap-icons-map, "stop-circle-fill"); }
3197
- .bi-stop-circle::before { content: map-get($bootstrap-icons-map, "stop-circle"); }
3198
- .bi-stop-fill::before { content: map-get($bootstrap-icons-map, "stop-fill"); }
3199
- .bi-stop::before { content: map-get($bootstrap-icons-map, "stop"); }
3200
- .bi-stoplights-fill::before { content: map-get($bootstrap-icons-map, "stoplights-fill"); }
3201
- .bi-stoplights::before { content: map-get($bootstrap-icons-map, "stoplights"); }
3202
- .bi-stopwatch-fill::before { content: map-get($bootstrap-icons-map, "stopwatch-fill"); }
3203
- .bi-stopwatch::before { content: map-get($bootstrap-icons-map, "stopwatch"); }
3204
- .bi-subtract::before { content: map-get($bootstrap-icons-map, "subtract"); }
3205
- .bi-suit-club-fill::before { content: map-get($bootstrap-icons-map, "suit-club-fill"); }
3206
- .bi-suit-club::before { content: map-get($bootstrap-icons-map, "suit-club"); }
3207
- .bi-suit-diamond-fill::before { content: map-get($bootstrap-icons-map, "suit-diamond-fill"); }
3208
- .bi-suit-diamond::before { content: map-get($bootstrap-icons-map, "suit-diamond"); }
3209
- .bi-suit-heart-fill::before { content: map-get($bootstrap-icons-map, "suit-heart-fill"); }
3210
- .bi-suit-heart::before { content: map-get($bootstrap-icons-map, "suit-heart"); }
3211
- .bi-suit-spade-fill::before { content: map-get($bootstrap-icons-map, "suit-spade-fill"); }
3212
- .bi-suit-spade::before { content: map-get($bootstrap-icons-map, "suit-spade"); }
3213
- .bi-sun-fill::before { content: map-get($bootstrap-icons-map, "sun-fill"); }
3214
- .bi-sun::before { content: map-get($bootstrap-icons-map, "sun"); }
3215
- .bi-sunglasses::before { content: map-get($bootstrap-icons-map, "sunglasses"); }
3216
- .bi-sunrise-fill::before { content: map-get($bootstrap-icons-map, "sunrise-fill"); }
3217
- .bi-sunrise::before { content: map-get($bootstrap-icons-map, "sunrise"); }
3218
- .bi-sunset-fill::before { content: map-get($bootstrap-icons-map, "sunset-fill"); }
3219
- .bi-sunset::before { content: map-get($bootstrap-icons-map, "sunset"); }
3220
- .bi-symmetry-horizontal::before { content: map-get($bootstrap-icons-map, "symmetry-horizontal"); }
3221
- .bi-symmetry-vertical::before { content: map-get($bootstrap-icons-map, "symmetry-vertical"); }
3222
- .bi-table::before { content: map-get($bootstrap-icons-map, "table"); }
3223
- .bi-tablet-fill::before { content: map-get($bootstrap-icons-map, "tablet-fill"); }
3224
- .bi-tablet-landscape-fill::before { content: map-get($bootstrap-icons-map, "tablet-landscape-fill"); }
3225
- .bi-tablet-landscape::before { content: map-get($bootstrap-icons-map, "tablet-landscape"); }
3226
- .bi-tablet::before { content: map-get($bootstrap-icons-map, "tablet"); }
3227
- .bi-tag-fill::before { content: map-get($bootstrap-icons-map, "tag-fill"); }
3228
- .bi-tag::before { content: map-get($bootstrap-icons-map, "tag"); }
3229
- .bi-tags-fill::before { content: map-get($bootstrap-icons-map, "tags-fill"); }
3230
- .bi-tags::before { content: map-get($bootstrap-icons-map, "tags"); }
3231
- .bi-telegram::before { content: map-get($bootstrap-icons-map, "telegram"); }
3232
- .bi-telephone-fill::before { content: map-get($bootstrap-icons-map, "telephone-fill"); }
3233
- .bi-telephone-forward-fill::before { content: map-get($bootstrap-icons-map, "telephone-forward-fill"); }
3234
- .bi-telephone-forward::before { content: map-get($bootstrap-icons-map, "telephone-forward"); }
3235
- .bi-telephone-inbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-inbound-fill"); }
3236
- .bi-telephone-inbound::before { content: map-get($bootstrap-icons-map, "telephone-inbound"); }
3237
- .bi-telephone-minus-fill::before { content: map-get($bootstrap-icons-map, "telephone-minus-fill"); }
3238
- .bi-telephone-minus::before { content: map-get($bootstrap-icons-map, "telephone-minus"); }
3239
- .bi-telephone-outbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-outbound-fill"); }
3240
- .bi-telephone-outbound::before { content: map-get($bootstrap-icons-map, "telephone-outbound"); }
3241
- .bi-telephone-plus-fill::before { content: map-get($bootstrap-icons-map, "telephone-plus-fill"); }
3242
- .bi-telephone-plus::before { content: map-get($bootstrap-icons-map, "telephone-plus"); }
3243
- .bi-telephone-x-fill::before { content: map-get($bootstrap-icons-map, "telephone-x-fill"); }
3244
- .bi-telephone-x::before { content: map-get($bootstrap-icons-map, "telephone-x"); }
3245
- .bi-telephone::before { content: map-get($bootstrap-icons-map, "telephone"); }
3246
- .bi-terminal-fill::before { content: map-get($bootstrap-icons-map, "terminal-fill"); }
3247
- .bi-terminal::before { content: map-get($bootstrap-icons-map, "terminal"); }
3248
- .bi-text-center::before { content: map-get($bootstrap-icons-map, "text-center"); }
3249
- .bi-text-indent-left::before { content: map-get($bootstrap-icons-map, "text-indent-left"); }
3250
- .bi-text-indent-right::before { content: map-get($bootstrap-icons-map, "text-indent-right"); }
3251
- .bi-text-left::before { content: map-get($bootstrap-icons-map, "text-left"); }
3252
- .bi-text-paragraph::before { content: map-get($bootstrap-icons-map, "text-paragraph"); }
3253
- .bi-text-right::before { content: map-get($bootstrap-icons-map, "text-right"); }
3254
- .bi-textarea-resize::before { content: map-get($bootstrap-icons-map, "textarea-resize"); }
3255
- .bi-textarea-t::before { content: map-get($bootstrap-icons-map, "textarea-t"); }
3256
- .bi-textarea::before { content: map-get($bootstrap-icons-map, "textarea"); }
3257
- .bi-thermometer-half::before { content: map-get($bootstrap-icons-map, "thermometer-half"); }
3258
- .bi-thermometer-high::before { content: map-get($bootstrap-icons-map, "thermometer-high"); }
3259
- .bi-thermometer-low::before { content: map-get($bootstrap-icons-map, "thermometer-low"); }
3260
- .bi-thermometer-snow::before { content: map-get($bootstrap-icons-map, "thermometer-snow"); }
3261
- .bi-thermometer-sun::before { content: map-get($bootstrap-icons-map, "thermometer-sun"); }
3262
- .bi-thermometer::before { content: map-get($bootstrap-icons-map, "thermometer"); }
3263
- .bi-three-dots-vertical::before { content: map-get($bootstrap-icons-map, "three-dots-vertical"); }
3264
- .bi-three-dots::before { content: map-get($bootstrap-icons-map, "three-dots"); }
3265
- .bi-toggle-off::before { content: map-get($bootstrap-icons-map, "toggle-off"); }
3266
- .bi-toggle-on::before { content: map-get($bootstrap-icons-map, "toggle-on"); }
3267
- .bi-toggle2-off::before { content: map-get($bootstrap-icons-map, "toggle2-off"); }
3268
- .bi-toggle2-on::before { content: map-get($bootstrap-icons-map, "toggle2-on"); }
3269
- .bi-toggles::before { content: map-get($bootstrap-icons-map, "toggles"); }
3270
- .bi-toggles2::before { content: map-get($bootstrap-icons-map, "toggles2"); }
3271
- .bi-tools::before { content: map-get($bootstrap-icons-map, "tools"); }
3272
- .bi-tornado::before { content: map-get($bootstrap-icons-map, "tornado"); }
3273
- .bi-trash-fill::before { content: map-get($bootstrap-icons-map, "trash-fill"); }
3274
- .bi-trash::before { content: map-get($bootstrap-icons-map, "trash"); }
3275
- .bi-trash2-fill::before { content: map-get($bootstrap-icons-map, "trash2-fill"); }
3276
- .bi-trash2::before { content: map-get($bootstrap-icons-map, "trash2"); }
3277
- .bi-tree-fill::before { content: map-get($bootstrap-icons-map, "tree-fill"); }
3278
- .bi-tree::before { content: map-get($bootstrap-icons-map, "tree"); }
3279
- .bi-triangle-fill::before { content: map-get($bootstrap-icons-map, "triangle-fill"); }
3280
- .bi-triangle-half::before { content: map-get($bootstrap-icons-map, "triangle-half"); }
3281
- .bi-triangle::before { content: map-get($bootstrap-icons-map, "triangle"); }
3282
- .bi-trophy-fill::before { content: map-get($bootstrap-icons-map, "trophy-fill"); }
3283
- .bi-trophy::before { content: map-get($bootstrap-icons-map, "trophy"); }
3284
- .bi-tropical-storm::before { content: map-get($bootstrap-icons-map, "tropical-storm"); }
3285
- .bi-truck-flatbed::before { content: map-get($bootstrap-icons-map, "truck-flatbed"); }
3286
- .bi-truck::before { content: map-get($bootstrap-icons-map, "truck"); }
3287
- .bi-tsunami::before { content: map-get($bootstrap-icons-map, "tsunami"); }
3288
- .bi-tv-fill::before { content: map-get($bootstrap-icons-map, "tv-fill"); }
3289
- .bi-tv::before { content: map-get($bootstrap-icons-map, "tv"); }
3290
- .bi-twitch::before { content: map-get($bootstrap-icons-map, "twitch"); }
3291
- .bi-twitter::before { content: map-get($bootstrap-icons-map, "twitter"); }
3292
- .bi-type-bold::before { content: map-get($bootstrap-icons-map, "type-bold"); }
3293
- .bi-type-h1::before { content: map-get($bootstrap-icons-map, "type-h1"); }
3294
- .bi-type-h2::before { content: map-get($bootstrap-icons-map, "type-h2"); }
3295
- .bi-type-h3::before { content: map-get($bootstrap-icons-map, "type-h3"); }
3296
- .bi-type-italic::before { content: map-get($bootstrap-icons-map, "type-italic"); }
3297
- .bi-type-strikethrough::before { content: map-get($bootstrap-icons-map, "type-strikethrough"); }
3298
- .bi-type-underline::before { content: map-get($bootstrap-icons-map, "type-underline"); }
3299
- .bi-type::before { content: map-get($bootstrap-icons-map, "type"); }
3300
- .bi-ui-checks-grid::before { content: map-get($bootstrap-icons-map, "ui-checks-grid"); }
3301
- .bi-ui-checks::before { content: map-get($bootstrap-icons-map, "ui-checks"); }
3302
- .bi-ui-radios-grid::before { content: map-get($bootstrap-icons-map, "ui-radios-grid"); }
3303
- .bi-ui-radios::before { content: map-get($bootstrap-icons-map, "ui-radios"); }
3304
- .bi-umbrella-fill::before { content: map-get($bootstrap-icons-map, "umbrella-fill"); }
3305
- .bi-umbrella::before { content: map-get($bootstrap-icons-map, "umbrella"); }
3306
- .bi-union::before { content: map-get($bootstrap-icons-map, "union"); }
3307
- .bi-unlock-fill::before { content: map-get($bootstrap-icons-map, "unlock-fill"); }
3308
- .bi-unlock::before { content: map-get($bootstrap-icons-map, "unlock"); }
3309
- .bi-upc-scan::before { content: map-get($bootstrap-icons-map, "upc-scan"); }
3310
- .bi-upc::before { content: map-get($bootstrap-icons-map, "upc"); }
3311
- .bi-upload::before { content: map-get($bootstrap-icons-map, "upload"); }
3312
- .bi-vector-pen::before { content: map-get($bootstrap-icons-map, "vector-pen"); }
3313
- .bi-view-list::before { content: map-get($bootstrap-icons-map, "view-list"); }
3314
- .bi-view-stacked::before { content: map-get($bootstrap-icons-map, "view-stacked"); }
3315
- .bi-vinyl-fill::before { content: map-get($bootstrap-icons-map, "vinyl-fill"); }
3316
- .bi-vinyl::before { content: map-get($bootstrap-icons-map, "vinyl"); }
3317
- .bi-voicemail::before { content: map-get($bootstrap-icons-map, "voicemail"); }
3318
- .bi-volume-down-fill::before { content: map-get($bootstrap-icons-map, "volume-down-fill"); }
3319
- .bi-volume-down::before { content: map-get($bootstrap-icons-map, "volume-down"); }
3320
- .bi-volume-mute-fill::before { content: map-get($bootstrap-icons-map, "volume-mute-fill"); }
3321
- .bi-volume-mute::before { content: map-get($bootstrap-icons-map, "volume-mute"); }
3322
- .bi-volume-off-fill::before { content: map-get($bootstrap-icons-map, "volume-off-fill"); }
3323
- .bi-volume-off::before { content: map-get($bootstrap-icons-map, "volume-off"); }
3324
- .bi-volume-up-fill::before { content: map-get($bootstrap-icons-map, "volume-up-fill"); }
3325
- .bi-volume-up::before { content: map-get($bootstrap-icons-map, "volume-up"); }
3326
- .bi-vr::before { content: map-get($bootstrap-icons-map, "vr"); }
3327
- .bi-wallet-fill::before { content: map-get($bootstrap-icons-map, "wallet-fill"); }
3328
- .bi-wallet::before { content: map-get($bootstrap-icons-map, "wallet"); }
3329
- .bi-wallet2::before { content: map-get($bootstrap-icons-map, "wallet2"); }
3330
- .bi-watch::before { content: map-get($bootstrap-icons-map, "watch"); }
3331
- .bi-water::before { content: map-get($bootstrap-icons-map, "water"); }
3332
- .bi-whatsapp::before { content: map-get($bootstrap-icons-map, "whatsapp"); }
3333
- .bi-wifi-1::before { content: map-get($bootstrap-icons-map, "wifi-1"); }
3334
- .bi-wifi-2::before { content: map-get($bootstrap-icons-map, "wifi-2"); }
3335
- .bi-wifi-off::before { content: map-get($bootstrap-icons-map, "wifi-off"); }
3336
- .bi-wifi::before { content: map-get($bootstrap-icons-map, "wifi"); }
3337
- .bi-wind::before { content: map-get($bootstrap-icons-map, "wind"); }
3338
- .bi-window-dock::before { content: map-get($bootstrap-icons-map, "window-dock"); }
3339
- .bi-window-sidebar::before { content: map-get($bootstrap-icons-map, "window-sidebar"); }
3340
- .bi-window::before { content: map-get($bootstrap-icons-map, "window"); }
3341
- .bi-wrench::before { content: map-get($bootstrap-icons-map, "wrench"); }
3342
- .bi-x-circle-fill::before { content: map-get($bootstrap-icons-map, "x-circle-fill"); }
3343
- .bi-x-circle::before { content: map-get($bootstrap-icons-map, "x-circle"); }
3344
- .bi-x-diamond-fill::before { content: map-get($bootstrap-icons-map, "x-diamond-fill"); }
3345
- .bi-x-diamond::before { content: map-get($bootstrap-icons-map, "x-diamond"); }
3346
- .bi-x-octagon-fill::before { content: map-get($bootstrap-icons-map, "x-octagon-fill"); }
3347
- .bi-x-octagon::before { content: map-get($bootstrap-icons-map, "x-octagon"); }
3348
- .bi-x-square-fill::before { content: map-get($bootstrap-icons-map, "x-square-fill"); }
3349
- .bi-x-square::before { content: map-get($bootstrap-icons-map, "x-square"); }
3350
- .bi-x::before { content: map-get($bootstrap-icons-map, "x"); }
3351
- .bi-youtube::before { content: map-get($bootstrap-icons-map, "youtube"); }
3352
- .bi-zoom-in::before { content: map-get($bootstrap-icons-map, "zoom-in"); }
3353
- .bi-zoom-out::before { content: map-get($bootstrap-icons-map, "zoom-out"); }
3354
- .bi-bank::before { content: map-get($bootstrap-icons-map, "bank"); }
3355
- .bi-bank2::before { content: map-get($bootstrap-icons-map, "bank2"); }
3356
- .bi-bell-slash-fill::before { content: map-get($bootstrap-icons-map, "bell-slash-fill"); }
3357
- .bi-bell-slash::before { content: map-get($bootstrap-icons-map, "bell-slash"); }
3358
- .bi-cash-coin::before { content: map-get($bootstrap-icons-map, "cash-coin"); }
3359
- .bi-check-lg::before { content: map-get($bootstrap-icons-map, "check-lg"); }
3360
- .bi-coin::before { content: map-get($bootstrap-icons-map, "coin"); }
3361
- .bi-currency-bitcoin::before { content: map-get($bootstrap-icons-map, "currency-bitcoin"); }
3362
- .bi-currency-dollar::before { content: map-get($bootstrap-icons-map, "currency-dollar"); }
3363
- .bi-currency-euro::before { content: map-get($bootstrap-icons-map, "currency-euro"); }
3364
- .bi-currency-exchange::before { content: map-get($bootstrap-icons-map, "currency-exchange"); }
3365
- .bi-currency-pound::before { content: map-get($bootstrap-icons-map, "currency-pound"); }
3366
- .bi-currency-yen::before { content: map-get($bootstrap-icons-map, "currency-yen"); }
3367
- .bi-dash-lg::before { content: map-get($bootstrap-icons-map, "dash-lg"); }
3368
- .bi-exclamation-lg::before { content: map-get($bootstrap-icons-map, "exclamation-lg"); }
3369
- .bi-file-earmark-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf-fill"); }
3370
- .bi-file-earmark-pdf::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf"); }
3371
- .bi-file-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-pdf-fill"); }
3372
- .bi-file-pdf::before { content: map-get($bootstrap-icons-map, "file-pdf"); }
3373
- .bi-gender-ambiguous::before { content: map-get($bootstrap-icons-map, "gender-ambiguous"); }
3374
- .bi-gender-female::before { content: map-get($bootstrap-icons-map, "gender-female"); }
3375
- .bi-gender-male::before { content: map-get($bootstrap-icons-map, "gender-male"); }
3376
- .bi-gender-trans::before { content: map-get($bootstrap-icons-map, "gender-trans"); }
3377
- .bi-headset-vr::before { content: map-get($bootstrap-icons-map, "headset-vr"); }
3378
- .bi-info-lg::before { content: map-get($bootstrap-icons-map, "info-lg"); }
3379
- .bi-mastodon::before { content: map-get($bootstrap-icons-map, "mastodon"); }
3380
- .bi-messenger::before { content: map-get($bootstrap-icons-map, "messenger"); }
3381
- .bi-piggy-bank-fill::before { content: map-get($bootstrap-icons-map, "piggy-bank-fill"); }
3382
- .bi-piggy-bank::before { content: map-get($bootstrap-icons-map, "piggy-bank"); }
3383
- .bi-pin-map-fill::before { content: map-get($bootstrap-icons-map, "pin-map-fill"); }
3384
- .bi-pin-map::before { content: map-get($bootstrap-icons-map, "pin-map"); }
3385
- .bi-plus-lg::before { content: map-get($bootstrap-icons-map, "plus-lg"); }
3386
- .bi-question-lg::before { content: map-get($bootstrap-icons-map, "question-lg"); }
3387
- .bi-recycle::before { content: map-get($bootstrap-icons-map, "recycle"); }
3388
- .bi-reddit::before { content: map-get($bootstrap-icons-map, "reddit"); }
3389
- .bi-safe-fill::before { content: map-get($bootstrap-icons-map, "safe-fill"); }
3390
- .bi-safe2-fill::before { content: map-get($bootstrap-icons-map, "safe2-fill"); }
3391
- .bi-safe2::before { content: map-get($bootstrap-icons-map, "safe2"); }
3392
- .bi-sd-card-fill::before { content: map-get($bootstrap-icons-map, "sd-card-fill"); }
3393
- .bi-sd-card::before { content: map-get($bootstrap-icons-map, "sd-card"); }
3394
- .bi-skype::before { content: map-get($bootstrap-icons-map, "skype"); }
3395
- .bi-slash-lg::before { content: map-get($bootstrap-icons-map, "slash-lg"); }
3396
- .bi-translate::before { content: map-get($bootstrap-icons-map, "translate"); }
3397
- .bi-x-lg::before { content: map-get($bootstrap-icons-map, "x-lg"); }
3398
- .bi-safe::before { content: map-get($bootstrap-icons-map, "safe"); }
3399
- .bi-apple::before { content: map-get($bootstrap-icons-map, "apple"); }
3400
- .bi-microsoft::before { content: map-get($bootstrap-icons-map, "microsoft"); }
3401
- .bi-windows::before { content: map-get($bootstrap-icons-map, "windows"); }
3402
- .bi-behance::before { content: map-get($bootstrap-icons-map, "behance"); }
3403
- .bi-dribbble::before { content: map-get($bootstrap-icons-map, "dribbble"); }
3404
- .bi-line::before { content: map-get($bootstrap-icons-map, "line"); }
3405
- .bi-medium::before { content: map-get($bootstrap-icons-map, "medium"); }
3406
- .bi-paypal::before { content: map-get($bootstrap-icons-map, "paypal"); }
3407
- .bi-pinterest::before { content: map-get($bootstrap-icons-map, "pinterest"); }
3408
- .bi-signal::before { content: map-get($bootstrap-icons-map, "signal"); }
3409
- .bi-snapchat::before { content: map-get($bootstrap-icons-map, "snapchat"); }
3410
- .bi-spotify::before { content: map-get($bootstrap-icons-map, "spotify"); }
3411
- .bi-stack-overflow::before { content: map-get($bootstrap-icons-map, "stack-overflow"); }
3412
- .bi-strava::before { content: map-get($bootstrap-icons-map, "strava"); }
3413
- .bi-wordpress::before { content: map-get($bootstrap-icons-map, "wordpress"); }
3414
- .bi-vimeo::before { content: map-get($bootstrap-icons-map, "vimeo"); }
3415
- .bi-activity::before { content: map-get($bootstrap-icons-map, "activity"); }
3416
- .bi-easel2-fill::before { content: map-get($bootstrap-icons-map, "easel2-fill"); }
3417
- .bi-easel2::before { content: map-get($bootstrap-icons-map, "easel2"); }
3418
- .bi-easel3-fill::before { content: map-get($bootstrap-icons-map, "easel3-fill"); }
3419
- .bi-easel3::before { content: map-get($bootstrap-icons-map, "easel3"); }
3420
- .bi-fan::before { content: map-get($bootstrap-icons-map, "fan"); }
3421
- .bi-fingerprint::before { content: map-get($bootstrap-icons-map, "fingerprint"); }
3422
- .bi-graph-down-arrow::before { content: map-get($bootstrap-icons-map, "graph-down-arrow"); }
3423
- .bi-graph-up-arrow::before { content: map-get($bootstrap-icons-map, "graph-up-arrow"); }
3424
- .bi-hypnotize::before { content: map-get($bootstrap-icons-map, "hypnotize"); }
3425
- .bi-magic::before { content: map-get($bootstrap-icons-map, "magic"); }
3426
- .bi-person-rolodex::before { content: map-get($bootstrap-icons-map, "person-rolodex"); }
3427
- .bi-person-video::before { content: map-get($bootstrap-icons-map, "person-video"); }
3428
- .bi-person-video2::before { content: map-get($bootstrap-icons-map, "person-video2"); }
3429
- .bi-person-video3::before { content: map-get($bootstrap-icons-map, "person-video3"); }
3430
- .bi-person-workspace::before { content: map-get($bootstrap-icons-map, "person-workspace"); }
3431
- .bi-radioactive::before { content: map-get($bootstrap-icons-map, "radioactive"); }
3432
- .bi-webcam-fill::before { content: map-get($bootstrap-icons-map, "webcam-fill"); }
3433
- .bi-webcam::before { content: map-get($bootstrap-icons-map, "webcam"); }
3434
- .bi-yin-yang::before { content: map-get($bootstrap-icons-map, "yin-yang"); }
3435
- .bi-bandaid-fill::before { content: map-get($bootstrap-icons-map, "bandaid-fill"); }
3436
- .bi-bandaid::before { content: map-get($bootstrap-icons-map, "bandaid"); }
3437
- .bi-bluetooth::before { content: map-get($bootstrap-icons-map, "bluetooth"); }
3438
- .bi-body-text::before { content: map-get($bootstrap-icons-map, "body-text"); }
3439
- .bi-boombox::before { content: map-get($bootstrap-icons-map, "boombox"); }
3440
- .bi-boxes::before { content: map-get($bootstrap-icons-map, "boxes"); }
3441
- .bi-dpad-fill::before { content: map-get($bootstrap-icons-map, "dpad-fill"); }
3442
- .bi-dpad::before { content: map-get($bootstrap-icons-map, "dpad"); }
3443
- .bi-ear-fill::before { content: map-get($bootstrap-icons-map, "ear-fill"); }
3444
- .bi-ear::before { content: map-get($bootstrap-icons-map, "ear"); }
3445
- .bi-envelope-check-1::before { content: map-get($bootstrap-icons-map, "envelope-check-1"); }
3446
- .bi-envelope-check-fill::before { content: map-get($bootstrap-icons-map, "envelope-check-fill"); }
3447
- .bi-envelope-check::before { content: map-get($bootstrap-icons-map, "envelope-check"); }
3448
- .bi-envelope-dash-1::before { content: map-get($bootstrap-icons-map, "envelope-dash-1"); }
3449
- .bi-envelope-dash-fill::before { content: map-get($bootstrap-icons-map, "envelope-dash-fill"); }
3450
- .bi-envelope-dash::before { content: map-get($bootstrap-icons-map, "envelope-dash"); }
3451
- .bi-envelope-exclamation-1::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-1"); }
3452
- .bi-envelope-exclamation-fill::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-fill"); }
3453
- .bi-envelope-exclamation::before { content: map-get($bootstrap-icons-map, "envelope-exclamation"); }
3454
- .bi-envelope-plus-fill::before { content: map-get($bootstrap-icons-map, "envelope-plus-fill"); }
3455
- .bi-envelope-plus::before { content: map-get($bootstrap-icons-map, "envelope-plus"); }
3456
- .bi-envelope-slash-1::before { content: map-get($bootstrap-icons-map, "envelope-slash-1"); }
3457
- .bi-envelope-slash-fill::before { content: map-get($bootstrap-icons-map, "envelope-slash-fill"); }
3458
- .bi-envelope-slash::before { content: map-get($bootstrap-icons-map, "envelope-slash"); }
3459
- .bi-envelope-x-1::before { content: map-get($bootstrap-icons-map, "envelope-x-1"); }
3460
- .bi-envelope-x-fill::before { content: map-get($bootstrap-icons-map, "envelope-x-fill"); }
3461
- .bi-envelope-x::before { content: map-get($bootstrap-icons-map, "envelope-x"); }
3462
- .bi-explicit-fill::before { content: map-get($bootstrap-icons-map, "explicit-fill"); }
3463
- .bi-explicit::before { content: map-get($bootstrap-icons-map, "explicit"); }
3464
- .bi-git::before { content: map-get($bootstrap-icons-map, "git"); }
3465
- .bi-infinity::before { content: map-get($bootstrap-icons-map, "infinity"); }
3466
- .bi-list-columns-reverse::before { content: map-get($bootstrap-icons-map, "list-columns-reverse"); }
3467
- .bi-list-columns::before { content: map-get($bootstrap-icons-map, "list-columns"); }
3468
- .bi-meta::before { content: map-get($bootstrap-icons-map, "meta"); }
3469
- .bi-mortorboard-fill::before { content: map-get($bootstrap-icons-map, "mortorboard-fill"); }
3470
- .bi-mortorboard::before { content: map-get($bootstrap-icons-map, "mortorboard"); }
3471
- .bi-nintendo-switch::before { content: map-get($bootstrap-icons-map, "nintendo-switch"); }
3472
- .bi-pc-display-horizontal::before { content: map-get($bootstrap-icons-map, "pc-display-horizontal"); }
3473
- .bi-pc-display::before { content: map-get($bootstrap-icons-map, "pc-display"); }
3474
- .bi-pc-horizontal::before { content: map-get($bootstrap-icons-map, "pc-horizontal"); }
3475
- .bi-pc::before { content: map-get($bootstrap-icons-map, "pc"); }
3476
- .bi-playstation::before { content: map-get($bootstrap-icons-map, "playstation"); }
3477
- .bi-plus-slash-minus::before { content: map-get($bootstrap-icons-map, "plus-slash-minus"); }
3478
- .bi-projector-fill::before { content: map-get($bootstrap-icons-map, "projector-fill"); }
3479
- .bi-projector::before { content: map-get($bootstrap-icons-map, "projector"); }
3480
- .bi-qr-code-scan::before { content: map-get($bootstrap-icons-map, "qr-code-scan"); }
3481
- .bi-qr-code::before { content: map-get($bootstrap-icons-map, "qr-code"); }
3482
- .bi-quora::before { content: map-get($bootstrap-icons-map, "quora"); }
3483
- .bi-quote::before { content: map-get($bootstrap-icons-map, "quote"); }
3484
- .bi-robot::before { content: map-get($bootstrap-icons-map, "robot"); }
3485
- .bi-send-check-fill::before { content: map-get($bootstrap-icons-map, "send-check-fill"); }
3486
- .bi-send-check::before { content: map-get($bootstrap-icons-map, "send-check"); }
3487
- .bi-send-dash-fill::before { content: map-get($bootstrap-icons-map, "send-dash-fill"); }
3488
- .bi-send-dash::before { content: map-get($bootstrap-icons-map, "send-dash"); }
3489
- .bi-send-exclamation-1::before { content: map-get($bootstrap-icons-map, "send-exclamation-1"); }
3490
- .bi-send-exclamation-fill::before { content: map-get($bootstrap-icons-map, "send-exclamation-fill"); }
3491
- .bi-send-exclamation::before { content: map-get($bootstrap-icons-map, "send-exclamation"); }
3492
- .bi-send-fill::before { content: map-get($bootstrap-icons-map, "send-fill"); }
3493
- .bi-send-plus-fill::before { content: map-get($bootstrap-icons-map, "send-plus-fill"); }
3494
- .bi-send-plus::before { content: map-get($bootstrap-icons-map, "send-plus"); }
3495
- .bi-send-slash-fill::before { content: map-get($bootstrap-icons-map, "send-slash-fill"); }
3496
- .bi-send-slash::before { content: map-get($bootstrap-icons-map, "send-slash"); }
3497
- .bi-send-x-fill::before { content: map-get($bootstrap-icons-map, "send-x-fill"); }
3498
- .bi-send-x::before { content: map-get($bootstrap-icons-map, "send-x"); }
3499
- .bi-send::before { content: map-get($bootstrap-icons-map, "send"); }
3500
- .bi-steam::before { content: map-get($bootstrap-icons-map, "steam"); }
3501
- .bi-terminal-dash-1::before { content: map-get($bootstrap-icons-map, "terminal-dash-1"); }
3502
- .bi-terminal-dash::before { content: map-get($bootstrap-icons-map, "terminal-dash"); }
3503
- .bi-terminal-plus::before { content: map-get($bootstrap-icons-map, "terminal-plus"); }
3504
- .bi-terminal-split::before { content: map-get($bootstrap-icons-map, "terminal-split"); }
3505
- .bi-ticket-detailed-fill::before { content: map-get($bootstrap-icons-map, "ticket-detailed-fill"); }
3506
- .bi-ticket-detailed::before { content: map-get($bootstrap-icons-map, "ticket-detailed"); }
3507
- .bi-ticket-fill::before { content: map-get($bootstrap-icons-map, "ticket-fill"); }
3508
- .bi-ticket-perforated-fill::before { content: map-get($bootstrap-icons-map, "ticket-perforated-fill"); }
3509
- .bi-ticket-perforated::before { content: map-get($bootstrap-icons-map, "ticket-perforated"); }
3510
- .bi-ticket::before { content: map-get($bootstrap-icons-map, "ticket"); }
3511
- .bi-tiktok::before { content: map-get($bootstrap-icons-map, "tiktok"); }
3512
- .bi-window-dash::before { content: map-get($bootstrap-icons-map, "window-dash"); }
3513
- .bi-window-desktop::before { content: map-get($bootstrap-icons-map, "window-desktop"); }
3514
- .bi-window-fullscreen::before { content: map-get($bootstrap-icons-map, "window-fullscreen"); }
3515
- .bi-window-plus::before { content: map-get($bootstrap-icons-map, "window-plus"); }
3516
- .bi-window-split::before { content: map-get($bootstrap-icons-map, "window-split"); }
3517
- .bi-window-stack::before { content: map-get($bootstrap-icons-map, "window-stack"); }
3518
- .bi-window-x::before { content: map-get($bootstrap-icons-map, "window-x"); }
3519
- .bi-xbox::before { content: map-get($bootstrap-icons-map, "xbox"); }
3520
- .bi-ethernet::before { content: map-get($bootstrap-icons-map, "ethernet"); }
3521
- .bi-hdmi-fill::before { content: map-get($bootstrap-icons-map, "hdmi-fill"); }
3522
- .bi-hdmi::before { content: map-get($bootstrap-icons-map, "hdmi"); }
3523
- .bi-usb-c-fill::before { content: map-get($bootstrap-icons-map, "usb-c-fill"); }
3524
- .bi-usb-c::before { content: map-get($bootstrap-icons-map, "usb-c"); }
3525
- .bi-usb-fill::before { content: map-get($bootstrap-icons-map, "usb-fill"); }
3526
- .bi-usb-plug-fill::before { content: map-get($bootstrap-icons-map, "usb-plug-fill"); }
3527
- .bi-usb-plug::before { content: map-get($bootstrap-icons-map, "usb-plug"); }
3528
- .bi-usb-symbol::before { content: map-get($bootstrap-icons-map, "usb-symbol"); }
3529
- .bi-usb::before { content: map-get($bootstrap-icons-map, "usb"); }
3530
- .bi-boombox-fill::before { content: map-get($bootstrap-icons-map, "boombox-fill"); }
3531
- .bi-displayport-1::before { content: map-get($bootstrap-icons-map, "displayport-1"); }
3532
- .bi-displayport::before { content: map-get($bootstrap-icons-map, "displayport"); }
3533
- .bi-gpu-card::before { content: map-get($bootstrap-icons-map, "gpu-card"); }
3534
- .bi-memory::before { content: map-get($bootstrap-icons-map, "memory"); }
3535
- .bi-modem-fill::before { content: map-get($bootstrap-icons-map, "modem-fill"); }
3536
- .bi-modem::before { content: map-get($bootstrap-icons-map, "modem"); }
3537
- .bi-motherboard-fill::before { content: map-get($bootstrap-icons-map, "motherboard-fill"); }
3538
- .bi-motherboard::before { content: map-get($bootstrap-icons-map, "motherboard"); }
3539
- .bi-optical-audio-fill::before { content: map-get($bootstrap-icons-map, "optical-audio-fill"); }
3540
- .bi-optical-audio::before { content: map-get($bootstrap-icons-map, "optical-audio"); }
3541
- .bi-pci-card::before { content: map-get($bootstrap-icons-map, "pci-card"); }
3542
- .bi-router-fill::before { content: map-get($bootstrap-icons-map, "router-fill"); }
3543
- .bi-router::before { content: map-get($bootstrap-icons-map, "router"); }
3544
- .bi-ssd-fill::before { content: map-get($bootstrap-icons-map, "ssd-fill"); }
3545
- .bi-ssd::before { content: map-get($bootstrap-icons-map, "ssd"); }
3546
- .bi-thunderbolt-fill::before { content: map-get($bootstrap-icons-map, "thunderbolt-fill"); }
3547
- .bi-thunderbolt::before { content: map-get($bootstrap-icons-map, "thunderbolt"); }
3548
- .bi-usb-drive-fill::before { content: map-get($bootstrap-icons-map, "usb-drive-fill"); }
3549
- .bi-usb-drive::before { content: map-get($bootstrap-icons-map, "usb-drive"); }
3550
- .bi-usb-micro-fill::before { content: map-get($bootstrap-icons-map, "usb-micro-fill"); }
3551
- .bi-usb-micro::before { content: map-get($bootstrap-icons-map, "usb-micro"); }
3552
- .bi-usb-mini-fill::before { content: map-get($bootstrap-icons-map, "usb-mini-fill"); }
3553
- .bi-usb-mini::before { content: map-get($bootstrap-icons-map, "usb-mini"); }
3554
- .bi-cloud-haze2::before { content: map-get($bootstrap-icons-map, "cloud-haze2"); }
3555
- .bi-device-hdd-fill::before { content: map-get($bootstrap-icons-map, "device-hdd-fill"); }
3556
- .bi-device-hdd::before { content: map-get($bootstrap-icons-map, "device-hdd"); }
3557
- .bi-device-ssd-fill::before { content: map-get($bootstrap-icons-map, "device-ssd-fill"); }
3558
- .bi-device-ssd::before { content: map-get($bootstrap-icons-map, "device-ssd"); }
3559
- .bi-displayport-fill::before { content: map-get($bootstrap-icons-map, "displayport-fill"); }
3560
- .bi-mortarboard-fill::before { content: map-get($bootstrap-icons-map, "mortarboard-fill"); }
3561
- .bi-mortarboard::before { content: map-get($bootstrap-icons-map, "mortarboard"); }
3562
- .bi-terminal-x::before { content: map-get($bootstrap-icons-map, "terminal-x"); }
3563
- .bi-arrow-through-heart-fill::before { content: map-get($bootstrap-icons-map, "arrow-through-heart-fill"); }
3564
- .bi-arrow-through-heart::before { content: map-get($bootstrap-icons-map, "arrow-through-heart"); }
3565
- .bi-badge-sd-fill::before { content: map-get($bootstrap-icons-map, "badge-sd-fill"); }
3566
- .bi-badge-sd::before { content: map-get($bootstrap-icons-map, "badge-sd"); }
3567
- .bi-bag-heart-fill::before { content: map-get($bootstrap-icons-map, "bag-heart-fill"); }
3568
- .bi-bag-heart::before { content: map-get($bootstrap-icons-map, "bag-heart"); }
3569
- .bi-balloon-fill::before { content: map-get($bootstrap-icons-map, "balloon-fill"); }
3570
- .bi-balloon-heart-fill::before { content: map-get($bootstrap-icons-map, "balloon-heart-fill"); }
3571
- .bi-balloon-heart::before { content: map-get($bootstrap-icons-map, "balloon-heart"); }
3572
- .bi-balloon::before { content: map-get($bootstrap-icons-map, "balloon"); }
3573
- .bi-box2-fill::before { content: map-get($bootstrap-icons-map, "box2-fill"); }
3574
- .bi-box2-heart-fill::before { content: map-get($bootstrap-icons-map, "box2-heart-fill"); }
3575
- .bi-box2-heart::before { content: map-get($bootstrap-icons-map, "box2-heart"); }
3576
- .bi-box2::before { content: map-get($bootstrap-icons-map, "box2"); }
3577
- .bi-braces-asterisk::before { content: map-get($bootstrap-icons-map, "braces-asterisk"); }
3578
- .bi-calendar-heart-fill::before { content: map-get($bootstrap-icons-map, "calendar-heart-fill"); }
3579
- .bi-calendar-heart::before { content: map-get($bootstrap-icons-map, "calendar-heart"); }
3580
- .bi-calendar2-heart-fill::before { content: map-get($bootstrap-icons-map, "calendar2-heart-fill"); }
3581
- .bi-calendar2-heart::before { content: map-get($bootstrap-icons-map, "calendar2-heart"); }
3582
- .bi-chat-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-heart-fill"); }
3583
- .bi-chat-heart::before { content: map-get($bootstrap-icons-map, "chat-heart"); }
3584
- .bi-chat-left-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-left-heart-fill"); }
3585
- .bi-chat-left-heart::before { content: map-get($bootstrap-icons-map, "chat-left-heart"); }
3586
- .bi-chat-right-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-right-heart-fill"); }
3587
- .bi-chat-right-heart::before { content: map-get($bootstrap-icons-map, "chat-right-heart"); }
3588
- .bi-chat-square-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-square-heart-fill"); }
3589
- .bi-chat-square-heart::before { content: map-get($bootstrap-icons-map, "chat-square-heart"); }
3590
- .bi-clipboard-check-fill::before { content: map-get($bootstrap-icons-map, "clipboard-check-fill"); }
3591
- .bi-clipboard-data-fill::before { content: map-get($bootstrap-icons-map, "clipboard-data-fill"); }
3592
- .bi-clipboard-fill::before { content: map-get($bootstrap-icons-map, "clipboard-fill"); }
3593
- .bi-clipboard-heart-fill::before { content: map-get($bootstrap-icons-map, "clipboard-heart-fill"); }
3594
- .bi-clipboard-heart::before { content: map-get($bootstrap-icons-map, "clipboard-heart"); }
3595
- .bi-clipboard-minus-fill::before { content: map-get($bootstrap-icons-map, "clipboard-minus-fill"); }
3596
- .bi-clipboard-plus-fill::before { content: map-get($bootstrap-icons-map, "clipboard-plus-fill"); }
3597
- .bi-clipboard-pulse::before { content: map-get($bootstrap-icons-map, "clipboard-pulse"); }
3598
- .bi-clipboard-x-fill::before { content: map-get($bootstrap-icons-map, "clipboard-x-fill"); }
3599
- .bi-clipboard2-check-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-check-fill"); }
3600
- .bi-clipboard2-check::before { content: map-get($bootstrap-icons-map, "clipboard2-check"); }
3601
- .bi-clipboard2-data-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-data-fill"); }
3602
- .bi-clipboard2-data::before { content: map-get($bootstrap-icons-map, "clipboard2-data"); }
3603
- .bi-clipboard2-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-fill"); }
3604
- .bi-clipboard2-heart-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-heart-fill"); }
3605
- .bi-clipboard2-heart::before { content: map-get($bootstrap-icons-map, "clipboard2-heart"); }
3606
- .bi-clipboard2-minus-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-minus-fill"); }
3607
- .bi-clipboard2-minus::before { content: map-get($bootstrap-icons-map, "clipboard2-minus"); }
3608
- .bi-clipboard2-plus-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-plus-fill"); }
3609
- .bi-clipboard2-plus::before { content: map-get($bootstrap-icons-map, "clipboard2-plus"); }
3610
- .bi-clipboard2-pulse-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-pulse-fill"); }
3611
- .bi-clipboard2-pulse::before { content: map-get($bootstrap-icons-map, "clipboard2-pulse"); }
3612
- .bi-clipboard2-x-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-x-fill"); }
3613
- .bi-clipboard2-x::before { content: map-get($bootstrap-icons-map, "clipboard2-x"); }
3614
- .bi-clipboard2::before { content: map-get($bootstrap-icons-map, "clipboard2"); }
3615
- .bi-emoji-kiss-fill::before { content: map-get($bootstrap-icons-map, "emoji-kiss-fill"); }
3616
- .bi-emoji-kiss::before { content: map-get($bootstrap-icons-map, "emoji-kiss"); }
3617
- .bi-envelope-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-heart-fill"); }
3618
- .bi-envelope-heart::before { content: map-get($bootstrap-icons-map, "envelope-heart"); }
3619
- .bi-envelope-open-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-open-heart-fill"); }
3620
- .bi-envelope-open-heart::before { content: map-get($bootstrap-icons-map, "envelope-open-heart"); }
3621
- .bi-envelope-paper-fill::before { content: map-get($bootstrap-icons-map, "envelope-paper-fill"); }
3622
- .bi-envelope-paper-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-paper-heart-fill"); }
3623
- .bi-envelope-paper-heart::before { content: map-get($bootstrap-icons-map, "envelope-paper-heart"); }
3624
- .bi-envelope-paper::before { content: map-get($bootstrap-icons-map, "envelope-paper"); }
3625
- .bi-filetype-aac::before { content: map-get($bootstrap-icons-map, "filetype-aac"); }
3626
- .bi-filetype-ai::before { content: map-get($bootstrap-icons-map, "filetype-ai"); }
3627
- .bi-filetype-bmp::before { content: map-get($bootstrap-icons-map, "filetype-bmp"); }
3628
- .bi-filetype-cs::before { content: map-get($bootstrap-icons-map, "filetype-cs"); }
3629
- .bi-filetype-css::before { content: map-get($bootstrap-icons-map, "filetype-css"); }
3630
- .bi-filetype-csv::before { content: map-get($bootstrap-icons-map, "filetype-csv"); }
3631
- .bi-filetype-doc::before { content: map-get($bootstrap-icons-map, "filetype-doc"); }
3632
- .bi-filetype-docx::before { content: map-get($bootstrap-icons-map, "filetype-docx"); }
3633
- .bi-filetype-exe::before { content: map-get($bootstrap-icons-map, "filetype-exe"); }
3634
- .bi-filetype-gif::before { content: map-get($bootstrap-icons-map, "filetype-gif"); }
3635
- .bi-filetype-heic::before { content: map-get($bootstrap-icons-map, "filetype-heic"); }
3636
- .bi-filetype-html::before { content: map-get($bootstrap-icons-map, "filetype-html"); }
3637
- .bi-filetype-java::before { content: map-get($bootstrap-icons-map, "filetype-java"); }
3638
- .bi-filetype-jpg::before { content: map-get($bootstrap-icons-map, "filetype-jpg"); }
3639
- .bi-filetype-js::before { content: map-get($bootstrap-icons-map, "filetype-js"); }
3640
- .bi-filetype-jsx::before { content: map-get($bootstrap-icons-map, "filetype-jsx"); }
3641
- .bi-filetype-key::before { content: map-get($bootstrap-icons-map, "filetype-key"); }
3642
- .bi-filetype-m4p::before { content: map-get($bootstrap-icons-map, "filetype-m4p"); }
3643
- .bi-filetype-md::before { content: map-get($bootstrap-icons-map, "filetype-md"); }
3644
- .bi-filetype-mdx::before { content: map-get($bootstrap-icons-map, "filetype-mdx"); }
3645
- .bi-filetype-mov::before { content: map-get($bootstrap-icons-map, "filetype-mov"); }
3646
- .bi-filetype-mp3::before { content: map-get($bootstrap-icons-map, "filetype-mp3"); }
3647
- .bi-filetype-mp4::before { content: map-get($bootstrap-icons-map, "filetype-mp4"); }
3648
- .bi-filetype-otf::before { content: map-get($bootstrap-icons-map, "filetype-otf"); }
3649
- .bi-filetype-pdf::before { content: map-get($bootstrap-icons-map, "filetype-pdf"); }
3650
- .bi-filetype-php::before { content: map-get($bootstrap-icons-map, "filetype-php"); }
3651
- .bi-filetype-png::before { content: map-get($bootstrap-icons-map, "filetype-png"); }
3652
- .bi-filetype-ppt-1::before { content: map-get($bootstrap-icons-map, "filetype-ppt-1"); }
3653
- .bi-filetype-ppt::before { content: map-get($bootstrap-icons-map, "filetype-ppt"); }
3654
- .bi-filetype-psd::before { content: map-get($bootstrap-icons-map, "filetype-psd"); }
3655
- .bi-filetype-py::before { content: map-get($bootstrap-icons-map, "filetype-py"); }
3656
- .bi-filetype-raw::before { content: map-get($bootstrap-icons-map, "filetype-raw"); }
3657
- .bi-filetype-rb::before { content: map-get($bootstrap-icons-map, "filetype-rb"); }
3658
- .bi-filetype-sass::before { content: map-get($bootstrap-icons-map, "filetype-sass"); }
3659
- .bi-filetype-scss::before { content: map-get($bootstrap-icons-map, "filetype-scss"); }
3660
- .bi-filetype-sh::before { content: map-get($bootstrap-icons-map, "filetype-sh"); }
3661
- .bi-filetype-svg::before { content: map-get($bootstrap-icons-map, "filetype-svg"); }
3662
- .bi-filetype-tiff::before { content: map-get($bootstrap-icons-map, "filetype-tiff"); }
3663
- .bi-filetype-tsx::before { content: map-get($bootstrap-icons-map, "filetype-tsx"); }
3664
- .bi-filetype-ttf::before { content: map-get($bootstrap-icons-map, "filetype-ttf"); }
3665
- .bi-filetype-txt::before { content: map-get($bootstrap-icons-map, "filetype-txt"); }
3666
- .bi-filetype-wav::before { content: map-get($bootstrap-icons-map, "filetype-wav"); }
3667
- .bi-filetype-woff::before { content: map-get($bootstrap-icons-map, "filetype-woff"); }
3668
- .bi-filetype-xls-1::before { content: map-get($bootstrap-icons-map, "filetype-xls-1"); }
3669
- .bi-filetype-xls::before { content: map-get($bootstrap-icons-map, "filetype-xls"); }
3670
- .bi-filetype-xml::before { content: map-get($bootstrap-icons-map, "filetype-xml"); }
3671
- .bi-filetype-yml::before { content: map-get($bootstrap-icons-map, "filetype-yml"); }
3672
- .bi-heart-arrow::before { content: map-get($bootstrap-icons-map, "heart-arrow"); }
3673
- .bi-heart-pulse-fill::before { content: map-get($bootstrap-icons-map, "heart-pulse-fill"); }
3674
- .bi-heart-pulse::before { content: map-get($bootstrap-icons-map, "heart-pulse"); }
3675
- .bi-heartbreak-fill::before { content: map-get($bootstrap-icons-map, "heartbreak-fill"); }
3676
- .bi-heartbreak::before { content: map-get($bootstrap-icons-map, "heartbreak"); }
3677
- .bi-hearts::before { content: map-get($bootstrap-icons-map, "hearts"); }
3678
- .bi-hospital-fill::before { content: map-get($bootstrap-icons-map, "hospital-fill"); }
3679
- .bi-hospital::before { content: map-get($bootstrap-icons-map, "hospital"); }
3680
- .bi-house-heart-fill::before { content: map-get($bootstrap-icons-map, "house-heart-fill"); }
3681
- .bi-house-heart::before { content: map-get($bootstrap-icons-map, "house-heart"); }
3682
- .bi-incognito::before { content: map-get($bootstrap-icons-map, "incognito"); }
3683
- .bi-magnet-fill::before { content: map-get($bootstrap-icons-map, "magnet-fill"); }
3684
- .bi-magnet::before { content: map-get($bootstrap-icons-map, "magnet"); }
3685
- .bi-person-heart::before { content: map-get($bootstrap-icons-map, "person-heart"); }
3686
- .bi-person-hearts::before { content: map-get($bootstrap-icons-map, "person-hearts"); }
3687
- .bi-phone-flip::before { content: map-get($bootstrap-icons-map, "phone-flip"); }
3688
- .bi-plugin::before { content: map-get($bootstrap-icons-map, "plugin"); }
3689
- .bi-postage-fill::before { content: map-get($bootstrap-icons-map, "postage-fill"); }
3690
- .bi-postage-heart-fill::before { content: map-get($bootstrap-icons-map, "postage-heart-fill"); }
3691
- .bi-postage-heart::before { content: map-get($bootstrap-icons-map, "postage-heart"); }
3692
- .bi-postage::before { content: map-get($bootstrap-icons-map, "postage"); }
3693
- .bi-postcard-fill::before { content: map-get($bootstrap-icons-map, "postcard-fill"); }
3694
- .bi-postcard-heart-fill::before { content: map-get($bootstrap-icons-map, "postcard-heart-fill"); }
3695
- .bi-postcard-heart::before { content: map-get($bootstrap-icons-map, "postcard-heart"); }
3696
- .bi-postcard::before { content: map-get($bootstrap-icons-map, "postcard"); }
3697
- .bi-search-heart-fill::before { content: map-get($bootstrap-icons-map, "search-heart-fill"); }
3698
- .bi-search-heart::before { content: map-get($bootstrap-icons-map, "search-heart"); }
3699
- .bi-sliders2-vertical::before { content: map-get($bootstrap-icons-map, "sliders2-vertical"); }
3700
- .bi-sliders2::before { content: map-get($bootstrap-icons-map, "sliders2"); }
3701
- .bi-trash3-fill::before { content: map-get($bootstrap-icons-map, "trash3-fill"); }
3702
- .bi-trash3::before { content: map-get($bootstrap-icons-map, "trash3"); }
3703
- .bi-valentine::before { content: map-get($bootstrap-icons-map, "valentine"); }
3704
- .bi-valentine2::before { content: map-get($bootstrap-icons-map, "valentine2"); }
3705
- .bi-wrench-adjustable-circle-fill::before { content: map-get($bootstrap-icons-map, "wrench-adjustable-circle-fill"); }
3706
- .bi-wrench-adjustable-circle::before { content: map-get($bootstrap-icons-map, "wrench-adjustable-circle"); }
3707
- .bi-wrench-adjustable::before { content: map-get($bootstrap-icons-map, "wrench-adjustable"); }
3708
- .bi-filetype-json::before { content: map-get($bootstrap-icons-map, "filetype-json"); }
3709
- .bi-filetype-pptx::before { content: map-get($bootstrap-icons-map, "filetype-pptx"); }
3710
- .bi-filetype-xlsx::before { content: map-get($bootstrap-icons-map, "filetype-xlsx"); }
3711
- .bi-1-circle-1::before { content: map-get($bootstrap-icons-map, "1-circle-1"); }
3712
- .bi-1-circle-fill-1::before { content: map-get($bootstrap-icons-map, "1-circle-fill-1"); }
3713
- .bi-1-circle-fill::before { content: map-get($bootstrap-icons-map, "1-circle-fill"); }
3714
- .bi-1-circle::before { content: map-get($bootstrap-icons-map, "1-circle"); }
3715
- .bi-1-square-fill::before { content: map-get($bootstrap-icons-map, "1-square-fill"); }
3716
- .bi-1-square::before { content: map-get($bootstrap-icons-map, "1-square"); }
3717
- .bi-2-circle-1::before { content: map-get($bootstrap-icons-map, "2-circle-1"); }
3718
- .bi-2-circle-fill-1::before { content: map-get($bootstrap-icons-map, "2-circle-fill-1"); }
3719
- .bi-2-circle-fill::before { content: map-get($bootstrap-icons-map, "2-circle-fill"); }
3720
- .bi-2-circle::before { content: map-get($bootstrap-icons-map, "2-circle"); }
3721
- .bi-2-square-fill::before { content: map-get($bootstrap-icons-map, "2-square-fill"); }
3722
- .bi-2-square::before { content: map-get($bootstrap-icons-map, "2-square"); }
3723
- .bi-3-circle-1::before { content: map-get($bootstrap-icons-map, "3-circle-1"); }
3724
- .bi-3-circle-fill-1::before { content: map-get($bootstrap-icons-map, "3-circle-fill-1"); }
3725
- .bi-3-circle-fill::before { content: map-get($bootstrap-icons-map, "3-circle-fill"); }
3726
- .bi-3-circle::before { content: map-get($bootstrap-icons-map, "3-circle"); }
3727
- .bi-3-square-fill::before { content: map-get($bootstrap-icons-map, "3-square-fill"); }
3728
- .bi-3-square::before { content: map-get($bootstrap-icons-map, "3-square"); }
3729
- .bi-4-circle-1::before { content: map-get($bootstrap-icons-map, "4-circle-1"); }
3730
- .bi-4-circle-fill-1::before { content: map-get($bootstrap-icons-map, "4-circle-fill-1"); }
3731
- .bi-4-circle-fill::before { content: map-get($bootstrap-icons-map, "4-circle-fill"); }
3732
- .bi-4-circle::before { content: map-get($bootstrap-icons-map, "4-circle"); }
3733
- .bi-4-square-fill::before { content: map-get($bootstrap-icons-map, "4-square-fill"); }
3734
- .bi-4-square::before { content: map-get($bootstrap-icons-map, "4-square"); }
3735
- .bi-5-circle-1::before { content: map-get($bootstrap-icons-map, "5-circle-1"); }
3736
- .bi-5-circle-fill-1::before { content: map-get($bootstrap-icons-map, "5-circle-fill-1"); }
3737
- .bi-5-circle-fill::before { content: map-get($bootstrap-icons-map, "5-circle-fill"); }
3738
- .bi-5-circle::before { content: map-get($bootstrap-icons-map, "5-circle"); }
3739
- .bi-5-square-fill::before { content: map-get($bootstrap-icons-map, "5-square-fill"); }
3740
- .bi-5-square::before { content: map-get($bootstrap-icons-map, "5-square"); }
3741
- .bi-6-circle-1::before { content: map-get($bootstrap-icons-map, "6-circle-1"); }
3742
- .bi-6-circle-fill-1::before { content: map-get($bootstrap-icons-map, "6-circle-fill-1"); }
3743
- .bi-6-circle-fill::before { content: map-get($bootstrap-icons-map, "6-circle-fill"); }
3744
- .bi-6-circle::before { content: map-get($bootstrap-icons-map, "6-circle"); }
3745
- .bi-6-square-fill::before { content: map-get($bootstrap-icons-map, "6-square-fill"); }
3746
- .bi-6-square::before { content: map-get($bootstrap-icons-map, "6-square"); }
3747
- .bi-7-circle-1::before { content: map-get($bootstrap-icons-map, "7-circle-1"); }
3748
- .bi-7-circle-fill-1::before { content: map-get($bootstrap-icons-map, "7-circle-fill-1"); }
3749
- .bi-7-circle-fill::before { content: map-get($bootstrap-icons-map, "7-circle-fill"); }
3750
- .bi-7-circle::before { content: map-get($bootstrap-icons-map, "7-circle"); }
3751
- .bi-7-square-fill::before { content: map-get($bootstrap-icons-map, "7-square-fill"); }
3752
- .bi-7-square::before { content: map-get($bootstrap-icons-map, "7-square"); }
3753
- .bi-8-circle-1::before { content: map-get($bootstrap-icons-map, "8-circle-1"); }
3754
- .bi-8-circle-fill-1::before { content: map-get($bootstrap-icons-map, "8-circle-fill-1"); }
3755
- .bi-8-circle-fill::before { content: map-get($bootstrap-icons-map, "8-circle-fill"); }
3756
- .bi-8-circle::before { content: map-get($bootstrap-icons-map, "8-circle"); }
3757
- .bi-8-square-fill::before { content: map-get($bootstrap-icons-map, "8-square-fill"); }
3758
- .bi-8-square::before { content: map-get($bootstrap-icons-map, "8-square"); }
3759
- .bi-9-circle-1::before { content: map-get($bootstrap-icons-map, "9-circle-1"); }
3760
- .bi-9-circle-fill-1::before { content: map-get($bootstrap-icons-map, "9-circle-fill-1"); }
3761
- .bi-9-circle-fill::before { content: map-get($bootstrap-icons-map, "9-circle-fill"); }
3762
- .bi-9-circle::before { content: map-get($bootstrap-icons-map, "9-circle"); }
3763
- .bi-9-square-fill::before { content: map-get($bootstrap-icons-map, "9-square-fill"); }
3764
- .bi-9-square::before { content: map-get($bootstrap-icons-map, "9-square"); }
3765
- .bi-airplane-engines-fill::before { content: map-get($bootstrap-icons-map, "airplane-engines-fill"); }
3766
- .bi-airplane-engines::before { content: map-get($bootstrap-icons-map, "airplane-engines"); }
3767
- .bi-airplane-fill::before { content: map-get($bootstrap-icons-map, "airplane-fill"); }
3768
- .bi-airplane::before { content: map-get($bootstrap-icons-map, "airplane"); }
3769
- .bi-alexa::before { content: map-get($bootstrap-icons-map, "alexa"); }
3770
- .bi-alipay::before { content: map-get($bootstrap-icons-map, "alipay"); }
3771
- .bi-android::before { content: map-get($bootstrap-icons-map, "android"); }
3772
- .bi-android2::before { content: map-get($bootstrap-icons-map, "android2"); }
3773
- .bi-box-fill::before { content: map-get($bootstrap-icons-map, "box-fill"); }
3774
- .bi-box-seam-fill::before { content: map-get($bootstrap-icons-map, "box-seam-fill"); }
3775
- .bi-browser-chrome::before { content: map-get($bootstrap-icons-map, "browser-chrome"); }
3776
- .bi-browser-edge::before { content: map-get($bootstrap-icons-map, "browser-edge"); }
3777
- .bi-browser-firefox::before { content: map-get($bootstrap-icons-map, "browser-firefox"); }
3778
- .bi-browser-safari::before { content: map-get($bootstrap-icons-map, "browser-safari"); }
3779
- .bi-c-circle-1::before { content: map-get($bootstrap-icons-map, "c-circle-1"); }
3780
- .bi-c-circle-fill-1::before { content: map-get($bootstrap-icons-map, "c-circle-fill-1"); }
3781
- .bi-c-circle-fill::before { content: map-get($bootstrap-icons-map, "c-circle-fill"); }
3782
- .bi-c-circle::before { content: map-get($bootstrap-icons-map, "c-circle"); }
3783
- .bi-c-square-fill::before { content: map-get($bootstrap-icons-map, "c-square-fill"); }
3784
- .bi-c-square::before { content: map-get($bootstrap-icons-map, "c-square"); }
3785
- .bi-capsule-pill::before { content: map-get($bootstrap-icons-map, "capsule-pill"); }
3786
- .bi-capsule::before { content: map-get($bootstrap-icons-map, "capsule"); }
3787
- .bi-car-front-fill::before { content: map-get($bootstrap-icons-map, "car-front-fill"); }
3788
- .bi-car-front::before { content: map-get($bootstrap-icons-map, "car-front"); }
3789
- .bi-cassette-fill::before { content: map-get($bootstrap-icons-map, "cassette-fill"); }
3790
- .bi-cassette::before { content: map-get($bootstrap-icons-map, "cassette"); }
3791
- .bi-cc-circle-1::before { content: map-get($bootstrap-icons-map, "cc-circle-1"); }
3792
- .bi-cc-circle-fill-1::before { content: map-get($bootstrap-icons-map, "cc-circle-fill-1"); }
3793
- .bi-cc-circle-fill::before { content: map-get($bootstrap-icons-map, "cc-circle-fill"); }
3794
- .bi-cc-circle::before { content: map-get($bootstrap-icons-map, "cc-circle"); }
3795
- .bi-cc-square-fill::before { content: map-get($bootstrap-icons-map, "cc-square-fill"); }
3796
- .bi-cc-square::before { content: map-get($bootstrap-icons-map, "cc-square"); }
3797
- .bi-cup-hot-fill::before { content: map-get($bootstrap-icons-map, "cup-hot-fill"); }
3798
- .bi-cup-hot::before { content: map-get($bootstrap-icons-map, "cup-hot"); }
3799
- .bi-currency-rupee::before { content: map-get($bootstrap-icons-map, "currency-rupee"); }
3800
- .bi-dropbox::before { content: map-get($bootstrap-icons-map, "dropbox"); }
3801
- .bi-escape::before { content: map-get($bootstrap-icons-map, "escape"); }
3802
- .bi-fast-forward-btn-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-btn-fill"); }
3803
- .bi-fast-forward-btn::before { content: map-get($bootstrap-icons-map, "fast-forward-btn"); }
3804
- .bi-fast-forward-circle-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-circle-fill"); }
3805
- .bi-fast-forward-circle::before { content: map-get($bootstrap-icons-map, "fast-forward-circle"); }
3806
- .bi-fast-forward-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-fill"); }
3807
- .bi-fast-forward::before { content: map-get($bootstrap-icons-map, "fast-forward"); }
3808
- .bi-filetype-sql::before { content: map-get($bootstrap-icons-map, "filetype-sql"); }
3809
- .bi-fire::before { content: map-get($bootstrap-icons-map, "fire"); }
3810
- .bi-google-play::before { content: map-get($bootstrap-icons-map, "google-play"); }
3811
- .bi-h-circle-1::before { content: map-get($bootstrap-icons-map, "h-circle-1"); }
3812
- .bi-h-circle-fill-1::before { content: map-get($bootstrap-icons-map, "h-circle-fill-1"); }
3813
- .bi-h-circle-fill::before { content: map-get($bootstrap-icons-map, "h-circle-fill"); }
3814
- .bi-h-circle::before { content: map-get($bootstrap-icons-map, "h-circle"); }
3815
- .bi-h-square-fill::before { content: map-get($bootstrap-icons-map, "h-square-fill"); }
3816
- .bi-h-square::before { content: map-get($bootstrap-icons-map, "h-square"); }
3817
- .bi-indent::before { content: map-get($bootstrap-icons-map, "indent"); }
3818
- .bi-lungs-fill::before { content: map-get($bootstrap-icons-map, "lungs-fill"); }
3819
- .bi-lungs::before { content: map-get($bootstrap-icons-map, "lungs"); }
3820
- .bi-microsoft-teams::before { content: map-get($bootstrap-icons-map, "microsoft-teams"); }
3821
- .bi-p-circle-1::before { content: map-get($bootstrap-icons-map, "p-circle-1"); }
3822
- .bi-p-circle-fill-1::before { content: map-get($bootstrap-icons-map, "p-circle-fill-1"); }
3823
- .bi-p-circle-fill::before { content: map-get($bootstrap-icons-map, "p-circle-fill"); }
3824
- .bi-p-circle::before { content: map-get($bootstrap-icons-map, "p-circle"); }
3825
- .bi-p-square-fill::before { content: map-get($bootstrap-icons-map, "p-square-fill"); }
3826
- .bi-p-square::before { content: map-get($bootstrap-icons-map, "p-square"); }
3827
- .bi-pass-fill::before { content: map-get($bootstrap-icons-map, "pass-fill"); }
3828
- .bi-pass::before { content: map-get($bootstrap-icons-map, "pass"); }
3829
- .bi-prescription::before { content: map-get($bootstrap-icons-map, "prescription"); }
3830
- .bi-prescription2::before { content: map-get($bootstrap-icons-map, "prescription2"); }
3831
- .bi-r-circle-1::before { content: map-get($bootstrap-icons-map, "r-circle-1"); }
3832
- .bi-r-circle-fill-1::before { content: map-get($bootstrap-icons-map, "r-circle-fill-1"); }
3833
- .bi-r-circle-fill::before { content: map-get($bootstrap-icons-map, "r-circle-fill"); }
3834
- .bi-r-circle::before { content: map-get($bootstrap-icons-map, "r-circle"); }
3835
- .bi-r-square-fill::before { content: map-get($bootstrap-icons-map, "r-square-fill"); }
3836
- .bi-r-square::before { content: map-get($bootstrap-icons-map, "r-square"); }
3837
- .bi-repeat-1::before { content: map-get($bootstrap-icons-map, "repeat-1"); }
3838
- .bi-repeat::before { content: map-get($bootstrap-icons-map, "repeat"); }
3839
- .bi-rewind-btn-fill::before { content: map-get($bootstrap-icons-map, "rewind-btn-fill"); }
3840
- .bi-rewind-btn::before { content: map-get($bootstrap-icons-map, "rewind-btn"); }
3841
- .bi-rewind-circle-fill::before { content: map-get($bootstrap-icons-map, "rewind-circle-fill"); }
3842
- .bi-rewind-circle::before { content: map-get($bootstrap-icons-map, "rewind-circle"); }
3843
- .bi-rewind-fill::before { content: map-get($bootstrap-icons-map, "rewind-fill"); }
3844
- .bi-rewind::before { content: map-get($bootstrap-icons-map, "rewind"); }
3845
- .bi-train-freight-front-fill::before { content: map-get($bootstrap-icons-map, "train-freight-front-fill"); }
3846
- .bi-train-freight-front::before { content: map-get($bootstrap-icons-map, "train-freight-front"); }
3847
- .bi-train-front-fill::before { content: map-get($bootstrap-icons-map, "train-front-fill"); }
3848
- .bi-train-front::before { content: map-get($bootstrap-icons-map, "train-front"); }
3849
- .bi-train-lightrail-front-fill::before { content: map-get($bootstrap-icons-map, "train-lightrail-front-fill"); }
3850
- .bi-train-lightrail-front::before { content: map-get($bootstrap-icons-map, "train-lightrail-front"); }
3851
- .bi-truck-front-fill::before { content: map-get($bootstrap-icons-map, "truck-front-fill"); }
3852
- .bi-truck-front::before { content: map-get($bootstrap-icons-map, "truck-front"); }
3853
- .bi-ubuntu::before { content: map-get($bootstrap-icons-map, "ubuntu"); }
3854
- .bi-unindent::before { content: map-get($bootstrap-icons-map, "unindent"); }
3855
- .bi-unity::before { content: map-get($bootstrap-icons-map, "unity"); }
3856
- .bi-universal-access-circle::before { content: map-get($bootstrap-icons-map, "universal-access-circle"); }
3857
- .bi-universal-access::before { content: map-get($bootstrap-icons-map, "universal-access"); }
3858
- .bi-virus::before { content: map-get($bootstrap-icons-map, "virus"); }
3859
- .bi-virus2::before { content: map-get($bootstrap-icons-map, "virus2"); }
3860
- .bi-wechat::before { content: map-get($bootstrap-icons-map, "wechat"); }
3861
- .bi-yelp::before { content: map-get($bootstrap-icons-map, "yelp"); }
3862
- .bi-sign-stop-fill::before { content: map-get($bootstrap-icons-map, "sign-stop-fill"); }
3863
- .bi-sign-stop-lights-fill::before { content: map-get($bootstrap-icons-map, "sign-stop-lights-fill"); }
3864
- .bi-sign-stop-lights::before { content: map-get($bootstrap-icons-map, "sign-stop-lights"); }
3865
- .bi-sign-stop::before { content: map-get($bootstrap-icons-map, "sign-stop"); }
3866
- .bi-sign-turn-left-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-left-fill"); }
3867
- .bi-sign-turn-left::before { content: map-get($bootstrap-icons-map, "sign-turn-left"); }
3868
- .bi-sign-turn-right-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-right-fill"); }
3869
- .bi-sign-turn-right::before { content: map-get($bootstrap-icons-map, "sign-turn-right"); }
3870
- .bi-sign-turn-slight-left-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-left-fill"); }
3871
- .bi-sign-turn-slight-left::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-left"); }
3872
- .bi-sign-turn-slight-right-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-right-fill"); }
3873
- .bi-sign-turn-slight-right::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-right"); }
3874
- .bi-sign-yield-fill::before { content: map-get($bootstrap-icons-map, "sign-yield-fill"); }
3875
- .bi-sign-yield::before { content: map-get($bootstrap-icons-map, "sign-yield"); }
3876
- .bi-ev-station-fill::before { content: map-get($bootstrap-icons-map, "ev-station-fill"); }
3877
- .bi-ev-station::before { content: map-get($bootstrap-icons-map, "ev-station"); }
3878
- .bi-fuel-pump-diesel-fill::before { content: map-get($bootstrap-icons-map, "fuel-pump-diesel-fill"); }
3879
- .bi-fuel-pump-diesel::before { content: map-get($bootstrap-icons-map, "fuel-pump-diesel"); }
3880
- .bi-fuel-pump-fill::before { content: map-get($bootstrap-icons-map, "fuel-pump-fill"); }
3881
- .bi-fuel-pump::before { content: map-get($bootstrap-icons-map, "fuel-pump"); }
3882
- .bi-0-circle-fill::before { content: map-get($bootstrap-icons-map, "0-circle-fill"); }
3883
- .bi-0-circle::before { content: map-get($bootstrap-icons-map, "0-circle"); }
3884
- .bi-0-square-fill::before { content: map-get($bootstrap-icons-map, "0-square-fill"); }
3885
- .bi-0-square::before { content: map-get($bootstrap-icons-map, "0-square"); }
3886
- .bi-rocket-fill::before { content: map-get($bootstrap-icons-map, "rocket-fill"); }
3887
- .bi-rocket-takeoff-fill::before { content: map-get($bootstrap-icons-map, "rocket-takeoff-fill"); }
3888
- .bi-rocket-takeoff::before { content: map-get($bootstrap-icons-map, "rocket-takeoff"); }
3889
- .bi-rocket::before { content: map-get($bootstrap-icons-map, "rocket"); }
3890
- .bi-stripe::before { content: map-get($bootstrap-icons-map, "stripe"); }
3891
- .bi-subscript::before { content: map-get($bootstrap-icons-map, "subscript"); }
3892
- .bi-superscript::before { content: map-get($bootstrap-icons-map, "superscript"); }
3893
- .bi-trello::before { content: map-get($bootstrap-icons-map, "trello"); }
3894
- .bi-envelope-at-fill::before { content: map-get($bootstrap-icons-map, "envelope-at-fill"); }
3895
- .bi-envelope-at::before { content: map-get($bootstrap-icons-map, "envelope-at"); }
3896
- .bi-regex::before { content: map-get($bootstrap-icons-map, "regex"); }
3897
- .bi-text-wrap::before { content: map-get($bootstrap-icons-map, "text-wrap"); }
3898
- .bi-sign-dead-end-fill::before { content: map-get($bootstrap-icons-map, "sign-dead-end-fill"); }
3899
- .bi-sign-dead-end::before { content: map-get($bootstrap-icons-map, "sign-dead-end"); }
3900
- .bi-sign-do-not-enter-fill::before { content: map-get($bootstrap-icons-map, "sign-do-not-enter-fill"); }
3901
- .bi-sign-do-not-enter::before { content: map-get($bootstrap-icons-map, "sign-do-not-enter"); }
3902
- .bi-sign-intersection-fill::before { content: map-get($bootstrap-icons-map, "sign-intersection-fill"); }
3903
- .bi-sign-intersection-side-fill::before { content: map-get($bootstrap-icons-map, "sign-intersection-side-fill"); }
3904
- .bi-sign-intersection-side::before { content: map-get($bootstrap-icons-map, "sign-intersection-side"); }
3905
- .bi-sign-intersection-t-fill::before { content: map-get($bootstrap-icons-map, "sign-intersection-t-fill"); }
3906
- .bi-sign-intersection-t::before { content: map-get($bootstrap-icons-map, "sign-intersection-t"); }
3907
- .bi-sign-intersection-y-fill::before { content: map-get($bootstrap-icons-map, "sign-intersection-y-fill"); }
3908
- .bi-sign-intersection-y::before { content: map-get($bootstrap-icons-map, "sign-intersection-y"); }
3909
- .bi-sign-intersection::before { content: map-get($bootstrap-icons-map, "sign-intersection"); }
3910
- .bi-sign-merge-left-fill::before { content: map-get($bootstrap-icons-map, "sign-merge-left-fill"); }
3911
- .bi-sign-merge-left::before { content: map-get($bootstrap-icons-map, "sign-merge-left"); }
3912
- .bi-sign-merge-right-fill::before { content: map-get($bootstrap-icons-map, "sign-merge-right-fill"); }
3913
- .bi-sign-merge-right::before { content: map-get($bootstrap-icons-map, "sign-merge-right"); }
3914
- .bi-sign-no-left-turn-fill::before { content: map-get($bootstrap-icons-map, "sign-no-left-turn-fill"); }
3915
- .bi-sign-no-left-turn::before { content: map-get($bootstrap-icons-map, "sign-no-left-turn"); }
3916
- .bi-sign-no-parking-fill::before { content: map-get($bootstrap-icons-map, "sign-no-parking-fill"); }
3917
- .bi-sign-no-parking::before { content: map-get($bootstrap-icons-map, "sign-no-parking"); }
3918
- .bi-sign-no-right-turn-fill::before { content: map-get($bootstrap-icons-map, "sign-no-right-turn-fill"); }
3919
- .bi-sign-no-right-turn::before { content: map-get($bootstrap-icons-map, "sign-no-right-turn"); }
3920
- .bi-sign-railroad-fill::before { content: map-get($bootstrap-icons-map, "sign-railroad-fill"); }
3921
- .bi-sign-railroad::before { content: map-get($bootstrap-icons-map, "sign-railroad"); }
3922
- .bi-building-add::before { content: map-get($bootstrap-icons-map, "building-add"); }
3923
- .bi-building-check::before { content: map-get($bootstrap-icons-map, "building-check"); }
3924
- .bi-building-dash::before { content: map-get($bootstrap-icons-map, "building-dash"); }
3925
- .bi-building-down::before { content: map-get($bootstrap-icons-map, "building-down"); }
3926
- .bi-building-exclamation::before { content: map-get($bootstrap-icons-map, "building-exclamation"); }
3927
- .bi-building-fill-add::before { content: map-get($bootstrap-icons-map, "building-fill-add"); }
3928
- .bi-building-fill-check::before { content: map-get($bootstrap-icons-map, "building-fill-check"); }
3929
- .bi-building-fill-dash::before { content: map-get($bootstrap-icons-map, "building-fill-dash"); }
3930
- .bi-building-fill-down::before { content: map-get($bootstrap-icons-map, "building-fill-down"); }
3931
- .bi-building-fill-exclamation::before { content: map-get($bootstrap-icons-map, "building-fill-exclamation"); }
3932
- .bi-building-fill-gear::before { content: map-get($bootstrap-icons-map, "building-fill-gear"); }
3933
- .bi-building-fill-lock::before { content: map-get($bootstrap-icons-map, "building-fill-lock"); }
3934
- .bi-building-fill-slash::before { content: map-get($bootstrap-icons-map, "building-fill-slash"); }
3935
- .bi-building-fill-up::before { content: map-get($bootstrap-icons-map, "building-fill-up"); }
3936
- .bi-building-fill-x::before { content: map-get($bootstrap-icons-map, "building-fill-x"); }
3937
- .bi-building-fill::before { content: map-get($bootstrap-icons-map, "building-fill"); }
3938
- .bi-building-gear::before { content: map-get($bootstrap-icons-map, "building-gear"); }
3939
- .bi-building-lock::before { content: map-get($bootstrap-icons-map, "building-lock"); }
3940
- .bi-building-slash::before { content: map-get($bootstrap-icons-map, "building-slash"); }
3941
- .bi-building-up::before { content: map-get($bootstrap-icons-map, "building-up"); }
3942
- .bi-building-x::before { content: map-get($bootstrap-icons-map, "building-x"); }
3943
- .bi-buildings-fill::before { content: map-get($bootstrap-icons-map, "buildings-fill"); }
3944
- .bi-buildings::before { content: map-get($bootstrap-icons-map, "buildings"); }
3945
- .bi-bus-front-fill::before { content: map-get($bootstrap-icons-map, "bus-front-fill"); }
3946
- .bi-bus-front::before { content: map-get($bootstrap-icons-map, "bus-front"); }
3947
- .bi-ev-front-fill::before { content: map-get($bootstrap-icons-map, "ev-front-fill"); }
3948
- .bi-ev-front::before { content: map-get($bootstrap-icons-map, "ev-front"); }
3949
- .bi-globe-americas::before { content: map-get($bootstrap-icons-map, "globe-americas"); }
3950
- .bi-globe-asia-australia::before { content: map-get($bootstrap-icons-map, "globe-asia-australia"); }
3951
- .bi-globe-central-south-asia::before { content: map-get($bootstrap-icons-map, "globe-central-south-asia"); }
3952
- .bi-globe-europe-africa::before { content: map-get($bootstrap-icons-map, "globe-europe-africa"); }
3953
- .bi-house-add-fill::before { content: map-get($bootstrap-icons-map, "house-add-fill"); }
3954
- .bi-house-add::before { content: map-get($bootstrap-icons-map, "house-add"); }
3955
- .bi-house-check-fill::before { content: map-get($bootstrap-icons-map, "house-check-fill"); }
3956
- .bi-house-check::before { content: map-get($bootstrap-icons-map, "house-check"); }
3957
- .bi-house-dash-fill::before { content: map-get($bootstrap-icons-map, "house-dash-fill"); }
3958
- .bi-house-dash::before { content: map-get($bootstrap-icons-map, "house-dash"); }
3959
- .bi-house-down-fill::before { content: map-get($bootstrap-icons-map, "house-down-fill"); }
3960
- .bi-house-down::before { content: map-get($bootstrap-icons-map, "house-down"); }
3961
- .bi-house-exclamation-fill::before { content: map-get($bootstrap-icons-map, "house-exclamation-fill"); }
3962
- .bi-house-exclamation::before { content: map-get($bootstrap-icons-map, "house-exclamation"); }
3963
- .bi-house-gear-fill::before { content: map-get($bootstrap-icons-map, "house-gear-fill"); }
3964
- .bi-house-gear::before { content: map-get($bootstrap-icons-map, "house-gear"); }
3965
- .bi-house-lock-fill::before { content: map-get($bootstrap-icons-map, "house-lock-fill"); }
3966
- .bi-house-lock::before { content: map-get($bootstrap-icons-map, "house-lock"); }
3967
- .bi-house-slash-fill::before { content: map-get($bootstrap-icons-map, "house-slash-fill"); }
3968
- .bi-house-slash::before { content: map-get($bootstrap-icons-map, "house-slash"); }
3969
- .bi-house-up-fill::before { content: map-get($bootstrap-icons-map, "house-up-fill"); }
3970
- .bi-house-up::before { content: map-get($bootstrap-icons-map, "house-up"); }
3971
- .bi-house-x-fill::before { content: map-get($bootstrap-icons-map, "house-x-fill"); }
3972
- .bi-house-x::before { content: map-get($bootstrap-icons-map, "house-x"); }
3973
- .bi-person-add::before { content: map-get($bootstrap-icons-map, "person-add"); }
3974
- .bi-person-down::before { content: map-get($bootstrap-icons-map, "person-down"); }
3975
- .bi-person-exclamation::before { content: map-get($bootstrap-icons-map, "person-exclamation"); }
3976
- .bi-person-fill-add::before { content: map-get($bootstrap-icons-map, "person-fill-add"); }
3977
- .bi-person-fill-check::before { content: map-get($bootstrap-icons-map, "person-fill-check"); }
3978
- .bi-person-fill-dash::before { content: map-get($bootstrap-icons-map, "person-fill-dash"); }
3979
- .bi-person-fill-down::before { content: map-get($bootstrap-icons-map, "person-fill-down"); }
3980
- .bi-person-fill-exclamation::before { content: map-get($bootstrap-icons-map, "person-fill-exclamation"); }
3981
- .bi-person-fill-gear::before { content: map-get($bootstrap-icons-map, "person-fill-gear"); }
3982
- .bi-person-fill-lock::before { content: map-get($bootstrap-icons-map, "person-fill-lock"); }
3983
- .bi-person-fill-slash::before { content: map-get($bootstrap-icons-map, "person-fill-slash"); }
3984
- .bi-person-fill-up::before { content: map-get($bootstrap-icons-map, "person-fill-up"); }
3985
- .bi-person-fill-x::before { content: map-get($bootstrap-icons-map, "person-fill-x"); }
3986
- .bi-person-gear::before { content: map-get($bootstrap-icons-map, "person-gear"); }
3987
- .bi-person-lock::before { content: map-get($bootstrap-icons-map, "person-lock"); }
3988
- .bi-person-slash::before { content: map-get($bootstrap-icons-map, "person-slash"); }
3989
- .bi-person-up::before { content: map-get($bootstrap-icons-map, "person-up"); }
3990
- .bi-scooter::before { content: map-get($bootstrap-icons-map, "scooter"); }
3991
- .bi-taxi-front-fill::before { content: map-get($bootstrap-icons-map, "taxi-front-fill"); }
3992
- .bi-taxi-front::before { content: map-get($bootstrap-icons-map, "taxi-front"); }
3993
- .bi-amd::before { content: map-get($bootstrap-icons-map, "amd"); }
3994
- .bi-database-add::before { content: map-get($bootstrap-icons-map, "database-add"); }
3995
- .bi-database-check::before { content: map-get($bootstrap-icons-map, "database-check"); }
3996
- .bi-database-dash::before { content: map-get($bootstrap-icons-map, "database-dash"); }
3997
- .bi-database-down::before { content: map-get($bootstrap-icons-map, "database-down"); }
3998
- .bi-database-exclamation::before { content: map-get($bootstrap-icons-map, "database-exclamation"); }
3999
- .bi-database-fill-add::before { content: map-get($bootstrap-icons-map, "database-fill-add"); }
4000
- .bi-database-fill-check::before { content: map-get($bootstrap-icons-map, "database-fill-check"); }
4001
- .bi-database-fill-dash::before { content: map-get($bootstrap-icons-map, "database-fill-dash"); }
4002
- .bi-database-fill-down::before { content: map-get($bootstrap-icons-map, "database-fill-down"); }
4003
- .bi-database-fill-exclamation::before { content: map-get($bootstrap-icons-map, "database-fill-exclamation"); }
4004
- .bi-database-fill-gear::before { content: map-get($bootstrap-icons-map, "database-fill-gear"); }
4005
- .bi-database-fill-lock::before { content: map-get($bootstrap-icons-map, "database-fill-lock"); }
4006
- .bi-database-fill-slash::before { content: map-get($bootstrap-icons-map, "database-fill-slash"); }
4007
- .bi-database-fill-up::before { content: map-get($bootstrap-icons-map, "database-fill-up"); }
4008
- .bi-database-fill-x::before { content: map-get($bootstrap-icons-map, "database-fill-x"); }
4009
- .bi-database-fill::before { content: map-get($bootstrap-icons-map, "database-fill"); }
4010
- .bi-database-gear::before { content: map-get($bootstrap-icons-map, "database-gear"); }
4011
- .bi-database-lock::before { content: map-get($bootstrap-icons-map, "database-lock"); }
4012
- .bi-database-slash::before { content: map-get($bootstrap-icons-map, "database-slash"); }
4013
- .bi-database-up::before { content: map-get($bootstrap-icons-map, "database-up"); }
4014
- .bi-database-x::before { content: map-get($bootstrap-icons-map, "database-x"); }
4015
- .bi-database::before { content: map-get($bootstrap-icons-map, "database"); }
4016
- .bi-houses-fill::before { content: map-get($bootstrap-icons-map, "houses-fill"); }
4017
- .bi-houses::before { content: map-get($bootstrap-icons-map, "houses"); }
4018
- .bi-nvidia::before { content: map-get($bootstrap-icons-map, "nvidia"); }
4019
- .bi-person-vcard-fill::before { content: map-get($bootstrap-icons-map, "person-vcard-fill"); }
4020
- .bi-person-vcard::before { content: map-get($bootstrap-icons-map, "person-vcard"); }
4021
- .bi-sina-weibo::before { content: map-get($bootstrap-icons-map, "sina-weibo"); }
4022
- .bi-tencent-qq::before { content: map-get($bootstrap-icons-map, "tencent-qq"); }
4023
- .bi-wikipedia::before { content: map-get($bootstrap-icons-map, "wikipedia"); }
1991
+ @each $icon, $codepoint in $bootstrap-icons-map {
1992
+ .bi-#{$icon}::before { content: $codepoint; }
1993
+ }