bootstrap-icons.css 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285
  1. @font-face {
  2. font-family: "bootstrap-icons";
  3. src: url("./fonts/bootstrap-icons.woff?4601c71fb26c9277391ec80789bfde9c") format("woff"),
  4. url("./fonts/bootstrap-icons.woff2?4601c71fb26c9277391ec80789bfde9c") format("woff2");
  5. }
  6. [class^="bi-"]::before,
  7. [class*=" bi-"]::before {
  8. display: inline-block;
  9. font-family: bootstrap-icons !important;
  10. font-style: normal;
  11. font-weight: normal !important;
  12. font-variant: normal;
  13. text-transform: none;
  14. line-height: 1;
  15. vertical-align: text-bottom;
  16. -webkit-font-smoothing: antialiased;
  17. -moz-osx-font-smoothing: grayscale;
  18. }
  19. .bi-alarm-fill::before { content: "\f101"; }
  20. .bi-alarm::before { content: "\f102"; }
  21. .bi-align-bottom::before { content: "\f103"; }
  22. .bi-align-center::before { content: "\f104"; }
  23. .bi-align-end::before { content: "\f105"; }
  24. .bi-align-middle::before { content: "\f106"; }
  25. .bi-align-start::before { content: "\f107"; }
  26. .bi-align-top::before { content: "\f108"; }
  27. .bi-alt::before { content: "\f109"; }
  28. .bi-app-indicator::before { content: "\f10a"; }
  29. .bi-app::before { content: "\f10b"; }
  30. .bi-archive-fill::before { content: "\f10c"; }
  31. .bi-archive::before { content: "\f10d"; }
  32. .bi-arrow-90deg-down::before { content: "\f10e"; }
  33. .bi-arrow-90deg-left::before { content: "\f10f"; }
  34. .bi-arrow-90deg-right::before { content: "\f110"; }
  35. .bi-arrow-90deg-up::before { content: "\f111"; }
  36. .bi-arrow-bar-down::before { content: "\f112"; }
  37. .bi-arrow-bar-left::before { content: "\f113"; }
  38. .bi-arrow-bar-right::before { content: "\f114"; }
  39. .bi-arrow-bar-up::before { content: "\f115"; }
  40. .bi-arrow-clockwise::before { content: "\f116"; }
  41. .bi-arrow-counterclockwise::before { content: "\f117"; }
  42. .bi-arrow-down-circle-fill::before { content: "\f118"; }
  43. .bi-arrow-down-circle::before { content: "\f119"; }
  44. .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
  45. .bi-arrow-down-left-circle::before { content: "\f11b"; }
  46. .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
  47. .bi-arrow-down-left-square::before { content: "\f11d"; }
  48. .bi-arrow-down-left::before { content: "\f11e"; }
  49. .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
  50. .bi-arrow-down-right-circle::before { content: "\f120"; }
  51. .bi-arrow-down-right-square-fill::before { content: "\f121"; }
  52. .bi-arrow-down-right-square::before { content: "\f122"; }
  53. .bi-arrow-down-right::before { content: "\f123"; }
  54. .bi-arrow-down-short::before { content: "\f124"; }
  55. .bi-arrow-down-square-fill::before { content: "\f125"; }
  56. .bi-arrow-down-square::before { content: "\f126"; }
  57. .bi-arrow-down-up::before { content: "\f127"; }
  58. .bi-arrow-down::before { content: "\f128"; }
  59. .bi-arrow-left-circle-fill::before { content: "\f129"; }
  60. .bi-arrow-left-circle::before { content: "\f12a"; }
  61. .bi-arrow-left-right::before { content: "\f12b"; }
  62. .bi-arrow-left-short::before { content: "\f12c"; }
  63. .bi-arrow-left-square-fill::before { content: "\f12d"; }
  64. .bi-arrow-left-square::before { content: "\f12e"; }
  65. .bi-arrow-left::before { content: "\f12f"; }
  66. .bi-arrow-repeat::before { content: "\f130"; }
  67. .bi-arrow-return-left::before { content: "\f131"; }
  68. .bi-arrow-return-right::before { content: "\f132"; }
  69. .bi-arrow-right-circle-fill::before { content: "\f133"; }
  70. .bi-arrow-right-circle::before { content: "\f134"; }
  71. .bi-arrow-right-short::before { content: "\f135"; }
  72. .bi-arrow-right-square-fill::before { content: "\f136"; }
  73. .bi-arrow-right-square::before { content: "\f137"; }
  74. .bi-arrow-right::before { content: "\f138"; }
  75. .bi-arrow-up-circle-fill::before { content: "\f139"; }
  76. .bi-arrow-up-circle::before { content: "\f13a"; }
  77. .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
  78. .bi-arrow-up-left-circle::before { content: "\f13c"; }
  79. .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
  80. .bi-arrow-up-left-square::before { content: "\f13e"; }
  81. .bi-arrow-up-left::before { content: "\f13f"; }
  82. .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
  83. .bi-arrow-up-right-circle::before { content: "\f141"; }
  84. .bi-arrow-up-right-square-fill::before { content: "\f142"; }
  85. .bi-arrow-up-right-square::before { content: "\f143"; }
  86. .bi-arrow-up-right::before { content: "\f144"; }
  87. .bi-arrow-up-short::before { content: "\f145"; }
  88. .bi-arrow-up-square-fill::before { content: "\f146"; }
  89. .bi-arrow-up-square::before { content: "\f147"; }
  90. .bi-arrow-up::before { content: "\f148"; }
  91. .bi-arrows-angle-contract::before { content: "\f149"; }
  92. .bi-arrows-angle-expand::before { content: "\f14a"; }
  93. .bi-arrows-collapse::before { content: "\f14b"; }
  94. .bi-arrows-expand::before { content: "\f14c"; }
  95. .bi-arrows-fullscreen::before { content: "\f14d"; }
  96. .bi-arrows-move::before { content: "\f14e"; }
  97. .bi-aspect-ratio-fill::before { content: "\f14f"; }
  98. .bi-aspect-ratio::before { content: "\f150"; }
  99. .bi-asterisk::before { content: "\f151"; }
  100. .bi-at::before { content: "\f152"; }
  101. .bi-award-fill::before { content: "\f153"; }
  102. .bi-award::before { content: "\f154"; }
  103. .bi-back::before { content: "\f155"; }
  104. .bi-backspace-fill::before { content: "\f156"; }
  105. .bi-backspace-reverse-fill::before { content: "\f157"; }
  106. .bi-backspace-reverse::before { content: "\f158"; }
  107. .bi-backspace::before { content: "\f159"; }
  108. .bi-badge-3d-fill::before { content: "\f15a"; }
  109. .bi-badge-3d::before { content: "\f15b"; }
  110. .bi-badge-4k-fill::before { content: "\f15c"; }
  111. .bi-badge-4k::before { content: "\f15d"; }
  112. .bi-badge-8k-fill::before { content: "\f15e"; }
  113. .bi-badge-8k::before { content: "\f15f"; }
  114. .bi-badge-ad-fill::before { content: "\f160"; }
  115. .bi-badge-ad::before { content: "\f161"; }
  116. .bi-badge-ar-fill::before { content: "\f162"; }
  117. .bi-badge-ar::before { content: "\f163"; }
  118. .bi-badge-cc-fill::before { content: "\f164"; }
  119. .bi-badge-cc::before { content: "\f165"; }
  120. .bi-badge-hd-fill::before { content: "\f166"; }
  121. .bi-badge-hd::before { content: "\f167"; }
  122. .bi-badge-tm-fill::before { content: "\f168"; }
  123. .bi-badge-tm::before { content: "\f169"; }
  124. .bi-badge-vo-fill::before { content: "\f16a"; }
  125. .bi-badge-vo::before { content: "\f16b"; }
  126. .bi-badge-vr-fill::before { content: "\f16c"; }
  127. .bi-badge-vr::before { content: "\f16d"; }
  128. .bi-badge-wc-fill::before { content: "\f16e"; }
  129. .bi-badge-wc::before { content: "\f16f"; }
  130. .bi-bag-check-fill::before { content: "\f170"; }
  131. .bi-bag-check::before { content: "\f171"; }
  132. .bi-bag-dash-fill::before { content: "\f172"; }
  133. .bi-bag-dash::before { content: "\f173"; }
  134. .bi-bag-fill::before { content: "\f174"; }
  135. .bi-bag-plus-fill::before { content: "\f175"; }
  136. .bi-bag-plus::before { content: "\f176"; }
  137. .bi-bag-x-fill::before { content: "\f177"; }
  138. .bi-bag-x::before { content: "\f178"; }
  139. .bi-bag::before { content: "\f179"; }
  140. .bi-bar-chart-fill::before { content: "\f17a"; }
  141. .bi-bar-chart-line-fill::before { content: "\f17b"; }
  142. .bi-bar-chart-line::before { content: "\f17c"; }
  143. .bi-bar-chart-steps::before { content: "\f17d"; }
  144. .bi-bar-chart::before { content: "\f17e"; }
  145. .bi-basket-fill::before { content: "\f17f"; }
  146. .bi-basket::before { content: "\f180"; }
  147. .bi-basket2-fill::before { content: "\f181"; }
  148. .bi-basket2::before { content: "\f182"; }
  149. .bi-basket3-fill::before { content: "\f183"; }
  150. .bi-basket3::before { content: "\f184"; }
  151. .bi-battery-charging::before { content: "\f185"; }
  152. .bi-battery-full::before { content: "\f186"; }
  153. .bi-battery-half::before { content: "\f187"; }
  154. .bi-battery::before { content: "\f188"; }
  155. .bi-bell-fill::before { content: "\f189"; }
  156. .bi-bell::before { content: "\f18a"; }
  157. .bi-bezier::before { content: "\f18b"; }
  158. .bi-bezier2::before { content: "\f18c"; }
  159. .bi-bicycle::before { content: "\f18d"; }
  160. .bi-binoculars-fill::before { content: "\f18e"; }
  161. .bi-binoculars::before { content: "\f18f"; }
  162. .bi-blockquote-left::before { content: "\f190"; }
  163. .bi-blockquote-right::before { content: "\f191"; }
  164. .bi-book-fill::before { content: "\f192"; }
  165. .bi-book-half::before { content: "\f193"; }
  166. .bi-book::before { content: "\f194"; }
  167. .bi-bookmark-check-fill::before { content: "\f195"; }
  168. .bi-bookmark-check::before { content: "\f196"; }
  169. .bi-bookmark-dash-fill::before { content: "\f197"; }
  170. .bi-bookmark-dash::before { content: "\f198"; }
  171. .bi-bookmark-fill::before { content: "\f199"; }
  172. .bi-bookmark-heart-fill::before { content: "\f19a"; }
  173. .bi-bookmark-heart::before { content: "\f19b"; }
  174. .bi-bookmark-plus-fill::before { content: "\f19c"; }
  175. .bi-bookmark-plus::before { content: "\f19d"; }
  176. .bi-bookmark-star-fill::before { content: "\f19e"; }
  177. .bi-bookmark-star::before { content: "\f19f"; }
  178. .bi-bookmark-x-fill::before { content: "\f1a0"; }
  179. .bi-bookmark-x::before { content: "\f1a1"; }
  180. .bi-bookmark::before { content: "\f1a2"; }
  181. .bi-bookmarks-fill::before { content: "\f1a3"; }
  182. .bi-bookmarks::before { content: "\f1a4"; }
  183. .bi-bookshelf::before { content: "\f1a5"; }
  184. .bi-bootstrap-fill::before { content: "\f1a6"; }
  185. .bi-bootstrap-reboot::before { content: "\f1a7"; }
  186. .bi-bootstrap::before { content: "\f1a8"; }
  187. .bi-border-all::before { content: "\f1a9"; }
  188. .bi-border-bottom::before { content: "\f1aa"; }
  189. .bi-border-center::before { content: "\f1ab"; }
  190. .bi-border-inner::before { content: "\f1ac"; }
  191. .bi-border-left::before { content: "\f1ad"; }
  192. .bi-border-middle::before { content: "\f1ae"; }
  193. .bi-border-outer::before { content: "\f1af"; }
  194. .bi-border-right::before { content: "\f1b0"; }
  195. .bi-border-style::before { content: "\f1b1"; }
  196. .bi-border-top::before { content: "\f1b2"; }
  197. .bi-border-width::before { content: "\f1b3"; }
  198. .bi-border::before { content: "\f1b4"; }
  199. .bi-bounding-box-circles::before { content: "\f1b5"; }
  200. .bi-bounding-box::before { content: "\f1b6"; }
  201. .bi-box-arrow-down-left::before { content: "\f1b7"; }
  202. .bi-box-arrow-down-right::before { content: "\f1b8"; }
  203. .bi-box-arrow-down::before { content: "\f1b9"; }
  204. .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
  205. .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
  206. .bi-box-arrow-in-down::before { content: "\f1bc"; }
  207. .bi-box-arrow-in-left::before { content: "\f1bd"; }
  208. .bi-box-arrow-in-right::before { content: "\f1be"; }
  209. .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
  210. .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
  211. .bi-box-arrow-in-up::before { content: "\f1c1"; }
  212. .bi-box-arrow-left::before { content: "\f1c2"; }
  213. .bi-box-arrow-right::before { content: "\f1c3"; }
  214. .bi-box-arrow-up-left::before { content: "\f1c4"; }
  215. .bi-box-arrow-up-right::before { content: "\f1c5"; }
  216. .bi-box-arrow-up::before { content: "\f1c6"; }
  217. .bi-box-seam::before { content: "\f1c7"; }
  218. .bi-box::before { content: "\f1c8"; }
  219. .bi-braces::before { content: "\f1c9"; }
  220. .bi-bricks::before { content: "\f1ca"; }
  221. .bi-briefcase-fill::before { content: "\f1cb"; }
  222. .bi-briefcase::before { content: "\f1cc"; }
  223. .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
  224. .bi-brightness-alt-high::before { content: "\f1ce"; }
  225. .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
  226. .bi-brightness-alt-low::before { content: "\f1d0"; }
  227. .bi-brightness-high-fill::before { content: "\f1d1"; }
  228. .bi-brightness-high::before { content: "\f1d2"; }
  229. .bi-brightness-low-fill::before { content: "\f1d3"; }
  230. .bi-brightness-low::before { content: "\f1d4"; }
  231. .bi-broadcast-pin::before { content: "\f1d5"; }
  232. .bi-broadcast::before { content: "\f1d6"; }
  233. .bi-brush-fill::before { content: "\f1d7"; }
  234. .bi-brush::before { content: "\f1d8"; }
  235. .bi-bucket-fill::before { content: "\f1d9"; }
  236. .bi-bucket::before { content: "\f1da"; }
  237. .bi-bug-fill::before { content: "\f1db"; }
  238. .bi-bug::before { content: "\f1dc"; }
  239. .bi-building::before { content: "\f1dd"; }
  240. .bi-bullseye::before { content: "\f1de"; }
  241. .bi-calculator-fill::before { content: "\f1df"; }
  242. .bi-calculator::before { content: "\f1e0"; }
  243. .bi-calendar-check-fill::before { content: "\f1e1"; }
  244. .bi-calendar-check::before { content: "\f1e2"; }
  245. .bi-calendar-date-fill::before { content: "\f1e3"; }
  246. .bi-calendar-date::before { content: "\f1e4"; }
  247. .bi-calendar-day-fill::before { content: "\f1e5"; }
  248. .bi-calendar-day::before { content: "\f1e6"; }
  249. .bi-calendar-event-fill::before { content: "\f1e7"; }
  250. .bi-calendar-event::before { content: "\f1e8"; }
  251. .bi-calendar-fill::before { content: "\f1e9"; }
  252. .bi-calendar-minus-fill::before { content: "\f1ea"; }
  253. .bi-calendar-minus::before { content: "\f1eb"; }
  254. .bi-calendar-month-fill::before { content: "\f1ec"; }
  255. .bi-calendar-month::before { content: "\f1ed"; }
  256. .bi-calendar-plus-fill::before { content: "\f1ee"; }
  257. .bi-calendar-plus::before { content: "\f1ef"; }
  258. .bi-calendar-range-fill::before { content: "\f1f0"; }
  259. .bi-calendar-range::before { content: "\f1f1"; }
  260. .bi-calendar-week-fill::before { content: "\f1f2"; }
  261. .bi-calendar-week::before { content: "\f1f3"; }
  262. .bi-calendar-x-fill::before { content: "\f1f4"; }
  263. .bi-calendar-x::before { content: "\f1f5"; }
  264. .bi-calendar::before { content: "\f1f6"; }
  265. .bi-calendar2-check-fill::before { content: "\f1f7"; }
  266. .bi-calendar2-check::before { content: "\f1f8"; }
  267. .bi-calendar2-date-fill::before { content: "\f1f9"; }
  268. .bi-calendar2-date::before { content: "\f1fa"; }
  269. .bi-calendar2-day-fill::before { content: "\f1fb"; }
  270. .bi-calendar2-day::before { content: "\f1fc"; }
  271. .bi-calendar2-event-fill::before { content: "\f1fd"; }
  272. .bi-calendar2-event::before { content: "\f1fe"; }
  273. .bi-calendar2-fill::before { content: "\f1ff"; }
  274. .bi-calendar2-minus-fill::before { content: "\f200"; }
  275. .bi-calendar2-minus::before { content: "\f201"; }
  276. .bi-calendar2-month-fill::before { content: "\f202"; }
  277. .bi-calendar2-month::before { content: "\f203"; }
  278. .bi-calendar2-plus-fill::before { content: "\f204"; }
  279. .bi-calendar2-plus::before { content: "\f205"; }
  280. .bi-calendar2-range-fill::before { content: "\f206"; }
  281. .bi-calendar2-range::before { content: "\f207"; }
  282. .bi-calendar2-week-fill::before { content: "\f208"; }
  283. .bi-calendar2-week::before { content: "\f209"; }
  284. .bi-calendar2-x-fill::before { content: "\f20a"; }
  285. .bi-calendar2-x::before { content: "\f20b"; }
  286. .bi-calendar2::before { content: "\f20c"; }
  287. .bi-calendar3-event-fill::before { content: "\f20d"; }
  288. .bi-calendar3-event::before { content: "\f20e"; }
  289. .bi-calendar3-fill::before { content: "\f20f"; }
  290. .bi-calendar3-range-fill::before { content: "\f210"; }
  291. .bi-calendar3-range::before { content: "\f211"; }
  292. .bi-calendar3-week-fill::before { content: "\f212"; }
  293. .bi-calendar3-week::before { content: "\f213"; }
  294. .bi-calendar3::before { content: "\f214"; }
  295. .bi-calendar4-event::before { content: "\f215"; }
  296. .bi-calendar4-range::before { content: "\f216"; }
  297. .bi-calendar4-week::before { content: "\f217"; }
  298. .bi-calendar4::before { content: "\f218"; }
  299. .bi-camera-fill::before { content: "\f219"; }
  300. .bi-camera-reels-fill::before { content: "\f21a"; }
  301. .bi-camera-reels::before { content: "\f21b"; }
  302. .bi-camera-video-fill::before { content: "\f21c"; }
  303. .bi-camera-video-off-fill::before { content: "\f21d"; }
  304. .bi-camera-video-off::before { content: "\f21e"; }
  305. .bi-camera-video::before { content: "\f21f"; }
  306. .bi-camera::before { content: "\f220"; }
  307. .bi-camera2::before { content: "\f221"; }
  308. .bi-capslock-fill::before { content: "\f222"; }
  309. .bi-capslock::before { content: "\f223"; }
  310. .bi-card-checklist::before { content: "\f224"; }
  311. .bi-card-heading::before { content: "\f225"; }
  312. .bi-card-image::before { content: "\f226"; }
  313. .bi-card-list::before { content: "\f227"; }
  314. .bi-card-text::before { content: "\f228"; }
  315. .bi-caret-down-fill::before { content: "\f229"; }
  316. .bi-caret-down-square-fill::before { content: "\f22a"; }
  317. .bi-caret-down-square::before { content: "\f22b"; }
  318. .bi-caret-down::before { content: "\f22c"; }
  319. .bi-caret-left-fill::before { content: "\f22d"; }
  320. .bi-caret-left-square-fill::before { content: "\f22e"; }
  321. .bi-caret-left-square::before { content: "\f22f"; }
  322. .bi-caret-left::before { content: "\f230"; }
  323. .bi-caret-right-fill::before { content: "\f231"; }
  324. .bi-caret-right-square-fill::before { content: "\f232"; }
  325. .bi-caret-right-square::before { content: "\f233"; }
  326. .bi-caret-right::before { content: "\f234"; }
  327. .bi-caret-up-fill::before { content: "\f235"; }
  328. .bi-caret-up-square-fill::before { content: "\f236"; }
  329. .bi-caret-up-square::before { content: "\f237"; }
  330. .bi-caret-up::before { content: "\f238"; }
  331. .bi-cart-check-fill::before { content: "\f239"; }
  332. .bi-cart-check::before { content: "\f23a"; }
  333. .bi-cart-dash-fill::before { content: "\f23b"; }
  334. .bi-cart-dash::before { content: "\f23c"; }
  335. .bi-cart-fill::before { content: "\f23d"; }
  336. .bi-cart-plus-fill::before { content: "\f23e"; }
  337. .bi-cart-plus::before { content: "\f23f"; }
  338. .bi-cart-x-fill::before { content: "\f240"; }
  339. .bi-cart-x::before { content: "\f241"; }
  340. .bi-cart::before { content: "\f242"; }
  341. .bi-cart2::before { content: "\f243"; }
  342. .bi-cart3::before { content: "\f244"; }
  343. .bi-cart4::before { content: "\f245"; }
  344. .bi-cash-stack::before { content: "\f246"; }
  345. .bi-cash::before { content: "\f247"; }
  346. .bi-cast::before { content: "\f248"; }
  347. .bi-chat-dots-fill::before { content: "\f249"; }
  348. .bi-chat-dots::before { content: "\f24a"; }
  349. .bi-chat-fill::before { content: "\f24b"; }
  350. .bi-chat-left-dots-fill::before { content: "\f24c"; }
  351. .bi-chat-left-dots::before { content: "\f24d"; }
  352. .bi-chat-left-fill::before { content: "\f24e"; }
  353. .bi-chat-left-quote-fill::before { content: "\f24f"; }
  354. .bi-chat-left-quote::before { content: "\f250"; }
  355. .bi-chat-left-text-fill::before { content: "\f251"; }
  356. .bi-chat-left-text::before { content: "\f252"; }
  357. .bi-chat-left::before { content: "\f253"; }
  358. .bi-chat-quote-fill::before { content: "\f254"; }
  359. .bi-chat-quote::before { content: "\f255"; }
  360. .bi-chat-right-dots-fill::before { content: "\f256"; }
  361. .bi-chat-right-dots::before { content: "\f257"; }
  362. .bi-chat-right-fill::before { content: "\f258"; }
  363. .bi-chat-right-quote-fill::before { content: "\f259"; }
  364. .bi-chat-right-quote::before { content: "\f25a"; }
  365. .bi-chat-right-text-fill::before { content: "\f25b"; }
  366. .bi-chat-right-text::before { content: "\f25c"; }
  367. .bi-chat-right::before { content: "\f25d"; }
  368. .bi-chat-square-dots-fill::before { content: "\f25e"; }
  369. .bi-chat-square-dots::before { content: "\f25f"; }
  370. .bi-chat-square-fill::before { content: "\f260"; }
  371. .bi-chat-square-quote-fill::before { content: "\f261"; }
  372. .bi-chat-square-quote::before { content: "\f262"; }
  373. .bi-chat-square-text-fill::before { content: "\f263"; }
  374. .bi-chat-square-text::before { content: "\f264"; }
  375. .bi-chat-square::before { content: "\f265"; }
  376. .bi-chat-text-fill::before { content: "\f266"; }
  377. .bi-chat-text::before { content: "\f267"; }
  378. .bi-chat::before { content: "\f268"; }
  379. .bi-check-all::before { content: "\f269"; }
  380. .bi-check-circle-fill::before { content: "\f26a"; }
  381. .bi-check-circle::before { content: "\f26b"; }
  382. .bi-check-square-fill::before { content: "\f26c"; }
  383. .bi-check-square::before { content: "\f26d"; }
  384. .bi-check::before { content: "\f26e"; }
  385. .bi-check2-all::before { content: "\f26f"; }
  386. .bi-check2-circle::before { content: "\f270"; }
  387. .bi-check2-square::before { content: "\f271"; }
  388. .bi-check2::before { content: "\f272"; }
  389. .bi-chevron-bar-contract::before { content: "\f273"; }
  390. .bi-chevron-bar-down::before { content: "\f274"; }
  391. .bi-chevron-bar-expand::before { content: "\f275"; }
  392. .bi-chevron-bar-left::before { content: "\f276"; }
  393. .bi-chevron-bar-right::before { content: "\f277"; }
  394. .bi-chevron-bar-up::before { content: "\f278"; }
  395. .bi-chevron-compact-down::before { content: "\f279"; }
  396. .bi-chevron-compact-left::before { content: "\f27a"; }
  397. .bi-chevron-compact-right::before { content: "\f27b"; }
  398. .bi-chevron-compact-up::before { content: "\f27c"; }
  399. .bi-chevron-contract::before { content: "\f27d"; }
  400. .bi-chevron-double-down::before { content: "\f27e"; }
  401. .bi-chevron-double-left::before { content: "\f27f"; }
  402. .bi-chevron-double-right::before { content: "\f280"; }
  403. .bi-chevron-double-up::before { content: "\f281"; }
  404. .bi-chevron-down::before { content: "\f282"; }
  405. .bi-chevron-expand::before { content: "\f283"; }
  406. .bi-chevron-left::before { content: "\f284"; }
  407. .bi-chevron-right::before { content: "\f285"; }
  408. .bi-chevron-up::before { content: "\f286"; }
  409. .bi-circle-fill::before { content: "\f287"; }
  410. .bi-circle-half::before { content: "\f288"; }
  411. .bi-circle-square::before { content: "\f289"; }
  412. .bi-circle::before { content: "\f28a"; }
  413. .bi-clipboard-check::before { content: "\f28b"; }
  414. .bi-clipboard-data::before { content: "\f28c"; }
  415. .bi-clipboard-minus::before { content: "\f28d"; }
  416. .bi-clipboard-plus::before { content: "\f28e"; }
  417. .bi-clipboard-x::before { content: "\f28f"; }
  418. .bi-clipboard::before { content: "\f290"; }
  419. .bi-clock-fill::before { content: "\f291"; }
  420. .bi-clock-history::before { content: "\f292"; }
  421. .bi-clock::before { content: "\f293"; }
  422. .bi-cloud-arrow-down-fill::before { content: "\f294"; }
  423. .bi-cloud-arrow-down::before { content: "\f295"; }
  424. .bi-cloud-arrow-up-fill::before { content: "\f296"; }
  425. .bi-cloud-arrow-up::before { content: "\f297"; }
  426. .bi-cloud-check-fill::before { content: "\f298"; }
  427. .bi-cloud-check::before { content: "\f299"; }
  428. .bi-cloud-download-fill::before { content: "\f29a"; }
  429. .bi-cloud-download::before { content: "\f29b"; }
  430. .bi-cloud-fill::before { content: "\f29c"; }
  431. .bi-cloud-minus-fill::before { content: "\f29d"; }
  432. .bi-cloud-minus::before { content: "\f29e"; }
  433. .bi-cloud-plus-fill::before { content: "\f29f"; }
  434. .bi-cloud-plus::before { content: "\f2a0"; }
  435. .bi-cloud-slash-fill::before { content: "\f2a1"; }
  436. .bi-cloud-slash::before { content: "\f2a2"; }
  437. .bi-cloud-upload-fill::before { content: "\f2a3"; }
  438. .bi-cloud-upload::before { content: "\f2a4"; }
  439. .bi-cloud::before { content: "\f2a5"; }
  440. .bi-code-slash::before { content: "\f2a6"; }
  441. .bi-code-square::before { content: "\f2a7"; }
  442. .bi-code::before { content: "\f2a8"; }
  443. .bi-collection-fill::before { content: "\f2a9"; }
  444. .bi-collection-play-fill::before { content: "\f2aa"; }
  445. .bi-collection-play::before { content: "\f2ab"; }
  446. .bi-collection::before { content: "\f2ac"; }
  447. .bi-columns-gap::before { content: "\f2ad"; }
  448. .bi-columns::before { content: "\f2ae"; }
  449. .bi-command::before { content: "\f2af"; }
  450. .bi-compass-fill::before { content: "\f2b0"; }
  451. .bi-compass::before { content: "\f2b1"; }
  452. .bi-cone-striped::before { content: "\f2b2"; }
  453. .bi-cone::before { content: "\f2b3"; }
  454. .bi-controller::before { content: "\f2b4"; }
  455. .bi-cpu-fill::before { content: "\f2b5"; }
  456. .bi-cpu::before { content: "\f2b6"; }
  457. .bi-credit-card-2-back-fill::before { content: "\f2b7"; }
  458. .bi-credit-card-2-back::before { content: "\f2b8"; }
  459. .bi-credit-card-2-front-fill::before { content: "\f2b9"; }
  460. .bi-credit-card-2-front::before { content: "\f2ba"; }
  461. .bi-credit-card-fill::before { content: "\f2bb"; }
  462. .bi-credit-card::before { content: "\f2bc"; }
  463. .bi-crop::before { content: "\f2bd"; }
  464. .bi-cup-fill::before { content: "\f2be"; }
  465. .bi-cup-straw::before { content: "\f2bf"; }
  466. .bi-cup::before { content: "\f2c0"; }
  467. .bi-cursor-fill::before { content: "\f2c1"; }
  468. .bi-cursor-text::before { content: "\f2c2"; }
  469. .bi-cursor::before { content: "\f2c3"; }
  470. .bi-dash-circle-dotted::before { content: "\f2c4"; }
  471. .bi-dash-circle-fill::before { content: "\f2c5"; }
  472. .bi-dash-circle::before { content: "\f2c6"; }
  473. .bi-dash-square-dotted::before { content: "\f2c7"; }
  474. .bi-dash-square-fill::before { content: "\f2c8"; }
  475. .bi-dash-square::before { content: "\f2c9"; }
  476. .bi-dash::before { content: "\f2ca"; }
  477. .bi-diagram-2-fill::before { content: "\f2cb"; }
  478. .bi-diagram-2::before { content: "\f2cc"; }
  479. .bi-diagram-3-fill::before { content: "\f2cd"; }
  480. .bi-diagram-3::before { content: "\f2ce"; }
  481. .bi-diamond-fill::before { content: "\f2cf"; }
  482. .bi-diamond-half::before { content: "\f2d0"; }
  483. .bi-diamond::before { content: "\f2d1"; }
  484. .bi-dice-1-fill::before { content: "\f2d2"; }
  485. .bi-dice-1::before { content: "\f2d3"; }
  486. .bi-dice-2-fill::before { content: "\f2d4"; }
  487. .bi-dice-2::before { content: "\f2d5"; }
  488. .bi-dice-3-fill::before { content: "\f2d6"; }
  489. .bi-dice-3::before { content: "\f2d7"; }
  490. .bi-dice-4-fill::before { content: "\f2d8"; }
  491. .bi-dice-4::before { content: "\f2d9"; }
  492. .bi-dice-5-fill::before { content: "\f2da"; }
  493. .bi-dice-5::before { content: "\f2db"; }
  494. .bi-dice-6-fill::before { content: "\f2dc"; }
  495. .bi-dice-6::before { content: "\f2dd"; }
  496. .bi-disc-fill::before { content: "\f2de"; }
  497. .bi-disc::before { content: "\f2df"; }
  498. .bi-discord::before { content: "\f2e0"; }
  499. .bi-display-fill::before { content: "\f2e1"; }
  500. .bi-display::before { content: "\f2e2"; }
  501. .bi-distribute-horizontal::before { content: "\f2e3"; }
  502. .bi-distribute-vertical::before { content: "\f2e4"; }
  503. .bi-door-closed-fill::before { content: "\f2e5"; }
  504. .bi-door-closed::before { content: "\f2e6"; }
  505. .bi-door-open-fill::before { content: "\f2e7"; }
  506. .bi-door-open::before { content: "\f2e8"; }
  507. .bi-dot::before { content: "\f2e9"; }
  508. .bi-download::before { content: "\f2ea"; }
  509. .bi-droplet-fill::before { content: "\f2eb"; }
  510. .bi-droplet-half::before { content: "\f2ec"; }
  511. .bi-droplet::before { content: "\f2ed"; }
  512. .bi-earbuds::before { content: "\f2ee"; }
  513. .bi-easel-fill::before { content: "\f2ef"; }
  514. .bi-easel::before { content: "\f2f0"; }
  515. .bi-egg-fill::before { content: "\f2f1"; }
  516. .bi-egg-fried::before { content: "\f2f2"; }
  517. .bi-egg::before { content: "\f2f3"; }
  518. .bi-eject-fill::before { content: "\f2f4"; }
  519. .bi-eject::before { content: "\f2f5"; }
  520. .bi-emoji-angry-fill::before { content: "\f2f6"; }
  521. .bi-emoji-angry::before { content: "\f2f7"; }
  522. .bi-emoji-dizzy-fill::before { content: "\f2f8"; }
  523. .bi-emoji-dizzy::before { content: "\f2f9"; }
  524. .bi-emoji-expressionless-fill::before { content: "\f2fa"; }
  525. .bi-emoji-expressionless::before { content: "\f2fb"; }
  526. .bi-emoji-frown-fill::before { content: "\f2fc"; }
  527. .bi-emoji-frown::before { content: "\f2fd"; }
  528. .bi-emoji-heart-eyes-fill::before { content: "\f2fe"; }
  529. .bi-emoji-heart-eyes::before { content: "\f2ff"; }
  530. .bi-emoji-laughing-fill::before { content: "\f300"; }
  531. .bi-emoji-laughing::before { content: "\f301"; }
  532. .bi-emoji-neutral-fill::before { content: "\f302"; }
  533. .bi-emoji-neutral::before { content: "\f303"; }
  534. .bi-emoji-smile-fill::before { content: "\f304"; }
  535. .bi-emoji-smile-upside-down-fill::before { content: "\f305"; }
  536. .bi-emoji-smile-upside-down::before { content: "\f306"; }
  537. .bi-emoji-smile::before { content: "\f307"; }
  538. .bi-emoji-sunglasses-fill::before { content: "\f308"; }
  539. .bi-emoji-sunglasses::before { content: "\f309"; }
  540. .bi-emoji-wink-fill::before { content: "\f30a"; }
  541. .bi-emoji-wink::before { content: "\f30b"; }
  542. .bi-envelope-fill::before { content: "\f30c"; }
  543. .bi-envelope-open-fill::before { content: "\f30d"; }
  544. .bi-envelope-open::before { content: "\f30e"; }
  545. .bi-envelope::before { content: "\f30f"; }
  546. .bi-eraser-fill::before { content: "\f310"; }
  547. .bi-eraser::before { content: "\f311"; }
  548. .bi-exclamation-circle-fill::before { content: "\f312"; }
  549. .bi-exclamation-circle::before { content: "\f313"; }
  550. .bi-exclamation-diamond-fill::before { content: "\f314"; }
  551. .bi-exclamation-diamond::before { content: "\f315"; }
  552. .bi-exclamation-octagon-fill::before { content: "\f316"; }
  553. .bi-exclamation-octagon::before { content: "\f317"; }
  554. .bi-exclamation-square-fill::before { content: "\f318"; }
  555. .bi-exclamation-square::before { content: "\f319"; }
  556. .bi-exclamation-triangle-fill::before { content: "\f31a"; }
  557. .bi-exclamation-triangle::before { content: "\f31b"; }
  558. .bi-exclamation::before { content: "\f31c"; }
  559. .bi-exclude::before { content: "\f31d"; }
  560. .bi-eye-fill::before { content: "\f31e"; }
  561. .bi-eye-slash-fill::before { content: "\f31f"; }
  562. .bi-eye-slash::before { content: "\f320"; }
  563. .bi-eye::before { content: "\f321"; }
  564. .bi-eyedropper::before { content: "\f322"; }
  565. .bi-eyeglasses::before { content: "\f323"; }
  566. .bi-facebook::before { content: "\f324"; }
  567. .bi-file-arrow-down-fill::before { content: "\f325"; }
  568. .bi-file-arrow-down::before { content: "\f326"; }
  569. .bi-file-arrow-up-fill::before { content: "\f327"; }
  570. .bi-file-arrow-up::before { content: "\f328"; }
  571. .bi-file-bar-graph-fill::before { content: "\f329"; }
  572. .bi-file-bar-graph::before { content: "\f32a"; }
  573. .bi-file-binary-fill::before { content: "\f32b"; }
  574. .bi-file-binary::before { content: "\f32c"; }
  575. .bi-file-break-fill::before { content: "\f32d"; }
  576. .bi-file-break::before { content: "\f32e"; }
  577. .bi-file-check-fill::before { content: "\f32f"; }
  578. .bi-file-check::before { content: "\f330"; }
  579. .bi-file-code-fill::before { content: "\f331"; }
  580. .bi-file-code::before { content: "\f332"; }
  581. .bi-file-diff-fill::before { content: "\f333"; }
  582. .bi-file-diff::before { content: "\f334"; }
  583. .bi-file-earmark-arrow-down-fill::before { content: "\f335"; }
  584. .bi-file-earmark-arrow-down::before { content: "\f336"; }
  585. .bi-file-earmark-arrow-up-fill::before { content: "\f337"; }
  586. .bi-file-earmark-arrow-up::before { content: "\f338"; }
  587. .bi-file-earmark-bar-graph-fill::before { content: "\f339"; }
  588. .bi-file-earmark-bar-graph::before { content: "\f33a"; }
  589. .bi-file-earmark-binary-fill::before { content: "\f33b"; }
  590. .bi-file-earmark-binary::before { content: "\f33c"; }
  591. .bi-file-earmark-break-fill::before { content: "\f33d"; }
  592. .bi-file-earmark-break::before { content: "\f33e"; }
  593. .bi-file-earmark-check-fill::before { content: "\f33f"; }
  594. .bi-file-earmark-check::before { content: "\f340"; }
  595. .bi-file-earmark-code-fill::before { content: "\f341"; }
  596. .bi-file-earmark-code::before { content: "\f342"; }
  597. .bi-file-earmark-diff-fill::before { content: "\f343"; }
  598. .bi-file-earmark-diff::before { content: "\f344"; }
  599. .bi-file-earmark-easel-fill::before { content: "\f345"; }
  600. .bi-file-earmark-easel::before { content: "\f346"; }
  601. .bi-file-earmark-excel-fill::before { content: "\f347"; }
  602. .bi-file-earmark-excel::before { content: "\f348"; }
  603. .bi-file-earmark-fill::before { content: "\f349"; }
  604. .bi-file-earmark-font-fill::before { content: "\f34a"; }
  605. .bi-file-earmark-font::before { content: "\f34b"; }
  606. .bi-file-earmark-image-fill::before { content: "\f34c"; }
  607. .bi-file-earmark-image::before { content: "\f34d"; }
  608. .bi-file-earmark-lock-fill::before { content: "\f34e"; }
  609. .bi-file-earmark-lock::before { content: "\f34f"; }
  610. .bi-file-earmark-lock2-fill::before { content: "\f350"; }
  611. .bi-file-earmark-lock2::before { content: "\f351"; }
  612. .bi-file-earmark-medical-fill::before { content: "\f352"; }
  613. .bi-file-earmark-medical::before { content: "\f353"; }
  614. .bi-file-earmark-minus-fill::before { content: "\f354"; }
  615. .bi-file-earmark-minus::before { content: "\f355"; }
  616. .bi-file-earmark-music-fill::before { content: "\f356"; }
  617. .bi-file-earmark-music::before { content: "\f357"; }
  618. .bi-file-earmark-person-fill::before { content: "\f358"; }
  619. .bi-file-earmark-person::before { content: "\f359"; }
  620. .bi-file-earmark-play-fill::before { content: "\f35a"; }
  621. .bi-file-earmark-play::before { content: "\f35b"; }
  622. .bi-file-earmark-plus-fill::before { content: "\f35c"; }
  623. .bi-file-earmark-plus::before { content: "\f35d"; }
  624. .bi-file-earmark-post-fill::before { content: "\f35e"; }
  625. .bi-file-earmark-post::before { content: "\f35f"; }
  626. .bi-file-earmark-ppt-fill::before { content: "\f360"; }
  627. .bi-file-earmark-ppt::before { content: "\f361"; }
  628. .bi-file-earmark-richtext-fill::before { content: "\f362"; }
  629. .bi-file-earmark-richtext::before { content: "\f363"; }
  630. .bi-file-earmark-ruled-fill::before { content: "\f364"; }
  631. .bi-file-earmark-ruled::before { content: "\f365"; }
  632. .bi-file-earmark-slides-fill::before { content: "\f366"; }
  633. .bi-file-earmark-slides::before { content: "\f367"; }
  634. .bi-file-earmark-spreadsheet-fill::before { content: "\f368"; }
  635. .bi-file-earmark-spreadsheet::before { content: "\f369"; }
  636. .bi-file-earmark-text-fill::before { content: "\f36a"; }
  637. .bi-file-earmark-text::before { content: "\f36b"; }
  638. .bi-file-earmark-word-fill::before { content: "\f36c"; }
  639. .bi-file-earmark-word::before { content: "\f36d"; }
  640. .bi-file-earmark-x-fill::before { content: "\f36e"; }
  641. .bi-file-earmark-x::before { content: "\f36f"; }
  642. .bi-file-earmark-zip-fill::before { content: "\f370"; }
  643. .bi-file-earmark-zip::before { content: "\f371"; }
  644. .bi-file-earmark::before { content: "\f372"; }
  645. .bi-file-easel-fill::before { content: "\f373"; }
  646. .bi-file-easel::before { content: "\f374"; }
  647. .bi-file-excel-fill::before { content: "\f375"; }
  648. .bi-file-excel::before { content: "\f376"; }
  649. .bi-file-fill::before { content: "\f377"; }
  650. .bi-file-font-fill::before { content: "\f378"; }
  651. .bi-file-font::before { content: "\f379"; }
  652. .bi-file-image-fill::before { content: "\f37a"; }
  653. .bi-file-image::before { content: "\f37b"; }
  654. .bi-file-lock-fill::before { content: "\f37c"; }
  655. .bi-file-lock::before { content: "\f37d"; }
  656. .bi-file-lock2-fill::before { content: "\f37e"; }
  657. .bi-file-lock2::before { content: "\f37f"; }
  658. .bi-file-medical-fill::before { content: "\f380"; }
  659. .bi-file-medical::before { content: "\f381"; }
  660. .bi-file-minus-fill::before { content: "\f382"; }
  661. .bi-file-minus::before { content: "\f383"; }
  662. .bi-file-music-fill::before { content: "\f384"; }
  663. .bi-file-music::before { content: "\f385"; }
  664. .bi-file-person-fill::before { content: "\f386"; }
  665. .bi-file-person::before { content: "\f387"; }
  666. .bi-file-play-fill::before { content: "\f388"; }
  667. .bi-file-play::before { content: "\f389"; }
  668. .bi-file-plus-fill::before { content: "\f38a"; }
  669. .bi-file-plus::before { content: "\f38b"; }
  670. .bi-file-post-fill::before { content: "\f38c"; }
  671. .bi-file-post::before { content: "\f38d"; }
  672. .bi-file-ppt-fill::before { content: "\f38e"; }
  673. .bi-file-ppt::before { content: "\f38f"; }
  674. .bi-file-richtext-fill::before { content: "\f390"; }
  675. .bi-file-richtext::before { content: "\f391"; }
  676. .bi-file-ruled-fill::before { content: "\f392"; }
  677. .bi-file-ruled::before { content: "\f393"; }
  678. .bi-file-slides-fill::before { content: "\f394"; }
  679. .bi-file-slides::before { content: "\f395"; }
  680. .bi-file-spreadsheet-fill::before { content: "\f396"; }
  681. .bi-file-spreadsheet::before { content: "\f397"; }
  682. .bi-file-text-fill::before { content: "\f398"; }
  683. .bi-file-text::before { content: "\f399"; }
  684. .bi-file-word-fill::before { content: "\f39a"; }
  685. .bi-file-word::before { content: "\f39b"; }
  686. .bi-file-x-fill::before { content: "\f39c"; }
  687. .bi-file-x::before { content: "\f39d"; }
  688. .bi-file-zip-fill::before { content: "\f39e"; }
  689. .bi-file-zip::before { content: "\f39f"; }
  690. .bi-file::before { content: "\f3a0"; }
  691. .bi-files-alt::before { content: "\f3a1"; }
  692. .bi-files::before { content: "\f3a2"; }
  693. .bi-film::before { content: "\f3a3"; }
  694. .bi-filter-circle-fill::before { content: "\f3a4"; }
  695. .bi-filter-circle::before { content: "\f3a5"; }
  696. .bi-filter-left::before { content: "\f3a6"; }
  697. .bi-filter-right::before { content: "\f3a7"; }
  698. .bi-filter-square-fill::before { content: "\f3a8"; }
  699. .bi-filter-square::before { content: "\f3a9"; }
  700. .bi-filter::before { content: "\f3aa"; }
  701. .bi-flag-fill::before { content: "\f3ab"; }
  702. .bi-flag::before { content: "\f3ac"; }
  703. .bi-flower1::before { content: "\f3ad"; }
  704. .bi-flower2::before { content: "\f3ae"; }
  705. .bi-flower3::before { content: "\f3af"; }
  706. .bi-folder-check::before { content: "\f3b0"; }
  707. .bi-folder-fill::before { content: "\f3b1"; }
  708. .bi-folder-minus::before { content: "\f3b2"; }
  709. .bi-folder-plus::before { content: "\f3b3"; }
  710. .bi-folder-symlink-fill::before { content: "\f3b4"; }
  711. .bi-folder-symlink::before { content: "\f3b5"; }
  712. .bi-folder-x::before { content: "\f3b6"; }
  713. .bi-folder::before { content: "\f3b7"; }
  714. .bi-folder2-open::before { content: "\f3b8"; }
  715. .bi-folder2::before { content: "\f3b9"; }
  716. .bi-fonts::before { content: "\f3ba"; }
  717. .bi-forward-fill::before { content: "\f3bb"; }
  718. .bi-forward::before { content: "\f3bc"; }
  719. .bi-front::before { content: "\f3bd"; }
  720. .bi-fullscreen-exit::before { content: "\f3be"; }
  721. .bi-fullscreen::before { content: "\f3bf"; }
  722. .bi-funnel-fill::before { content: "\f3c0"; }
  723. .bi-funnel::before { content: "\f3c1"; }
  724. .bi-gear-fill::before { content: "\f3c2"; }
  725. .bi-gear-wide-connected::before { content: "\f3c3"; }
  726. .bi-gear-wide::before { content: "\f3c4"; }
  727. .bi-gear::before { content: "\f3c5"; }
  728. .bi-gem::before { content: "\f3c6"; }
  729. .bi-geo-alt-fill::before { content: "\f3c7"; }
  730. .bi-geo-alt::before { content: "\f3c8"; }
  731. .bi-geo-fill::before { content: "\f3c9"; }
  732. .bi-geo::before { content: "\f3ca"; }
  733. .bi-gift-fill::before { content: "\f3cb"; }
  734. .bi-gift::before { content: "\f3cc"; }
  735. .bi-github::before { content: "\f3cd"; }
  736. .bi-globe::before { content: "\f3ce"; }
  737. .bi-globe2::before { content: "\f3cf"; }
  738. .bi-google::before { content: "\f3d0"; }
  739. .bi-graph-down::before { content: "\f3d1"; }
  740. .bi-graph-up::before { content: "\f3d2"; }
  741. .bi-grid-1x2-fill::before { content: "\f3d3"; }
  742. .bi-grid-1x2::before { content: "\f3d4"; }
  743. .bi-grid-3x2-gap-fill::before { content: "\f3d5"; }
  744. .bi-grid-3x2-gap::before { content: "\f3d6"; }
  745. .bi-grid-3x2::before { content: "\f3d7"; }
  746. .bi-grid-3x3-gap-fill::before { content: "\f3d8"; }
  747. .bi-grid-3x3-gap::before { content: "\f3d9"; }
  748. .bi-grid-3x3::before { content: "\f3da"; }
  749. .bi-grid-fill::before { content: "\f3db"; }
  750. .bi-grid::before { content: "\f3dc"; }
  751. .bi-grip-horizontal::before { content: "\f3dd"; }
  752. .bi-grip-vertical::before { content: "\f3de"; }
  753. .bi-hammer::before { content: "\f3df"; }
  754. .bi-hand-index-fill::before { content: "\f3e0"; }
  755. .bi-hand-index-thumb-fill::before { content: "\f3e1"; }
  756. .bi-hand-index-thumb::before { content: "\f3e2"; }
  757. .bi-hand-index::before { content: "\f3e3"; }
  758. .bi-hand-thumbs-down-fill::before { content: "\f3e4"; }
  759. .bi-hand-thumbs-down::before { content: "\f3e5"; }
  760. .bi-hand-thumbs-up-fill::before { content: "\f3e6"; }
  761. .bi-hand-thumbs-up::before { content: "\f3e7"; }
  762. .bi-handbag-fill::before { content: "\f3e8"; }
  763. .bi-handbag::before { content: "\f3e9"; }
  764. .bi-hash::before { content: "\f3ea"; }
  765. .bi-hdd-fill::before { content: "\f3eb"; }
  766. .bi-hdd-network-fill::before { content: "\f3ec"; }
  767. .bi-hdd-network::before { content: "\f3ed"; }
  768. .bi-hdd-rack-fill::before { content: "\f3ee"; }
  769. .bi-hdd-rack::before { content: "\f3ef"; }
  770. .bi-hdd-stack-fill::before { content: "\f3f0"; }
  771. .bi-hdd-stack::before { content: "\f3f1"; }
  772. .bi-hdd::before { content: "\f3f2"; }
  773. .bi-headphones::before { content: "\f3f3"; }
  774. .bi-headset::before { content: "\f3f4"; }
  775. .bi-heart-fill::before { content: "\f3f5"; }
  776. .bi-heart-half::before { content: "\f3f6"; }
  777. .bi-heart::before { content: "\f3f7"; }
  778. .bi-heptagon-fill::before { content: "\f3f8"; }
  779. .bi-heptagon-half::before { content: "\f3f9"; }
  780. .bi-heptagon::before { content: "\f3fa"; }
  781. .bi-hexagon-fill::before { content: "\f3fb"; }
  782. .bi-hexagon-half::before { content: "\f3fc"; }
  783. .bi-hexagon::before { content: "\f3fd"; }
  784. .bi-hourglass-bottom::before { content: "\f3fe"; }
  785. .bi-hourglass-split::before { content: "\f3ff"; }
  786. .bi-hourglass-top::before { content: "\f400"; }
  787. .bi-hourglass::before { content: "\f401"; }
  788. .bi-house-door-fill::before { content: "\f402"; }
  789. .bi-house-door::before { content: "\f403"; }
  790. .bi-house-fill::before { content: "\f404"; }
  791. .bi-house::before { content: "\f405"; }
  792. .bi-hr::before { content: "\f406"; }
  793. .bi-image-alt::before { content: "\f407"; }
  794. .bi-image-fill::before { content: "\f408"; }
  795. .bi-image::before { content: "\f409"; }
  796. .bi-images::before { content: "\f40a"; }
  797. .bi-inbox-fill::before { content: "\f40b"; }
  798. .bi-inbox::before { content: "\f40c"; }
  799. .bi-inboxes-fill::before { content: "\f40d"; }
  800. .bi-inboxes::before { content: "\f40e"; }
  801. .bi-info-circle-fill::before { content: "\f40f"; }
  802. .bi-info-circle::before { content: "\f410"; }
  803. .bi-info-square-fill::before { content: "\f411"; }
  804. .bi-info-square::before { content: "\f412"; }
  805. .bi-info::before { content: "\f413"; }
  806. .bi-input-cursor-text::before { content: "\f414"; }
  807. .bi-input-cursor::before { content: "\f415"; }
  808. .bi-instagram::before { content: "\f416"; }
  809. .bi-intersect::before { content: "\f417"; }
  810. .bi-journal-album::before { content: "\f418"; }
  811. .bi-journal-arrow-down::before { content: "\f419"; }
  812. .bi-journal-arrow-up::before { content: "\f41a"; }
  813. .bi-journal-bookmark-fill::before { content: "\f41b"; }
  814. .bi-journal-bookmark::before { content: "\f41c"; }
  815. .bi-journal-check::before { content: "\f41d"; }
  816. .bi-journal-code::before { content: "\f41e"; }
  817. .bi-journal-medical::before { content: "\f41f"; }
  818. .bi-journal-minus::before { content: "\f420"; }
  819. .bi-journal-plus::before { content: "\f421"; }
  820. .bi-journal-richtext::before { content: "\f422"; }
  821. .bi-journal-text::before { content: "\f423"; }
  822. .bi-journal-x::before { content: "\f424"; }
  823. .bi-journal::before { content: "\f425"; }
  824. .bi-journals::before { content: "\f426"; }
  825. .bi-joystick::before { content: "\f427"; }
  826. .bi-justify-left::before { content: "\f428"; }
  827. .bi-justify-right::before { content: "\f429"; }
  828. .bi-justify::before { content: "\f42a"; }
  829. .bi-kanban-fill::before { content: "\f42b"; }
  830. .bi-kanban::before { content: "\f42c"; }
  831. .bi-key-fill::before { content: "\f42d"; }
  832. .bi-key::before { content: "\f42e"; }
  833. .bi-keyboard-fill::before { content: "\f42f"; }
  834. .bi-keyboard::before { content: "\f430"; }
  835. .bi-ladder::before { content: "\f431"; }
  836. .bi-lamp-fill::before { content: "\f432"; }
  837. .bi-lamp::before { content: "\f433"; }
  838. .bi-laptop-fill::before { content: "\f434"; }
  839. .bi-laptop::before { content: "\f435"; }
  840. .bi-layer-backward::before { content: "\f436"; }
  841. .bi-layer-forward::before { content: "\f437"; }
  842. .bi-layers-fill::before { content: "\f438"; }
  843. .bi-layers-half::before { content: "\f439"; }
  844. .bi-layers::before { content: "\f43a"; }
  845. .bi-layout-sidebar-inset-reverse::before { content: "\f43b"; }
  846. .bi-layout-sidebar-inset::before { content: "\f43c"; }
  847. .bi-layout-sidebar-reverse::before { content: "\f43d"; }
  848. .bi-layout-sidebar::before { content: "\f43e"; }
  849. .bi-layout-split::before { content: "\f43f"; }
  850. .bi-layout-text-sidebar-reverse::before { content: "\f440"; }
  851. .bi-layout-text-sidebar::before { content: "\f441"; }
  852. .bi-layout-text-window-reverse::before { content: "\f442"; }
  853. .bi-layout-text-window::before { content: "\f443"; }
  854. .bi-layout-three-columns::before { content: "\f444"; }
  855. .bi-layout-wtf::before { content: "\f445"; }
  856. .bi-life-preserver::before { content: "\f446"; }
  857. .bi-lightbulb-fill::before { content: "\f447"; }
  858. .bi-lightbulb-off-fill::before { content: "\f448"; }
  859. .bi-lightbulb-off::before { content: "\f449"; }
  860. .bi-lightbulb::before { content: "\f44a"; }
  861. .bi-lightning-fill::before { content: "\f44b"; }
  862. .bi-lightning::before { content: "\f44c"; }
  863. .bi-link-45deg::before { content: "\f44d"; }
  864. .bi-link::before { content: "\f44e"; }
  865. .bi-linkedin::before { content: "\f44f"; }
  866. .bi-list-check::before { content: "\f450"; }
  867. .bi-list-nested::before { content: "\f451"; }
  868. .bi-list-ol::before { content: "\f452"; }
  869. .bi-list-stars::before { content: "\f453"; }
  870. .bi-list-task::before { content: "\f454"; }
  871. .bi-list-ul::before { content: "\f455"; }
  872. .bi-list::before { content: "\f456"; }
  873. .bi-lock-fill::before { content: "\f457"; }
  874. .bi-lock::before { content: "\f458"; }
  875. .bi-mailbox::before { content: "\f459"; }
  876. .bi-mailbox2::before { content: "\f45a"; }
  877. .bi-map-fill::before { content: "\f45b"; }
  878. .bi-map::before { content: "\f45c"; }
  879. .bi-markdown-fill::before { content: "\f45d"; }
  880. .bi-markdown::before { content: "\f45e"; }
  881. .bi-mask::before { content: "\f45f"; }
  882. .bi-megaphone-fill::before { content: "\f460"; }
  883. .bi-megaphone::before { content: "\f461"; }
  884. .bi-menu-app-fill::before { content: "\f462"; }
  885. .bi-menu-app::before { content: "\f463"; }
  886. .bi-menu-button-fill::before { content: "\f464"; }
  887. .bi-menu-button-wide-fill::before { content: "\f465"; }
  888. .bi-menu-button-wide::before { content: "\f466"; }
  889. .bi-menu-button::before { content: "\f467"; }
  890. .bi-menu-down::before { content: "\f468"; }
  891. .bi-menu-up::before { content: "\f469"; }
  892. .bi-mic-fill::before { content: "\f46a"; }
  893. .bi-mic-mute-fill::before { content: "\f46b"; }
  894. .bi-mic-mute::before { content: "\f46c"; }
  895. .bi-mic::before { content: "\f46d"; }
  896. .bi-minecart-loaded::before { content: "\f46e"; }
  897. .bi-minecart::before { content: "\f46f"; }
  898. .bi-moon::before { content: "\f470"; }
  899. .bi-mouse-fill::before { content: "\f471"; }
  900. .bi-mouse::before { content: "\f472"; }
  901. .bi-mouse2-fill::before { content: "\f473"; }
  902. .bi-mouse2::before { content: "\f474"; }
  903. .bi-mouse3-fill::before { content: "\f475"; }
  904. .bi-mouse3::before { content: "\f476"; }
  905. .bi-music-note-beamed::before { content: "\f477"; }
  906. .bi-music-note-list::before { content: "\f478"; }
  907. .bi-music-note::before { content: "\f479"; }
  908. .bi-music-player-fill::before { content: "\f47a"; }
  909. .bi-music-player::before { content: "\f47b"; }
  910. .bi-newspaper::before { content: "\f47c"; }
  911. .bi-node-minus-fill::before { content: "\f47d"; }
  912. .bi-node-minus::before { content: "\f47e"; }
  913. .bi-node-plus-fill::before { content: "\f47f"; }
  914. .bi-node-plus::before { content: "\f480"; }
  915. .bi-nut-fill::before { content: "\f481"; }
  916. .bi-nut::before { content: "\f482"; }
  917. .bi-octagon-fill::before { content: "\f483"; }
  918. .bi-octagon-half::before { content: "\f484"; }
  919. .bi-octagon::before { content: "\f485"; }
  920. .bi-option::before { content: "\f486"; }
  921. .bi-outlet::before { content: "\f487"; }
  922. .bi-paint-bucket::before { content: "\f488"; }
  923. .bi-palette-fill::before { content: "\f489"; }
  924. .bi-palette::before { content: "\f48a"; }
  925. .bi-palette2::before { content: "\f48b"; }
  926. .bi-paperclip::before { content: "\f48c"; }
  927. .bi-paragraph::before { content: "\f48d"; }
  928. .bi-patch-check-fill::before { content: "\f48e"; }
  929. .bi-patch-check::before { content: "\f48f"; }
  930. .bi-patch-exclamation-fill::before { content: "\f490"; }
  931. .bi-patch-exclamation::before { content: "\f491"; }
  932. .bi-patch-minus-fill::before { content: "\f492"; }
  933. .bi-patch-minus::before { content: "\f493"; }
  934. .bi-patch-plus-fill::before { content: "\f494"; }
  935. .bi-patch-plus::before { content: "\f495"; }
  936. .bi-patch-question-fill::before { content: "\f496"; }
  937. .bi-patch-question::before { content: "\f497"; }
  938. .bi-pause-btn-fill::before { content: "\f498"; }
  939. .bi-pause-btn::before { content: "\f499"; }
  940. .bi-pause-circle-fill::before { content: "\f49a"; }
  941. .bi-pause-circle::before { content: "\f49b"; }
  942. .bi-pause-fill::before { content: "\f49c"; }
  943. .bi-pause::before { content: "\f49d"; }
  944. .bi-peace-fill::before { content: "\f49e"; }
  945. .bi-peace::before { content: "\f49f"; }
  946. .bi-pen-fill::before { content: "\f4a0"; }
  947. .bi-pen::before { content: "\f4a1"; }
  948. .bi-pencil-fill::before { content: "\f4a2"; }
  949. .bi-pencil-square::before { content: "\f4a3"; }
  950. .bi-pencil::before { content: "\f4a4"; }
  951. .bi-pentagon-fill::before { content: "\f4a5"; }
  952. .bi-pentagon-half::before { content: "\f4a6"; }
  953. .bi-pentagon::before { content: "\f4a7"; }
  954. .bi-people-fill::before { content: "\f4a8"; }
  955. .bi-people::before { content: "\f4a9"; }
  956. .bi-percent::before { content: "\f4aa"; }
  957. .bi-person-badge-fill::before { content: "\f4ab"; }
  958. .bi-person-badge::before { content: "\f4ac"; }
  959. .bi-person-bounding-box::before { content: "\f4ad"; }
  960. .bi-person-check-fill::before { content: "\f4ae"; }
  961. .bi-person-check::before { content: "\f4af"; }
  962. .bi-person-circle::before { content: "\f4b0"; }
  963. .bi-person-dash-fill::before { content: "\f4b1"; }
  964. .bi-person-dash::before { content: "\f4b2"; }
  965. .bi-person-fill::before { content: "\f4b3"; }
  966. .bi-person-lines-fill::before { content: "\f4b4"; }
  967. .bi-person-plus-fill::before { content: "\f4b5"; }
  968. .bi-person-plus::before { content: "\f4b6"; }
  969. .bi-person-square::before { content: "\f4b7"; }
  970. .bi-person-x-fill::before { content: "\f4b8"; }
  971. .bi-person-x::before { content: "\f4b9"; }
  972. .bi-person::before { content: "\f4ba"; }
  973. .bi-phone-fill::before { content: "\f4bb"; }
  974. .bi-phone-landscape-fill::before { content: "\f4bc"; }
  975. .bi-phone-landscape::before { content: "\f4bd"; }
  976. .bi-phone-vibrate-fill::before { content: "\f4be"; }
  977. .bi-phone-vibrate::before { content: "\f4bf"; }
  978. .bi-phone::before { content: "\f4c0"; }
  979. .bi-pie-chart-fill::before { content: "\f4c1"; }
  980. .bi-pie-chart::before { content: "\f4c2"; }
  981. .bi-pin-angle-fill::before { content: "\f4c3"; }
  982. .bi-pin-angle::before { content: "\f4c4"; }
  983. .bi-pin-fill::before { content: "\f4c5"; }
  984. .bi-pin::before { content: "\f4c6"; }
  985. .bi-pip-fill::before { content: "\f4c7"; }
  986. .bi-pip::before { content: "\f4c8"; }
  987. .bi-play-btn-fill::before { content: "\f4c9"; }
  988. .bi-play-btn::before { content: "\f4ca"; }
  989. .bi-play-circle-fill::before { content: "\f4cb"; }
  990. .bi-play-circle::before { content: "\f4cc"; }
  991. .bi-play-fill::before { content: "\f4cd"; }
  992. .bi-play::before { content: "\f4ce"; }
  993. .bi-plug-fill::before { content: "\f4cf"; }
  994. .bi-plug::before { content: "\f4d0"; }
  995. .bi-plus-circle-dotted::before { content: "\f4d1"; }
  996. .bi-plus-circle-fill::before { content: "\f4d2"; }
  997. .bi-plus-circle::before { content: "\f4d3"; }
  998. .bi-plus-square-dotted::before { content: "\f4d4"; }
  999. .bi-plus-square-fill::before { content: "\f4d5"; }
  1000. .bi-plus-square::before { content: "\f4d6"; }
  1001. .bi-plus::before { content: "\f4d7"; }
  1002. .bi-power::before { content: "\f4d8"; }
  1003. .bi-printer-fill::before { content: "\f4d9"; }
  1004. .bi-printer::before { content: "\f4da"; }
  1005. .bi-puzzle-fill::before { content: "\f4db"; }
  1006. .bi-puzzle::before { content: "\f4dc"; }
  1007. .bi-question-circle-fill::before { content: "\f4dd"; }
  1008. .bi-question-circle::before { content: "\f4de"; }
  1009. .bi-question-diamond-fill::before { content: "\f4df"; }
  1010. .bi-question-diamond::before { content: "\f4e0"; }
  1011. .bi-question-octagon-fill::before { content: "\f4e1"; }
  1012. .bi-question-octagon::before { content: "\f4e2"; }
  1013. .bi-question-square-fill::before { content: "\f4e3"; }
  1014. .bi-question-square::before { content: "\f4e4"; }
  1015. .bi-question::before { content: "\f4e5"; }
  1016. .bi-receipt-cutoff::before { content: "\f4e6"; }
  1017. .bi-receipt::before { content: "\f4e7"; }
  1018. .bi-reception-0::before { content: "\f4e8"; }
  1019. .bi-reception-1::before { content: "\f4e9"; }
  1020. .bi-reception-2::before { content: "\f4ea"; }
  1021. .bi-reception-3::before { content: "\f4eb"; }
  1022. .bi-reception-4::before { content: "\f4ec"; }
  1023. .bi-record-btn-fill::before { content: "\f4ed"; }
  1024. .bi-record-btn::before { content: "\f4ee"; }
  1025. .bi-record-circle-fill::before { content: "\f4ef"; }
  1026. .bi-record-circle::before { content: "\f4f0"; }
  1027. .bi-record-fill::before { content: "\f4f1"; }
  1028. .bi-record::before { content: "\f4f2"; }
  1029. .bi-record2-fill::before { content: "\f4f3"; }
  1030. .bi-record2::before { content: "\f4f4"; }
  1031. .bi-reply-all-fill::before { content: "\f4f5"; }
  1032. .bi-reply-all::before { content: "\f4f6"; }
  1033. .bi-reply-fill::before { content: "\f4f7"; }
  1034. .bi-reply::before { content: "\f4f8"; }
  1035. .bi-rss-fill::before { content: "\f4f9"; }
  1036. .bi-rss::before { content: "\f4fa"; }
  1037. .bi-rulers::before { content: "\f4fb"; }
  1038. .bi-save-fill::before { content: "\f4fc"; }
  1039. .bi-save::before { content: "\f4fd"; }
  1040. .bi-save2-fill::before { content: "\f4fe"; }
  1041. .bi-save2::before { content: "\f4ff"; }
  1042. .bi-scissors::before { content: "\f500"; }
  1043. .bi-screwdriver::before { content: "\f501"; }
  1044. .bi-search::before { content: "\f502"; }
  1045. .bi-segmented-nav::before { content: "\f503"; }
  1046. .bi-server::before { content: "\f504"; }
  1047. .bi-share-fill::before { content: "\f505"; }
  1048. .bi-share::before { content: "\f506"; }
  1049. .bi-shield-check::before { content: "\f507"; }
  1050. .bi-shield-exclamation::before { content: "\f508"; }
  1051. .bi-shield-fill-check::before { content: "\f509"; }
  1052. .bi-shield-fill-exclamation::before { content: "\f50a"; }
  1053. .bi-shield-fill-minus::before { content: "\f50b"; }
  1054. .bi-shield-fill-plus::before { content: "\f50c"; }
  1055. .bi-shield-fill-x::before { content: "\f50d"; }
  1056. .bi-shield-fill::before { content: "\f50e"; }
  1057. .bi-shield-lock-fill::before { content: "\f50f"; }
  1058. .bi-shield-lock::before { content: "\f510"; }
  1059. .bi-shield-minus::before { content: "\f511"; }
  1060. .bi-shield-plus::before { content: "\f512"; }
  1061. .bi-shield-shaded::before { content: "\f513"; }
  1062. .bi-shield-slash-fill::before { content: "\f514"; }
  1063. .bi-shield-slash::before { content: "\f515"; }
  1064. .bi-shield-x::before { content: "\f516"; }
  1065. .bi-shield::before { content: "\f517"; }
  1066. .bi-shift-fill::before { content: "\f518"; }
  1067. .bi-shift::before { content: "\f519"; }
  1068. .bi-shop-window::before { content: "\f51a"; }
  1069. .bi-shop::before { content: "\f51b"; }
  1070. .bi-shuffle::before { content: "\f51c"; }
  1071. .bi-signpost-2-fill::before { content: "\f51d"; }
  1072. .bi-signpost-2::before { content: "\f51e"; }
  1073. .bi-signpost-fill::before { content: "\f51f"; }
  1074. .bi-signpost-split-fill::before { content: "\f520"; }
  1075. .bi-signpost-split::before { content: "\f521"; }
  1076. .bi-signpost::before { content: "\f522"; }
  1077. .bi-sim-fill::before { content: "\f523"; }
  1078. .bi-sim::before { content: "\f524"; }
  1079. .bi-skip-backward-btn-fill::before { content: "\f525"; }
  1080. .bi-skip-backward-btn::before { content: "\f526"; }
  1081. .bi-skip-backward-circle-fill::before { content: "\f527"; }
  1082. .bi-skip-backward-circle::before { content: "\f528"; }
  1083. .bi-skip-backward-fill::before { content: "\f529"; }
  1084. .bi-skip-backward::before { content: "\f52a"; }
  1085. .bi-skip-end-btn-fill::before { content: "\f52b"; }
  1086. .bi-skip-end-btn::before { content: "\f52c"; }
  1087. .bi-skip-end-circle-fill::before { content: "\f52d"; }
  1088. .bi-skip-end-circle::before { content: "\f52e"; }
  1089. .bi-skip-end-fill::before { content: "\f52f"; }
  1090. .bi-skip-end::before { content: "\f530"; }
  1091. .bi-skip-forward-btn-fill::before { content: "\f531"; }
  1092. .bi-skip-forward-btn::before { content: "\f532"; }
  1093. .bi-skip-forward-circle-fill::before { content: "\f533"; }
  1094. .bi-skip-forward-circle::before { content: "\f534"; }
  1095. .bi-skip-forward-fill::before { content: "\f535"; }
  1096. .bi-skip-forward::before { content: "\f536"; }
  1097. .bi-skip-start-btn-fill::before { content: "\f537"; }
  1098. .bi-skip-start-btn::before { content: "\f538"; }
  1099. .bi-skip-start-circle-fill::before { content: "\f539"; }
  1100. .bi-skip-start-circle::before { content: "\f53a"; }
  1101. .bi-skip-start-fill::before { content: "\f53b"; }
  1102. .bi-skip-start::before { content: "\f53c"; }
  1103. .bi-slack::before { content: "\f53d"; }
  1104. .bi-slash-circle-fill::before { content: "\f53e"; }
  1105. .bi-slash-circle::before { content: "\f53f"; }
  1106. .bi-slash-square-fill::before { content: "\f540"; }
  1107. .bi-slash-square::before { content: "\f541"; }
  1108. .bi-slash::before { content: "\f542"; }
  1109. .bi-sliders::before { content: "\f543"; }
  1110. .bi-smartwatch::before { content: "\f544"; }
  1111. .bi-sort-alpha-down-alt::before { content: "\f545"; }
  1112. .bi-sort-alpha-down::before { content: "\f546"; }
  1113. .bi-sort-alpha-up-alt::before { content: "\f547"; }
  1114. .bi-sort-alpha-up::before { content: "\f548"; }
  1115. .bi-sort-down-alt::before { content: "\f549"; }
  1116. .bi-sort-down::before { content: "\f54a"; }
  1117. .bi-sort-numeric-down-alt::before { content: "\f54b"; }
  1118. .bi-sort-numeric-down::before { content: "\f54c"; }
  1119. .bi-sort-numeric-up-alt::before { content: "\f54d"; }
  1120. .bi-sort-numeric-up::before { content: "\f54e"; }
  1121. .bi-sort-up-alt::before { content: "\f54f"; }
  1122. .bi-sort-up::before { content: "\f550"; }
  1123. .bi-soundwave::before { content: "\f551"; }
  1124. .bi-speaker-fill::before { content: "\f552"; }
  1125. .bi-speaker::before { content: "\f553"; }
  1126. .bi-speedometer::before { content: "\f554"; }
  1127. .bi-speedometer2::before { content: "\f555"; }
  1128. .bi-spellcheck::before { content: "\f556"; }
  1129. .bi-square-fill::before { content: "\f557"; }
  1130. .bi-square-half::before { content: "\f558"; }
  1131. .bi-square::before { content: "\f559"; }
  1132. .bi-stack::before { content: "\f55a"; }
  1133. .bi-star-fill::before { content: "\f55b"; }
  1134. .bi-star-half::before { content: "\f55c"; }
  1135. .bi-star::before { content: "\f55d"; }
  1136. .bi-stickies-fill::before { content: "\f55e"; }
  1137. .bi-stickies::before { content: "\f55f"; }
  1138. .bi-sticky-fill::before { content: "\f560"; }
  1139. .bi-sticky::before { content: "\f561"; }
  1140. .bi-stop-btn-fill::before { content: "\f562"; }
  1141. .bi-stop-btn::before { content: "\f563"; }
  1142. .bi-stop-circle-fill::before { content: "\f564"; }
  1143. .bi-stop-circle::before { content: "\f565"; }
  1144. .bi-stop-fill::before { content: "\f566"; }
  1145. .bi-stop::before { content: "\f567"; }
  1146. .bi-stoplights-fill::before { content: "\f568"; }
  1147. .bi-stoplights::before { content: "\f569"; }
  1148. .bi-stopwatch-fill::before { content: "\f56a"; }
  1149. .bi-stopwatch::before { content: "\f56b"; }
  1150. .bi-subtract::before { content: "\f56c"; }
  1151. .bi-suit-club-fill::before { content: "\f56d"; }
  1152. .bi-suit-club::before { content: "\f56e"; }
  1153. .bi-suit-diamond-fill::before { content: "\f56f"; }
  1154. .bi-suit-diamond::before { content: "\f570"; }
  1155. .bi-suit-heart-fill::before { content: "\f571"; }
  1156. .bi-suit-heart::before { content: "\f572"; }
  1157. .bi-suit-spade-fill::before { content: "\f573"; }
  1158. .bi-suit-spade::before { content: "\f574"; }
  1159. .bi-sun::before { content: "\f575"; }
  1160. .bi-sunglasses::before { content: "\f576"; }
  1161. .bi-symmetry-horizontal::before { content: "\f577"; }
  1162. .bi-symmetry-vertical::before { content: "\f578"; }
  1163. .bi-table::before { content: "\f579"; }
  1164. .bi-tablet-fill::before { content: "\f57a"; }
  1165. .bi-tablet-landscape-fill::before { content: "\f57b"; }
  1166. .bi-tablet-landscape::before { content: "\f57c"; }
  1167. .bi-tablet::before { content: "\f57d"; }
  1168. .bi-tag-fill::before { content: "\f57e"; }
  1169. .bi-tag::before { content: "\f57f"; }
  1170. .bi-tags-fill::before { content: "\f580"; }
  1171. .bi-tags::before { content: "\f581"; }
  1172. .bi-telegram::before { content: "\f582"; }
  1173. .bi-telephone-fill::before { content: "\f583"; }
  1174. .bi-telephone-forward-fill::before { content: "\f584"; }
  1175. .bi-telephone-forward::before { content: "\f585"; }
  1176. .bi-telephone-inbound-fill::before { content: "\f586"; }
  1177. .bi-telephone-inbound::before { content: "\f587"; }
  1178. .bi-telephone-minus-fill::before { content: "\f588"; }
  1179. .bi-telephone-minus::before { content: "\f589"; }
  1180. .bi-telephone-outbound-fill::before { content: "\f58a"; }
  1181. .bi-telephone-outbound::before { content: "\f58b"; }
  1182. .bi-telephone-plus-fill::before { content: "\f58c"; }
  1183. .bi-telephone-plus::before { content: "\f58d"; }
  1184. .bi-telephone-x-fill::before { content: "\f58e"; }
  1185. .bi-telephone-x::before { content: "\f58f"; }
  1186. .bi-telephone::before { content: "\f590"; }
  1187. .bi-terminal-fill::before { content: "\f591"; }
  1188. .bi-terminal::before { content: "\f592"; }
  1189. .bi-text-center::before { content: "\f593"; }
  1190. .bi-text-indent-left::before { content: "\f594"; }
  1191. .bi-text-indent-right::before { content: "\f595"; }
  1192. .bi-text-left::before { content: "\f596"; }
  1193. .bi-text-paragraph::before { content: "\f597"; }
  1194. .bi-text-right::before { content: "\f598"; }
  1195. .bi-textarea-resize::before { content: "\f599"; }
  1196. .bi-textarea-t::before { content: "\f59a"; }
  1197. .bi-textarea::before { content: "\f59b"; }
  1198. .bi-thermometer-half::before { content: "\f59c"; }
  1199. .bi-thermometer::before { content: "\f59d"; }
  1200. .bi-three-dots-vertical::before { content: "\f59e"; }
  1201. .bi-three-dots::before { content: "\f59f"; }
  1202. .bi-toggle-off::before { content: "\f5a0"; }
  1203. .bi-toggle-on::before { content: "\f5a1"; }
  1204. .bi-toggle2-off::before { content: "\f5a2"; }
  1205. .bi-toggle2-on::before { content: "\f5a3"; }
  1206. .bi-toggles::before { content: "\f5a4"; }
  1207. .bi-toggles2::before { content: "\f5a5"; }
  1208. .bi-tools::before { content: "\f5a6"; }
  1209. .bi-trash-fill::before { content: "\f5a7"; }
  1210. .bi-trash::before { content: "\f5a8"; }
  1211. .bi-trash2-fill::before { content: "\f5a9"; }
  1212. .bi-trash2::before { content: "\f5aa"; }
  1213. .bi-tree-fill::before { content: "\f5ab"; }
  1214. .bi-tree::before { content: "\f5ac"; }
  1215. .bi-triangle-fill::before { content: "\f5ad"; }
  1216. .bi-triangle-half::before { content: "\f5ae"; }
  1217. .bi-triangle::before { content: "\f5af"; }
  1218. .bi-trophy-fill::before { content: "\f5b0"; }
  1219. .bi-trophy::before { content: "\f5b1"; }
  1220. .bi-truck-flatbed::before { content: "\f5b2"; }
  1221. .bi-truck::before { content: "\f5b3"; }
  1222. .bi-tv-fill::before { content: "\f5b4"; }
  1223. .bi-tv::before { content: "\f5b5"; }
  1224. .bi-twitch::before { content: "\f5b6"; }
  1225. .bi-twitter::before { content: "\f5b7"; }
  1226. .bi-type-bold::before { content: "\f5b8"; }
  1227. .bi-type-h1::before { content: "\f5b9"; }
  1228. .bi-type-h2::before { content: "\f5ba"; }
  1229. .bi-type-h3::before { content: "\f5bb"; }
  1230. .bi-type-italic::before { content: "\f5bc"; }
  1231. .bi-type-strikethrough::before { content: "\f5bd"; }
  1232. .bi-type-underline::before { content: "\f5be"; }
  1233. .bi-type::before { content: "\f5bf"; }
  1234. .bi-ui-checks-grid::before { content: "\f5c0"; }
  1235. .bi-ui-checks::before { content: "\f5c1"; }
  1236. .bi-ui-radios-grid::before { content: "\f5c2"; }
  1237. .bi-ui-radios::before { content: "\f5c3"; }
  1238. .bi-union::before { content: "\f5c4"; }
  1239. .bi-unlock-fill::before { content: "\f5c5"; }
  1240. .bi-unlock::before { content: "\f5c6"; }
  1241. .bi-upc-scan::before { content: "\f5c7"; }
  1242. .bi-upc::before { content: "\f5c8"; }
  1243. .bi-upload::before { content: "\f5c9"; }
  1244. .bi-vector-pen::before { content: "\f5ca"; }
  1245. .bi-view-list::before { content: "\f5cb"; }
  1246. .bi-view-stacked::before { content: "\f5cc"; }
  1247. .bi-vinyl-fill::before { content: "\f5cd"; }
  1248. .bi-vinyl::before { content: "\f5ce"; }
  1249. .bi-voicemail::before { content: "\f5cf"; }
  1250. .bi-volume-down-fill::before { content: "\f5d0"; }
  1251. .bi-volume-down::before { content: "\f5d1"; }
  1252. .bi-volume-mute-fill::before { content: "\f5d2"; }
  1253. .bi-volume-mute::before { content: "\f5d3"; }
  1254. .bi-volume-off-fill::before { content: "\f5d4"; }
  1255. .bi-volume-off::before { content: "\f5d5"; }
  1256. .bi-volume-up-fill::before { content: "\f5d6"; }
  1257. .bi-volume-up::before { content: "\f5d7"; }
  1258. .bi-vr::before { content: "\f5d8"; }
  1259. .bi-wallet-fill::before { content: "\f5d9"; }
  1260. .bi-wallet::before { content: "\f5da"; }
  1261. .bi-wallet2::before { content: "\f5db"; }
  1262. .bi-watch::before { content: "\f5dc"; }
  1263. .bi-whatsapp::before { content: "\f5dd"; }
  1264. .bi-wifi-1::before { content: "\f5de"; }
  1265. .bi-wifi-2::before { content: "\f5df"; }
  1266. .bi-wifi-off::before { content: "\f5e0"; }
  1267. .bi-wifi::before { content: "\f5e1"; }
  1268. .bi-window-dock::before { content: "\f5e2"; }
  1269. .bi-window-sidebar::before { content: "\f5e3"; }
  1270. .bi-window::before { content: "\f5e4"; }
  1271. .bi-wrench::before { content: "\f5e5"; }
  1272. .bi-x-circle-fill::before { content: "\f5e6"; }
  1273. .bi-x-circle::before { content: "\f5e7"; }
  1274. .bi-x-diamond-fill::before { content: "\f5e8"; }
  1275. .bi-x-diamond::before { content: "\f5e9"; }
  1276. .bi-x-octagon-fill::before { content: "\f5ea"; }
  1277. .bi-x-octagon::before { content: "\f5eb"; }
  1278. .bi-x-square-fill::before { content: "\f5ec"; }
  1279. .bi-x-square::before { content: "\f5ed"; }
  1280. .bi-x::before { content: "\f5ee"; }
  1281. .bi-youtube::before { content: "\f5ef"; }
  1282. .bi-zoom-in::before { content: "\f5f0"; }
  1283. .bi-zoom-out::before { content: "\f5f1"; }