word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -0,0 +1,1981 @@
1
+ /*!
2
+ * Bootstrap Icons (https://icons.getbootstrap.com/)
3
+ * Copyright 2019-2023 The Bootstrap Authors
4
+ * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
5
+ */
6
+
7
+ @font-face {
8
+ font-display: block;
9
+ font-family: "bootstrap-icons";
10
+ src: url("./fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
11
+ url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
12
+ }
13
+
14
+ .bi::before,
15
+ [class^="bi-"]::before,
16
+ [class*=" bi-"]::before {
17
+ display: inline-block;
18
+ font-family: bootstrap-icons !important;
19
+ font-style: normal;
20
+ font-weight: normal !important;
21
+ font-variant: normal;
22
+ text-transform: none;
23
+ line-height: 1;
24
+ vertical-align: -.125em;
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ .bi-123::before { content: "\f67f"; }
30
+ .bi-alarm-fill::before { content: "\f101"; }
31
+ .bi-alarm::before { content: "\f102"; }
32
+ .bi-align-bottom::before { content: "\f103"; }
33
+ .bi-align-center::before { content: "\f104"; }
34
+ .bi-align-end::before { content: "\f105"; }
35
+ .bi-align-middle::before { content: "\f106"; }
36
+ .bi-align-start::before { content: "\f107"; }
37
+ .bi-align-top::before { content: "\f108"; }
38
+ .bi-alt::before { content: "\f109"; }
39
+ .bi-app-indicator::before { content: "\f10a"; }
40
+ .bi-app::before { content: "\f10b"; }
41
+ .bi-archive-fill::before { content: "\f10c"; }
42
+ .bi-archive::before { content: "\f10d"; }
43
+ .bi-arrow-90deg-down::before { content: "\f10e"; }
44
+ .bi-arrow-90deg-left::before { content: "\f10f"; }
45
+ .bi-arrow-90deg-right::before { content: "\f110"; }
46
+ .bi-arrow-90deg-up::before { content: "\f111"; }
47
+ .bi-arrow-bar-down::before { content: "\f112"; }
48
+ .bi-arrow-bar-left::before { content: "\f113"; }
49
+ .bi-arrow-bar-right::before { content: "\f114"; }
50
+ .bi-arrow-bar-up::before { content: "\f115"; }
51
+ .bi-arrow-clockwise::before { content: "\f116"; }
52
+ .bi-arrow-counterclockwise::before { content: "\f117"; }
53
+ .bi-arrow-down-circle-fill::before { content: "\f118"; }
54
+ .bi-arrow-down-circle::before { content: "\f119"; }
55
+ .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
56
+ .bi-arrow-down-left-circle::before { content: "\f11b"; }
57
+ .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
58
+ .bi-arrow-down-left-square::before { content: "\f11d"; }
59
+ .bi-arrow-down-left::before { content: "\f11e"; }
60
+ .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
61
+ .bi-arrow-down-right-circle::before { content: "\f120"; }
62
+ .bi-arrow-down-right-square-fill::before { content: "\f121"; }
63
+ .bi-arrow-down-right-square::before { content: "\f122"; }
64
+ .bi-arrow-down-right::before { content: "\f123"; }
65
+ .bi-arrow-down-short::before { content: "\f124"; }
66
+ .bi-arrow-down-square-fill::before { content: "\f125"; }
67
+ .bi-arrow-down-square::before { content: "\f126"; }
68
+ .bi-arrow-down-up::before { content: "\f127"; }
69
+ .bi-arrow-down::before { content: "\f128"; }
70
+ .bi-arrow-left-circle-fill::before { content: "\f129"; }
71
+ .bi-arrow-left-circle::before { content: "\f12a"; }
72
+ .bi-arrow-left-right::before { content: "\f12b"; }
73
+ .bi-arrow-left-short::before { content: "\f12c"; }
74
+ .bi-arrow-left-square-fill::before { content: "\f12d"; }
75
+ .bi-arrow-left-square::before { content: "\f12e"; }
76
+ .bi-arrow-left::before { content: "\f12f"; }
77
+ .bi-arrow-repeat::before { content: "\f130"; }
78
+ .bi-arrow-return-left::before { content: "\f131"; }
79
+ .bi-arrow-return-right::before { content: "\f132"; }
80
+ .bi-arrow-right-circle-fill::before { content: "\f133"; }
81
+ .bi-arrow-right-circle::before { content: "\f134"; }
82
+ .bi-arrow-right-short::before { content: "\f135"; }
83
+ .bi-arrow-right-square-fill::before { content: "\f136"; }
84
+ .bi-arrow-right-square::before { content: "\f137"; }
85
+ .bi-arrow-right::before { content: "\f138"; }
86
+ .bi-arrow-up-circle-fill::before { content: "\f139"; }
87
+ .bi-arrow-up-circle::before { content: "\f13a"; }
88
+ .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
89
+ .bi-arrow-up-left-circle::before { content: "\f13c"; }
90
+ .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
91
+ .bi-arrow-up-left-square::before { content: "\f13e"; }
92
+ .bi-arrow-up-left::before { content: "\f13f"; }
93
+ .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
94
+ .bi-arrow-up-right-circle::before { content: "\f141"; }
95
+ .bi-arrow-up-right-square-fill::before { content: "\f142"; }
96
+ .bi-arrow-up-right-square::before { content: "\f143"; }
97
+ .bi-arrow-up-right::before { content: "\f144"; }
98
+ .bi-arrow-up-short::before { content: "\f145"; }
99
+ .bi-arrow-up-square-fill::before { content: "\f146"; }
100
+ .bi-arrow-up-square::before { content: "\f147"; }
101
+ .bi-arrow-up::before { content: "\f148"; }
102
+ .bi-arrows-angle-contract::before { content: "\f149"; }
103
+ .bi-arrows-angle-expand::before { content: "\f14a"; }
104
+ .bi-arrows-collapse::before { content: "\f14b"; }
105
+ .bi-arrows-expand::before { content: "\f14c"; }
106
+ .bi-arrows-fullscreen::before { content: "\f14d"; }
107
+ .bi-arrows-move::before { content: "\f14e"; }
108
+ .bi-aspect-ratio-fill::before { content: "\f14f"; }
109
+ .bi-aspect-ratio::before { content: "\f150"; }
110
+ .bi-asterisk::before { content: "\f151"; }
111
+ .bi-at::before { content: "\f152"; }
112
+ .bi-award-fill::before { content: "\f153"; }
113
+ .bi-award::before { content: "\f154"; }
114
+ .bi-back::before { content: "\f155"; }
115
+ .bi-backspace-fill::before { content: "\f156"; }
116
+ .bi-backspace-reverse-fill::before { content: "\f157"; }
117
+ .bi-backspace-reverse::before { content: "\f158"; }
118
+ .bi-backspace::before { content: "\f159"; }
119
+ .bi-badge-3d-fill::before { content: "\f15a"; }
120
+ .bi-badge-3d::before { content: "\f15b"; }
121
+ .bi-badge-4k-fill::before { content: "\f15c"; }
122
+ .bi-badge-4k::before { content: "\f15d"; }
123
+ .bi-badge-8k-fill::before { content: "\f15e"; }
124
+ .bi-badge-8k::before { content: "\f15f"; }
125
+ .bi-badge-ad-fill::before { content: "\f160"; }
126
+ .bi-badge-ad::before { content: "\f161"; }
127
+ .bi-badge-ar-fill::before { content: "\f162"; }
128
+ .bi-badge-ar::before { content: "\f163"; }
129
+ .bi-badge-cc-fill::before { content: "\f164"; }
130
+ .bi-badge-cc::before { content: "\f165"; }
131
+ .bi-badge-hd-fill::before { content: "\f166"; }
132
+ .bi-badge-hd::before { content: "\f167"; }
133
+ .bi-badge-tm-fill::before { content: "\f168"; }
134
+ .bi-badge-tm::before { content: "\f169"; }
135
+ .bi-badge-vo-fill::before { content: "\f16a"; }
136
+ .bi-badge-vo::before { content: "\f16b"; }
137
+ .bi-badge-vr-fill::before { content: "\f16c"; }
138
+ .bi-badge-vr::before { content: "\f16d"; }
139
+ .bi-badge-wc-fill::before { content: "\f16e"; }
140
+ .bi-badge-wc::before { content: "\f16f"; }
141
+ .bi-bag-check-fill::before { content: "\f170"; }
142
+ .bi-bag-check::before { content: "\f171"; }
143
+ .bi-bag-dash-fill::before { content: "\f172"; }
144
+ .bi-bag-dash::before { content: "\f173"; }
145
+ .bi-bag-fill::before { content: "\f174"; }
146
+ .bi-bag-plus-fill::before { content: "\f175"; }
147
+ .bi-bag-plus::before { content: "\f176"; }
148
+ .bi-bag-x-fill::before { content: "\f177"; }
149
+ .bi-bag-x::before { content: "\f178"; }
150
+ .bi-bag::before { content: "\f179"; }
151
+ .bi-bar-chart-fill::before { content: "\f17a"; }
152
+ .bi-bar-chart-line-fill::before { content: "\f17b"; }
153
+ .bi-bar-chart-line::before { content: "\f17c"; }
154
+ .bi-bar-chart-steps::before { content: "\f17d"; }
155
+ .bi-bar-chart::before { content: "\f17e"; }
156
+ .bi-basket-fill::before { content: "\f17f"; }
157
+ .bi-basket::before { content: "\f180"; }
158
+ .bi-basket2-fill::before { content: "\f181"; }
159
+ .bi-basket2::before { content: "\f182"; }
160
+ .bi-basket3-fill::before { content: "\f183"; }
161
+ .bi-basket3::before { content: "\f184"; }
162
+ .bi-battery-charging::before { content: "\f185"; }
163
+ .bi-battery-full::before { content: "\f186"; }
164
+ .bi-battery-half::before { content: "\f187"; }
165
+ .bi-battery::before { content: "\f188"; }
166
+ .bi-bell-fill::before { content: "\f189"; }
167
+ .bi-bell::before { content: "\f18a"; }
168
+ .bi-bezier::before { content: "\f18b"; }
169
+ .bi-bezier2::before { content: "\f18c"; }
170
+ .bi-bicycle::before { content: "\f18d"; }
171
+ .bi-binoculars-fill::before { content: "\f18e"; }
172
+ .bi-binoculars::before { content: "\f18f"; }
173
+ .bi-blockquote-left::before { content: "\f190"; }
174
+ .bi-blockquote-right::before { content: "\f191"; }
175
+ .bi-book-fill::before { content: "\f192"; }
176
+ .bi-book-half::before { content: "\f193"; }
177
+ .bi-book::before { content: "\f194"; }
178
+ .bi-bookmark-check-fill::before { content: "\f195"; }
179
+ .bi-bookmark-check::before { content: "\f196"; }
180
+ .bi-bookmark-dash-fill::before { content: "\f197"; }
181
+ .bi-bookmark-dash::before { content: "\f198"; }
182
+ .bi-bookmark-fill::before { content: "\f199"; }
183
+ .bi-bookmark-heart-fill::before { content: "\f19a"; }
184
+ .bi-bookmark-heart::before { content: "\f19b"; }
185
+ .bi-bookmark-plus-fill::before { content: "\f19c"; }
186
+ .bi-bookmark-plus::before { content: "\f19d"; }
187
+ .bi-bookmark-star-fill::before { content: "\f19e"; }
188
+ .bi-bookmark-star::before { content: "\f19f"; }
189
+ .bi-bookmark-x-fill::before { content: "\f1a0"; }
190
+ .bi-bookmark-x::before { content: "\f1a1"; }
191
+ .bi-bookmark::before { content: "\f1a2"; }
192
+ .bi-bookmarks-fill::before { content: "\f1a3"; }
193
+ .bi-bookmarks::before { content: "\f1a4"; }
194
+ .bi-bookshelf::before { content: "\f1a5"; }
195
+ .bi-bootstrap-fill::before { content: "\f1a6"; }
196
+ .bi-bootstrap-reboot::before { content: "\f1a7"; }
197
+ .bi-bootstrap::before { content: "\f1a8"; }
198
+ .bi-border-all::before { content: "\f1a9"; }
199
+ .bi-border-bottom::before { content: "\f1aa"; }
200
+ .bi-border-center::before { content: "\f1ab"; }
201
+ .bi-border-inner::before { content: "\f1ac"; }
202
+ .bi-border-left::before { content: "\f1ad"; }
203
+ .bi-border-middle::before { content: "\f1ae"; }
204
+ .bi-border-outer::before { content: "\f1af"; }
205
+ .bi-border-right::before { content: "\f1b0"; }
206
+ .bi-border-style::before { content: "\f1b1"; }
207
+ .bi-border-top::before { content: "\f1b2"; }
208
+ .bi-border-width::before { content: "\f1b3"; }
209
+ .bi-border::before { content: "\f1b4"; }
210
+ .bi-bounding-box-circles::before { content: "\f1b5"; }
211
+ .bi-bounding-box::before { content: "\f1b6"; }
212
+ .bi-box-arrow-down-left::before { content: "\f1b7"; }
213
+ .bi-box-arrow-down-right::before { content: "\f1b8"; }
214
+ .bi-box-arrow-down::before { content: "\f1b9"; }
215
+ .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
216
+ .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
217
+ .bi-box-arrow-in-down::before { content: "\f1bc"; }
218
+ .bi-box-arrow-in-left::before { content: "\f1bd"; }
219
+ .bi-box-arrow-in-right::before { content: "\f1be"; }
220
+ .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
221
+ .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
222
+ .bi-box-arrow-in-up::before { content: "\f1c1"; }
223
+ .bi-box-arrow-left::before { content: "\f1c2"; }
224
+ .bi-box-arrow-right::before { content: "\f1c3"; }
225
+ .bi-box-arrow-up-left::before { content: "\f1c4"; }
226
+ .bi-box-arrow-up-right::before { content: "\f1c5"; }
227
+ .bi-box-arrow-up::before { content: "\f1c6"; }
228
+ .bi-box-seam::before { content: "\f1c7"; }
229
+ .bi-box::before { content: "\f1c8"; }
230
+ .bi-braces::before { content: "\f1c9"; }
231
+ .bi-bricks::before { content: "\f1ca"; }
232
+ .bi-briefcase-fill::before { content: "\f1cb"; }
233
+ .bi-briefcase::before { content: "\f1cc"; }
234
+ .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
235
+ .bi-brightness-alt-high::before { content: "\f1ce"; }
236
+ .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
237
+ .bi-brightness-alt-low::before { content: "\f1d0"; }
238
+ .bi-brightness-high-fill::before { content: "\f1d1"; }
239
+ .bi-brightness-high::before { content: "\f1d2"; }
240
+ .bi-brightness-low-fill::before { content: "\f1d3"; }
241
+ .bi-brightness-low::before { content: "\f1d4"; }
242
+ .bi-broadcast-pin::before { content: "\f1d5"; }
243
+ .bi-broadcast::before { content: "\f1d6"; }
244
+ .bi-brush-fill::before { content: "\f1d7"; }
245
+ .bi-brush::before { content: "\f1d8"; }
246
+ .bi-bucket-fill::before { content: "\f1d9"; }
247
+ .bi-bucket::before { content: "\f1da"; }
248
+ .bi-bug-fill::before { content: "\f1db"; }
249
+ .bi-bug::before { content: "\f1dc"; }
250
+ .bi-building::before { content: "\f1dd"; }
251
+ .bi-bullseye::before { content: "\f1de"; }
252
+ .bi-calculator-fill::before { content: "\f1df"; }
253
+ .bi-calculator::before { content: "\f1e0"; }
254
+ .bi-calendar-check-fill::before { content: "\f1e1"; }
255
+ .bi-calendar-check::before { content: "\f1e2"; }
256
+ .bi-calendar-date-fill::before { content: "\f1e3"; }
257
+ .bi-calendar-date::before { content: "\f1e4"; }
258
+ .bi-calendar-day-fill::before { content: "\f1e5"; }
259
+ .bi-calendar-day::before { content: "\f1e6"; }
260
+ .bi-calendar-event-fill::before { content: "\f1e7"; }
261
+ .bi-calendar-event::before { content: "\f1e8"; }
262
+ .bi-calendar-fill::before { content: "\f1e9"; }
263
+ .bi-calendar-minus-fill::before { content: "\f1ea"; }
264
+ .bi-calendar-minus::before { content: "\f1eb"; }
265
+ .bi-calendar-month-fill::before { content: "\f1ec"; }
266
+ .bi-calendar-month::before { content: "\f1ed"; }
267
+ .bi-calendar-plus-fill::before { content: "\f1ee"; }
268
+ .bi-calendar-plus::before { content: "\f1ef"; }
269
+ .bi-calendar-range-fill::before { content: "\f1f0"; }
270
+ .bi-calendar-range::before { content: "\f1f1"; }
271
+ .bi-calendar-week-fill::before { content: "\f1f2"; }
272
+ .bi-calendar-week::before { content: "\f1f3"; }
273
+ .bi-calendar-x-fill::before { content: "\f1f4"; }
274
+ .bi-calendar-x::before { content: "\f1f5"; }
275
+ .bi-calendar::before { content: "\f1f6"; }
276
+ .bi-calendar2-check-fill::before { content: "\f1f7"; }
277
+ .bi-calendar2-check::before { content: "\f1f8"; }
278
+ .bi-calendar2-date-fill::before { content: "\f1f9"; }
279
+ .bi-calendar2-date::before { content: "\f1fa"; }
280
+ .bi-calendar2-day-fill::before { content: "\f1fb"; }
281
+ .bi-calendar2-day::before { content: "\f1fc"; }
282
+ .bi-calendar2-event-fill::before { content: "\f1fd"; }
283
+ .bi-calendar2-event::before { content: "\f1fe"; }
284
+ .bi-calendar2-fill::before { content: "\f1ff"; }
285
+ .bi-calendar2-minus-fill::before { content: "\f200"; }
286
+ .bi-calendar2-minus::before { content: "\f201"; }
287
+ .bi-calendar2-month-fill::before { content: "\f202"; }
288
+ .bi-calendar2-month::before { content: "\f203"; }
289
+ .bi-calendar2-plus-fill::before { content: "\f204"; }
290
+ .bi-calendar2-plus::before { content: "\f205"; }
291
+ .bi-calendar2-range-fill::before { content: "\f206"; }
292
+ .bi-calendar2-range::before { content: "\f207"; }
293
+ .bi-calendar2-week-fill::before { content: "\f208"; }
294
+ .bi-calendar2-week::before { content: "\f209"; }
295
+ .bi-calendar2-x-fill::before { content: "\f20a"; }
296
+ .bi-calendar2-x::before { content: "\f20b"; }
297
+ .bi-calendar2::before { content: "\f20c"; }
298
+ .bi-calendar3-event-fill::before { content: "\f20d"; }
299
+ .bi-calendar3-event::before { content: "\f20e"; }
300
+ .bi-calendar3-fill::before { content: "\f20f"; }
301
+ .bi-calendar3-range-fill::before { content: "\f210"; }
302
+ .bi-calendar3-range::before { content: "\f211"; }
303
+ .bi-calendar3-week-fill::before { content: "\f212"; }
304
+ .bi-calendar3-week::before { content: "\f213"; }
305
+ .bi-calendar3::before { content: "\f214"; }
306
+ .bi-calendar4-event::before { content: "\f215"; }
307
+ .bi-calendar4-range::before { content: "\f216"; }
308
+ .bi-calendar4-week::before { content: "\f217"; }
309
+ .bi-calendar4::before { content: "\f218"; }
310
+ .bi-camera-fill::before { content: "\f219"; }
311
+ .bi-camera-reels-fill::before { content: "\f21a"; }
312
+ .bi-camera-reels::before { content: "\f21b"; }
313
+ .bi-camera-video-fill::before { content: "\f21c"; }
314
+ .bi-camera-video-off-fill::before { content: "\f21d"; }
315
+ .bi-camera-video-off::before { content: "\f21e"; }
316
+ .bi-camera-video::before { content: "\f21f"; }
317
+ .bi-camera::before { content: "\f220"; }
318
+ .bi-camera2::before { content: "\f221"; }
319
+ .bi-capslock-fill::before { content: "\f222"; }
320
+ .bi-capslock::before { content: "\f223"; }
321
+ .bi-card-checklist::before { content: "\f224"; }
322
+ .bi-card-heading::before { content: "\f225"; }
323
+ .bi-card-image::before { content: "\f226"; }
324
+ .bi-card-list::before { content: "\f227"; }
325
+ .bi-card-text::before { content: "\f228"; }
326
+ .bi-caret-down-fill::before { content: "\f229"; }
327
+ .bi-caret-down-square-fill::before { content: "\f22a"; }
328
+ .bi-caret-down-square::before { content: "\f22b"; }
329
+ .bi-caret-down::before { content: "\f22c"; }
330
+ .bi-caret-left-fill::before { content: "\f22d"; }
331
+ .bi-caret-left-square-fill::before { content: "\f22e"; }
332
+ .bi-caret-left-square::before { content: "\f22f"; }
333
+ .bi-caret-left::before { content: "\f230"; }
334
+ .bi-caret-right-fill::before { content: "\f231"; }
335
+ .bi-caret-right-square-fill::before { content: "\f232"; }
336
+ .bi-caret-right-square::before { content: "\f233"; }
337
+ .bi-caret-right::before { content: "\f234"; }
338
+ .bi-caret-up-fill::before { content: "\f235"; }
339
+ .bi-caret-up-square-fill::before { content: "\f236"; }
340
+ .bi-caret-up-square::before { content: "\f237"; }
341
+ .bi-caret-up::before { content: "\f238"; }
342
+ .bi-cart-check-fill::before { content: "\f239"; }
343
+ .bi-cart-check::before { content: "\f23a"; }
344
+ .bi-cart-dash-fill::before { content: "\f23b"; }
345
+ .bi-cart-dash::before { content: "\f23c"; }
346
+ .bi-cart-fill::before { content: "\f23d"; }
347
+ .bi-cart-plus-fill::before { content: "\f23e"; }
348
+ .bi-cart-plus::before { content: "\f23f"; }
349
+ .bi-cart-x-fill::before { content: "\f240"; }
350
+ .bi-cart-x::before { content: "\f241"; }
351
+ .bi-cart::before { content: "\f242"; }
352
+ .bi-cart2::before { content: "\f243"; }
353
+ .bi-cart3::before { content: "\f244"; }
354
+ .bi-cart4::before { content: "\f245"; }
355
+ .bi-cash-stack::before { content: "\f246"; }
356
+ .bi-cash::before { content: "\f247"; }
357
+ .bi-cast::before { content: "\f248"; }
358
+ .bi-chat-dots-fill::before { content: "\f249"; }
359
+ .bi-chat-dots::before { content: "\f24a"; }
360
+ .bi-chat-fill::before { content: "\f24b"; }
361
+ .bi-chat-left-dots-fill::before { content: "\f24c"; }
362
+ .bi-chat-left-dots::before { content: "\f24d"; }
363
+ .bi-chat-left-fill::before { content: "\f24e"; }
364
+ .bi-chat-left-quote-fill::before { content: "\f24f"; }
365
+ .bi-chat-left-quote::before { content: "\f250"; }
366
+ .bi-chat-left-text-fill::before { content: "\f251"; }
367
+ .bi-chat-left-text::before { content: "\f252"; }
368
+ .bi-chat-left::before { content: "\f253"; }
369
+ .bi-chat-quote-fill::before { content: "\f254"; }
370
+ .bi-chat-quote::before { content: "\f255"; }
371
+ .bi-chat-right-dots-fill::before { content: "\f256"; }
372
+ .bi-chat-right-dots::before { content: "\f257"; }
373
+ .bi-chat-right-fill::before { content: "\f258"; }
374
+ .bi-chat-right-quote-fill::before { content: "\f259"; }
375
+ .bi-chat-right-quote::before { content: "\f25a"; }
376
+ .bi-chat-right-text-fill::before { content: "\f25b"; }
377
+ .bi-chat-right-text::before { content: "\f25c"; }
378
+ .bi-chat-right::before { content: "\f25d"; }
379
+ .bi-chat-square-dots-fill::before { content: "\f25e"; }
380
+ .bi-chat-square-dots::before { content: "\f25f"; }
381
+ .bi-chat-square-fill::before { content: "\f260"; }
382
+ .bi-chat-square-quote-fill::before { content: "\f261"; }
383
+ .bi-chat-square-quote::before { content: "\f262"; }
384
+ .bi-chat-square-text-fill::before { content: "\f263"; }
385
+ .bi-chat-square-text::before { content: "\f264"; }
386
+ .bi-chat-square::before { content: "\f265"; }
387
+ .bi-chat-text-fill::before { content: "\f266"; }
388
+ .bi-chat-text::before { content: "\f267"; }
389
+ .bi-chat::before { content: "\f268"; }
390
+ .bi-check-all::before { content: "\f269"; }
391
+ .bi-check-circle-fill::before { content: "\f26a"; }
392
+ .bi-check-circle::before { content: "\f26b"; }
393
+ .bi-check-square-fill::before { content: "\f26c"; }
394
+ .bi-check-square::before { content: "\f26d"; }
395
+ .bi-check::before { content: "\f26e"; }
396
+ .bi-check2-all::before { content: "\f26f"; }
397
+ .bi-check2-circle::before { content: "\f270"; }
398
+ .bi-check2-square::before { content: "\f271"; }
399
+ .bi-check2::before { content: "\f272"; }
400
+ .bi-chevron-bar-contract::before { content: "\f273"; }
401
+ .bi-chevron-bar-down::before { content: "\f274"; }
402
+ .bi-chevron-bar-expand::before { content: "\f275"; }
403
+ .bi-chevron-bar-left::before { content: "\f276"; }
404
+ .bi-chevron-bar-right::before { content: "\f277"; }
405
+ .bi-chevron-bar-up::before { content: "\f278"; }
406
+ .bi-chevron-compact-down::before { content: "\f279"; }
407
+ .bi-chevron-compact-left::before { content: "\f27a"; }
408
+ .bi-chevron-compact-right::before { content: "\f27b"; }
409
+ .bi-chevron-compact-up::before { content: "\f27c"; }
410
+ .bi-chevron-contract::before { content: "\f27d"; }
411
+ .bi-chevron-double-down::before { content: "\f27e"; }
412
+ .bi-chevron-double-left::before { content: "\f27f"; }
413
+ .bi-chevron-double-right::before { content: "\f280"; }
414
+ .bi-chevron-double-up::before { content: "\f281"; }
415
+ .bi-chevron-down::before { content: "\f282"; }
416
+ .bi-chevron-expand::before { content: "\f283"; }
417
+ .bi-chevron-left::before { content: "\f284"; }
418
+ .bi-chevron-right::before { content: "\f285"; }
419
+ .bi-chevron-up::before { content: "\f286"; }
420
+ .bi-circle-fill::before { content: "\f287"; }
421
+ .bi-circle-half::before { content: "\f288"; }
422
+ .bi-circle-square::before { content: "\f289"; }
423
+ .bi-circle::before { content: "\f28a"; }
424
+ .bi-clipboard-check::before { content: "\f28b"; }
425
+ .bi-clipboard-data::before { content: "\f28c"; }
426
+ .bi-clipboard-minus::before { content: "\f28d"; }
427
+ .bi-clipboard-plus::before { content: "\f28e"; }
428
+ .bi-clipboard-x::before { content: "\f28f"; }
429
+ .bi-clipboard::before { content: "\f290"; }
430
+ .bi-clock-fill::before { content: "\f291"; }
431
+ .bi-clock-history::before { content: "\f292"; }
432
+ .bi-clock::before { content: "\f293"; }
433
+ .bi-cloud-arrow-down-fill::before { content: "\f294"; }
434
+ .bi-cloud-arrow-down::before { content: "\f295"; }
435
+ .bi-cloud-arrow-up-fill::before { content: "\f296"; }
436
+ .bi-cloud-arrow-up::before { content: "\f297"; }
437
+ .bi-cloud-check-fill::before { content: "\f298"; }
438
+ .bi-cloud-check::before { content: "\f299"; }
439
+ .bi-cloud-download-fill::before { content: "\f29a"; }
440
+ .bi-cloud-download::before { content: "\f29b"; }
441
+ .bi-cloud-drizzle-fill::before { content: "\f29c"; }
442
+ .bi-cloud-drizzle::before { content: "\f29d"; }
443
+ .bi-cloud-fill::before { content: "\f29e"; }
444
+ .bi-cloud-fog-fill::before { content: "\f29f"; }
445
+ .bi-cloud-fog::before { content: "\f2a0"; }
446
+ .bi-cloud-fog2-fill::before { content: "\f2a1"; }
447
+ .bi-cloud-fog2::before { content: "\f2a2"; }
448
+ .bi-cloud-hail-fill::before { content: "\f2a3"; }
449
+ .bi-cloud-hail::before { content: "\f2a4"; }
450
+ .bi-cloud-haze-fill::before { content: "\f2a6"; }
451
+ .bi-cloud-haze::before { content: "\f2a7"; }
452
+ .bi-cloud-haze2-fill::before { content: "\f2a8"; }
453
+ .bi-cloud-lightning-fill::before { content: "\f2a9"; }
454
+ .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
455
+ .bi-cloud-lightning-rain::before { content: "\f2ab"; }
456
+ .bi-cloud-lightning::before { content: "\f2ac"; }
457
+ .bi-cloud-minus-fill::before { content: "\f2ad"; }
458
+ .bi-cloud-minus::before { content: "\f2ae"; }
459
+ .bi-cloud-moon-fill::before { content: "\f2af"; }
460
+ .bi-cloud-moon::before { content: "\f2b0"; }
461
+ .bi-cloud-plus-fill::before { content: "\f2b1"; }
462
+ .bi-cloud-plus::before { content: "\f2b2"; }
463
+ .bi-cloud-rain-fill::before { content: "\f2b3"; }
464
+ .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
465
+ .bi-cloud-rain-heavy::before { content: "\f2b5"; }
466
+ .bi-cloud-rain::before { content: "\f2b6"; }
467
+ .bi-cloud-slash-fill::before { content: "\f2b7"; }
468
+ .bi-cloud-slash::before { content: "\f2b8"; }
469
+ .bi-cloud-sleet-fill::before { content: "\f2b9"; }
470
+ .bi-cloud-sleet::before { content: "\f2ba"; }
471
+ .bi-cloud-snow-fill::before { content: "\f2bb"; }
472
+ .bi-cloud-snow::before { content: "\f2bc"; }
473
+ .bi-cloud-sun-fill::before { content: "\f2bd"; }
474
+ .bi-cloud-sun::before { content: "\f2be"; }
475
+ .bi-cloud-upload-fill::before { content: "\f2bf"; }
476
+ .bi-cloud-upload::before { content: "\f2c0"; }
477
+ .bi-cloud::before { content: "\f2c1"; }
478
+ .bi-clouds-fill::before { content: "\f2c2"; }
479
+ .bi-clouds::before { content: "\f2c3"; }
480
+ .bi-cloudy-fill::before { content: "\f2c4"; }
481
+ .bi-cloudy::before { content: "\f2c5"; }
482
+ .bi-code-slash::before { content: "\f2c6"; }
483
+ .bi-code-square::before { content: "\f2c7"; }
484
+ .bi-code::before { content: "\f2c8"; }
485
+ .bi-collection-fill::before { content: "\f2c9"; }
486
+ .bi-collection-play-fill::before { content: "\f2ca"; }
487
+ .bi-collection-play::before { content: "\f2cb"; }
488
+ .bi-collection::before { content: "\f2cc"; }
489
+ .bi-columns-gap::before { content: "\f2cd"; }
490
+ .bi-columns::before { content: "\f2ce"; }
491
+ .bi-command::before { content: "\f2cf"; }
492
+ .bi-compass-fill::before { content: "\f2d0"; }
493
+ .bi-compass::before { content: "\f2d1"; }
494
+ .bi-cone-striped::before { content: "\f2d2"; }
495
+ .bi-cone::before { content: "\f2d3"; }
496
+ .bi-controller::before { content: "\f2d4"; }
497
+ .bi-cpu-fill::before { content: "\f2d5"; }
498
+ .bi-cpu::before { content: "\f2d6"; }
499
+ .bi-credit-card-2-back-fill::before { content: "\f2d7"; }
500
+ .bi-credit-card-2-back::before { content: "\f2d8"; }
501
+ .bi-credit-card-2-front-fill::before { content: "\f2d9"; }
502
+ .bi-credit-card-2-front::before { content: "\f2da"; }
503
+ .bi-credit-card-fill::before { content: "\f2db"; }
504
+ .bi-credit-card::before { content: "\f2dc"; }
505
+ .bi-crop::before { content: "\f2dd"; }
506
+ .bi-cup-fill::before { content: "\f2de"; }
507
+ .bi-cup-straw::before { content: "\f2df"; }
508
+ .bi-cup::before { content: "\f2e0"; }
509
+ .bi-cursor-fill::before { content: "\f2e1"; }
510
+ .bi-cursor-text::before { content: "\f2e2"; }
511
+ .bi-cursor::before { content: "\f2e3"; }
512
+ .bi-dash-circle-dotted::before { content: "\f2e4"; }
513
+ .bi-dash-circle-fill::before { content: "\f2e5"; }
514
+ .bi-dash-circle::before { content: "\f2e6"; }
515
+ .bi-dash-square-dotted::before { content: "\f2e7"; }
516
+ .bi-dash-square-fill::before { content: "\f2e8"; }
517
+ .bi-dash-square::before { content: "\f2e9"; }
518
+ .bi-dash::before { content: "\f2ea"; }
519
+ .bi-diagram-2-fill::before { content: "\f2eb"; }
520
+ .bi-diagram-2::before { content: "\f2ec"; }
521
+ .bi-diagram-3-fill::before { content: "\f2ed"; }
522
+ .bi-diagram-3::before { content: "\f2ee"; }
523
+ .bi-diamond-fill::before { content: "\f2ef"; }
524
+ .bi-diamond-half::before { content: "\f2f0"; }
525
+ .bi-diamond::before { content: "\f2f1"; }
526
+ .bi-dice-1-fill::before { content: "\f2f2"; }
527
+ .bi-dice-1::before { content: "\f2f3"; }
528
+ .bi-dice-2-fill::before { content: "\f2f4"; }
529
+ .bi-dice-2::before { content: "\f2f5"; }
530
+ .bi-dice-3-fill::before { content: "\f2f6"; }
531
+ .bi-dice-3::before { content: "\f2f7"; }
532
+ .bi-dice-4-fill::before { content: "\f2f8"; }
533
+ .bi-dice-4::before { content: "\f2f9"; }
534
+ .bi-dice-5-fill::before { content: "\f2fa"; }
535
+ .bi-dice-5::before { content: "\f2fb"; }
536
+ .bi-dice-6-fill::before { content: "\f2fc"; }
537
+ .bi-dice-6::before { content: "\f2fd"; }
538
+ .bi-disc-fill::before { content: "\f2fe"; }
539
+ .bi-disc::before { content: "\f2ff"; }
540
+ .bi-discord::before { content: "\f300"; }
541
+ .bi-display-fill::before { content: "\f301"; }
542
+ .bi-display::before { content: "\f302"; }
543
+ .bi-distribute-horizontal::before { content: "\f303"; }
544
+ .bi-distribute-vertical::before { content: "\f304"; }
545
+ .bi-door-closed-fill::before { content: "\f305"; }
546
+ .bi-door-closed::before { content: "\f306"; }
547
+ .bi-door-open-fill::before { content: "\f307"; }
548
+ .bi-door-open::before { content: "\f308"; }
549
+ .bi-dot::before { content: "\f309"; }
550
+ .bi-download::before { content: "\f30a"; }
551
+ .bi-droplet-fill::before { content: "\f30b"; }
552
+ .bi-droplet-half::before { content: "\f30c"; }
553
+ .bi-droplet::before { content: "\f30d"; }
554
+ .bi-earbuds::before { content: "\f30e"; }
555
+ .bi-easel-fill::before { content: "\f30f"; }
556
+ .bi-easel::before { content: "\f310"; }
557
+ .bi-egg-fill::before { content: "\f311"; }
558
+ .bi-egg-fried::before { content: "\f312"; }
559
+ .bi-egg::before { content: "\f313"; }
560
+ .bi-eject-fill::before { content: "\f314"; }
561
+ .bi-eject::before { content: "\f315"; }
562
+ .bi-emoji-angry-fill::before { content: "\f316"; }
563
+ .bi-emoji-angry::before { content: "\f317"; }
564
+ .bi-emoji-dizzy-fill::before { content: "\f318"; }
565
+ .bi-emoji-dizzy::before { content: "\f319"; }
566
+ .bi-emoji-expressionless-fill::before { content: "\f31a"; }
567
+ .bi-emoji-expressionless::before { content: "\f31b"; }
568
+ .bi-emoji-frown-fill::before { content: "\f31c"; }
569
+ .bi-emoji-frown::before { content: "\f31d"; }
570
+ .bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
571
+ .bi-emoji-heart-eyes::before { content: "\f31f"; }
572
+ .bi-emoji-laughing-fill::before { content: "\f320"; }
573
+ .bi-emoji-laughing::before { content: "\f321"; }
574
+ .bi-emoji-neutral-fill::before { content: "\f322"; }
575
+ .bi-emoji-neutral::before { content: "\f323"; }
576
+ .bi-emoji-smile-fill::before { content: "\f324"; }
577
+ .bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
578
+ .bi-emoji-smile-upside-down::before { content: "\f326"; }
579
+ .bi-emoji-smile::before { content: "\f327"; }
580
+ .bi-emoji-sunglasses-fill::before { content: "\f328"; }
581
+ .bi-emoji-sunglasses::before { content: "\f329"; }
582
+ .bi-emoji-wink-fill::before { content: "\f32a"; }
583
+ .bi-emoji-wink::before { content: "\f32b"; }
584
+ .bi-envelope-fill::before { content: "\f32c"; }
585
+ .bi-envelope-open-fill::before { content: "\f32d"; }
586
+ .bi-envelope-open::before { content: "\f32e"; }
587
+ .bi-envelope::before { content: "\f32f"; }
588
+ .bi-eraser-fill::before { content: "\f330"; }
589
+ .bi-eraser::before { content: "\f331"; }
590
+ .bi-exclamation-circle-fill::before { content: "\f332"; }
591
+ .bi-exclamation-circle::before { content: "\f333"; }
592
+ .bi-exclamation-diamond-fill::before { content: "\f334"; }
593
+ .bi-exclamation-diamond::before { content: "\f335"; }
594
+ .bi-exclamation-octagon-fill::before { content: "\f336"; }
595
+ .bi-exclamation-octagon::before { content: "\f337"; }
596
+ .bi-exclamation-square-fill::before { content: "\f338"; }
597
+ .bi-exclamation-square::before { content: "\f339"; }
598
+ .bi-exclamation-triangle-fill::before { content: "\f33a"; }
599
+ .bi-exclamation-triangle::before { content: "\f33b"; }
600
+ .bi-exclamation::before { content: "\f33c"; }
601
+ .bi-exclude::before { content: "\f33d"; }
602
+ .bi-eye-fill::before { content: "\f33e"; }
603
+ .bi-eye-slash-fill::before { content: "\f33f"; }
604
+ .bi-eye-slash::before { content: "\f340"; }
605
+ .bi-eye::before { content: "\f341"; }
606
+ .bi-eyedropper::before { content: "\f342"; }
607
+ .bi-eyeglasses::before { content: "\f343"; }
608
+ .bi-facebook::before { content: "\f344"; }
609
+ .bi-file-arrow-down-fill::before { content: "\f345"; }
610
+ .bi-file-arrow-down::before { content: "\f346"; }
611
+ .bi-file-arrow-up-fill::before { content: "\f347"; }
612
+ .bi-file-arrow-up::before { content: "\f348"; }
613
+ .bi-file-bar-graph-fill::before { content: "\f349"; }
614
+ .bi-file-bar-graph::before { content: "\f34a"; }
615
+ .bi-file-binary-fill::before { content: "\f34b"; }
616
+ .bi-file-binary::before { content: "\f34c"; }
617
+ .bi-file-break-fill::before { content: "\f34d"; }
618
+ .bi-file-break::before { content: "\f34e"; }
619
+ .bi-file-check-fill::before { content: "\f34f"; }
620
+ .bi-file-check::before { content: "\f350"; }
621
+ .bi-file-code-fill::before { content: "\f351"; }
622
+ .bi-file-code::before { content: "\f352"; }
623
+ .bi-file-diff-fill::before { content: "\f353"; }
624
+ .bi-file-diff::before { content: "\f354"; }
625
+ .bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
626
+ .bi-file-earmark-arrow-down::before { content: "\f356"; }
627
+ .bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
628
+ .bi-file-earmark-arrow-up::before { content: "\f358"; }
629
+ .bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
630
+ .bi-file-earmark-bar-graph::before { content: "\f35a"; }
631
+ .bi-file-earmark-binary-fill::before { content: "\f35b"; }
632
+ .bi-file-earmark-binary::before { content: "\f35c"; }
633
+ .bi-file-earmark-break-fill::before { content: "\f35d"; }
634
+ .bi-file-earmark-break::before { content: "\f35e"; }
635
+ .bi-file-earmark-check-fill::before { content: "\f35f"; }
636
+ .bi-file-earmark-check::before { content: "\f360"; }
637
+ .bi-file-earmark-code-fill::before { content: "\f361"; }
638
+ .bi-file-earmark-code::before { content: "\f362"; }
639
+ .bi-file-earmark-diff-fill::before { content: "\f363"; }
640
+ .bi-file-earmark-diff::before { content: "\f364"; }
641
+ .bi-file-earmark-easel-fill::before { content: "\f365"; }
642
+ .bi-file-earmark-easel::before { content: "\f366"; }
643
+ .bi-file-earmark-excel-fill::before { content: "\f367"; }
644
+ .bi-file-earmark-excel::before { content: "\f368"; }
645
+ .bi-file-earmark-fill::before { content: "\f369"; }
646
+ .bi-file-earmark-font-fill::before { content: "\f36a"; }
647
+ .bi-file-earmark-font::before { content: "\f36b"; }
648
+ .bi-file-earmark-image-fill::before { content: "\f36c"; }
649
+ .bi-file-earmark-image::before { content: "\f36d"; }
650
+ .bi-file-earmark-lock-fill::before { content: "\f36e"; }
651
+ .bi-file-earmark-lock::before { content: "\f36f"; }
652
+ .bi-file-earmark-lock2-fill::before { content: "\f370"; }
653
+ .bi-file-earmark-lock2::before { content: "\f371"; }
654
+ .bi-file-earmark-medical-fill::before { content: "\f372"; }
655
+ .bi-file-earmark-medical::before { content: "\f373"; }
656
+ .bi-file-earmark-minus-fill::before { content: "\f374"; }
657
+ .bi-file-earmark-minus::before { content: "\f375"; }
658
+ .bi-file-earmark-music-fill::before { content: "\f376"; }
659
+ .bi-file-earmark-music::before { content: "\f377"; }
660
+ .bi-file-earmark-person-fill::before { content: "\f378"; }
661
+ .bi-file-earmark-person::before { content: "\f379"; }
662
+ .bi-file-earmark-play-fill::before { content: "\f37a"; }
663
+ .bi-file-earmark-play::before { content: "\f37b"; }
664
+ .bi-file-earmark-plus-fill::before { content: "\f37c"; }
665
+ .bi-file-earmark-plus::before { content: "\f37d"; }
666
+ .bi-file-earmark-post-fill::before { content: "\f37e"; }
667
+ .bi-file-earmark-post::before { content: "\f37f"; }
668
+ .bi-file-earmark-ppt-fill::before { content: "\f380"; }
669
+ .bi-file-earmark-ppt::before { content: "\f381"; }
670
+ .bi-file-earmark-richtext-fill::before { content: "\f382"; }
671
+ .bi-file-earmark-richtext::before { content: "\f383"; }
672
+ .bi-file-earmark-ruled-fill::before { content: "\f384"; }
673
+ .bi-file-earmark-ruled::before { content: "\f385"; }
674
+ .bi-file-earmark-slides-fill::before { content: "\f386"; }
675
+ .bi-file-earmark-slides::before { content: "\f387"; }
676
+ .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
677
+ .bi-file-earmark-spreadsheet::before { content: "\f389"; }
678
+ .bi-file-earmark-text-fill::before { content: "\f38a"; }
679
+ .bi-file-earmark-text::before { content: "\f38b"; }
680
+ .bi-file-earmark-word-fill::before { content: "\f38c"; }
681
+ .bi-file-earmark-word::before { content: "\f38d"; }
682
+ .bi-file-earmark-x-fill::before { content: "\f38e"; }
683
+ .bi-file-earmark-x::before { content: "\f38f"; }
684
+ .bi-file-earmark-zip-fill::before { content: "\f390"; }
685
+ .bi-file-earmark-zip::before { content: "\f391"; }
686
+ .bi-file-earmark::before { content: "\f392"; }
687
+ .bi-file-easel-fill::before { content: "\f393"; }
688
+ .bi-file-easel::before { content: "\f394"; }
689
+ .bi-file-excel-fill::before { content: "\f395"; }
690
+ .bi-file-excel::before { content: "\f396"; }
691
+ .bi-file-fill::before { content: "\f397"; }
692
+ .bi-file-font-fill::before { content: "\f398"; }
693
+ .bi-file-font::before { content: "\f399"; }
694
+ .bi-file-image-fill::before { content: "\f39a"; }
695
+ .bi-file-image::before { content: "\f39b"; }
696
+ .bi-file-lock-fill::before { content: "\f39c"; }
697
+ .bi-file-lock::before { content: "\f39d"; }
698
+ .bi-file-lock2-fill::before { content: "\f39e"; }
699
+ .bi-file-lock2::before { content: "\f39f"; }
700
+ .bi-file-medical-fill::before { content: "\f3a0"; }
701
+ .bi-file-medical::before { content: "\f3a1"; }
702
+ .bi-file-minus-fill::before { content: "\f3a2"; }
703
+ .bi-file-minus::before { content: "\f3a3"; }
704
+ .bi-file-music-fill::before { content: "\f3a4"; }
705
+ .bi-file-music::before { content: "\f3a5"; }
706
+ .bi-file-person-fill::before { content: "\f3a6"; }
707
+ .bi-file-person::before { content: "\f3a7"; }
708
+ .bi-file-play-fill::before { content: "\f3a8"; }
709
+ .bi-file-play::before { content: "\f3a9"; }
710
+ .bi-file-plus-fill::before { content: "\f3aa"; }
711
+ .bi-file-plus::before { content: "\f3ab"; }
712
+ .bi-file-post-fill::before { content: "\f3ac"; }
713
+ .bi-file-post::before { content: "\f3ad"; }
714
+ .bi-file-ppt-fill::before { content: "\f3ae"; }
715
+ .bi-file-ppt::before { content: "\f3af"; }
716
+ .bi-file-richtext-fill::before { content: "\f3b0"; }
717
+ .bi-file-richtext::before { content: "\f3b1"; }
718
+ .bi-file-ruled-fill::before { content: "\f3b2"; }
719
+ .bi-file-ruled::before { content: "\f3b3"; }
720
+ .bi-file-slides-fill::before { content: "\f3b4"; }
721
+ .bi-file-slides::before { content: "\f3b5"; }
722
+ .bi-file-spreadsheet-fill::before { content: "\f3b6"; }
723
+ .bi-file-spreadsheet::before { content: "\f3b7"; }
724
+ .bi-file-text-fill::before { content: "\f3b8"; }
725
+ .bi-file-text::before { content: "\f3b9"; }
726
+ .bi-file-word-fill::before { content: "\f3ba"; }
727
+ .bi-file-word::before { content: "\f3bb"; }
728
+ .bi-file-x-fill::before { content: "\f3bc"; }
729
+ .bi-file-x::before { content: "\f3bd"; }
730
+ .bi-file-zip-fill::before { content: "\f3be"; }
731
+ .bi-file-zip::before { content: "\f3bf"; }
732
+ .bi-file::before { content: "\f3c0"; }
733
+ .bi-files-alt::before { content: "\f3c1"; }
734
+ .bi-files::before { content: "\f3c2"; }
735
+ .bi-film::before { content: "\f3c3"; }
736
+ .bi-filter-circle-fill::before { content: "\f3c4"; }
737
+ .bi-filter-circle::before { content: "\f3c5"; }
738
+ .bi-filter-left::before { content: "\f3c6"; }
739
+ .bi-filter-right::before { content: "\f3c7"; }
740
+ .bi-filter-square-fill::before { content: "\f3c8"; }
741
+ .bi-filter-square::before { content: "\f3c9"; }
742
+ .bi-filter::before { content: "\f3ca"; }
743
+ .bi-flag-fill::before { content: "\f3cb"; }
744
+ .bi-flag::before { content: "\f3cc"; }
745
+ .bi-flower1::before { content: "\f3cd"; }
746
+ .bi-flower2::before { content: "\f3ce"; }
747
+ .bi-flower3::before { content: "\f3cf"; }
748
+ .bi-folder-check::before { content: "\f3d0"; }
749
+ .bi-folder-fill::before { content: "\f3d1"; }
750
+ .bi-folder-minus::before { content: "\f3d2"; }
751
+ .bi-folder-plus::before { content: "\f3d3"; }
752
+ .bi-folder-symlink-fill::before { content: "\f3d4"; }
753
+ .bi-folder-symlink::before { content: "\f3d5"; }
754
+ .bi-folder-x::before { content: "\f3d6"; }
755
+ .bi-folder::before { content: "\f3d7"; }
756
+ .bi-folder2-open::before { content: "\f3d8"; }
757
+ .bi-folder2::before { content: "\f3d9"; }
758
+ .bi-fonts::before { content: "\f3da"; }
759
+ .bi-forward-fill::before { content: "\f3db"; }
760
+ .bi-forward::before { content: "\f3dc"; }
761
+ .bi-front::before { content: "\f3dd"; }
762
+ .bi-fullscreen-exit::before { content: "\f3de"; }
763
+ .bi-fullscreen::before { content: "\f3df"; }
764
+ .bi-funnel-fill::before { content: "\f3e0"; }
765
+ .bi-funnel::before { content: "\f3e1"; }
766
+ .bi-gear-fill::before { content: "\f3e2"; }
767
+ .bi-gear-wide-connected::before { content: "\f3e3"; }
768
+ .bi-gear-wide::before { content: "\f3e4"; }
769
+ .bi-gear::before { content: "\f3e5"; }
770
+ .bi-gem::before { content: "\f3e6"; }
771
+ .bi-geo-alt-fill::before { content: "\f3e7"; }
772
+ .bi-geo-alt::before { content: "\f3e8"; }
773
+ .bi-geo-fill::before { content: "\f3e9"; }
774
+ .bi-geo::before { content: "\f3ea"; }
775
+ .bi-gift-fill::before { content: "\f3eb"; }
776
+ .bi-gift::before { content: "\f3ec"; }
777
+ .bi-github::before { content: "\f3ed"; }
778
+ .bi-globe::before { content: "\f3ee"; }
779
+ .bi-globe2::before { content: "\f3ef"; }
780
+ .bi-google::before { content: "\f3f0"; }
781
+ .bi-graph-down::before { content: "\f3f1"; }
782
+ .bi-graph-up::before { content: "\f3f2"; }
783
+ .bi-grid-1x2-fill::before { content: "\f3f3"; }
784
+ .bi-grid-1x2::before { content: "\f3f4"; }
785
+ .bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
786
+ .bi-grid-3x2-gap::before { content: "\f3f6"; }
787
+ .bi-grid-3x2::before { content: "\f3f7"; }
788
+ .bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
789
+ .bi-grid-3x3-gap::before { content: "\f3f9"; }
790
+ .bi-grid-3x3::before { content: "\f3fa"; }
791
+ .bi-grid-fill::before { content: "\f3fb"; }
792
+ .bi-grid::before { content: "\f3fc"; }
793
+ .bi-grip-horizontal::before { content: "\f3fd"; }
794
+ .bi-grip-vertical::before { content: "\f3fe"; }
795
+ .bi-hammer::before { content: "\f3ff"; }
796
+ .bi-hand-index-fill::before { content: "\f400"; }
797
+ .bi-hand-index-thumb-fill::before { content: "\f401"; }
798
+ .bi-hand-index-thumb::before { content: "\f402"; }
799
+ .bi-hand-index::before { content: "\f403"; }
800
+ .bi-hand-thumbs-down-fill::before { content: "\f404"; }
801
+ .bi-hand-thumbs-down::before { content: "\f405"; }
802
+ .bi-hand-thumbs-up-fill::before { content: "\f406"; }
803
+ .bi-hand-thumbs-up::before { content: "\f407"; }
804
+ .bi-handbag-fill::before { content: "\f408"; }
805
+ .bi-handbag::before { content: "\f409"; }
806
+ .bi-hash::before { content: "\f40a"; }
807
+ .bi-hdd-fill::before { content: "\f40b"; }
808
+ .bi-hdd-network-fill::before { content: "\f40c"; }
809
+ .bi-hdd-network::before { content: "\f40d"; }
810
+ .bi-hdd-rack-fill::before { content: "\f40e"; }
811
+ .bi-hdd-rack::before { content: "\f40f"; }
812
+ .bi-hdd-stack-fill::before { content: "\f410"; }
813
+ .bi-hdd-stack::before { content: "\f411"; }
814
+ .bi-hdd::before { content: "\f412"; }
815
+ .bi-headphones::before { content: "\f413"; }
816
+ .bi-headset::before { content: "\f414"; }
817
+ .bi-heart-fill::before { content: "\f415"; }
818
+ .bi-heart-half::before { content: "\f416"; }
819
+ .bi-heart::before { content: "\f417"; }
820
+ .bi-heptagon-fill::before { content: "\f418"; }
821
+ .bi-heptagon-half::before { content: "\f419"; }
822
+ .bi-heptagon::before { content: "\f41a"; }
823
+ .bi-hexagon-fill::before { content: "\f41b"; }
824
+ .bi-hexagon-half::before { content: "\f41c"; }
825
+ .bi-hexagon::before { content: "\f41d"; }
826
+ .bi-hourglass-bottom::before { content: "\f41e"; }
827
+ .bi-hourglass-split::before { content: "\f41f"; }
828
+ .bi-hourglass-top::before { content: "\f420"; }
829
+ .bi-hourglass::before { content: "\f421"; }
830
+ .bi-house-door-fill::before { content: "\f422"; }
831
+ .bi-house-door::before { content: "\f423"; }
832
+ .bi-house-fill::before { content: "\f424"; }
833
+ .bi-house::before { content: "\f425"; }
834
+ .bi-hr::before { content: "\f426"; }
835
+ .bi-hurricane::before { content: "\f427"; }
836
+ .bi-image-alt::before { content: "\f428"; }
837
+ .bi-image-fill::before { content: "\f429"; }
838
+ .bi-image::before { content: "\f42a"; }
839
+ .bi-images::before { content: "\f42b"; }
840
+ .bi-inbox-fill::before { content: "\f42c"; }
841
+ .bi-inbox::before { content: "\f42d"; }
842
+ .bi-inboxes-fill::before { content: "\f42e"; }
843
+ .bi-inboxes::before { content: "\f42f"; }
844
+ .bi-info-circle-fill::before { content: "\f430"; }
845
+ .bi-info-circle::before { content: "\f431"; }
846
+ .bi-info-square-fill::before { content: "\f432"; }
847
+ .bi-info-square::before { content: "\f433"; }
848
+ .bi-info::before { content: "\f434"; }
849
+ .bi-input-cursor-text::before { content: "\f435"; }
850
+ .bi-input-cursor::before { content: "\f436"; }
851
+ .bi-instagram::before { content: "\f437"; }
852
+ .bi-intersect::before { content: "\f438"; }
853
+ .bi-journal-album::before { content: "\f439"; }
854
+ .bi-journal-arrow-down::before { content: "\f43a"; }
855
+ .bi-journal-arrow-up::before { content: "\f43b"; }
856
+ .bi-journal-bookmark-fill::before { content: "\f43c"; }
857
+ .bi-journal-bookmark::before { content: "\f43d"; }
858
+ .bi-journal-check::before { content: "\f43e"; }
859
+ .bi-journal-code::before { content: "\f43f"; }
860
+ .bi-journal-medical::before { content: "\f440"; }
861
+ .bi-journal-minus::before { content: "\f441"; }
862
+ .bi-journal-plus::before { content: "\f442"; }
863
+ .bi-journal-richtext::before { content: "\f443"; }
864
+ .bi-journal-text::before { content: "\f444"; }
865
+ .bi-journal-x::before { content: "\f445"; }
866
+ .bi-journal::before { content: "\f446"; }
867
+ .bi-journals::before { content: "\f447"; }
868
+ .bi-joystick::before { content: "\f448"; }
869
+ .bi-justify-left::before { content: "\f449"; }
870
+ .bi-justify-right::before { content: "\f44a"; }
871
+ .bi-justify::before { content: "\f44b"; }
872
+ .bi-kanban-fill::before { content: "\f44c"; }
873
+ .bi-kanban::before { content: "\f44d"; }
874
+ .bi-key-fill::before { content: "\f44e"; }
875
+ .bi-key::before { content: "\f44f"; }
876
+ .bi-keyboard-fill::before { content: "\f450"; }
877
+ .bi-keyboard::before { content: "\f451"; }
878
+ .bi-ladder::before { content: "\f452"; }
879
+ .bi-lamp-fill::before { content: "\f453"; }
880
+ .bi-lamp::before { content: "\f454"; }
881
+ .bi-laptop-fill::before { content: "\f455"; }
882
+ .bi-laptop::before { content: "\f456"; }
883
+ .bi-layer-backward::before { content: "\f457"; }
884
+ .bi-layer-forward::before { content: "\f458"; }
885
+ .bi-layers-fill::before { content: "\f459"; }
886
+ .bi-layers-half::before { content: "\f45a"; }
887
+ .bi-layers::before { content: "\f45b"; }
888
+ .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
889
+ .bi-layout-sidebar-inset::before { content: "\f45d"; }
890
+ .bi-layout-sidebar-reverse::before { content: "\f45e"; }
891
+ .bi-layout-sidebar::before { content: "\f45f"; }
892
+ .bi-layout-split::before { content: "\f460"; }
893
+ .bi-layout-text-sidebar-reverse::before { content: "\f461"; }
894
+ .bi-layout-text-sidebar::before { content: "\f462"; }
895
+ .bi-layout-text-window-reverse::before { content: "\f463"; }
896
+ .bi-layout-text-window::before { content: "\f464"; }
897
+ .bi-layout-three-columns::before { content: "\f465"; }
898
+ .bi-layout-wtf::before { content: "\f466"; }
899
+ .bi-life-preserver::before { content: "\f467"; }
900
+ .bi-lightbulb-fill::before { content: "\f468"; }
901
+ .bi-lightbulb-off-fill::before { content: "\f469"; }
902
+ .bi-lightbulb-off::before { content: "\f46a"; }
903
+ .bi-lightbulb::before { content: "\f46b"; }
904
+ .bi-lightning-charge-fill::before { content: "\f46c"; }
905
+ .bi-lightning-charge::before { content: "\f46d"; }
906
+ .bi-lightning-fill::before { content: "\f46e"; }
907
+ .bi-lightning::before { content: "\f46f"; }
908
+ .bi-link-45deg::before { content: "\f470"; }
909
+ .bi-link::before { content: "\f471"; }
910
+ .bi-linkedin::before { content: "\f472"; }
911
+ .bi-list-check::before { content: "\f473"; }
912
+ .bi-list-nested::before { content: "\f474"; }
913
+ .bi-list-ol::before { content: "\f475"; }
914
+ .bi-list-stars::before { content: "\f476"; }
915
+ .bi-list-task::before { content: "\f477"; }
916
+ .bi-list-ul::before { content: "\f478"; }
917
+ .bi-list::before { content: "\f479"; }
918
+ .bi-lock-fill::before { content: "\f47a"; }
919
+ .bi-lock::before { content: "\f47b"; }
920
+ .bi-mailbox::before { content: "\f47c"; }
921
+ .bi-mailbox2::before { content: "\f47d"; }
922
+ .bi-map-fill::before { content: "\f47e"; }
923
+ .bi-map::before { content: "\f47f"; }
924
+ .bi-markdown-fill::before { content: "\f480"; }
925
+ .bi-markdown::before { content: "\f481"; }
926
+ .bi-mask::before { content: "\f482"; }
927
+ .bi-megaphone-fill::before { content: "\f483"; }
928
+ .bi-megaphone::before { content: "\f484"; }
929
+ .bi-menu-app-fill::before { content: "\f485"; }
930
+ .bi-menu-app::before { content: "\f486"; }
931
+ .bi-menu-button-fill::before { content: "\f487"; }
932
+ .bi-menu-button-wide-fill::before { content: "\f488"; }
933
+ .bi-menu-button-wide::before { content: "\f489"; }
934
+ .bi-menu-button::before { content: "\f48a"; }
935
+ .bi-menu-down::before { content: "\f48b"; }
936
+ .bi-menu-up::before { content: "\f48c"; }
937
+ .bi-mic-fill::before { content: "\f48d"; }
938
+ .bi-mic-mute-fill::before { content: "\f48e"; }
939
+ .bi-mic-mute::before { content: "\f48f"; }
940
+ .bi-mic::before { content: "\f490"; }
941
+ .bi-minecart-loaded::before { content: "\f491"; }
942
+ .bi-minecart::before { content: "\f492"; }
943
+ .bi-moisture::before { content: "\f493"; }
944
+ .bi-moon-fill::before { content: "\f494"; }
945
+ .bi-moon-stars-fill::before { content: "\f495"; }
946
+ .bi-moon-stars::before { content: "\f496"; }
947
+ .bi-moon::before { content: "\f497"; }
948
+ .bi-mouse-fill::before { content: "\f498"; }
949
+ .bi-mouse::before { content: "\f499"; }
950
+ .bi-mouse2-fill::before { content: "\f49a"; }
951
+ .bi-mouse2::before { content: "\f49b"; }
952
+ .bi-mouse3-fill::before { content: "\f49c"; }
953
+ .bi-mouse3::before { content: "\f49d"; }
954
+ .bi-music-note-beamed::before { content: "\f49e"; }
955
+ .bi-music-note-list::before { content: "\f49f"; }
956
+ .bi-music-note::before { content: "\f4a0"; }
957
+ .bi-music-player-fill::before { content: "\f4a1"; }
958
+ .bi-music-player::before { content: "\f4a2"; }
959
+ .bi-newspaper::before { content: "\f4a3"; }
960
+ .bi-node-minus-fill::before { content: "\f4a4"; }
961
+ .bi-node-minus::before { content: "\f4a5"; }
962
+ .bi-node-plus-fill::before { content: "\f4a6"; }
963
+ .bi-node-plus::before { content: "\f4a7"; }
964
+ .bi-nut-fill::before { content: "\f4a8"; }
965
+ .bi-nut::before { content: "\f4a9"; }
966
+ .bi-octagon-fill::before { content: "\f4aa"; }
967
+ .bi-octagon-half::before { content: "\f4ab"; }
968
+ .bi-octagon::before { content: "\f4ac"; }
969
+ .bi-option::before { content: "\f4ad"; }
970
+ .bi-outlet::before { content: "\f4ae"; }
971
+ .bi-paint-bucket::before { content: "\f4af"; }
972
+ .bi-palette-fill::before { content: "\f4b0"; }
973
+ .bi-palette::before { content: "\f4b1"; }
974
+ .bi-palette2::before { content: "\f4b2"; }
975
+ .bi-paperclip::before { content: "\f4b3"; }
976
+ .bi-paragraph::before { content: "\f4b4"; }
977
+ .bi-patch-check-fill::before { content: "\f4b5"; }
978
+ .bi-patch-check::before { content: "\f4b6"; }
979
+ .bi-patch-exclamation-fill::before { content: "\f4b7"; }
980
+ .bi-patch-exclamation::before { content: "\f4b8"; }
981
+ .bi-patch-minus-fill::before { content: "\f4b9"; }
982
+ .bi-patch-minus::before { content: "\f4ba"; }
983
+ .bi-patch-plus-fill::before { content: "\f4bb"; }
984
+ .bi-patch-plus::before { content: "\f4bc"; }
985
+ .bi-patch-question-fill::before { content: "\f4bd"; }
986
+ .bi-patch-question::before { content: "\f4be"; }
987
+ .bi-pause-btn-fill::before { content: "\f4bf"; }
988
+ .bi-pause-btn::before { content: "\f4c0"; }
989
+ .bi-pause-circle-fill::before { content: "\f4c1"; }
990
+ .bi-pause-circle::before { content: "\f4c2"; }
991
+ .bi-pause-fill::before { content: "\f4c3"; }
992
+ .bi-pause::before { content: "\f4c4"; }
993
+ .bi-peace-fill::before { content: "\f4c5"; }
994
+ .bi-peace::before { content: "\f4c6"; }
995
+ .bi-pen-fill::before { content: "\f4c7"; }
996
+ .bi-pen::before { content: "\f4c8"; }
997
+ .bi-pencil-fill::before { content: "\f4c9"; }
998
+ .bi-pencil-square::before { content: "\f4ca"; }
999
+ .bi-pencil::before { content: "\f4cb"; }
1000
+ .bi-pentagon-fill::before { content: "\f4cc"; }
1001
+ .bi-pentagon-half::before { content: "\f4cd"; }
1002
+ .bi-pentagon::before { content: "\f4ce"; }
1003
+ .bi-people-fill::before { content: "\f4cf"; }
1004
+ .bi-people::before { content: "\f4d0"; }
1005
+ .bi-percent::before { content: "\f4d1"; }
1006
+ .bi-person-badge-fill::before { content: "\f4d2"; }
1007
+ .bi-person-badge::before { content: "\f4d3"; }
1008
+ .bi-person-bounding-box::before { content: "\f4d4"; }
1009
+ .bi-person-check-fill::before { content: "\f4d5"; }
1010
+ .bi-person-check::before { content: "\f4d6"; }
1011
+ .bi-person-circle::before { content: "\f4d7"; }
1012
+ .bi-person-dash-fill::before { content: "\f4d8"; }
1013
+ .bi-person-dash::before { content: "\f4d9"; }
1014
+ .bi-person-fill::before { content: "\f4da"; }
1015
+ .bi-person-lines-fill::before { content: "\f4db"; }
1016
+ .bi-person-plus-fill::before { content: "\f4dc"; }
1017
+ .bi-person-plus::before { content: "\f4dd"; }
1018
+ .bi-person-square::before { content: "\f4de"; }
1019
+ .bi-person-x-fill::before { content: "\f4df"; }
1020
+ .bi-person-x::before { content: "\f4e0"; }
1021
+ .bi-person::before { content: "\f4e1"; }
1022
+ .bi-phone-fill::before { content: "\f4e2"; }
1023
+ .bi-phone-landscape-fill::before { content: "\f4e3"; }
1024
+ .bi-phone-landscape::before { content: "\f4e4"; }
1025
+ .bi-phone-vibrate-fill::before { content: "\f4e5"; }
1026
+ .bi-phone-vibrate::before { content: "\f4e6"; }
1027
+ .bi-phone::before { content: "\f4e7"; }
1028
+ .bi-pie-chart-fill::before { content: "\f4e8"; }
1029
+ .bi-pie-chart::before { content: "\f4e9"; }
1030
+ .bi-pin-angle-fill::before { content: "\f4ea"; }
1031
+ .bi-pin-angle::before { content: "\f4eb"; }
1032
+ .bi-pin-fill::before { content: "\f4ec"; }
1033
+ .bi-pin::before { content: "\f4ed"; }
1034
+ .bi-pip-fill::before { content: "\f4ee"; }
1035
+ .bi-pip::before { content: "\f4ef"; }
1036
+ .bi-play-btn-fill::before { content: "\f4f0"; }
1037
+ .bi-play-btn::before { content: "\f4f1"; }
1038
+ .bi-play-circle-fill::before { content: "\f4f2"; }
1039
+ .bi-play-circle::before { content: "\f4f3"; }
1040
+ .bi-play-fill::before { content: "\f4f4"; }
1041
+ .bi-play::before { content: "\f4f5"; }
1042
+ .bi-plug-fill::before { content: "\f4f6"; }
1043
+ .bi-plug::before { content: "\f4f7"; }
1044
+ .bi-plus-circle-dotted::before { content: "\f4f8"; }
1045
+ .bi-plus-circle-fill::before { content: "\f4f9"; }
1046
+ .bi-plus-circle::before { content: "\f4fa"; }
1047
+ .bi-plus-square-dotted::before { content: "\f4fb"; }
1048
+ .bi-plus-square-fill::before { content: "\f4fc"; }
1049
+ .bi-plus-square::before { content: "\f4fd"; }
1050
+ .bi-plus::before { content: "\f4fe"; }
1051
+ .bi-power::before { content: "\f4ff"; }
1052
+ .bi-printer-fill::before { content: "\f500"; }
1053
+ .bi-printer::before { content: "\f501"; }
1054
+ .bi-puzzle-fill::before { content: "\f502"; }
1055
+ .bi-puzzle::before { content: "\f503"; }
1056
+ .bi-question-circle-fill::before { content: "\f504"; }
1057
+ .bi-question-circle::before { content: "\f505"; }
1058
+ .bi-question-diamond-fill::before { content: "\f506"; }
1059
+ .bi-question-diamond::before { content: "\f507"; }
1060
+ .bi-question-octagon-fill::before { content: "\f508"; }
1061
+ .bi-question-octagon::before { content: "\f509"; }
1062
+ .bi-question-square-fill::before { content: "\f50a"; }
1063
+ .bi-question-square::before { content: "\f50b"; }
1064
+ .bi-question::before { content: "\f50c"; }
1065
+ .bi-rainbow::before { content: "\f50d"; }
1066
+ .bi-receipt-cutoff::before { content: "\f50e"; }
1067
+ .bi-receipt::before { content: "\f50f"; }
1068
+ .bi-reception-0::before { content: "\f510"; }
1069
+ .bi-reception-1::before { content: "\f511"; }
1070
+ .bi-reception-2::before { content: "\f512"; }
1071
+ .bi-reception-3::before { content: "\f513"; }
1072
+ .bi-reception-4::before { content: "\f514"; }
1073
+ .bi-record-btn-fill::before { content: "\f515"; }
1074
+ .bi-record-btn::before { content: "\f516"; }
1075
+ .bi-record-circle-fill::before { content: "\f517"; }
1076
+ .bi-record-circle::before { content: "\f518"; }
1077
+ .bi-record-fill::before { content: "\f519"; }
1078
+ .bi-record::before { content: "\f51a"; }
1079
+ .bi-record2-fill::before { content: "\f51b"; }
1080
+ .bi-record2::before { content: "\f51c"; }
1081
+ .bi-reply-all-fill::before { content: "\f51d"; }
1082
+ .bi-reply-all::before { content: "\f51e"; }
1083
+ .bi-reply-fill::before { content: "\f51f"; }
1084
+ .bi-reply::before { content: "\f520"; }
1085
+ .bi-rss-fill::before { content: "\f521"; }
1086
+ .bi-rss::before { content: "\f522"; }
1087
+ .bi-rulers::before { content: "\f523"; }
1088
+ .bi-save-fill::before { content: "\f524"; }
1089
+ .bi-save::before { content: "\f525"; }
1090
+ .bi-save2-fill::before { content: "\f526"; }
1091
+ .bi-save2::before { content: "\f527"; }
1092
+ .bi-scissors::before { content: "\f528"; }
1093
+ .bi-screwdriver::before { content: "\f529"; }
1094
+ .bi-search::before { content: "\f52a"; }
1095
+ .bi-segmented-nav::before { content: "\f52b"; }
1096
+ .bi-server::before { content: "\f52c"; }
1097
+ .bi-share-fill::before { content: "\f52d"; }
1098
+ .bi-share::before { content: "\f52e"; }
1099
+ .bi-shield-check::before { content: "\f52f"; }
1100
+ .bi-shield-exclamation::before { content: "\f530"; }
1101
+ .bi-shield-fill-check::before { content: "\f531"; }
1102
+ .bi-shield-fill-exclamation::before { content: "\f532"; }
1103
+ .bi-shield-fill-minus::before { content: "\f533"; }
1104
+ .bi-shield-fill-plus::before { content: "\f534"; }
1105
+ .bi-shield-fill-x::before { content: "\f535"; }
1106
+ .bi-shield-fill::before { content: "\f536"; }
1107
+ .bi-shield-lock-fill::before { content: "\f537"; }
1108
+ .bi-shield-lock::before { content: "\f538"; }
1109
+ .bi-shield-minus::before { content: "\f539"; }
1110
+ .bi-shield-plus::before { content: "\f53a"; }
1111
+ .bi-shield-shaded::before { content: "\f53b"; }
1112
+ .bi-shield-slash-fill::before { content: "\f53c"; }
1113
+ .bi-shield-slash::before { content: "\f53d"; }
1114
+ .bi-shield-x::before { content: "\f53e"; }
1115
+ .bi-shield::before { content: "\f53f"; }
1116
+ .bi-shift-fill::before { content: "\f540"; }
1117
+ .bi-shift::before { content: "\f541"; }
1118
+ .bi-shop-window::before { content: "\f542"; }
1119
+ .bi-shop::before { content: "\f543"; }
1120
+ .bi-shuffle::before { content: "\f544"; }
1121
+ .bi-signpost-2-fill::before { content: "\f545"; }
1122
+ .bi-signpost-2::before { content: "\f546"; }
1123
+ .bi-signpost-fill::before { content: "\f547"; }
1124
+ .bi-signpost-split-fill::before { content: "\f548"; }
1125
+ .bi-signpost-split::before { content: "\f549"; }
1126
+ .bi-signpost::before { content: "\f54a"; }
1127
+ .bi-sim-fill::before { content: "\f54b"; }
1128
+ .bi-sim::before { content: "\f54c"; }
1129
+ .bi-skip-backward-btn-fill::before { content: "\f54d"; }
1130
+ .bi-skip-backward-btn::before { content: "\f54e"; }
1131
+ .bi-skip-backward-circle-fill::before { content: "\f54f"; }
1132
+ .bi-skip-backward-circle::before { content: "\f550"; }
1133
+ .bi-skip-backward-fill::before { content: "\f551"; }
1134
+ .bi-skip-backward::before { content: "\f552"; }
1135
+ .bi-skip-end-btn-fill::before { content: "\f553"; }
1136
+ .bi-skip-end-btn::before { content: "\f554"; }
1137
+ .bi-skip-end-circle-fill::before { content: "\f555"; }
1138
+ .bi-skip-end-circle::before { content: "\f556"; }
1139
+ .bi-skip-end-fill::before { content: "\f557"; }
1140
+ .bi-skip-end::before { content: "\f558"; }
1141
+ .bi-skip-forward-btn-fill::before { content: "\f559"; }
1142
+ .bi-skip-forward-btn::before { content: "\f55a"; }
1143
+ .bi-skip-forward-circle-fill::before { content: "\f55b"; }
1144
+ .bi-skip-forward-circle::before { content: "\f55c"; }
1145
+ .bi-skip-forward-fill::before { content: "\f55d"; }
1146
+ .bi-skip-forward::before { content: "\f55e"; }
1147
+ .bi-skip-start-btn-fill::before { content: "\f55f"; }
1148
+ .bi-skip-start-btn::before { content: "\f560"; }
1149
+ .bi-skip-start-circle-fill::before { content: "\f561"; }
1150
+ .bi-skip-start-circle::before { content: "\f562"; }
1151
+ .bi-skip-start-fill::before { content: "\f563"; }
1152
+ .bi-skip-start::before { content: "\f564"; }
1153
+ .bi-slack::before { content: "\f565"; }
1154
+ .bi-slash-circle-fill::before { content: "\f566"; }
1155
+ .bi-slash-circle::before { content: "\f567"; }
1156
+ .bi-slash-square-fill::before { content: "\f568"; }
1157
+ .bi-slash-square::before { content: "\f569"; }
1158
+ .bi-slash::before { content: "\f56a"; }
1159
+ .bi-sliders::before { content: "\f56b"; }
1160
+ .bi-smartwatch::before { content: "\f56c"; }
1161
+ .bi-snow::before { content: "\f56d"; }
1162
+ .bi-snow2::before { content: "\f56e"; }
1163
+ .bi-snow3::before { content: "\f56f"; }
1164
+ .bi-sort-alpha-down-alt::before { content: "\f570"; }
1165
+ .bi-sort-alpha-down::before { content: "\f571"; }
1166
+ .bi-sort-alpha-up-alt::before { content: "\f572"; }
1167
+ .bi-sort-alpha-up::before { content: "\f573"; }
1168
+ .bi-sort-down-alt::before { content: "\f574"; }
1169
+ .bi-sort-down::before { content: "\f575"; }
1170
+ .bi-sort-numeric-down-alt::before { content: "\f576"; }
1171
+ .bi-sort-numeric-down::before { content: "\f577"; }
1172
+ .bi-sort-numeric-up-alt::before { content: "\f578"; }
1173
+ .bi-sort-numeric-up::before { content: "\f579"; }
1174
+ .bi-sort-up-alt::before { content: "\f57a"; }
1175
+ .bi-sort-up::before { content: "\f57b"; }
1176
+ .bi-soundwave::before { content: "\f57c"; }
1177
+ .bi-speaker-fill::before { content: "\f57d"; }
1178
+ .bi-speaker::before { content: "\f57e"; }
1179
+ .bi-speedometer::before { content: "\f57f"; }
1180
+ .bi-speedometer2::before { content: "\f580"; }
1181
+ .bi-spellcheck::before { content: "\f581"; }
1182
+ .bi-square-fill::before { content: "\f582"; }
1183
+ .bi-square-half::before { content: "\f583"; }
1184
+ .bi-square::before { content: "\f584"; }
1185
+ .bi-stack::before { content: "\f585"; }
1186
+ .bi-star-fill::before { content: "\f586"; }
1187
+ .bi-star-half::before { content: "\f587"; }
1188
+ .bi-star::before { content: "\f588"; }
1189
+ .bi-stars::before { content: "\f589"; }
1190
+ .bi-stickies-fill::before { content: "\f58a"; }
1191
+ .bi-stickies::before { content: "\f58b"; }
1192
+ .bi-sticky-fill::before { content: "\f58c"; }
1193
+ .bi-sticky::before { content: "\f58d"; }
1194
+ .bi-stop-btn-fill::before { content: "\f58e"; }
1195
+ .bi-stop-btn::before { content: "\f58f"; }
1196
+ .bi-stop-circle-fill::before { content: "\f590"; }
1197
+ .bi-stop-circle::before { content: "\f591"; }
1198
+ .bi-stop-fill::before { content: "\f592"; }
1199
+ .bi-stop::before { content: "\f593"; }
1200
+ .bi-stoplights-fill::before { content: "\f594"; }
1201
+ .bi-stoplights::before { content: "\f595"; }
1202
+ .bi-stopwatch-fill::before { content: "\f596"; }
1203
+ .bi-stopwatch::before { content: "\f597"; }
1204
+ .bi-subtract::before { content: "\f598"; }
1205
+ .bi-suit-club-fill::before { content: "\f599"; }
1206
+ .bi-suit-club::before { content: "\f59a"; }
1207
+ .bi-suit-diamond-fill::before { content: "\f59b"; }
1208
+ .bi-suit-diamond::before { content: "\f59c"; }
1209
+ .bi-suit-heart-fill::before { content: "\f59d"; }
1210
+ .bi-suit-heart::before { content: "\f59e"; }
1211
+ .bi-suit-spade-fill::before { content: "\f59f"; }
1212
+ .bi-suit-spade::before { content: "\f5a0"; }
1213
+ .bi-sun-fill::before { content: "\f5a1"; }
1214
+ .bi-sun::before { content: "\f5a2"; }
1215
+ .bi-sunglasses::before { content: "\f5a3"; }
1216
+ .bi-sunrise-fill::before { content: "\f5a4"; }
1217
+ .bi-sunrise::before { content: "\f5a5"; }
1218
+ .bi-sunset-fill::before { content: "\f5a6"; }
1219
+ .bi-sunset::before { content: "\f5a7"; }
1220
+ .bi-symmetry-horizontal::before { content: "\f5a8"; }
1221
+ .bi-symmetry-vertical::before { content: "\f5a9"; }
1222
+ .bi-table::before { content: "\f5aa"; }
1223
+ .bi-tablet-fill::before { content: "\f5ab"; }
1224
+ .bi-tablet-landscape-fill::before { content: "\f5ac"; }
1225
+ .bi-tablet-landscape::before { content: "\f5ad"; }
1226
+ .bi-tablet::before { content: "\f5ae"; }
1227
+ .bi-tag-fill::before { content: "\f5af"; }
1228
+ .bi-tag::before { content: "\f5b0"; }
1229
+ .bi-tags-fill::before { content: "\f5b1"; }
1230
+ .bi-tags::before { content: "\f5b2"; }
1231
+ .bi-telegram::before { content: "\f5b3"; }
1232
+ .bi-telephone-fill::before { content: "\f5b4"; }
1233
+ .bi-telephone-forward-fill::before { content: "\f5b5"; }
1234
+ .bi-telephone-forward::before { content: "\f5b6"; }
1235
+ .bi-telephone-inbound-fill::before { content: "\f5b7"; }
1236
+ .bi-telephone-inbound::before { content: "\f5b8"; }
1237
+ .bi-telephone-minus-fill::before { content: "\f5b9"; }
1238
+ .bi-telephone-minus::before { content: "\f5ba"; }
1239
+ .bi-telephone-outbound-fill::before { content: "\f5bb"; }
1240
+ .bi-telephone-outbound::before { content: "\f5bc"; }
1241
+ .bi-telephone-plus-fill::before { content: "\f5bd"; }
1242
+ .bi-telephone-plus::before { content: "\f5be"; }
1243
+ .bi-telephone-x-fill::before { content: "\f5bf"; }
1244
+ .bi-telephone-x::before { content: "\f5c0"; }
1245
+ .bi-telephone::before { content: "\f5c1"; }
1246
+ .bi-terminal-fill::before { content: "\f5c2"; }
1247
+ .bi-terminal::before { content: "\f5c3"; }
1248
+ .bi-text-center::before { content: "\f5c4"; }
1249
+ .bi-text-indent-left::before { content: "\f5c5"; }
1250
+ .bi-text-indent-right::before { content: "\f5c6"; }
1251
+ .bi-text-left::before { content: "\f5c7"; }
1252
+ .bi-text-paragraph::before { content: "\f5c8"; }
1253
+ .bi-text-right::before { content: "\f5c9"; }
1254
+ .bi-textarea-resize::before { content: "\f5ca"; }
1255
+ .bi-textarea-t::before { content: "\f5cb"; }
1256
+ .bi-textarea::before { content: "\f5cc"; }
1257
+ .bi-thermometer-half::before { content: "\f5cd"; }
1258
+ .bi-thermometer-high::before { content: "\f5ce"; }
1259
+ .bi-thermometer-low::before { content: "\f5cf"; }
1260
+ .bi-thermometer-snow::before { content: "\f5d0"; }
1261
+ .bi-thermometer-sun::before { content: "\f5d1"; }
1262
+ .bi-thermometer::before { content: "\f5d2"; }
1263
+ .bi-three-dots-vertical::before { content: "\f5d3"; }
1264
+ .bi-three-dots::before { content: "\f5d4"; }
1265
+ .bi-toggle-off::before { content: "\f5d5"; }
1266
+ .bi-toggle-on::before { content: "\f5d6"; }
1267
+ .bi-toggle2-off::before { content: "\f5d7"; }
1268
+ .bi-toggle2-on::before { content: "\f5d8"; }
1269
+ .bi-toggles::before { content: "\f5d9"; }
1270
+ .bi-toggles2::before { content: "\f5da"; }
1271
+ .bi-tools::before { content: "\f5db"; }
1272
+ .bi-tornado::before { content: "\f5dc"; }
1273
+ .bi-trash-fill::before { content: "\f5dd"; }
1274
+ .bi-trash::before { content: "\f5de"; }
1275
+ .bi-trash2-fill::before { content: "\f5df"; }
1276
+ .bi-trash2::before { content: "\f5e0"; }
1277
+ .bi-tree-fill::before { content: "\f5e1"; }
1278
+ .bi-tree::before { content: "\f5e2"; }
1279
+ .bi-triangle-fill::before { content: "\f5e3"; }
1280
+ .bi-triangle-half::before { content: "\f5e4"; }
1281
+ .bi-triangle::before { content: "\f5e5"; }
1282
+ .bi-trophy-fill::before { content: "\f5e6"; }
1283
+ .bi-trophy::before { content: "\f5e7"; }
1284
+ .bi-tropical-storm::before { content: "\f5e8"; }
1285
+ .bi-truck-flatbed::before { content: "\f5e9"; }
1286
+ .bi-truck::before { content: "\f5ea"; }
1287
+ .bi-tsunami::before { content: "\f5eb"; }
1288
+ .bi-tv-fill::before { content: "\f5ec"; }
1289
+ .bi-tv::before { content: "\f5ed"; }
1290
+ .bi-twitch::before { content: "\f5ee"; }
1291
+ .bi-twitter::before { content: "\f5ef"; }
1292
+ .bi-type-bold::before { content: "\f5f0"; }
1293
+ .bi-type-h1::before { content: "\f5f1"; }
1294
+ .bi-type-h2::before { content: "\f5f2"; }
1295
+ .bi-type-h3::before { content: "\f5f3"; }
1296
+ .bi-type-italic::before { content: "\f5f4"; }
1297
+ .bi-type-strikethrough::before { content: "\f5f5"; }
1298
+ .bi-type-underline::before { content: "\f5f6"; }
1299
+ .bi-type::before { content: "\f5f7"; }
1300
+ .bi-ui-checks-grid::before { content: "\f5f8"; }
1301
+ .bi-ui-checks::before { content: "\f5f9"; }
1302
+ .bi-ui-radios-grid::before { content: "\f5fa"; }
1303
+ .bi-ui-radios::before { content: "\f5fb"; }
1304
+ .bi-umbrella-fill::before { content: "\f5fc"; }
1305
+ .bi-umbrella::before { content: "\f5fd"; }
1306
+ .bi-union::before { content: "\f5fe"; }
1307
+ .bi-unlock-fill::before { content: "\f5ff"; }
1308
+ .bi-unlock::before { content: "\f600"; }
1309
+ .bi-upc-scan::before { content: "\f601"; }
1310
+ .bi-upc::before { content: "\f602"; }
1311
+ .bi-upload::before { content: "\f603"; }
1312
+ .bi-vector-pen::before { content: "\f604"; }
1313
+ .bi-view-list::before { content: "\f605"; }
1314
+ .bi-view-stacked::before { content: "\f606"; }
1315
+ .bi-vinyl-fill::before { content: "\f607"; }
1316
+ .bi-vinyl::before { content: "\f608"; }
1317
+ .bi-voicemail::before { content: "\f609"; }
1318
+ .bi-volume-down-fill::before { content: "\f60a"; }
1319
+ .bi-volume-down::before { content: "\f60b"; }
1320
+ .bi-volume-mute-fill::before { content: "\f60c"; }
1321
+ .bi-volume-mute::before { content: "\f60d"; }
1322
+ .bi-volume-off-fill::before { content: "\f60e"; }
1323
+ .bi-volume-off::before { content: "\f60f"; }
1324
+ .bi-volume-up-fill::before { content: "\f610"; }
1325
+ .bi-volume-up::before { content: "\f611"; }
1326
+ .bi-vr::before { content: "\f612"; }
1327
+ .bi-wallet-fill::before { content: "\f613"; }
1328
+ .bi-wallet::before { content: "\f614"; }
1329
+ .bi-wallet2::before { content: "\f615"; }
1330
+ .bi-watch::before { content: "\f616"; }
1331
+ .bi-water::before { content: "\f617"; }
1332
+ .bi-whatsapp::before { content: "\f618"; }
1333
+ .bi-wifi-1::before { content: "\f619"; }
1334
+ .bi-wifi-2::before { content: "\f61a"; }
1335
+ .bi-wifi-off::before { content: "\f61b"; }
1336
+ .bi-wifi::before { content: "\f61c"; }
1337
+ .bi-wind::before { content: "\f61d"; }
1338
+ .bi-window-dock::before { content: "\f61e"; }
1339
+ .bi-window-sidebar::before { content: "\f61f"; }
1340
+ .bi-window::before { content: "\f620"; }
1341
+ .bi-wrench::before { content: "\f621"; }
1342
+ .bi-x-circle-fill::before { content: "\f622"; }
1343
+ .bi-x-circle::before { content: "\f623"; }
1344
+ .bi-x-diamond-fill::before { content: "\f624"; }
1345
+ .bi-x-diamond::before { content: "\f625"; }
1346
+ .bi-x-octagon-fill::before { content: "\f626"; }
1347
+ .bi-x-octagon::before { content: "\f627"; }
1348
+ .bi-x-square-fill::before { content: "\f628"; }
1349
+ .bi-x-square::before { content: "\f629"; }
1350
+ .bi-x::before { content: "\f62a"; }
1351
+ .bi-youtube::before { content: "\f62b"; }
1352
+ .bi-zoom-in::before { content: "\f62c"; }
1353
+ .bi-zoom-out::before { content: "\f62d"; }
1354
+ .bi-bank::before { content: "\f62e"; }
1355
+ .bi-bank2::before { content: "\f62f"; }
1356
+ .bi-bell-slash-fill::before { content: "\f630"; }
1357
+ .bi-bell-slash::before { content: "\f631"; }
1358
+ .bi-cash-coin::before { content: "\f632"; }
1359
+ .bi-check-lg::before { content: "\f633"; }
1360
+ .bi-coin::before { content: "\f634"; }
1361
+ .bi-currency-bitcoin::before { content: "\f635"; }
1362
+ .bi-currency-dollar::before { content: "\f636"; }
1363
+ .bi-currency-euro::before { content: "\f637"; }
1364
+ .bi-currency-exchange::before { content: "\f638"; }
1365
+ .bi-currency-pound::before { content: "\f639"; }
1366
+ .bi-currency-yen::before { content: "\f63a"; }
1367
+ .bi-dash-lg::before { content: "\f63b"; }
1368
+ .bi-exclamation-lg::before { content: "\f63c"; }
1369
+ .bi-file-earmark-pdf-fill::before { content: "\f63d"; }
1370
+ .bi-file-earmark-pdf::before { content: "\f63e"; }
1371
+ .bi-file-pdf-fill::before { content: "\f63f"; }
1372
+ .bi-file-pdf::before { content: "\f640"; }
1373
+ .bi-gender-ambiguous::before { content: "\f641"; }
1374
+ .bi-gender-female::before { content: "\f642"; }
1375
+ .bi-gender-male::before { content: "\f643"; }
1376
+ .bi-gender-trans::before { content: "\f644"; }
1377
+ .bi-headset-vr::before { content: "\f645"; }
1378
+ .bi-info-lg::before { content: "\f646"; }
1379
+ .bi-mastodon::before { content: "\f647"; }
1380
+ .bi-messenger::before { content: "\f648"; }
1381
+ .bi-piggy-bank-fill::before { content: "\f649"; }
1382
+ .bi-piggy-bank::before { content: "\f64a"; }
1383
+ .bi-pin-map-fill::before { content: "\f64b"; }
1384
+ .bi-pin-map::before { content: "\f64c"; }
1385
+ .bi-plus-lg::before { content: "\f64d"; }
1386
+ .bi-question-lg::before { content: "\f64e"; }
1387
+ .bi-recycle::before { content: "\f64f"; }
1388
+ .bi-reddit::before { content: "\f650"; }
1389
+ .bi-safe-fill::before { content: "\f651"; }
1390
+ .bi-safe2-fill::before { content: "\f652"; }
1391
+ .bi-safe2::before { content: "\f653"; }
1392
+ .bi-sd-card-fill::before { content: "\f654"; }
1393
+ .bi-sd-card::before { content: "\f655"; }
1394
+ .bi-skype::before { content: "\f656"; }
1395
+ .bi-slash-lg::before { content: "\f657"; }
1396
+ .bi-translate::before { content: "\f658"; }
1397
+ .bi-x-lg::before { content: "\f659"; }
1398
+ .bi-safe::before { content: "\f65a"; }
1399
+ .bi-apple::before { content: "\f65b"; }
1400
+ .bi-microsoft::before { content: "\f65d"; }
1401
+ .bi-windows::before { content: "\f65e"; }
1402
+ .bi-behance::before { content: "\f65c"; }
1403
+ .bi-dribbble::before { content: "\f65f"; }
1404
+ .bi-line::before { content: "\f660"; }
1405
+ .bi-medium::before { content: "\f661"; }
1406
+ .bi-paypal::before { content: "\f662"; }
1407
+ .bi-pinterest::before { content: "\f663"; }
1408
+ .bi-signal::before { content: "\f664"; }
1409
+ .bi-snapchat::before { content: "\f665"; }
1410
+ .bi-spotify::before { content: "\f666"; }
1411
+ .bi-stack-overflow::before { content: "\f667"; }
1412
+ .bi-strava::before { content: "\f668"; }
1413
+ .bi-wordpress::before { content: "\f669"; }
1414
+ .bi-vimeo::before { content: "\f66a"; }
1415
+ .bi-activity::before { content: "\f66b"; }
1416
+ .bi-easel2-fill::before { content: "\f66c"; }
1417
+ .bi-easel2::before { content: "\f66d"; }
1418
+ .bi-easel3-fill::before { content: "\f66e"; }
1419
+ .bi-easel3::before { content: "\f66f"; }
1420
+ .bi-fan::before { content: "\f670"; }
1421
+ .bi-fingerprint::before { content: "\f671"; }
1422
+ .bi-graph-down-arrow::before { content: "\f672"; }
1423
+ .bi-graph-up-arrow::before { content: "\f673"; }
1424
+ .bi-hypnotize::before { content: "\f674"; }
1425
+ .bi-magic::before { content: "\f675"; }
1426
+ .bi-person-rolodex::before { content: "\f676"; }
1427
+ .bi-person-video::before { content: "\f677"; }
1428
+ .bi-person-video2::before { content: "\f678"; }
1429
+ .bi-person-video3::before { content: "\f679"; }
1430
+ .bi-person-workspace::before { content: "\f67a"; }
1431
+ .bi-radioactive::before { content: "\f67b"; }
1432
+ .bi-webcam-fill::before { content: "\f67c"; }
1433
+ .bi-webcam::before { content: "\f67d"; }
1434
+ .bi-yin-yang::before { content: "\f67e"; }
1435
+ .bi-bandaid-fill::before { content: "\f680"; }
1436
+ .bi-bandaid::before { content: "\f681"; }
1437
+ .bi-bluetooth::before { content: "\f682"; }
1438
+ .bi-body-text::before { content: "\f683"; }
1439
+ .bi-boombox::before { content: "\f684"; }
1440
+ .bi-boxes::before { content: "\f685"; }
1441
+ .bi-dpad-fill::before { content: "\f686"; }
1442
+ .bi-dpad::before { content: "\f687"; }
1443
+ .bi-ear-fill::before { content: "\f688"; }
1444
+ .bi-ear::before { content: "\f689"; }
1445
+ .bi-envelope-check-fill::before { content: "\f68b"; }
1446
+ .bi-envelope-check::before { content: "\f68c"; }
1447
+ .bi-envelope-dash-fill::before { content: "\f68e"; }
1448
+ .bi-envelope-dash::before { content: "\f68f"; }
1449
+ .bi-envelope-exclamation-fill::before { content: "\f691"; }
1450
+ .bi-envelope-exclamation::before { content: "\f692"; }
1451
+ .bi-envelope-plus-fill::before { content: "\f693"; }
1452
+ .bi-envelope-plus::before { content: "\f694"; }
1453
+ .bi-envelope-slash-fill::before { content: "\f696"; }
1454
+ .bi-envelope-slash::before { content: "\f697"; }
1455
+ .bi-envelope-x-fill::before { content: "\f699"; }
1456
+ .bi-envelope-x::before { content: "\f69a"; }
1457
+ .bi-explicit-fill::before { content: "\f69b"; }
1458
+ .bi-explicit::before { content: "\f69c"; }
1459
+ .bi-git::before { content: "\f69d"; }
1460
+ .bi-infinity::before { content: "\f69e"; }
1461
+ .bi-list-columns-reverse::before { content: "\f69f"; }
1462
+ .bi-list-columns::before { content: "\f6a0"; }
1463
+ .bi-meta::before { content: "\f6a1"; }
1464
+ .bi-nintendo-switch::before { content: "\f6a4"; }
1465
+ .bi-pc-display-horizontal::before { content: "\f6a5"; }
1466
+ .bi-pc-display::before { content: "\f6a6"; }
1467
+ .bi-pc-horizontal::before { content: "\f6a7"; }
1468
+ .bi-pc::before { content: "\f6a8"; }
1469
+ .bi-playstation::before { content: "\f6a9"; }
1470
+ .bi-plus-slash-minus::before { content: "\f6aa"; }
1471
+ .bi-projector-fill::before { content: "\f6ab"; }
1472
+ .bi-projector::before { content: "\f6ac"; }
1473
+ .bi-qr-code-scan::before { content: "\f6ad"; }
1474
+ .bi-qr-code::before { content: "\f6ae"; }
1475
+ .bi-quora::before { content: "\f6af"; }
1476
+ .bi-quote::before { content: "\f6b0"; }
1477
+ .bi-robot::before { content: "\f6b1"; }
1478
+ .bi-send-check-fill::before { content: "\f6b2"; }
1479
+ .bi-send-check::before { content: "\f6b3"; }
1480
+ .bi-send-dash-fill::before { content: "\f6b4"; }
1481
+ .bi-send-dash::before { content: "\f6b5"; }
1482
+ .bi-send-exclamation-fill::before { content: "\f6b7"; }
1483
+ .bi-send-exclamation::before { content: "\f6b8"; }
1484
+ .bi-send-fill::before { content: "\f6b9"; }
1485
+ .bi-send-plus-fill::before { content: "\f6ba"; }
1486
+ .bi-send-plus::before { content: "\f6bb"; }
1487
+ .bi-send-slash-fill::before { content: "\f6bc"; }
1488
+ .bi-send-slash::before { content: "\f6bd"; }
1489
+ .bi-send-x-fill::before { content: "\f6be"; }
1490
+ .bi-send-x::before { content: "\f6bf"; }
1491
+ .bi-send::before { content: "\f6c0"; }
1492
+ .bi-steam::before { content: "\f6c1"; }
1493
+ .bi-terminal-dash::before { content: "\f6c3"; }
1494
+ .bi-terminal-plus::before { content: "\f6c4"; }
1495
+ .bi-terminal-split::before { content: "\f6c5"; }
1496
+ .bi-ticket-detailed-fill::before { content: "\f6c6"; }
1497
+ .bi-ticket-detailed::before { content: "\f6c7"; }
1498
+ .bi-ticket-fill::before { content: "\f6c8"; }
1499
+ .bi-ticket-perforated-fill::before { content: "\f6c9"; }
1500
+ .bi-ticket-perforated::before { content: "\f6ca"; }
1501
+ .bi-ticket::before { content: "\f6cb"; }
1502
+ .bi-tiktok::before { content: "\f6cc"; }
1503
+ .bi-window-dash::before { content: "\f6cd"; }
1504
+ .bi-window-desktop::before { content: "\f6ce"; }
1505
+ .bi-window-fullscreen::before { content: "\f6cf"; }
1506
+ .bi-window-plus::before { content: "\f6d0"; }
1507
+ .bi-window-split::before { content: "\f6d1"; }
1508
+ .bi-window-stack::before { content: "\f6d2"; }
1509
+ .bi-window-x::before { content: "\f6d3"; }
1510
+ .bi-xbox::before { content: "\f6d4"; }
1511
+ .bi-ethernet::before { content: "\f6d5"; }
1512
+ .bi-hdmi-fill::before { content: "\f6d6"; }
1513
+ .bi-hdmi::before { content: "\f6d7"; }
1514
+ .bi-usb-c-fill::before { content: "\f6d8"; }
1515
+ .bi-usb-c::before { content: "\f6d9"; }
1516
+ .bi-usb-fill::before { content: "\f6da"; }
1517
+ .bi-usb-plug-fill::before { content: "\f6db"; }
1518
+ .bi-usb-plug::before { content: "\f6dc"; }
1519
+ .bi-usb-symbol::before { content: "\f6dd"; }
1520
+ .bi-usb::before { content: "\f6de"; }
1521
+ .bi-boombox-fill::before { content: "\f6df"; }
1522
+ .bi-displayport::before { content: "\f6e1"; }
1523
+ .bi-gpu-card::before { content: "\f6e2"; }
1524
+ .bi-memory::before { content: "\f6e3"; }
1525
+ .bi-modem-fill::before { content: "\f6e4"; }
1526
+ .bi-modem::before { content: "\f6e5"; }
1527
+ .bi-motherboard-fill::before { content: "\f6e6"; }
1528
+ .bi-motherboard::before { content: "\f6e7"; }
1529
+ .bi-optical-audio-fill::before { content: "\f6e8"; }
1530
+ .bi-optical-audio::before { content: "\f6e9"; }
1531
+ .bi-pci-card::before { content: "\f6ea"; }
1532
+ .bi-router-fill::before { content: "\f6eb"; }
1533
+ .bi-router::before { content: "\f6ec"; }
1534
+ .bi-thunderbolt-fill::before { content: "\f6ef"; }
1535
+ .bi-thunderbolt::before { content: "\f6f0"; }
1536
+ .bi-usb-drive-fill::before { content: "\f6f1"; }
1537
+ .bi-usb-drive::before { content: "\f6f2"; }
1538
+ .bi-usb-micro-fill::before { content: "\f6f3"; }
1539
+ .bi-usb-micro::before { content: "\f6f4"; }
1540
+ .bi-usb-mini-fill::before { content: "\f6f5"; }
1541
+ .bi-usb-mini::before { content: "\f6f6"; }
1542
+ .bi-cloud-haze2::before { content: "\f6f7"; }
1543
+ .bi-device-hdd-fill::before { content: "\f6f8"; }
1544
+ .bi-device-hdd::before { content: "\f6f9"; }
1545
+ .bi-device-ssd-fill::before { content: "\f6fa"; }
1546
+ .bi-device-ssd::before { content: "\f6fb"; }
1547
+ .bi-displayport-fill::before { content: "\f6fc"; }
1548
+ .bi-mortarboard-fill::before { content: "\f6fd"; }
1549
+ .bi-mortarboard::before { content: "\f6fe"; }
1550
+ .bi-terminal-x::before { content: "\f6ff"; }
1551
+ .bi-arrow-through-heart-fill::before { content: "\f700"; }
1552
+ .bi-arrow-through-heart::before { content: "\f701"; }
1553
+ .bi-badge-sd-fill::before { content: "\f702"; }
1554
+ .bi-badge-sd::before { content: "\f703"; }
1555
+ .bi-bag-heart-fill::before { content: "\f704"; }
1556
+ .bi-bag-heart::before { content: "\f705"; }
1557
+ .bi-balloon-fill::before { content: "\f706"; }
1558
+ .bi-balloon-heart-fill::before { content: "\f707"; }
1559
+ .bi-balloon-heart::before { content: "\f708"; }
1560
+ .bi-balloon::before { content: "\f709"; }
1561
+ .bi-box2-fill::before { content: "\f70a"; }
1562
+ .bi-box2-heart-fill::before { content: "\f70b"; }
1563
+ .bi-box2-heart::before { content: "\f70c"; }
1564
+ .bi-box2::before { content: "\f70d"; }
1565
+ .bi-braces-asterisk::before { content: "\f70e"; }
1566
+ .bi-calendar-heart-fill::before { content: "\f70f"; }
1567
+ .bi-calendar-heart::before { content: "\f710"; }
1568
+ .bi-calendar2-heart-fill::before { content: "\f711"; }
1569
+ .bi-calendar2-heart::before { content: "\f712"; }
1570
+ .bi-chat-heart-fill::before { content: "\f713"; }
1571
+ .bi-chat-heart::before { content: "\f714"; }
1572
+ .bi-chat-left-heart-fill::before { content: "\f715"; }
1573
+ .bi-chat-left-heart::before { content: "\f716"; }
1574
+ .bi-chat-right-heart-fill::before { content: "\f717"; }
1575
+ .bi-chat-right-heart::before { content: "\f718"; }
1576
+ .bi-chat-square-heart-fill::before { content: "\f719"; }
1577
+ .bi-chat-square-heart::before { content: "\f71a"; }
1578
+ .bi-clipboard-check-fill::before { content: "\f71b"; }
1579
+ .bi-clipboard-data-fill::before { content: "\f71c"; }
1580
+ .bi-clipboard-fill::before { content: "\f71d"; }
1581
+ .bi-clipboard-heart-fill::before { content: "\f71e"; }
1582
+ .bi-clipboard-heart::before { content: "\f71f"; }
1583
+ .bi-clipboard-minus-fill::before { content: "\f720"; }
1584
+ .bi-clipboard-plus-fill::before { content: "\f721"; }
1585
+ .bi-clipboard-pulse::before { content: "\f722"; }
1586
+ .bi-clipboard-x-fill::before { content: "\f723"; }
1587
+ .bi-clipboard2-check-fill::before { content: "\f724"; }
1588
+ .bi-clipboard2-check::before { content: "\f725"; }
1589
+ .bi-clipboard2-data-fill::before { content: "\f726"; }
1590
+ .bi-clipboard2-data::before { content: "\f727"; }
1591
+ .bi-clipboard2-fill::before { content: "\f728"; }
1592
+ .bi-clipboard2-heart-fill::before { content: "\f729"; }
1593
+ .bi-clipboard2-heart::before { content: "\f72a"; }
1594
+ .bi-clipboard2-minus-fill::before { content: "\f72b"; }
1595
+ .bi-clipboard2-minus::before { content: "\f72c"; }
1596
+ .bi-clipboard2-plus-fill::before { content: "\f72d"; }
1597
+ .bi-clipboard2-plus::before { content: "\f72e"; }
1598
+ .bi-clipboard2-pulse-fill::before { content: "\f72f"; }
1599
+ .bi-clipboard2-pulse::before { content: "\f730"; }
1600
+ .bi-clipboard2-x-fill::before { content: "\f731"; }
1601
+ .bi-clipboard2-x::before { content: "\f732"; }
1602
+ .bi-clipboard2::before { content: "\f733"; }
1603
+ .bi-emoji-kiss-fill::before { content: "\f734"; }
1604
+ .bi-emoji-kiss::before { content: "\f735"; }
1605
+ .bi-envelope-heart-fill::before { content: "\f736"; }
1606
+ .bi-envelope-heart::before { content: "\f737"; }
1607
+ .bi-envelope-open-heart-fill::before { content: "\f738"; }
1608
+ .bi-envelope-open-heart::before { content: "\f739"; }
1609
+ .bi-envelope-paper-fill::before { content: "\f73a"; }
1610
+ .bi-envelope-paper-heart-fill::before { content: "\f73b"; }
1611
+ .bi-envelope-paper-heart::before { content: "\f73c"; }
1612
+ .bi-envelope-paper::before { content: "\f73d"; }
1613
+ .bi-filetype-aac::before { content: "\f73e"; }
1614
+ .bi-filetype-ai::before { content: "\f73f"; }
1615
+ .bi-filetype-bmp::before { content: "\f740"; }
1616
+ .bi-filetype-cs::before { content: "\f741"; }
1617
+ .bi-filetype-css::before { content: "\f742"; }
1618
+ .bi-filetype-csv::before { content: "\f743"; }
1619
+ .bi-filetype-doc::before { content: "\f744"; }
1620
+ .bi-filetype-docx::before { content: "\f745"; }
1621
+ .bi-filetype-exe::before { content: "\f746"; }
1622
+ .bi-filetype-gif::before { content: "\f747"; }
1623
+ .bi-filetype-heic::before { content: "\f748"; }
1624
+ .bi-filetype-html::before { content: "\f749"; }
1625
+ .bi-filetype-java::before { content: "\f74a"; }
1626
+ .bi-filetype-jpg::before { content: "\f74b"; }
1627
+ .bi-filetype-js::before { content: "\f74c"; }
1628
+ .bi-filetype-jsx::before { content: "\f74d"; }
1629
+ .bi-filetype-key::before { content: "\f74e"; }
1630
+ .bi-filetype-m4p::before { content: "\f74f"; }
1631
+ .bi-filetype-md::before { content: "\f750"; }
1632
+ .bi-filetype-mdx::before { content: "\f751"; }
1633
+ .bi-filetype-mov::before { content: "\f752"; }
1634
+ .bi-filetype-mp3::before { content: "\f753"; }
1635
+ .bi-filetype-mp4::before { content: "\f754"; }
1636
+ .bi-filetype-otf::before { content: "\f755"; }
1637
+ .bi-filetype-pdf::before { content: "\f756"; }
1638
+ .bi-filetype-php::before { content: "\f757"; }
1639
+ .bi-filetype-png::before { content: "\f758"; }
1640
+ .bi-filetype-ppt::before { content: "\f75a"; }
1641
+ .bi-filetype-psd::before { content: "\f75b"; }
1642
+ .bi-filetype-py::before { content: "\f75c"; }
1643
+ .bi-filetype-raw::before { content: "\f75d"; }
1644
+ .bi-filetype-rb::before { content: "\f75e"; }
1645
+ .bi-filetype-sass::before { content: "\f75f"; }
1646
+ .bi-filetype-scss::before { content: "\f760"; }
1647
+ .bi-filetype-sh::before { content: "\f761"; }
1648
+ .bi-filetype-svg::before { content: "\f762"; }
1649
+ .bi-filetype-tiff::before { content: "\f763"; }
1650
+ .bi-filetype-tsx::before { content: "\f764"; }
1651
+ .bi-filetype-ttf::before { content: "\f765"; }
1652
+ .bi-filetype-txt::before { content: "\f766"; }
1653
+ .bi-filetype-wav::before { content: "\f767"; }
1654
+ .bi-filetype-woff::before { content: "\f768"; }
1655
+ .bi-filetype-xls::before { content: "\f76a"; }
1656
+ .bi-filetype-xml::before { content: "\f76b"; }
1657
+ .bi-filetype-yml::before { content: "\f76c"; }
1658
+ .bi-heart-arrow::before { content: "\f76d"; }
1659
+ .bi-heart-pulse-fill::before { content: "\f76e"; }
1660
+ .bi-heart-pulse::before { content: "\f76f"; }
1661
+ .bi-heartbreak-fill::before { content: "\f770"; }
1662
+ .bi-heartbreak::before { content: "\f771"; }
1663
+ .bi-hearts::before { content: "\f772"; }
1664
+ .bi-hospital-fill::before { content: "\f773"; }
1665
+ .bi-hospital::before { content: "\f774"; }
1666
+ .bi-house-heart-fill::before { content: "\f775"; }
1667
+ .bi-house-heart::before { content: "\f776"; }
1668
+ .bi-incognito::before { content: "\f777"; }
1669
+ .bi-magnet-fill::before { content: "\f778"; }
1670
+ .bi-magnet::before { content: "\f779"; }
1671
+ .bi-person-heart::before { content: "\f77a"; }
1672
+ .bi-person-hearts::before { content: "\f77b"; }
1673
+ .bi-phone-flip::before { content: "\f77c"; }
1674
+ .bi-plugin::before { content: "\f77d"; }
1675
+ .bi-postage-fill::before { content: "\f77e"; }
1676
+ .bi-postage-heart-fill::before { content: "\f77f"; }
1677
+ .bi-postage-heart::before { content: "\f780"; }
1678
+ .bi-postage::before { content: "\f781"; }
1679
+ .bi-postcard-fill::before { content: "\f782"; }
1680
+ .bi-postcard-heart-fill::before { content: "\f783"; }
1681
+ .bi-postcard-heart::before { content: "\f784"; }
1682
+ .bi-postcard::before { content: "\f785"; }
1683
+ .bi-search-heart-fill::before { content: "\f786"; }
1684
+ .bi-search-heart::before { content: "\f787"; }
1685
+ .bi-sliders2-vertical::before { content: "\f788"; }
1686
+ .bi-sliders2::before { content: "\f789"; }
1687
+ .bi-trash3-fill::before { content: "\f78a"; }
1688
+ .bi-trash3::before { content: "\f78b"; }
1689
+ .bi-valentine::before { content: "\f78c"; }
1690
+ .bi-valentine2::before { content: "\f78d"; }
1691
+ .bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
1692
+ .bi-wrench-adjustable-circle::before { content: "\f78f"; }
1693
+ .bi-wrench-adjustable::before { content: "\f790"; }
1694
+ .bi-filetype-json::before { content: "\f791"; }
1695
+ .bi-filetype-pptx::before { content: "\f792"; }
1696
+ .bi-filetype-xlsx::before { content: "\f793"; }
1697
+ .bi-1-circle-fill::before { content: "\f796"; }
1698
+ .bi-1-circle::before { content: "\f797"; }
1699
+ .bi-1-square-fill::before { content: "\f798"; }
1700
+ .bi-1-square::before { content: "\f799"; }
1701
+ .bi-2-circle-fill::before { content: "\f79c"; }
1702
+ .bi-2-circle::before { content: "\f79d"; }
1703
+ .bi-2-square-fill::before { content: "\f79e"; }
1704
+ .bi-2-square::before { content: "\f79f"; }
1705
+ .bi-3-circle-fill::before { content: "\f7a2"; }
1706
+ .bi-3-circle::before { content: "\f7a3"; }
1707
+ .bi-3-square-fill::before { content: "\f7a4"; }
1708
+ .bi-3-square::before { content: "\f7a5"; }
1709
+ .bi-4-circle-fill::before { content: "\f7a8"; }
1710
+ .bi-4-circle::before { content: "\f7a9"; }
1711
+ .bi-4-square-fill::before { content: "\f7aa"; }
1712
+ .bi-4-square::before { content: "\f7ab"; }
1713
+ .bi-5-circle-fill::before { content: "\f7ae"; }
1714
+ .bi-5-circle::before { content: "\f7af"; }
1715
+ .bi-5-square-fill::before { content: "\f7b0"; }
1716
+ .bi-5-square::before { content: "\f7b1"; }
1717
+ .bi-6-circle-fill::before { content: "\f7b4"; }
1718
+ .bi-6-circle::before { content: "\f7b5"; }
1719
+ .bi-6-square-fill::before { content: "\f7b6"; }
1720
+ .bi-6-square::before { content: "\f7b7"; }
1721
+ .bi-7-circle-fill::before { content: "\f7ba"; }
1722
+ .bi-7-circle::before { content: "\f7bb"; }
1723
+ .bi-7-square-fill::before { content: "\f7bc"; }
1724
+ .bi-7-square::before { content: "\f7bd"; }
1725
+ .bi-8-circle-fill::before { content: "\f7c0"; }
1726
+ .bi-8-circle::before { content: "\f7c1"; }
1727
+ .bi-8-square-fill::before { content: "\f7c2"; }
1728
+ .bi-8-square::before { content: "\f7c3"; }
1729
+ .bi-9-circle-fill::before { content: "\f7c6"; }
1730
+ .bi-9-circle::before { content: "\f7c7"; }
1731
+ .bi-9-square-fill::before { content: "\f7c8"; }
1732
+ .bi-9-square::before { content: "\f7c9"; }
1733
+ .bi-airplane-engines-fill::before { content: "\f7ca"; }
1734
+ .bi-airplane-engines::before { content: "\f7cb"; }
1735
+ .bi-airplane-fill::before { content: "\f7cc"; }
1736
+ .bi-airplane::before { content: "\f7cd"; }
1737
+ .bi-alexa::before { content: "\f7ce"; }
1738
+ .bi-alipay::before { content: "\f7cf"; }
1739
+ .bi-android::before { content: "\f7d0"; }
1740
+ .bi-android2::before { content: "\f7d1"; }
1741
+ .bi-box-fill::before { content: "\f7d2"; }
1742
+ .bi-box-seam-fill::before { content: "\f7d3"; }
1743
+ .bi-browser-chrome::before { content: "\f7d4"; }
1744
+ .bi-browser-edge::before { content: "\f7d5"; }
1745
+ .bi-browser-firefox::before { content: "\f7d6"; }
1746
+ .bi-browser-safari::before { content: "\f7d7"; }
1747
+ .bi-c-circle-fill::before { content: "\f7da"; }
1748
+ .bi-c-circle::before { content: "\f7db"; }
1749
+ .bi-c-square-fill::before { content: "\f7dc"; }
1750
+ .bi-c-square::before { content: "\f7dd"; }
1751
+ .bi-capsule-pill::before { content: "\f7de"; }
1752
+ .bi-capsule::before { content: "\f7df"; }
1753
+ .bi-car-front-fill::before { content: "\f7e0"; }
1754
+ .bi-car-front::before { content: "\f7e1"; }
1755
+ .bi-cassette-fill::before { content: "\f7e2"; }
1756
+ .bi-cassette::before { content: "\f7e3"; }
1757
+ .bi-cc-circle-fill::before { content: "\f7e6"; }
1758
+ .bi-cc-circle::before { content: "\f7e7"; }
1759
+ .bi-cc-square-fill::before { content: "\f7e8"; }
1760
+ .bi-cc-square::before { content: "\f7e9"; }
1761
+ .bi-cup-hot-fill::before { content: "\f7ea"; }
1762
+ .bi-cup-hot::before { content: "\f7eb"; }
1763
+ .bi-currency-rupee::before { content: "\f7ec"; }
1764
+ .bi-dropbox::before { content: "\f7ed"; }
1765
+ .bi-escape::before { content: "\f7ee"; }
1766
+ .bi-fast-forward-btn-fill::before { content: "\f7ef"; }
1767
+ .bi-fast-forward-btn::before { content: "\f7f0"; }
1768
+ .bi-fast-forward-circle-fill::before { content: "\f7f1"; }
1769
+ .bi-fast-forward-circle::before { content: "\f7f2"; }
1770
+ .bi-fast-forward-fill::before { content: "\f7f3"; }
1771
+ .bi-fast-forward::before { content: "\f7f4"; }
1772
+ .bi-filetype-sql::before { content: "\f7f5"; }
1773
+ .bi-fire::before { content: "\f7f6"; }
1774
+ .bi-google-play::before { content: "\f7f7"; }
1775
+ .bi-h-circle-fill::before { content: "\f7fa"; }
1776
+ .bi-h-circle::before { content: "\f7fb"; }
1777
+ .bi-h-square-fill::before { content: "\f7fc"; }
1778
+ .bi-h-square::before { content: "\f7fd"; }
1779
+ .bi-indent::before { content: "\f7fe"; }
1780
+ .bi-lungs-fill::before { content: "\f7ff"; }
1781
+ .bi-lungs::before { content: "\f800"; }
1782
+ .bi-microsoft-teams::before { content: "\f801"; }
1783
+ .bi-p-circle-fill::before { content: "\f804"; }
1784
+ .bi-p-circle::before { content: "\f805"; }
1785
+ .bi-p-square-fill::before { content: "\f806"; }
1786
+ .bi-p-square::before { content: "\f807"; }
1787
+ .bi-pass-fill::before { content: "\f808"; }
1788
+ .bi-pass::before { content: "\f809"; }
1789
+ .bi-prescription::before { content: "\f80a"; }
1790
+ .bi-prescription2::before { content: "\f80b"; }
1791
+ .bi-r-circle-fill::before { content: "\f80e"; }
1792
+ .bi-r-circle::before { content: "\f80f"; }
1793
+ .bi-r-square-fill::before { content: "\f810"; }
1794
+ .bi-r-square::before { content: "\f811"; }
1795
+ .bi-repeat-1::before { content: "\f812"; }
1796
+ .bi-repeat::before { content: "\f813"; }
1797
+ .bi-rewind-btn-fill::before { content: "\f814"; }
1798
+ .bi-rewind-btn::before { content: "\f815"; }
1799
+ .bi-rewind-circle-fill::before { content: "\f816"; }
1800
+ .bi-rewind-circle::before { content: "\f817"; }
1801
+ .bi-rewind-fill::before { content: "\f818"; }
1802
+ .bi-rewind::before { content: "\f819"; }
1803
+ .bi-train-freight-front-fill::before { content: "\f81a"; }
1804
+ .bi-train-freight-front::before { content: "\f81b"; }
1805
+ .bi-train-front-fill::before { content: "\f81c"; }
1806
+ .bi-train-front::before { content: "\f81d"; }
1807
+ .bi-train-lightrail-front-fill::before { content: "\f81e"; }
1808
+ .bi-train-lightrail-front::before { content: "\f81f"; }
1809
+ .bi-truck-front-fill::before { content: "\f820"; }
1810
+ .bi-truck-front::before { content: "\f821"; }
1811
+ .bi-ubuntu::before { content: "\f822"; }
1812
+ .bi-unindent::before { content: "\f823"; }
1813
+ .bi-unity::before { content: "\f824"; }
1814
+ .bi-universal-access-circle::before { content: "\f825"; }
1815
+ .bi-universal-access::before { content: "\f826"; }
1816
+ .bi-virus::before { content: "\f827"; }
1817
+ .bi-virus2::before { content: "\f828"; }
1818
+ .bi-wechat::before { content: "\f829"; }
1819
+ .bi-yelp::before { content: "\f82a"; }
1820
+ .bi-sign-stop-fill::before { content: "\f82b"; }
1821
+ .bi-sign-stop-lights-fill::before { content: "\f82c"; }
1822
+ .bi-sign-stop-lights::before { content: "\f82d"; }
1823
+ .bi-sign-stop::before { content: "\f82e"; }
1824
+ .bi-sign-turn-left-fill::before { content: "\f82f"; }
1825
+ .bi-sign-turn-left::before { content: "\f830"; }
1826
+ .bi-sign-turn-right-fill::before { content: "\f831"; }
1827
+ .bi-sign-turn-right::before { content: "\f832"; }
1828
+ .bi-sign-turn-slight-left-fill::before { content: "\f833"; }
1829
+ .bi-sign-turn-slight-left::before { content: "\f834"; }
1830
+ .bi-sign-turn-slight-right-fill::before { content: "\f835"; }
1831
+ .bi-sign-turn-slight-right::before { content: "\f836"; }
1832
+ .bi-sign-yield-fill::before { content: "\f837"; }
1833
+ .bi-sign-yield::before { content: "\f838"; }
1834
+ .bi-ev-station-fill::before { content: "\f839"; }
1835
+ .bi-ev-station::before { content: "\f83a"; }
1836
+ .bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
1837
+ .bi-fuel-pump-diesel::before { content: "\f83c"; }
1838
+ .bi-fuel-pump-fill::before { content: "\f83d"; }
1839
+ .bi-fuel-pump::before { content: "\f83e"; }
1840
+ .bi-0-circle-fill::before { content: "\f83f"; }
1841
+ .bi-0-circle::before { content: "\f840"; }
1842
+ .bi-0-square-fill::before { content: "\f841"; }
1843
+ .bi-0-square::before { content: "\f842"; }
1844
+ .bi-rocket-fill::before { content: "\f843"; }
1845
+ .bi-rocket-takeoff-fill::before { content: "\f844"; }
1846
+ .bi-rocket-takeoff::before { content: "\f845"; }
1847
+ .bi-rocket::before { content: "\f846"; }
1848
+ .bi-stripe::before { content: "\f847"; }
1849
+ .bi-subscript::before { content: "\f848"; }
1850
+ .bi-superscript::before { content: "\f849"; }
1851
+ .bi-trello::before { content: "\f84a"; }
1852
+ .bi-envelope-at-fill::before { content: "\f84b"; }
1853
+ .bi-envelope-at::before { content: "\f84c"; }
1854
+ .bi-regex::before { content: "\f84d"; }
1855
+ .bi-text-wrap::before { content: "\f84e"; }
1856
+ .bi-sign-dead-end-fill::before { content: "\f84f"; }
1857
+ .bi-sign-dead-end::before { content: "\f850"; }
1858
+ .bi-sign-do-not-enter-fill::before { content: "\f851"; }
1859
+ .bi-sign-do-not-enter::before { content: "\f852"; }
1860
+ .bi-sign-intersection-fill::before { content: "\f853"; }
1861
+ .bi-sign-intersection-side-fill::before { content: "\f854"; }
1862
+ .bi-sign-intersection-side::before { content: "\f855"; }
1863
+ .bi-sign-intersection-t-fill::before { content: "\f856"; }
1864
+ .bi-sign-intersection-t::before { content: "\f857"; }
1865
+ .bi-sign-intersection-y-fill::before { content: "\f858"; }
1866
+ .bi-sign-intersection-y::before { content: "\f859"; }
1867
+ .bi-sign-intersection::before { content: "\f85a"; }
1868
+ .bi-sign-merge-left-fill::before { content: "\f85b"; }
1869
+ .bi-sign-merge-left::before { content: "\f85c"; }
1870
+ .bi-sign-merge-right-fill::before { content: "\f85d"; }
1871
+ .bi-sign-merge-right::before { content: "\f85e"; }
1872
+ .bi-sign-no-left-turn-fill::before { content: "\f85f"; }
1873
+ .bi-sign-no-left-turn::before { content: "\f860"; }
1874
+ .bi-sign-no-parking-fill::before { content: "\f861"; }
1875
+ .bi-sign-no-parking::before { content: "\f862"; }
1876
+ .bi-sign-no-right-turn-fill::before { content: "\f863"; }
1877
+ .bi-sign-no-right-turn::before { content: "\f864"; }
1878
+ .bi-sign-railroad-fill::before { content: "\f865"; }
1879
+ .bi-sign-railroad::before { content: "\f866"; }
1880
+ .bi-building-add::before { content: "\f867"; }
1881
+ .bi-building-check::before { content: "\f868"; }
1882
+ .bi-building-dash::before { content: "\f869"; }
1883
+ .bi-building-down::before { content: "\f86a"; }
1884
+ .bi-building-exclamation::before { content: "\f86b"; }
1885
+ .bi-building-fill-add::before { content: "\f86c"; }
1886
+ .bi-building-fill-check::before { content: "\f86d"; }
1887
+ .bi-building-fill-dash::before { content: "\f86e"; }
1888
+ .bi-building-fill-down::before { content: "\f86f"; }
1889
+ .bi-building-fill-exclamation::before { content: "\f870"; }
1890
+ .bi-building-fill-gear::before { content: "\f871"; }
1891
+ .bi-building-fill-lock::before { content: "\f872"; }
1892
+ .bi-building-fill-slash::before { content: "\f873"; }
1893
+ .bi-building-fill-up::before { content: "\f874"; }
1894
+ .bi-building-fill-x::before { content: "\f875"; }
1895
+ .bi-building-fill::before { content: "\f876"; }
1896
+ .bi-building-gear::before { content: "\f877"; }
1897
+ .bi-building-lock::before { content: "\f878"; }
1898
+ .bi-building-slash::before { content: "\f879"; }
1899
+ .bi-building-up::before { content: "\f87a"; }
1900
+ .bi-building-x::before { content: "\f87b"; }
1901
+ .bi-buildings-fill::before { content: "\f87c"; }
1902
+ .bi-buildings::before { content: "\f87d"; }
1903
+ .bi-bus-front-fill::before { content: "\f87e"; }
1904
+ .bi-bus-front::before { content: "\f87f"; }
1905
+ .bi-ev-front-fill::before { content: "\f880"; }
1906
+ .bi-ev-front::before { content: "\f881"; }
1907
+ .bi-globe-americas::before { content: "\f882"; }
1908
+ .bi-globe-asia-australia::before { content: "\f883"; }
1909
+ .bi-globe-central-south-asia::before { content: "\f884"; }
1910
+ .bi-globe-europe-africa::before { content: "\f885"; }
1911
+ .bi-house-add-fill::before { content: "\f886"; }
1912
+ .bi-house-add::before { content: "\f887"; }
1913
+ .bi-house-check-fill::before { content: "\f888"; }
1914
+ .bi-house-check::before { content: "\f889"; }
1915
+ .bi-house-dash-fill::before { content: "\f88a"; }
1916
+ .bi-house-dash::before { content: "\f88b"; }
1917
+ .bi-house-down-fill::before { content: "\f88c"; }
1918
+ .bi-house-down::before { content: "\f88d"; }
1919
+ .bi-house-exclamation-fill::before { content: "\f88e"; }
1920
+ .bi-house-exclamation::before { content: "\f88f"; }
1921
+ .bi-house-gear-fill::before { content: "\f890"; }
1922
+ .bi-house-gear::before { content: "\f891"; }
1923
+ .bi-house-lock-fill::before { content: "\f892"; }
1924
+ .bi-house-lock::before { content: "\f893"; }
1925
+ .bi-house-slash-fill::before { content: "\f894"; }
1926
+ .bi-house-slash::before { content: "\f895"; }
1927
+ .bi-house-up-fill::before { content: "\f896"; }
1928
+ .bi-house-up::before { content: "\f897"; }
1929
+ .bi-house-x-fill::before { content: "\f898"; }
1930
+ .bi-house-x::before { content: "\f899"; }
1931
+ .bi-person-add::before { content: "\f89a"; }
1932
+ .bi-person-down::before { content: "\f89b"; }
1933
+ .bi-person-exclamation::before { content: "\f89c"; }
1934
+ .bi-person-fill-add::before { content: "\f89d"; }
1935
+ .bi-person-fill-check::before { content: "\f89e"; }
1936
+ .bi-person-fill-dash::before { content: "\f89f"; }
1937
+ .bi-person-fill-down::before { content: "\f8a0"; }
1938
+ .bi-person-fill-exclamation::before { content: "\f8a1"; }
1939
+ .bi-person-fill-gear::before { content: "\f8a2"; }
1940
+ .bi-person-fill-lock::before { content: "\f8a3"; }
1941
+ .bi-person-fill-slash::before { content: "\f8a4"; }
1942
+ .bi-person-fill-up::before { content: "\f8a5"; }
1943
+ .bi-person-fill-x::before { content: "\f8a6"; }
1944
+ .bi-person-gear::before { content: "\f8a7"; }
1945
+ .bi-person-lock::before { content: "\f8a8"; }
1946
+ .bi-person-slash::before { content: "\f8a9"; }
1947
+ .bi-person-up::before { content: "\f8aa"; }
1948
+ .bi-scooter::before { content: "\f8ab"; }
1949
+ .bi-taxi-front-fill::before { content: "\f8ac"; }
1950
+ .bi-taxi-front::before { content: "\f8ad"; }
1951
+ .bi-amd::before { content: "\f8ae"; }
1952
+ .bi-database-add::before { content: "\f8af"; }
1953
+ .bi-database-check::before { content: "\f8b0"; }
1954
+ .bi-database-dash::before { content: "\f8b1"; }
1955
+ .bi-database-down::before { content: "\f8b2"; }
1956
+ .bi-database-exclamation::before { content: "\f8b3"; }
1957
+ .bi-database-fill-add::before { content: "\f8b4"; }
1958
+ .bi-database-fill-check::before { content: "\f8b5"; }
1959
+ .bi-database-fill-dash::before { content: "\f8b6"; }
1960
+ .bi-database-fill-down::before { content: "\f8b7"; }
1961
+ .bi-database-fill-exclamation::before { content: "\f8b8"; }
1962
+ .bi-database-fill-gear::before { content: "\f8b9"; }
1963
+ .bi-database-fill-lock::before { content: "\f8ba"; }
1964
+ .bi-database-fill-slash::before { content: "\f8bb"; }
1965
+ .bi-database-fill-up::before { content: "\f8bc"; }
1966
+ .bi-database-fill-x::before { content: "\f8bd"; }
1967
+ .bi-database-fill::before { content: "\f8be"; }
1968
+ .bi-database-gear::before { content: "\f8bf"; }
1969
+ .bi-database-lock::before { content: "\f8c0"; }
1970
+ .bi-database-slash::before { content: "\f8c1"; }
1971
+ .bi-database-up::before { content: "\f8c2"; }
1972
+ .bi-database-x::before { content: "\f8c3"; }
1973
+ .bi-database::before { content: "\f8c4"; }
1974
+ .bi-houses-fill::before { content: "\f8c5"; }
1975
+ .bi-houses::before { content: "\f8c6"; }
1976
+ .bi-nvidia::before { content: "\f8c7"; }
1977
+ .bi-person-vcard-fill::before { content: "\f8c8"; }
1978
+ .bi-person-vcard::before { content: "\f8c9"; }
1979
+ .bi-sina-weibo::before { content: "\f8ca"; }
1980
+ .bi-tencent-qq::before { content: "\f8cb"; }
1981
+ .bi-wikipedia::before { content: "\f8cc"; }