From fbd1d5c1e6f5080c4c0bdc77317ce8fbb1750229 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Sun, 31 Mar 2024 18:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E5=A4=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/run.py | 7 +- app/static/css/bootstrap-icons.css | 2018 ++++++++++++++++++++ app/static/css/fonts/bootstrap-icons.woff2 | Bin 0 -> 121084 bytes app/templates/index.html | 55 +- app/templates/login.html | 13 +- 5 files changed, 2070 insertions(+), 23 deletions(-) create mode 100644 app/static/css/bootstrap-icons.css create mode 100644 app/static/css/fonts/bootstrap-icons.woff2 diff --git a/app/run.py b/app/run.py index 891fc2d..b6229c2 100644 --- a/app/run.py +++ b/app/run.py @@ -25,12 +25,12 @@ script_path = os.environ.get("SCRIPT_PATH", "./quark_auto_save.py") config_path = os.environ.get("CONFIG_PATH", "./config/quark_config.json") app = Flask(__name__) -app.config["APP_VERSION"] = "0.2.5" +app.config["APP_VERSION"] = "0.2.5.1" app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d" app.json.ensure_ascii = False app.json.sort_keys = False -app.jinja_env.variable_start_string = '[[' -app.jinja_env.variable_end_string = ']]' +app.jinja_env.variable_start_string = "[[" +app.jinja_env.variable_end_string = "]]" def gen_md5(string): @@ -177,6 +177,7 @@ def reload_tasks(): else: print(">>> no crontab") + def init(): # 检查配置文件是否存在 if not os.path.exists(config_path): diff --git a/app/static/css/bootstrap-icons.css b/app/static/css/bootstrap-icons.css new file mode 100644 index 0000000..7d93a97 --- /dev/null +++ b/app/static/css/bootstrap-icons.css @@ -0,0 +1,2018 @@ +@font-face { + font-display: block; + font-family: "bootstrap-icons"; + src: url("./fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"), +url("./fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-123::before { content: "\f67f"; } +.bi-alarm-fill::before { content: "\f101"; } +.bi-alarm::before { content: "\f102"; } +.bi-align-bottom::before { content: "\f103"; } +.bi-align-center::before { content: "\f104"; } +.bi-align-end::before { content: "\f105"; } +.bi-align-middle::before { content: "\f106"; } +.bi-align-start::before { content: "\f107"; } +.bi-align-top::before { content: "\f108"; } +.bi-alt::before { content: "\f109"; } +.bi-app-indicator::before { content: "\f10a"; } +.bi-app::before { content: "\f10b"; } +.bi-archive-fill::before { content: "\f10c"; } +.bi-archive::before { content: "\f10d"; } +.bi-arrow-90deg-down::before { content: "\f10e"; } +.bi-arrow-90deg-left::before { content: "\f10f"; } +.bi-arrow-90deg-right::before { content: "\f110"; } +.bi-arrow-90deg-up::before { content: "\f111"; } +.bi-arrow-bar-down::before { content: "\f112"; } +.bi-arrow-bar-left::before { content: "\f113"; } +.bi-arrow-bar-right::before { content: "\f114"; } +.bi-arrow-bar-up::before { content: "\f115"; } +.bi-arrow-clockwise::before { content: "\f116"; } +.bi-arrow-counterclockwise::before { content: "\f117"; } +.bi-arrow-down-circle-fill::before { content: "\f118"; } +.bi-arrow-down-circle::before { content: "\f119"; } +.bi-arrow-down-left-circle-fill::before { content: "\f11a"; } +.bi-arrow-down-left-circle::before { content: "\f11b"; } +.bi-arrow-down-left-square-fill::before { content: "\f11c"; } +.bi-arrow-down-left-square::before { content: "\f11d"; } +.bi-arrow-down-left::before { content: "\f11e"; } +.bi-arrow-down-right-circle-fill::before { content: "\f11f"; } +.bi-arrow-down-right-circle::before { content: "\f120"; } +.bi-arrow-down-right-square-fill::before { content: "\f121"; } +.bi-arrow-down-right-square::before { content: "\f122"; } +.bi-arrow-down-right::before { content: "\f123"; } +.bi-arrow-down-short::before { content: "\f124"; } +.bi-arrow-down-square-fill::before { content: "\f125"; } +.bi-arrow-down-square::before { content: "\f126"; } +.bi-arrow-down-up::before { content: "\f127"; } +.bi-arrow-down::before { content: "\f128"; } +.bi-arrow-left-circle-fill::before { content: "\f129"; } +.bi-arrow-left-circle::before { content: "\f12a"; } +.bi-arrow-left-right::before { content: "\f12b"; } +.bi-arrow-left-short::before { content: "\f12c"; } +.bi-arrow-left-square-fill::before { content: "\f12d"; } +.bi-arrow-left-square::before { content: "\f12e"; } +.bi-arrow-left::before { content: "\f12f"; } +.bi-arrow-repeat::before { content: "\f130"; } +.bi-arrow-return-left::before { content: "\f131"; } +.bi-arrow-return-right::before { content: "\f132"; } +.bi-arrow-right-circle-fill::before { content: "\f133"; } +.bi-arrow-right-circle::before { content: "\f134"; } +.bi-arrow-right-short::before { content: "\f135"; } +.bi-arrow-right-square-fill::before { content: "\f136"; } +.bi-arrow-right-square::before { content: "\f137"; } +.bi-arrow-right::before { content: "\f138"; } +.bi-arrow-up-circle-fill::before { content: "\f139"; } +.bi-arrow-up-circle::before { content: "\f13a"; } +.bi-arrow-up-left-circle-fill::before { content: "\f13b"; } +.bi-arrow-up-left-circle::before { content: "\f13c"; } +.bi-arrow-up-left-square-fill::before { content: "\f13d"; } +.bi-arrow-up-left-square::before { content: "\f13e"; } +.bi-arrow-up-left::before { content: "\f13f"; } +.bi-arrow-up-right-circle-fill::before { content: "\f140"; } +.bi-arrow-up-right-circle::before { content: "\f141"; } +.bi-arrow-up-right-square-fill::before { content: "\f142"; } +.bi-arrow-up-right-square::before { content: "\f143"; } +.bi-arrow-up-right::before { content: "\f144"; } +.bi-arrow-up-short::before { content: "\f145"; } +.bi-arrow-up-square-fill::before { content: "\f146"; } +.bi-arrow-up-square::before { content: "\f147"; } +.bi-arrow-up::before { content: "\f148"; } +.bi-arrows-angle-contract::before { content: "\f149"; } +.bi-arrows-angle-expand::before { content: "\f14a"; } +.bi-arrows-collapse::before { content: "\f14b"; } +.bi-arrows-expand::before { content: "\f14c"; } +.bi-arrows-fullscreen::before { content: "\f14d"; } +.bi-arrows-move::before { content: "\f14e"; } +.bi-aspect-ratio-fill::before { content: "\f14f"; } +.bi-aspect-ratio::before { content: "\f150"; } +.bi-asterisk::before { content: "\f151"; } +.bi-at::before { content: "\f152"; } +.bi-award-fill::before { content: "\f153"; } +.bi-award::before { content: "\f154"; } +.bi-back::before { content: "\f155"; } +.bi-backspace-fill::before { content: "\f156"; } +.bi-backspace-reverse-fill::before { content: "\f157"; } +.bi-backspace-reverse::before { content: "\f158"; } +.bi-backspace::before { content: "\f159"; } +.bi-badge-3d-fill::before { content: "\f15a"; } +.bi-badge-3d::before { content: "\f15b"; } +.bi-badge-4k-fill::before { content: "\f15c"; } +.bi-badge-4k::before { content: "\f15d"; } +.bi-badge-8k-fill::before { content: "\f15e"; } +.bi-badge-8k::before { content: "\f15f"; } +.bi-badge-ad-fill::before { content: "\f160"; } +.bi-badge-ad::before { content: "\f161"; } +.bi-badge-ar-fill::before { content: "\f162"; } +.bi-badge-ar::before { content: "\f163"; } +.bi-badge-cc-fill::before { content: "\f164"; } +.bi-badge-cc::before { content: "\f165"; } +.bi-badge-hd-fill::before { content: "\f166"; } +.bi-badge-hd::before { content: "\f167"; } +.bi-badge-tm-fill::before { content: "\f168"; } +.bi-badge-tm::before { content: "\f169"; } +.bi-badge-vo-fill::before { content: "\f16a"; } +.bi-badge-vo::before { content: "\f16b"; } +.bi-badge-vr-fill::before { content: "\f16c"; } +.bi-badge-vr::before { content: "\f16d"; } +.bi-badge-wc-fill::before { content: "\f16e"; } +.bi-badge-wc::before { content: "\f16f"; } +.bi-bag-check-fill::before { content: "\f170"; } +.bi-bag-check::before { content: "\f171"; } +.bi-bag-dash-fill::before { content: "\f172"; } +.bi-bag-dash::before { content: "\f173"; } +.bi-bag-fill::before { content: "\f174"; } +.bi-bag-plus-fill::before { content: "\f175"; } +.bi-bag-plus::before { content: "\f176"; } +.bi-bag-x-fill::before { content: "\f177"; } +.bi-bag-x::before { content: "\f178"; } +.bi-bag::before { content: "\f179"; } +.bi-bar-chart-fill::before { content: "\f17a"; } +.bi-bar-chart-line-fill::before { content: "\f17b"; } +.bi-bar-chart-line::before { content: "\f17c"; } +.bi-bar-chart-steps::before { content: "\f17d"; } +.bi-bar-chart::before { content: "\f17e"; } +.bi-basket-fill::before { content: "\f17f"; } +.bi-basket::before { content: "\f180"; } +.bi-basket2-fill::before { content: "\f181"; } +.bi-basket2::before { content: "\f182"; } +.bi-basket3-fill::before { content: "\f183"; } +.bi-basket3::before { content: "\f184"; } +.bi-battery-charging::before { content: "\f185"; } +.bi-battery-full::before { content: "\f186"; } +.bi-battery-half::before { content: "\f187"; } +.bi-battery::before { content: "\f188"; } +.bi-bell-fill::before { content: "\f189"; } +.bi-bell::before { content: "\f18a"; } +.bi-bezier::before { content: "\f18b"; } +.bi-bezier2::before { content: "\f18c"; } +.bi-bicycle::before { content: "\f18d"; } +.bi-binoculars-fill::before { content: "\f18e"; } +.bi-binoculars::before { content: "\f18f"; } +.bi-blockquote-left::before { content: "\f190"; } +.bi-blockquote-right::before { content: "\f191"; } +.bi-book-fill::before { content: "\f192"; } +.bi-book-half::before { content: "\f193"; } +.bi-book::before { content: "\f194"; } +.bi-bookmark-check-fill::before { content: "\f195"; } +.bi-bookmark-check::before { content: "\f196"; } +.bi-bookmark-dash-fill::before { content: "\f197"; } +.bi-bookmark-dash::before { content: "\f198"; } +.bi-bookmark-fill::before { content: "\f199"; } +.bi-bookmark-heart-fill::before { content: "\f19a"; } +.bi-bookmark-heart::before { content: "\f19b"; } +.bi-bookmark-plus-fill::before { content: "\f19c"; } +.bi-bookmark-plus::before { content: "\f19d"; } +.bi-bookmark-star-fill::before { content: "\f19e"; } +.bi-bookmark-star::before { content: "\f19f"; } +.bi-bookmark-x-fill::before { content: "\f1a0"; } +.bi-bookmark-x::before { content: "\f1a1"; } +.bi-bookmark::before { content: "\f1a2"; } +.bi-bookmarks-fill::before { content: "\f1a3"; } +.bi-bookmarks::before { content: "\f1a4"; } +.bi-bookshelf::before { content: "\f1a5"; } +.bi-bootstrap-fill::before { content: "\f1a6"; } +.bi-bootstrap-reboot::before { content: "\f1a7"; } +.bi-bootstrap::before { content: "\f1a8"; } +.bi-border-all::before { content: "\f1a9"; } +.bi-border-bottom::before { content: "\f1aa"; } +.bi-border-center::before { content: "\f1ab"; } +.bi-border-inner::before { content: "\f1ac"; } +.bi-border-left::before { content: "\f1ad"; } +.bi-border-middle::before { content: "\f1ae"; } +.bi-border-outer::before { content: "\f1af"; } +.bi-border-right::before { content: "\f1b0"; } +.bi-border-style::before { content: "\f1b1"; } +.bi-border-top::before { content: "\f1b2"; } +.bi-border-width::before { content: "\f1b3"; } +.bi-border::before { content: "\f1b4"; } +.bi-bounding-box-circles::before { content: "\f1b5"; } +.bi-bounding-box::before { content: "\f1b6"; } +.bi-box-arrow-down-left::before { content: "\f1b7"; } +.bi-box-arrow-down-right::before { content: "\f1b8"; } +.bi-box-arrow-down::before { content: "\f1b9"; } +.bi-box-arrow-in-down-left::before { content: "\f1ba"; } +.bi-box-arrow-in-down-right::before { content: "\f1bb"; } +.bi-box-arrow-in-down::before { content: "\f1bc"; } +.bi-box-arrow-in-left::before { content: "\f1bd"; } +.bi-box-arrow-in-right::before { content: "\f1be"; } +.bi-box-arrow-in-up-left::before { content: "\f1bf"; } +.bi-box-arrow-in-up-right::before { content: "\f1c0"; } +.bi-box-arrow-in-up::before { content: "\f1c1"; } +.bi-box-arrow-left::before { content: "\f1c2"; } +.bi-box-arrow-right::before { content: "\f1c3"; } +.bi-box-arrow-up-left::before { content: "\f1c4"; } +.bi-box-arrow-up-right::before { content: "\f1c5"; } +.bi-box-arrow-up::before { content: "\f1c6"; } +.bi-box-seam::before { content: "\f1c7"; } +.bi-box::before { content: "\f1c8"; } +.bi-braces::before { content: "\f1c9"; } +.bi-bricks::before { content: "\f1ca"; } +.bi-briefcase-fill::before { content: "\f1cb"; } +.bi-briefcase::before { content: "\f1cc"; } +.bi-brightness-alt-high-fill::before { content: "\f1cd"; } +.bi-brightness-alt-high::before { content: "\f1ce"; } +.bi-brightness-alt-low-fill::before { content: "\f1cf"; } +.bi-brightness-alt-low::before { content: "\f1d0"; } +.bi-brightness-high-fill::before { content: "\f1d1"; } +.bi-brightness-high::before { content: "\f1d2"; } +.bi-brightness-low-fill::before { content: "\f1d3"; } +.bi-brightness-low::before { content: "\f1d4"; } +.bi-broadcast-pin::before { content: "\f1d5"; } +.bi-broadcast::before { content: "\f1d6"; } +.bi-brush-fill::before { content: "\f1d7"; } +.bi-brush::before { content: "\f1d8"; } +.bi-bucket-fill::before { content: "\f1d9"; } +.bi-bucket::before { content: "\f1da"; } +.bi-bug-fill::before { content: "\f1db"; } +.bi-bug::before { content: "\f1dc"; } +.bi-building::before { content: "\f1dd"; } +.bi-bullseye::before { content: "\f1de"; } +.bi-calculator-fill::before { content: "\f1df"; } +.bi-calculator::before { content: "\f1e0"; } +.bi-calendar-check-fill::before { content: "\f1e1"; } +.bi-calendar-check::before { content: "\f1e2"; } +.bi-calendar-date-fill::before { content: "\f1e3"; } +.bi-calendar-date::before { content: "\f1e4"; } +.bi-calendar-day-fill::before { content: "\f1e5"; } +.bi-calendar-day::before { content: "\f1e6"; } +.bi-calendar-event-fill::before { content: "\f1e7"; } +.bi-calendar-event::before { content: "\f1e8"; } +.bi-calendar-fill::before { content: "\f1e9"; } +.bi-calendar-minus-fill::before { content: "\f1ea"; } +.bi-calendar-minus::before { content: "\f1eb"; } +.bi-calendar-month-fill::before { content: "\f1ec"; } +.bi-calendar-month::before { content: "\f1ed"; } +.bi-calendar-plus-fill::before { content: "\f1ee"; } +.bi-calendar-plus::before { content: "\f1ef"; } +.bi-calendar-range-fill::before { content: "\f1f0"; } +.bi-calendar-range::before { content: "\f1f1"; } +.bi-calendar-week-fill::before { content: "\f1f2"; } +.bi-calendar-week::before { content: "\f1f3"; } +.bi-calendar-x-fill::before { content: "\f1f4"; } +.bi-calendar-x::before { content: "\f1f5"; } +.bi-calendar::before { content: "\f1f6"; } +.bi-calendar2-check-fill::before { content: "\f1f7"; } +.bi-calendar2-check::before { content: "\f1f8"; } +.bi-calendar2-date-fill::before { content: "\f1f9"; } +.bi-calendar2-date::before { content: "\f1fa"; } +.bi-calendar2-day-fill::before { content: "\f1fb"; } +.bi-calendar2-day::before { content: "\f1fc"; } +.bi-calendar2-event-fill::before { content: "\f1fd"; } +.bi-calendar2-event::before { content: "\f1fe"; } +.bi-calendar2-fill::before { content: "\f1ff"; } +.bi-calendar2-minus-fill::before { content: "\f200"; } +.bi-calendar2-minus::before { content: "\f201"; } +.bi-calendar2-month-fill::before { content: "\f202"; } +.bi-calendar2-month::before { content: "\f203"; } +.bi-calendar2-plus-fill::before { content: "\f204"; } +.bi-calendar2-plus::before { content: "\f205"; } +.bi-calendar2-range-fill::before { content: "\f206"; } +.bi-calendar2-range::before { content: "\f207"; } +.bi-calendar2-week-fill::before { content: "\f208"; } +.bi-calendar2-week::before { content: "\f209"; } +.bi-calendar2-x-fill::before { content: "\f20a"; } +.bi-calendar2-x::before { content: "\f20b"; } +.bi-calendar2::before { content: "\f20c"; } +.bi-calendar3-event-fill::before { content: "\f20d"; } +.bi-calendar3-event::before { content: "\f20e"; } +.bi-calendar3-fill::before { content: "\f20f"; } +.bi-calendar3-range-fill::before { content: "\f210"; } +.bi-calendar3-range::before { content: "\f211"; } +.bi-calendar3-week-fill::before { content: "\f212"; } +.bi-calendar3-week::before { content: "\f213"; } +.bi-calendar3::before { content: "\f214"; } +.bi-calendar4-event::before { content: "\f215"; } +.bi-calendar4-range::before { content: "\f216"; } +.bi-calendar4-week::before { content: "\f217"; } +.bi-calendar4::before { content: "\f218"; } +.bi-camera-fill::before { content: "\f219"; } +.bi-camera-reels-fill::before { content: "\f21a"; } +.bi-camera-reels::before { content: "\f21b"; } +.bi-camera-video-fill::before { content: "\f21c"; } +.bi-camera-video-off-fill::before { content: "\f21d"; } +.bi-camera-video-off::before { content: "\f21e"; } +.bi-camera-video::before { content: "\f21f"; } +.bi-camera::before { content: "\f220"; } +.bi-camera2::before { content: "\f221"; } +.bi-capslock-fill::before { content: "\f222"; } +.bi-capslock::before { content: "\f223"; } +.bi-card-checklist::before { content: "\f224"; } +.bi-card-heading::before { content: "\f225"; } +.bi-card-image::before { content: "\f226"; } +.bi-card-list::before { content: "\f227"; } +.bi-card-text::before { content: "\f228"; } +.bi-caret-down-fill::before { content: "\f229"; } +.bi-caret-down-square-fill::before { content: "\f22a"; } +.bi-caret-down-square::before { content: "\f22b"; } +.bi-caret-down::before { content: "\f22c"; } +.bi-caret-left-fill::before { content: "\f22d"; } +.bi-caret-left-square-fill::before { content: "\f22e"; } +.bi-caret-left-square::before { content: "\f22f"; } +.bi-caret-left::before { content: "\f230"; } +.bi-caret-right-fill::before { content: "\f231"; } +.bi-caret-right-square-fill::before { content: "\f232"; } +.bi-caret-right-square::before { content: "\f233"; } +.bi-caret-right::before { content: "\f234"; } +.bi-caret-up-fill::before { content: "\f235"; } +.bi-caret-up-square-fill::before { content: "\f236"; } +.bi-caret-up-square::before { content: "\f237"; } +.bi-caret-up::before { content: "\f238"; } +.bi-cart-check-fill::before { content: "\f239"; } +.bi-cart-check::before { content: "\f23a"; } +.bi-cart-dash-fill::before { content: "\f23b"; } +.bi-cart-dash::before { content: "\f23c"; } +.bi-cart-fill::before { content: "\f23d"; } +.bi-cart-plus-fill::before { content: "\f23e"; } +.bi-cart-plus::before { content: "\f23f"; } +.bi-cart-x-fill::before { content: "\f240"; } +.bi-cart-x::before { content: "\f241"; } +.bi-cart::before { content: "\f242"; } +.bi-cart2::before { content: "\f243"; } +.bi-cart3::before { content: "\f244"; } +.bi-cart4::before { content: "\f245"; } +.bi-cash-stack::before { content: "\f246"; } +.bi-cash::before { content: "\f247"; } +.bi-cast::before { content: "\f248"; } +.bi-chat-dots-fill::before { content: "\f249"; } +.bi-chat-dots::before { content: "\f24a"; } +.bi-chat-fill::before { content: "\f24b"; } +.bi-chat-left-dots-fill::before { content: "\f24c"; } +.bi-chat-left-dots::before { content: "\f24d"; } +.bi-chat-left-fill::before { content: "\f24e"; } +.bi-chat-left-quote-fill::before { content: "\f24f"; } +.bi-chat-left-quote::before { content: "\f250"; } +.bi-chat-left-text-fill::before { content: "\f251"; } +.bi-chat-left-text::before { content: "\f252"; } +.bi-chat-left::before { content: "\f253"; } +.bi-chat-quote-fill::before { content: "\f254"; } +.bi-chat-quote::before { content: "\f255"; } +.bi-chat-right-dots-fill::before { content: "\f256"; } +.bi-chat-right-dots::before { content: "\f257"; } +.bi-chat-right-fill::before { content: "\f258"; } +.bi-chat-right-quote-fill::before { content: "\f259"; } +.bi-chat-right-quote::before { content: "\f25a"; } +.bi-chat-right-text-fill::before { content: "\f25b"; } +.bi-chat-right-text::before { content: "\f25c"; } +.bi-chat-right::before { content: "\f25d"; } +.bi-chat-square-dots-fill::before { content: "\f25e"; } +.bi-chat-square-dots::before { content: "\f25f"; } +.bi-chat-square-fill::before { content: "\f260"; } +.bi-chat-square-quote-fill::before { content: "\f261"; } +.bi-chat-square-quote::before { content: "\f262"; } +.bi-chat-square-text-fill::before { content: "\f263"; } +.bi-chat-square-text::before { content: "\f264"; } +.bi-chat-square::before { content: "\f265"; } +.bi-chat-text-fill::before { content: "\f266"; } +.bi-chat-text::before { content: "\f267"; } +.bi-chat::before { content: "\f268"; } +.bi-check-all::before { content: "\f269"; } +.bi-check-circle-fill::before { content: "\f26a"; } +.bi-check-circle::before { content: "\f26b"; } +.bi-check-square-fill::before { content: "\f26c"; } +.bi-check-square::before { content: "\f26d"; } +.bi-check::before { content: "\f26e"; } +.bi-check2-all::before { content: "\f26f"; } +.bi-check2-circle::before { content: "\f270"; } +.bi-check2-square::before { content: "\f271"; } +.bi-check2::before { content: "\f272"; } +.bi-chevron-bar-contract::before { content: "\f273"; } +.bi-chevron-bar-down::before { content: "\f274"; } +.bi-chevron-bar-expand::before { content: "\f275"; } +.bi-chevron-bar-left::before { content: "\f276"; } +.bi-chevron-bar-right::before { content: "\f277"; } +.bi-chevron-bar-up::before { content: "\f278"; } +.bi-chevron-compact-down::before { content: "\f279"; } +.bi-chevron-compact-left::before { content: "\f27a"; } +.bi-chevron-compact-right::before { content: "\f27b"; } +.bi-chevron-compact-up::before { content: "\f27c"; } +.bi-chevron-contract::before { content: "\f27d"; } +.bi-chevron-double-down::before { content: "\f27e"; } +.bi-chevron-double-left::before { content: "\f27f"; } +.bi-chevron-double-right::before { content: "\f280"; } +.bi-chevron-double-up::before { content: "\f281"; } +.bi-chevron-down::before { content: "\f282"; } +.bi-chevron-expand::before { content: "\f283"; } +.bi-chevron-left::before { content: "\f284"; } +.bi-chevron-right::before { content: "\f285"; } +.bi-chevron-up::before { content: "\f286"; } +.bi-circle-fill::before { content: "\f287"; } +.bi-circle-half::before { content: "\f288"; } +.bi-circle-square::before { content: "\f289"; } +.bi-circle::before { content: "\f28a"; } +.bi-clipboard-check::before { content: "\f28b"; } +.bi-clipboard-data::before { content: "\f28c"; } +.bi-clipboard-minus::before { content: "\f28d"; } +.bi-clipboard-plus::before { content: "\f28e"; } +.bi-clipboard-x::before { content: "\f28f"; } +.bi-clipboard::before { content: "\f290"; } +.bi-clock-fill::before { content: "\f291"; } +.bi-clock-history::before { content: "\f292"; } +.bi-clock::before { content: "\f293"; } +.bi-cloud-arrow-down-fill::before { content: "\f294"; } +.bi-cloud-arrow-down::before { content: "\f295"; } +.bi-cloud-arrow-up-fill::before { content: "\f296"; } +.bi-cloud-arrow-up::before { content: "\f297"; } +.bi-cloud-check-fill::before { content: "\f298"; } +.bi-cloud-check::before { content: "\f299"; } +.bi-cloud-download-fill::before { content: "\f29a"; } +.bi-cloud-download::before { content: "\f29b"; } +.bi-cloud-drizzle-fill::before { content: "\f29c"; } +.bi-cloud-drizzle::before { content: "\f29d"; } +.bi-cloud-fill::before { content: "\f29e"; } +.bi-cloud-fog-fill::before { content: "\f29f"; } +.bi-cloud-fog::before { content: "\f2a0"; } +.bi-cloud-fog2-fill::before { content: "\f2a1"; } +.bi-cloud-fog2::before { content: "\f2a2"; } +.bi-cloud-hail-fill::before { content: "\f2a3"; } +.bi-cloud-hail::before { content: "\f2a4"; } +.bi-cloud-haze-1::before { content: "\f2a5"; } +.bi-cloud-haze-fill::before { content: "\f2a6"; } +.bi-cloud-haze::before { content: "\f2a7"; } +.bi-cloud-haze2-fill::before { content: "\f2a8"; } +.bi-cloud-lightning-fill::before { content: "\f2a9"; } +.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } +.bi-cloud-lightning-rain::before { content: "\f2ab"; } +.bi-cloud-lightning::before { content: "\f2ac"; } +.bi-cloud-minus-fill::before { content: "\f2ad"; } +.bi-cloud-minus::before { content: "\f2ae"; } +.bi-cloud-moon-fill::before { content: "\f2af"; } +.bi-cloud-moon::before { content: "\f2b0"; } +.bi-cloud-plus-fill::before { content: "\f2b1"; } +.bi-cloud-plus::before { content: "\f2b2"; } +.bi-cloud-rain-fill::before { content: "\f2b3"; } +.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } +.bi-cloud-rain-heavy::before { content: "\f2b5"; } +.bi-cloud-rain::before { content: "\f2b6"; } +.bi-cloud-slash-fill::before { content: "\f2b7"; } +.bi-cloud-slash::before { content: "\f2b8"; } +.bi-cloud-sleet-fill::before { content: "\f2b9"; } +.bi-cloud-sleet::before { content: "\f2ba"; } +.bi-cloud-snow-fill::before { content: "\f2bb"; } +.bi-cloud-snow::before { content: "\f2bc"; } +.bi-cloud-sun-fill::before { content: "\f2bd"; } +.bi-cloud-sun::before { content: "\f2be"; } +.bi-cloud-upload-fill::before { content: "\f2bf"; } +.bi-cloud-upload::before { content: "\f2c0"; } +.bi-cloud::before { content: "\f2c1"; } +.bi-clouds-fill::before { content: "\f2c2"; } +.bi-clouds::before { content: "\f2c3"; } +.bi-cloudy-fill::before { content: "\f2c4"; } +.bi-cloudy::before { content: "\f2c5"; } +.bi-code-slash::before { content: "\f2c6"; } +.bi-code-square::before { content: "\f2c7"; } +.bi-code::before { content: "\f2c8"; } +.bi-collection-fill::before { content: "\f2c9"; } +.bi-collection-play-fill::before { content: "\f2ca"; } +.bi-collection-play::before { content: "\f2cb"; } +.bi-collection::before { content: "\f2cc"; } +.bi-columns-gap::before { content: "\f2cd"; } +.bi-columns::before { content: "\f2ce"; } +.bi-command::before { content: "\f2cf"; } +.bi-compass-fill::before { content: "\f2d0"; } +.bi-compass::before { content: "\f2d1"; } +.bi-cone-striped::before { content: "\f2d2"; } +.bi-cone::before { content: "\f2d3"; } +.bi-controller::before { content: "\f2d4"; } +.bi-cpu-fill::before { content: "\f2d5"; } +.bi-cpu::before { content: "\f2d6"; } +.bi-credit-card-2-back-fill::before { content: "\f2d7"; } +.bi-credit-card-2-back::before { content: "\f2d8"; } +.bi-credit-card-2-front-fill::before { content: "\f2d9"; } +.bi-credit-card-2-front::before { content: "\f2da"; } +.bi-credit-card-fill::before { content: "\f2db"; } +.bi-credit-card::before { content: "\f2dc"; } +.bi-crop::before { content: "\f2dd"; } +.bi-cup-fill::before { content: "\f2de"; } +.bi-cup-straw::before { content: "\f2df"; } +.bi-cup::before { content: "\f2e0"; } +.bi-cursor-fill::before { content: "\f2e1"; } +.bi-cursor-text::before { content: "\f2e2"; } +.bi-cursor::before { content: "\f2e3"; } +.bi-dash-circle-dotted::before { content: "\f2e4"; } +.bi-dash-circle-fill::before { content: "\f2e5"; } +.bi-dash-circle::before { content: "\f2e6"; } +.bi-dash-square-dotted::before { content: "\f2e7"; } +.bi-dash-square-fill::before { content: "\f2e8"; } +.bi-dash-square::before { content: "\f2e9"; } +.bi-dash::before { content: "\f2ea"; } +.bi-diagram-2-fill::before { content: "\f2eb"; } +.bi-diagram-2::before { content: "\f2ec"; } +.bi-diagram-3-fill::before { content: "\f2ed"; } +.bi-diagram-3::before { content: "\f2ee"; } +.bi-diamond-fill::before { content: "\f2ef"; } +.bi-diamond-half::before { content: "\f2f0"; } +.bi-diamond::before { content: "\f2f1"; } +.bi-dice-1-fill::before { content: "\f2f2"; } +.bi-dice-1::before { content: "\f2f3"; } +.bi-dice-2-fill::before { content: "\f2f4"; } +.bi-dice-2::before { content: "\f2f5"; } +.bi-dice-3-fill::before { content: "\f2f6"; } +.bi-dice-3::before { content: "\f2f7"; } +.bi-dice-4-fill::before { content: "\f2f8"; } +.bi-dice-4::before { content: "\f2f9"; } +.bi-dice-5-fill::before { content: "\f2fa"; } +.bi-dice-5::before { content: "\f2fb"; } +.bi-dice-6-fill::before { content: "\f2fc"; } +.bi-dice-6::before { content: "\f2fd"; } +.bi-disc-fill::before { content: "\f2fe"; } +.bi-disc::before { content: "\f2ff"; } +.bi-discord::before { content: "\f300"; } +.bi-display-fill::before { content: "\f301"; } +.bi-display::before { content: "\f302"; } +.bi-distribute-horizontal::before { content: "\f303"; } +.bi-distribute-vertical::before { content: "\f304"; } +.bi-door-closed-fill::before { content: "\f305"; } +.bi-door-closed::before { content: "\f306"; } +.bi-door-open-fill::before { content: "\f307"; } +.bi-door-open::before { content: "\f308"; } +.bi-dot::before { content: "\f309"; } +.bi-download::before { content: "\f30a"; } +.bi-droplet-fill::before { content: "\f30b"; } +.bi-droplet-half::before { content: "\f30c"; } +.bi-droplet::before { content: "\f30d"; } +.bi-earbuds::before { content: "\f30e"; } +.bi-easel-fill::before { content: "\f30f"; } +.bi-easel::before { content: "\f310"; } +.bi-egg-fill::before { content: "\f311"; } +.bi-egg-fried::before { content: "\f312"; } +.bi-egg::before { content: "\f313"; } +.bi-eject-fill::before { content: "\f314"; } +.bi-eject::before { content: "\f315"; } +.bi-emoji-angry-fill::before { content: "\f316"; } +.bi-emoji-angry::before { content: "\f317"; } +.bi-emoji-dizzy-fill::before { content: "\f318"; } +.bi-emoji-dizzy::before { content: "\f319"; } +.bi-emoji-expressionless-fill::before { content: "\f31a"; } +.bi-emoji-expressionless::before { content: "\f31b"; } +.bi-emoji-frown-fill::before { content: "\f31c"; } +.bi-emoji-frown::before { content: "\f31d"; } +.bi-emoji-heart-eyes-fill::before { content: "\f31e"; } +.bi-emoji-heart-eyes::before { content: "\f31f"; } +.bi-emoji-laughing-fill::before { content: "\f320"; } +.bi-emoji-laughing::before { content: "\f321"; } +.bi-emoji-neutral-fill::before { content: "\f322"; } +.bi-emoji-neutral::before { content: "\f323"; } +.bi-emoji-smile-fill::before { content: "\f324"; } +.bi-emoji-smile-upside-down-fill::before { content: "\f325"; } +.bi-emoji-smile-upside-down::before { content: "\f326"; } +.bi-emoji-smile::before { content: "\f327"; } +.bi-emoji-sunglasses-fill::before { content: "\f328"; } +.bi-emoji-sunglasses::before { content: "\f329"; } +.bi-emoji-wink-fill::before { content: "\f32a"; } +.bi-emoji-wink::before { content: "\f32b"; } +.bi-envelope-fill::before { content: "\f32c"; } +.bi-envelope-open-fill::before { content: "\f32d"; } +.bi-envelope-open::before { content: "\f32e"; } +.bi-envelope::before { content: "\f32f"; } +.bi-eraser-fill::before { content: "\f330"; } +.bi-eraser::before { content: "\f331"; } +.bi-exclamation-circle-fill::before { content: "\f332"; } +.bi-exclamation-circle::before { content: "\f333"; } +.bi-exclamation-diamond-fill::before { content: "\f334"; } +.bi-exclamation-diamond::before { content: "\f335"; } +.bi-exclamation-octagon-fill::before { content: "\f336"; } +.bi-exclamation-octagon::before { content: "\f337"; } +.bi-exclamation-square-fill::before { content: "\f338"; } +.bi-exclamation-square::before { content: "\f339"; } +.bi-exclamation-triangle-fill::before { content: "\f33a"; } +.bi-exclamation-triangle::before { content: "\f33b"; } +.bi-exclamation::before { content: "\f33c"; } +.bi-exclude::before { content: "\f33d"; } +.bi-eye-fill::before { content: "\f33e"; } +.bi-eye-slash-fill::before { content: "\f33f"; } +.bi-eye-slash::before { content: "\f340"; } +.bi-eye::before { content: "\f341"; } +.bi-eyedropper::before { content: "\f342"; } +.bi-eyeglasses::before { content: "\f343"; } +.bi-facebook::before { content: "\f344"; } +.bi-file-arrow-down-fill::before { content: "\f345"; } +.bi-file-arrow-down::before { content: "\f346"; } +.bi-file-arrow-up-fill::before { content: "\f347"; } +.bi-file-arrow-up::before { content: "\f348"; } +.bi-file-bar-graph-fill::before { content: "\f349"; } +.bi-file-bar-graph::before { content: "\f34a"; } +.bi-file-binary-fill::before { content: "\f34b"; } +.bi-file-binary::before { content: "\f34c"; } +.bi-file-break-fill::before { content: "\f34d"; } +.bi-file-break::before { content: "\f34e"; } +.bi-file-check-fill::before { content: "\f34f"; } +.bi-file-check::before { content: "\f350"; } +.bi-file-code-fill::before { content: "\f351"; } +.bi-file-code::before { content: "\f352"; } +.bi-file-diff-fill::before { content: "\f353"; } +.bi-file-diff::before { content: "\f354"; } +.bi-file-earmark-arrow-down-fill::before { content: "\f355"; } +.bi-file-earmark-arrow-down::before { content: "\f356"; } +.bi-file-earmark-arrow-up-fill::before { content: "\f357"; } +.bi-file-earmark-arrow-up::before { content: "\f358"; } +.bi-file-earmark-bar-graph-fill::before { content: "\f359"; } +.bi-file-earmark-bar-graph::before { content: "\f35a"; } +.bi-file-earmark-binary-fill::before { content: "\f35b"; } +.bi-file-earmark-binary::before { content: "\f35c"; } +.bi-file-earmark-break-fill::before { content: "\f35d"; } +.bi-file-earmark-break::before { content: "\f35e"; } +.bi-file-earmark-check-fill::before { content: "\f35f"; } +.bi-file-earmark-check::before { content: "\f360"; } +.bi-file-earmark-code-fill::before { content: "\f361"; } +.bi-file-earmark-code::before { content: "\f362"; } +.bi-file-earmark-diff-fill::before { content: "\f363"; } +.bi-file-earmark-diff::before { content: "\f364"; } +.bi-file-earmark-easel-fill::before { content: "\f365"; } +.bi-file-earmark-easel::before { content: "\f366"; } +.bi-file-earmark-excel-fill::before { content: "\f367"; } +.bi-file-earmark-excel::before { content: "\f368"; } +.bi-file-earmark-fill::before { content: "\f369"; } +.bi-file-earmark-font-fill::before { content: "\f36a"; } +.bi-file-earmark-font::before { content: "\f36b"; } +.bi-file-earmark-image-fill::before { content: "\f36c"; } +.bi-file-earmark-image::before { content: "\f36d"; } +.bi-file-earmark-lock-fill::before { content: "\f36e"; } +.bi-file-earmark-lock::before { content: "\f36f"; } +.bi-file-earmark-lock2-fill::before { content: "\f370"; } +.bi-file-earmark-lock2::before { content: "\f371"; } +.bi-file-earmark-medical-fill::before { content: "\f372"; } +.bi-file-earmark-medical::before { content: "\f373"; } +.bi-file-earmark-minus-fill::before { content: "\f374"; } +.bi-file-earmark-minus::before { content: "\f375"; } +.bi-file-earmark-music-fill::before { content: "\f376"; } +.bi-file-earmark-music::before { content: "\f377"; } +.bi-file-earmark-person-fill::before { content: "\f378"; } +.bi-file-earmark-person::before { content: "\f379"; } +.bi-file-earmark-play-fill::before { content: "\f37a"; } +.bi-file-earmark-play::before { content: "\f37b"; } +.bi-file-earmark-plus-fill::before { content: "\f37c"; } +.bi-file-earmark-plus::before { content: "\f37d"; } +.bi-file-earmark-post-fill::before { content: "\f37e"; } +.bi-file-earmark-post::before { content: "\f37f"; } +.bi-file-earmark-ppt-fill::before { content: "\f380"; } +.bi-file-earmark-ppt::before { content: "\f381"; } +.bi-file-earmark-richtext-fill::before { content: "\f382"; } +.bi-file-earmark-richtext::before { content: "\f383"; } +.bi-file-earmark-ruled-fill::before { content: "\f384"; } +.bi-file-earmark-ruled::before { content: "\f385"; } +.bi-file-earmark-slides-fill::before { content: "\f386"; } +.bi-file-earmark-slides::before { content: "\f387"; } +.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } +.bi-file-earmark-spreadsheet::before { content: "\f389"; } +.bi-file-earmark-text-fill::before { content: "\f38a"; } +.bi-file-earmark-text::before { content: "\f38b"; } +.bi-file-earmark-word-fill::before { content: "\f38c"; } +.bi-file-earmark-word::before { content: "\f38d"; } +.bi-file-earmark-x-fill::before { content: "\f38e"; } +.bi-file-earmark-x::before { content: "\f38f"; } +.bi-file-earmark-zip-fill::before { content: "\f390"; } +.bi-file-earmark-zip::before { content: "\f391"; } +.bi-file-earmark::before { content: "\f392"; } +.bi-file-easel-fill::before { content: "\f393"; } +.bi-file-easel::before { content: "\f394"; } +.bi-file-excel-fill::before { content: "\f395"; } +.bi-file-excel::before { content: "\f396"; } +.bi-file-fill::before { content: "\f397"; } +.bi-file-font-fill::before { content: "\f398"; } +.bi-file-font::before { content: "\f399"; } +.bi-file-image-fill::before { content: "\f39a"; } +.bi-file-image::before { content: "\f39b"; } +.bi-file-lock-fill::before { content: "\f39c"; } +.bi-file-lock::before { content: "\f39d"; } +.bi-file-lock2-fill::before { content: "\f39e"; } +.bi-file-lock2::before { content: "\f39f"; } +.bi-file-medical-fill::before { content: "\f3a0"; } +.bi-file-medical::before { content: "\f3a1"; } +.bi-file-minus-fill::before { content: "\f3a2"; } +.bi-file-minus::before { content: "\f3a3"; } +.bi-file-music-fill::before { content: "\f3a4"; } +.bi-file-music::before { content: "\f3a5"; } +.bi-file-person-fill::before { content: "\f3a6"; } +.bi-file-person::before { content: "\f3a7"; } +.bi-file-play-fill::before { content: "\f3a8"; } +.bi-file-play::before { content: "\f3a9"; } +.bi-file-plus-fill::before { content: "\f3aa"; } +.bi-file-plus::before { content: "\f3ab"; } +.bi-file-post-fill::before { content: "\f3ac"; } +.bi-file-post::before { content: "\f3ad"; } +.bi-file-ppt-fill::before { content: "\f3ae"; } +.bi-file-ppt::before { content: "\f3af"; } +.bi-file-richtext-fill::before { content: "\f3b0"; } +.bi-file-richtext::before { content: "\f3b1"; } +.bi-file-ruled-fill::before { content: "\f3b2"; } +.bi-file-ruled::before { content: "\f3b3"; } +.bi-file-slides-fill::before { content: "\f3b4"; } +.bi-file-slides::before { content: "\f3b5"; } +.bi-file-spreadsheet-fill::before { content: "\f3b6"; } +.bi-file-spreadsheet::before { content: "\f3b7"; } +.bi-file-text-fill::before { content: "\f3b8"; } +.bi-file-text::before { content: "\f3b9"; } +.bi-file-word-fill::before { content: "\f3ba"; } +.bi-file-word::before { content: "\f3bb"; } +.bi-file-x-fill::before { content: "\f3bc"; } +.bi-file-x::before { content: "\f3bd"; } +.bi-file-zip-fill::before { content: "\f3be"; } +.bi-file-zip::before { content: "\f3bf"; } +.bi-file::before { content: "\f3c0"; } +.bi-files-alt::before { content: "\f3c1"; } +.bi-files::before { content: "\f3c2"; } +.bi-film::before { content: "\f3c3"; } +.bi-filter-circle-fill::before { content: "\f3c4"; } +.bi-filter-circle::before { content: "\f3c5"; } +.bi-filter-left::before { content: "\f3c6"; } +.bi-filter-right::before { content: "\f3c7"; } +.bi-filter-square-fill::before { content: "\f3c8"; } +.bi-filter-square::before { content: "\f3c9"; } +.bi-filter::before { content: "\f3ca"; } +.bi-flag-fill::before { content: "\f3cb"; } +.bi-flag::before { content: "\f3cc"; } +.bi-flower1::before { content: "\f3cd"; } +.bi-flower2::before { content: "\f3ce"; } +.bi-flower3::before { content: "\f3cf"; } +.bi-folder-check::before { content: "\f3d0"; } +.bi-folder-fill::before { content: "\f3d1"; } +.bi-folder-minus::before { content: "\f3d2"; } +.bi-folder-plus::before { content: "\f3d3"; } +.bi-folder-symlink-fill::before { content: "\f3d4"; } +.bi-folder-symlink::before { content: "\f3d5"; } +.bi-folder-x::before { content: "\f3d6"; } +.bi-folder::before { content: "\f3d7"; } +.bi-folder2-open::before { content: "\f3d8"; } +.bi-folder2::before { content: "\f3d9"; } +.bi-fonts::before { content: "\f3da"; } +.bi-forward-fill::before { content: "\f3db"; } +.bi-forward::before { content: "\f3dc"; } +.bi-front::before { content: "\f3dd"; } +.bi-fullscreen-exit::before { content: "\f3de"; } +.bi-fullscreen::before { content: "\f3df"; } +.bi-funnel-fill::before { content: "\f3e0"; } +.bi-funnel::before { content: "\f3e1"; } +.bi-gear-fill::before { content: "\f3e2"; } +.bi-gear-wide-connected::before { content: "\f3e3"; } +.bi-gear-wide::before { content: "\f3e4"; } +.bi-gear::before { content: "\f3e5"; } +.bi-gem::before { content: "\f3e6"; } +.bi-geo-alt-fill::before { content: "\f3e7"; } +.bi-geo-alt::before { content: "\f3e8"; } +.bi-geo-fill::before { content: "\f3e9"; } +.bi-geo::before { content: "\f3ea"; } +.bi-gift-fill::before { content: "\f3eb"; } +.bi-gift::before { content: "\f3ec"; } +.bi-github::before { content: "\f3ed"; } +.bi-globe::before { content: "\f3ee"; } +.bi-globe2::before { content: "\f3ef"; } +.bi-google::before { content: "\f3f0"; } +.bi-graph-down::before { content: "\f3f1"; } +.bi-graph-up::before { content: "\f3f2"; } +.bi-grid-1x2-fill::before { content: "\f3f3"; } +.bi-grid-1x2::before { content: "\f3f4"; } +.bi-grid-3x2-gap-fill::before { content: "\f3f5"; } +.bi-grid-3x2-gap::before { content: "\f3f6"; } +.bi-grid-3x2::before { content: "\f3f7"; } +.bi-grid-3x3-gap-fill::before { content: "\f3f8"; } +.bi-grid-3x3-gap::before { content: "\f3f9"; } +.bi-grid-3x3::before { content: "\f3fa"; } +.bi-grid-fill::before { content: "\f3fb"; } +.bi-grid::before { content: "\f3fc"; } +.bi-grip-horizontal::before { content: "\f3fd"; } +.bi-grip-vertical::before { content: "\f3fe"; } +.bi-hammer::before { content: "\f3ff"; } +.bi-hand-index-fill::before { content: "\f400"; } +.bi-hand-index-thumb-fill::before { content: "\f401"; } +.bi-hand-index-thumb::before { content: "\f402"; } +.bi-hand-index::before { content: "\f403"; } +.bi-hand-thumbs-down-fill::before { content: "\f404"; } +.bi-hand-thumbs-down::before { content: "\f405"; } +.bi-hand-thumbs-up-fill::before { content: "\f406"; } +.bi-hand-thumbs-up::before { content: "\f407"; } +.bi-handbag-fill::before { content: "\f408"; } +.bi-handbag::before { content: "\f409"; } +.bi-hash::before { content: "\f40a"; } +.bi-hdd-fill::before { content: "\f40b"; } +.bi-hdd-network-fill::before { content: "\f40c"; } +.bi-hdd-network::before { content: "\f40d"; } +.bi-hdd-rack-fill::before { content: "\f40e"; } +.bi-hdd-rack::before { content: "\f40f"; } +.bi-hdd-stack-fill::before { content: "\f410"; } +.bi-hdd-stack::before { content: "\f411"; } +.bi-hdd::before { content: "\f412"; } +.bi-headphones::before { content: "\f413"; } +.bi-headset::before { content: "\f414"; } +.bi-heart-fill::before { content: "\f415"; } +.bi-heart-half::before { content: "\f416"; } +.bi-heart::before { content: "\f417"; } +.bi-heptagon-fill::before { content: "\f418"; } +.bi-heptagon-half::before { content: "\f419"; } +.bi-heptagon::before { content: "\f41a"; } +.bi-hexagon-fill::before { content: "\f41b"; } +.bi-hexagon-half::before { content: "\f41c"; } +.bi-hexagon::before { content: "\f41d"; } +.bi-hourglass-bottom::before { content: "\f41e"; } +.bi-hourglass-split::before { content: "\f41f"; } +.bi-hourglass-top::before { content: "\f420"; } +.bi-hourglass::before { content: "\f421"; } +.bi-house-door-fill::before { content: "\f422"; } +.bi-house-door::before { content: "\f423"; } +.bi-house-fill::before { content: "\f424"; } +.bi-house::before { content: "\f425"; } +.bi-hr::before { content: "\f426"; } +.bi-hurricane::before { content: "\f427"; } +.bi-image-alt::before { content: "\f428"; } +.bi-image-fill::before { content: "\f429"; } +.bi-image::before { content: "\f42a"; } +.bi-images::before { content: "\f42b"; } +.bi-inbox-fill::before { content: "\f42c"; } +.bi-inbox::before { content: "\f42d"; } +.bi-inboxes-fill::before { content: "\f42e"; } +.bi-inboxes::before { content: "\f42f"; } +.bi-info-circle-fill::before { content: "\f430"; } +.bi-info-circle::before { content: "\f431"; } +.bi-info-square-fill::before { content: "\f432"; } +.bi-info-square::before { content: "\f433"; } +.bi-info::before { content: "\f434"; } +.bi-input-cursor-text::before { content: "\f435"; } +.bi-input-cursor::before { content: "\f436"; } +.bi-instagram::before { content: "\f437"; } +.bi-intersect::before { content: "\f438"; } +.bi-journal-album::before { content: "\f439"; } +.bi-journal-arrow-down::before { content: "\f43a"; } +.bi-journal-arrow-up::before { content: "\f43b"; } +.bi-journal-bookmark-fill::before { content: "\f43c"; } +.bi-journal-bookmark::before { content: "\f43d"; } +.bi-journal-check::before { content: "\f43e"; } +.bi-journal-code::before { content: "\f43f"; } +.bi-journal-medical::before { content: "\f440"; } +.bi-journal-minus::before { content: "\f441"; } +.bi-journal-plus::before { content: "\f442"; } +.bi-journal-richtext::before { content: "\f443"; } +.bi-journal-text::before { content: "\f444"; } +.bi-journal-x::before { content: "\f445"; } +.bi-journal::before { content: "\f446"; } +.bi-journals::before { content: "\f447"; } +.bi-joystick::before { content: "\f448"; } +.bi-justify-left::before { content: "\f449"; } +.bi-justify-right::before { content: "\f44a"; } +.bi-justify::before { content: "\f44b"; } +.bi-kanban-fill::before { content: "\f44c"; } +.bi-kanban::before { content: "\f44d"; } +.bi-key-fill::before { content: "\f44e"; } +.bi-key::before { content: "\f44f"; } +.bi-keyboard-fill::before { content: "\f450"; } +.bi-keyboard::before { content: "\f451"; } +.bi-ladder::before { content: "\f452"; } +.bi-lamp-fill::before { content: "\f453"; } +.bi-lamp::before { content: "\f454"; } +.bi-laptop-fill::before { content: "\f455"; } +.bi-laptop::before { content: "\f456"; } +.bi-layer-backward::before { content: "\f457"; } +.bi-layer-forward::before { content: "\f458"; } +.bi-layers-fill::before { content: "\f459"; } +.bi-layers-half::before { content: "\f45a"; } +.bi-layers::before { content: "\f45b"; } +.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } +.bi-layout-sidebar-inset::before { content: "\f45d"; } +.bi-layout-sidebar-reverse::before { content: "\f45e"; } +.bi-layout-sidebar::before { content: "\f45f"; } +.bi-layout-split::before { content: "\f460"; } +.bi-layout-text-sidebar-reverse::before { content: "\f461"; } +.bi-layout-text-sidebar::before { content: "\f462"; } +.bi-layout-text-window-reverse::before { content: "\f463"; } +.bi-layout-text-window::before { content: "\f464"; } +.bi-layout-three-columns::before { content: "\f465"; } +.bi-layout-wtf::before { content: "\f466"; } +.bi-life-preserver::before { content: "\f467"; } +.bi-lightbulb-fill::before { content: "\f468"; } +.bi-lightbulb-off-fill::before { content: "\f469"; } +.bi-lightbulb-off::before { content: "\f46a"; } +.bi-lightbulb::before { content: "\f46b"; } +.bi-lightning-charge-fill::before { content: "\f46c"; } +.bi-lightning-charge::before { content: "\f46d"; } +.bi-lightning-fill::before { content: "\f46e"; } +.bi-lightning::before { content: "\f46f"; } +.bi-link-45deg::before { content: "\f470"; } +.bi-link::before { content: "\f471"; } +.bi-linkedin::before { content: "\f472"; } +.bi-list-check::before { content: "\f473"; } +.bi-list-nested::before { content: "\f474"; } +.bi-list-ol::before { content: "\f475"; } +.bi-list-stars::before { content: "\f476"; } +.bi-list-task::before { content: "\f477"; } +.bi-list-ul::before { content: "\f478"; } +.bi-list::before { content: "\f479"; } +.bi-lock-fill::before { content: "\f47a"; } +.bi-lock::before { content: "\f47b"; } +.bi-mailbox::before { content: "\f47c"; } +.bi-mailbox2::before { content: "\f47d"; } +.bi-map-fill::before { content: "\f47e"; } +.bi-map::before { content: "\f47f"; } +.bi-markdown-fill::before { content: "\f480"; } +.bi-markdown::before { content: "\f481"; } +.bi-mask::before { content: "\f482"; } +.bi-megaphone-fill::before { content: "\f483"; } +.bi-megaphone::before { content: "\f484"; } +.bi-menu-app-fill::before { content: "\f485"; } +.bi-menu-app::before { content: "\f486"; } +.bi-menu-button-fill::before { content: "\f487"; } +.bi-menu-button-wide-fill::before { content: "\f488"; } +.bi-menu-button-wide::before { content: "\f489"; } +.bi-menu-button::before { content: "\f48a"; } +.bi-menu-down::before { content: "\f48b"; } +.bi-menu-up::before { content: "\f48c"; } +.bi-mic-fill::before { content: "\f48d"; } +.bi-mic-mute-fill::before { content: "\f48e"; } +.bi-mic-mute::before { content: "\f48f"; } +.bi-mic::before { content: "\f490"; } +.bi-minecart-loaded::before { content: "\f491"; } +.bi-minecart::before { content: "\f492"; } +.bi-moisture::before { content: "\f493"; } +.bi-moon-fill::before { content: "\f494"; } +.bi-moon-stars-fill::before { content: "\f495"; } +.bi-moon-stars::before { content: "\f496"; } +.bi-moon::before { content: "\f497"; } +.bi-mouse-fill::before { content: "\f498"; } +.bi-mouse::before { content: "\f499"; } +.bi-mouse2-fill::before { content: "\f49a"; } +.bi-mouse2::before { content: "\f49b"; } +.bi-mouse3-fill::before { content: "\f49c"; } +.bi-mouse3::before { content: "\f49d"; } +.bi-music-note-beamed::before { content: "\f49e"; } +.bi-music-note-list::before { content: "\f49f"; } +.bi-music-note::before { content: "\f4a0"; } +.bi-music-player-fill::before { content: "\f4a1"; } +.bi-music-player::before { content: "\f4a2"; } +.bi-newspaper::before { content: "\f4a3"; } +.bi-node-minus-fill::before { content: "\f4a4"; } +.bi-node-minus::before { content: "\f4a5"; } +.bi-node-plus-fill::before { content: "\f4a6"; } +.bi-node-plus::before { content: "\f4a7"; } +.bi-nut-fill::before { content: "\f4a8"; } +.bi-nut::before { content: "\f4a9"; } +.bi-octagon-fill::before { content: "\f4aa"; } +.bi-octagon-half::before { content: "\f4ab"; } +.bi-octagon::before { content: "\f4ac"; } +.bi-option::before { content: "\f4ad"; } +.bi-outlet::before { content: "\f4ae"; } +.bi-paint-bucket::before { content: "\f4af"; } +.bi-palette-fill::before { content: "\f4b0"; } +.bi-palette::before { content: "\f4b1"; } +.bi-palette2::before { content: "\f4b2"; } +.bi-paperclip::before { content: "\f4b3"; } +.bi-paragraph::before { content: "\f4b4"; } +.bi-patch-check-fill::before { content: "\f4b5"; } +.bi-patch-check::before { content: "\f4b6"; } +.bi-patch-exclamation-fill::before { content: "\f4b7"; } +.bi-patch-exclamation::before { content: "\f4b8"; } +.bi-patch-minus-fill::before { content: "\f4b9"; } +.bi-patch-minus::before { content: "\f4ba"; } +.bi-patch-plus-fill::before { content: "\f4bb"; } +.bi-patch-plus::before { content: "\f4bc"; } +.bi-patch-question-fill::before { content: "\f4bd"; } +.bi-patch-question::before { content: "\f4be"; } +.bi-pause-btn-fill::before { content: "\f4bf"; } +.bi-pause-btn::before { content: "\f4c0"; } +.bi-pause-circle-fill::before { content: "\f4c1"; } +.bi-pause-circle::before { content: "\f4c2"; } +.bi-pause-fill::before { content: "\f4c3"; } +.bi-pause::before { content: "\f4c4"; } +.bi-peace-fill::before { content: "\f4c5"; } +.bi-peace::before { content: "\f4c6"; } +.bi-pen-fill::before { content: "\f4c7"; } +.bi-pen::before { content: "\f4c8"; } +.bi-pencil-fill::before { content: "\f4c9"; } +.bi-pencil-square::before { content: "\f4ca"; } +.bi-pencil::before { content: "\f4cb"; } +.bi-pentagon-fill::before { content: "\f4cc"; } +.bi-pentagon-half::before { content: "\f4cd"; } +.bi-pentagon::before { content: "\f4ce"; } +.bi-people-fill::before { content: "\f4cf"; } +.bi-people::before { content: "\f4d0"; } +.bi-percent::before { content: "\f4d1"; } +.bi-person-badge-fill::before { content: "\f4d2"; } +.bi-person-badge::before { content: "\f4d3"; } +.bi-person-bounding-box::before { content: "\f4d4"; } +.bi-person-check-fill::before { content: "\f4d5"; } +.bi-person-check::before { content: "\f4d6"; } +.bi-person-circle::before { content: "\f4d7"; } +.bi-person-dash-fill::before { content: "\f4d8"; } +.bi-person-dash::before { content: "\f4d9"; } +.bi-person-fill::before { content: "\f4da"; } +.bi-person-lines-fill::before { content: "\f4db"; } +.bi-person-plus-fill::before { content: "\f4dc"; } +.bi-person-plus::before { content: "\f4dd"; } +.bi-person-square::before { content: "\f4de"; } +.bi-person-x-fill::before { content: "\f4df"; } +.bi-person-x::before { content: "\f4e0"; } +.bi-person::before { content: "\f4e1"; } +.bi-phone-fill::before { content: "\f4e2"; } +.bi-phone-landscape-fill::before { content: "\f4e3"; } +.bi-phone-landscape::before { content: "\f4e4"; } +.bi-phone-vibrate-fill::before { content: "\f4e5"; } +.bi-phone-vibrate::before { content: "\f4e6"; } +.bi-phone::before { content: "\f4e7"; } +.bi-pie-chart-fill::before { content: "\f4e8"; } +.bi-pie-chart::before { content: "\f4e9"; } +.bi-pin-angle-fill::before { content: "\f4ea"; } +.bi-pin-angle::before { content: "\f4eb"; } +.bi-pin-fill::before { content: "\f4ec"; } +.bi-pin::before { content: "\f4ed"; } +.bi-pip-fill::before { content: "\f4ee"; } +.bi-pip::before { content: "\f4ef"; } +.bi-play-btn-fill::before { content: "\f4f0"; } +.bi-play-btn::before { content: "\f4f1"; } +.bi-play-circle-fill::before { content: "\f4f2"; } +.bi-play-circle::before { content: "\f4f3"; } +.bi-play-fill::before { content: "\f4f4"; } +.bi-play::before { content: "\f4f5"; } +.bi-plug-fill::before { content: "\f4f6"; } +.bi-plug::before { content: "\f4f7"; } +.bi-plus-circle-dotted::before { content: "\f4f8"; } +.bi-plus-circle-fill::before { content: "\f4f9"; } +.bi-plus-circle::before { content: "\f4fa"; } +.bi-plus-square-dotted::before { content: "\f4fb"; } +.bi-plus-square-fill::before { content: "\f4fc"; } +.bi-plus-square::before { content: "\f4fd"; } +.bi-plus::before { content: "\f4fe"; } +.bi-power::before { content: "\f4ff"; } +.bi-printer-fill::before { content: "\f500"; } +.bi-printer::before { content: "\f501"; } +.bi-puzzle-fill::before { content: "\f502"; } +.bi-puzzle::before { content: "\f503"; } +.bi-question-circle-fill::before { content: "\f504"; } +.bi-question-circle::before { content: "\f505"; } +.bi-question-diamond-fill::before { content: "\f506"; } +.bi-question-diamond::before { content: "\f507"; } +.bi-question-octagon-fill::before { content: "\f508"; } +.bi-question-octagon::before { content: "\f509"; } +.bi-question-square-fill::before { content: "\f50a"; } +.bi-question-square::before { content: "\f50b"; } +.bi-question::before { content: "\f50c"; } +.bi-rainbow::before { content: "\f50d"; } +.bi-receipt-cutoff::before { content: "\f50e"; } +.bi-receipt::before { content: "\f50f"; } +.bi-reception-0::before { content: "\f510"; } +.bi-reception-1::before { content: "\f511"; } +.bi-reception-2::before { content: "\f512"; } +.bi-reception-3::before { content: "\f513"; } +.bi-reception-4::before { content: "\f514"; } +.bi-record-btn-fill::before { content: "\f515"; } +.bi-record-btn::before { content: "\f516"; } +.bi-record-circle-fill::before { content: "\f517"; } +.bi-record-circle::before { content: "\f518"; } +.bi-record-fill::before { content: "\f519"; } +.bi-record::before { content: "\f51a"; } +.bi-record2-fill::before { content: "\f51b"; } +.bi-record2::before { content: "\f51c"; } +.bi-reply-all-fill::before { content: "\f51d"; } +.bi-reply-all::before { content: "\f51e"; } +.bi-reply-fill::before { content: "\f51f"; } +.bi-reply::before { content: "\f520"; } +.bi-rss-fill::before { content: "\f521"; } +.bi-rss::before { content: "\f522"; } +.bi-rulers::before { content: "\f523"; } +.bi-save-fill::before { content: "\f524"; } +.bi-save::before { content: "\f525"; } +.bi-save2-fill::before { content: "\f526"; } +.bi-save2::before { content: "\f527"; } +.bi-scissors::before { content: "\f528"; } +.bi-screwdriver::before { content: "\f529"; } +.bi-search::before { content: "\f52a"; } +.bi-segmented-nav::before { content: "\f52b"; } +.bi-server::before { content: "\f52c"; } +.bi-share-fill::before { content: "\f52d"; } +.bi-share::before { content: "\f52e"; } +.bi-shield-check::before { content: "\f52f"; } +.bi-shield-exclamation::before { content: "\f530"; } +.bi-shield-fill-check::before { content: "\f531"; } +.bi-shield-fill-exclamation::before { content: "\f532"; } +.bi-shield-fill-minus::before { content: "\f533"; } +.bi-shield-fill-plus::before { content: "\f534"; } +.bi-shield-fill-x::before { content: "\f535"; } +.bi-shield-fill::before { content: "\f536"; } +.bi-shield-lock-fill::before { content: "\f537"; } +.bi-shield-lock::before { content: "\f538"; } +.bi-shield-minus::before { content: "\f539"; } +.bi-shield-plus::before { content: "\f53a"; } +.bi-shield-shaded::before { content: "\f53b"; } +.bi-shield-slash-fill::before { content: "\f53c"; } +.bi-shield-slash::before { content: "\f53d"; } +.bi-shield-x::before { content: "\f53e"; } +.bi-shield::before { content: "\f53f"; } +.bi-shift-fill::before { content: "\f540"; } +.bi-shift::before { content: "\f541"; } +.bi-shop-window::before { content: "\f542"; } +.bi-shop::before { content: "\f543"; } +.bi-shuffle::before { content: "\f544"; } +.bi-signpost-2-fill::before { content: "\f545"; } +.bi-signpost-2::before { content: "\f546"; } +.bi-signpost-fill::before { content: "\f547"; } +.bi-signpost-split-fill::before { content: "\f548"; } +.bi-signpost-split::before { content: "\f549"; } +.bi-signpost::before { content: "\f54a"; } +.bi-sim-fill::before { content: "\f54b"; } +.bi-sim::before { content: "\f54c"; } +.bi-skip-backward-btn-fill::before { content: "\f54d"; } +.bi-skip-backward-btn::before { content: "\f54e"; } +.bi-skip-backward-circle-fill::before { content: "\f54f"; } +.bi-skip-backward-circle::before { content: "\f550"; } +.bi-skip-backward-fill::before { content: "\f551"; } +.bi-skip-backward::before { content: "\f552"; } +.bi-skip-end-btn-fill::before { content: "\f553"; } +.bi-skip-end-btn::before { content: "\f554"; } +.bi-skip-end-circle-fill::before { content: "\f555"; } +.bi-skip-end-circle::before { content: "\f556"; } +.bi-skip-end-fill::before { content: "\f557"; } +.bi-skip-end::before { content: "\f558"; } +.bi-skip-forward-btn-fill::before { content: "\f559"; } +.bi-skip-forward-btn::before { content: "\f55a"; } +.bi-skip-forward-circle-fill::before { content: "\f55b"; } +.bi-skip-forward-circle::before { content: "\f55c"; } +.bi-skip-forward-fill::before { content: "\f55d"; } +.bi-skip-forward::before { content: "\f55e"; } +.bi-skip-start-btn-fill::before { content: "\f55f"; } +.bi-skip-start-btn::before { content: "\f560"; } +.bi-skip-start-circle-fill::before { content: "\f561"; } +.bi-skip-start-circle::before { content: "\f562"; } +.bi-skip-start-fill::before { content: "\f563"; } +.bi-skip-start::before { content: "\f564"; } +.bi-slack::before { content: "\f565"; } +.bi-slash-circle-fill::before { content: "\f566"; } +.bi-slash-circle::before { content: "\f567"; } +.bi-slash-square-fill::before { content: "\f568"; } +.bi-slash-square::before { content: "\f569"; } +.bi-slash::before { content: "\f56a"; } +.bi-sliders::before { content: "\f56b"; } +.bi-smartwatch::before { content: "\f56c"; } +.bi-snow::before { content: "\f56d"; } +.bi-snow2::before { content: "\f56e"; } +.bi-snow3::before { content: "\f56f"; } +.bi-sort-alpha-down-alt::before { content: "\f570"; } +.bi-sort-alpha-down::before { content: "\f571"; } +.bi-sort-alpha-up-alt::before { content: "\f572"; } +.bi-sort-alpha-up::before { content: "\f573"; } +.bi-sort-down-alt::before { content: "\f574"; } +.bi-sort-down::before { content: "\f575"; } +.bi-sort-numeric-down-alt::before { content: "\f576"; } +.bi-sort-numeric-down::before { content: "\f577"; } +.bi-sort-numeric-up-alt::before { content: "\f578"; } +.bi-sort-numeric-up::before { content: "\f579"; } +.bi-sort-up-alt::before { content: "\f57a"; } +.bi-sort-up::before { content: "\f57b"; } +.bi-soundwave::before { content: "\f57c"; } +.bi-speaker-fill::before { content: "\f57d"; } +.bi-speaker::before { content: "\f57e"; } +.bi-speedometer::before { content: "\f57f"; } +.bi-speedometer2::before { content: "\f580"; } +.bi-spellcheck::before { content: "\f581"; } +.bi-square-fill::before { content: "\f582"; } +.bi-square-half::before { content: "\f583"; } +.bi-square::before { content: "\f584"; } +.bi-stack::before { content: "\f585"; } +.bi-star-fill::before { content: "\f586"; } +.bi-star-half::before { content: "\f587"; } +.bi-star::before { content: "\f588"; } +.bi-stars::before { content: "\f589"; } +.bi-stickies-fill::before { content: "\f58a"; } +.bi-stickies::before { content: "\f58b"; } +.bi-sticky-fill::before { content: "\f58c"; } +.bi-sticky::before { content: "\f58d"; } +.bi-stop-btn-fill::before { content: "\f58e"; } +.bi-stop-btn::before { content: "\f58f"; } +.bi-stop-circle-fill::before { content: "\f590"; } +.bi-stop-circle::before { content: "\f591"; } +.bi-stop-fill::before { content: "\f592"; } +.bi-stop::before { content: "\f593"; } +.bi-stoplights-fill::before { content: "\f594"; } +.bi-stoplights::before { content: "\f595"; } +.bi-stopwatch-fill::before { content: "\f596"; } +.bi-stopwatch::before { content: "\f597"; } +.bi-subtract::before { content: "\f598"; } +.bi-suit-club-fill::before { content: "\f599"; } +.bi-suit-club::before { content: "\f59a"; } +.bi-suit-diamond-fill::before { content: "\f59b"; } +.bi-suit-diamond::before { content: "\f59c"; } +.bi-suit-heart-fill::before { content: "\f59d"; } +.bi-suit-heart::before { content: "\f59e"; } +.bi-suit-spade-fill::before { content: "\f59f"; } +.bi-suit-spade::before { content: "\f5a0"; } +.bi-sun-fill::before { content: "\f5a1"; } +.bi-sun::before { content: "\f5a2"; } +.bi-sunglasses::before { content: "\f5a3"; } +.bi-sunrise-fill::before { content: "\f5a4"; } +.bi-sunrise::before { content: "\f5a5"; } +.bi-sunset-fill::before { content: "\f5a6"; } +.bi-sunset::before { content: "\f5a7"; } +.bi-symmetry-horizontal::before { content: "\f5a8"; } +.bi-symmetry-vertical::before { content: "\f5a9"; } +.bi-table::before { content: "\f5aa"; } +.bi-tablet-fill::before { content: "\f5ab"; } +.bi-tablet-landscape-fill::before { content: "\f5ac"; } +.bi-tablet-landscape::before { content: "\f5ad"; } +.bi-tablet::before { content: "\f5ae"; } +.bi-tag-fill::before { content: "\f5af"; } +.bi-tag::before { content: "\f5b0"; } +.bi-tags-fill::before { content: "\f5b1"; } +.bi-tags::before { content: "\f5b2"; } +.bi-telegram::before { content: "\f5b3"; } +.bi-telephone-fill::before { content: "\f5b4"; } +.bi-telephone-forward-fill::before { content: "\f5b5"; } +.bi-telephone-forward::before { content: "\f5b6"; } +.bi-telephone-inbound-fill::before { content: "\f5b7"; } +.bi-telephone-inbound::before { content: "\f5b8"; } +.bi-telephone-minus-fill::before { content: "\f5b9"; } +.bi-telephone-minus::before { content: "\f5ba"; } +.bi-telephone-outbound-fill::before { content: "\f5bb"; } +.bi-telephone-outbound::before { content: "\f5bc"; } +.bi-telephone-plus-fill::before { content: "\f5bd"; } +.bi-telephone-plus::before { content: "\f5be"; } +.bi-telephone-x-fill::before { content: "\f5bf"; } +.bi-telephone-x::before { content: "\f5c0"; } +.bi-telephone::before { content: "\f5c1"; } +.bi-terminal-fill::before { content: "\f5c2"; } +.bi-terminal::before { content: "\f5c3"; } +.bi-text-center::before { content: "\f5c4"; } +.bi-text-indent-left::before { content: "\f5c5"; } +.bi-text-indent-right::before { content: "\f5c6"; } +.bi-text-left::before { content: "\f5c7"; } +.bi-text-paragraph::before { content: "\f5c8"; } +.bi-text-right::before { content: "\f5c9"; } +.bi-textarea-resize::before { content: "\f5ca"; } +.bi-textarea-t::before { content: "\f5cb"; } +.bi-textarea::before { content: "\f5cc"; } +.bi-thermometer-half::before { content: "\f5cd"; } +.bi-thermometer-high::before { content: "\f5ce"; } +.bi-thermometer-low::before { content: "\f5cf"; } +.bi-thermometer-snow::before { content: "\f5d0"; } +.bi-thermometer-sun::before { content: "\f5d1"; } +.bi-thermometer::before { content: "\f5d2"; } +.bi-three-dots-vertical::before { content: "\f5d3"; } +.bi-three-dots::before { content: "\f5d4"; } +.bi-toggle-off::before { content: "\f5d5"; } +.bi-toggle-on::before { content: "\f5d6"; } +.bi-toggle2-off::before { content: "\f5d7"; } +.bi-toggle2-on::before { content: "\f5d8"; } +.bi-toggles::before { content: "\f5d9"; } +.bi-toggles2::before { content: "\f5da"; } +.bi-tools::before { content: "\f5db"; } +.bi-tornado::before { content: "\f5dc"; } +.bi-trash-fill::before { content: "\f5dd"; } +.bi-trash::before { content: "\f5de"; } +.bi-trash2-fill::before { content: "\f5df"; } +.bi-trash2::before { content: "\f5e0"; } +.bi-tree-fill::before { content: "\f5e1"; } +.bi-tree::before { content: "\f5e2"; } +.bi-triangle-fill::before { content: "\f5e3"; } +.bi-triangle-half::before { content: "\f5e4"; } +.bi-triangle::before { content: "\f5e5"; } +.bi-trophy-fill::before { content: "\f5e6"; } +.bi-trophy::before { content: "\f5e7"; } +.bi-tropical-storm::before { content: "\f5e8"; } +.bi-truck-flatbed::before { content: "\f5e9"; } +.bi-truck::before { content: "\f5ea"; } +.bi-tsunami::before { content: "\f5eb"; } +.bi-tv-fill::before { content: "\f5ec"; } +.bi-tv::before { content: "\f5ed"; } +.bi-twitch::before { content: "\f5ee"; } +.bi-twitter::before { content: "\f5ef"; } +.bi-type-bold::before { content: "\f5f0"; } +.bi-type-h1::before { content: "\f5f1"; } +.bi-type-h2::before { content: "\f5f2"; } +.bi-type-h3::before { content: "\f5f3"; } +.bi-type-italic::before { content: "\f5f4"; } +.bi-type-strikethrough::before { content: "\f5f5"; } +.bi-type-underline::before { content: "\f5f6"; } +.bi-type::before { content: "\f5f7"; } +.bi-ui-checks-grid::before { content: "\f5f8"; } +.bi-ui-checks::before { content: "\f5f9"; } +.bi-ui-radios-grid::before { content: "\f5fa"; } +.bi-ui-radios::before { content: "\f5fb"; } +.bi-umbrella-fill::before { content: "\f5fc"; } +.bi-umbrella::before { content: "\f5fd"; } +.bi-union::before { content: "\f5fe"; } +.bi-unlock-fill::before { content: "\f5ff"; } +.bi-unlock::before { content: "\f600"; } +.bi-upc-scan::before { content: "\f601"; } +.bi-upc::before { content: "\f602"; } +.bi-upload::before { content: "\f603"; } +.bi-vector-pen::before { content: "\f604"; } +.bi-view-list::before { content: "\f605"; } +.bi-view-stacked::before { content: "\f606"; } +.bi-vinyl-fill::before { content: "\f607"; } +.bi-vinyl::before { content: "\f608"; } +.bi-voicemail::before { content: "\f609"; } +.bi-volume-down-fill::before { content: "\f60a"; } +.bi-volume-down::before { content: "\f60b"; } +.bi-volume-mute-fill::before { content: "\f60c"; } +.bi-volume-mute::before { content: "\f60d"; } +.bi-volume-off-fill::before { content: "\f60e"; } +.bi-volume-off::before { content: "\f60f"; } +.bi-volume-up-fill::before { content: "\f610"; } +.bi-volume-up::before { content: "\f611"; } +.bi-vr::before { content: "\f612"; } +.bi-wallet-fill::before { content: "\f613"; } +.bi-wallet::before { content: "\f614"; } +.bi-wallet2::before { content: "\f615"; } +.bi-watch::before { content: "\f616"; } +.bi-water::before { content: "\f617"; } +.bi-whatsapp::before { content: "\f618"; } +.bi-wifi-1::before { content: "\f619"; } +.bi-wifi-2::before { content: "\f61a"; } +.bi-wifi-off::before { content: "\f61b"; } +.bi-wifi::before { content: "\f61c"; } +.bi-wind::before { content: "\f61d"; } +.bi-window-dock::before { content: "\f61e"; } +.bi-window-sidebar::before { content: "\f61f"; } +.bi-window::before { content: "\f620"; } +.bi-wrench::before { content: "\f621"; } +.bi-x-circle-fill::before { content: "\f622"; } +.bi-x-circle::before { content: "\f623"; } +.bi-x-diamond-fill::before { content: "\f624"; } +.bi-x-diamond::before { content: "\f625"; } +.bi-x-octagon-fill::before { content: "\f626"; } +.bi-x-octagon::before { content: "\f627"; } +.bi-x-square-fill::before { content: "\f628"; } +.bi-x-square::before { content: "\f629"; } +.bi-x::before { content: "\f62a"; } +.bi-youtube::before { content: "\f62b"; } +.bi-zoom-in::before { content: "\f62c"; } +.bi-zoom-out::before { content: "\f62d"; } +.bi-bank::before { content: "\f62e"; } +.bi-bank2::before { content: "\f62f"; } +.bi-bell-slash-fill::before { content: "\f630"; } +.bi-bell-slash::before { content: "\f631"; } +.bi-cash-coin::before { content: "\f632"; } +.bi-check-lg::before { content: "\f633"; } +.bi-coin::before { content: "\f634"; } +.bi-currency-bitcoin::before { content: "\f635"; } +.bi-currency-dollar::before { content: "\f636"; } +.bi-currency-euro::before { content: "\f637"; } +.bi-currency-exchange::before { content: "\f638"; } +.bi-currency-pound::before { content: "\f639"; } +.bi-currency-yen::before { content: "\f63a"; } +.bi-dash-lg::before { content: "\f63b"; } +.bi-exclamation-lg::before { content: "\f63c"; } +.bi-file-earmark-pdf-fill::before { content: "\f63d"; } +.bi-file-earmark-pdf::before { content: "\f63e"; } +.bi-file-pdf-fill::before { content: "\f63f"; } +.bi-file-pdf::before { content: "\f640"; } +.bi-gender-ambiguous::before { content: "\f641"; } +.bi-gender-female::before { content: "\f642"; } +.bi-gender-male::before { content: "\f643"; } +.bi-gender-trans::before { content: "\f644"; } +.bi-headset-vr::before { content: "\f645"; } +.bi-info-lg::before { content: "\f646"; } +.bi-mastodon::before { content: "\f647"; } +.bi-messenger::before { content: "\f648"; } +.bi-piggy-bank-fill::before { content: "\f649"; } +.bi-piggy-bank::before { content: "\f64a"; } +.bi-pin-map-fill::before { content: "\f64b"; } +.bi-pin-map::before { content: "\f64c"; } +.bi-plus-lg::before { content: "\f64d"; } +.bi-question-lg::before { content: "\f64e"; } +.bi-recycle::before { content: "\f64f"; } +.bi-reddit::before { content: "\f650"; } +.bi-safe-fill::before { content: "\f651"; } +.bi-safe2-fill::before { content: "\f652"; } +.bi-safe2::before { content: "\f653"; } +.bi-sd-card-fill::before { content: "\f654"; } +.bi-sd-card::before { content: "\f655"; } +.bi-skype::before { content: "\f656"; } +.bi-slash-lg::before { content: "\f657"; } +.bi-translate::before { content: "\f658"; } +.bi-x-lg::before { content: "\f659"; } +.bi-safe::before { content: "\f65a"; } +.bi-apple::before { content: "\f65b"; } +.bi-microsoft::before { content: "\f65d"; } +.bi-windows::before { content: "\f65e"; } +.bi-behance::before { content: "\f65c"; } +.bi-dribbble::before { content: "\f65f"; } +.bi-line::before { content: "\f660"; } +.bi-medium::before { content: "\f661"; } +.bi-paypal::before { content: "\f662"; } +.bi-pinterest::before { content: "\f663"; } +.bi-signal::before { content: "\f664"; } +.bi-snapchat::before { content: "\f665"; } +.bi-spotify::before { content: "\f666"; } +.bi-stack-overflow::before { content: "\f667"; } +.bi-strava::before { content: "\f668"; } +.bi-wordpress::before { content: "\f669"; } +.bi-vimeo::before { content: "\f66a"; } +.bi-activity::before { content: "\f66b"; } +.bi-easel2-fill::before { content: "\f66c"; } +.bi-easel2::before { content: "\f66d"; } +.bi-easel3-fill::before { content: "\f66e"; } +.bi-easel3::before { content: "\f66f"; } +.bi-fan::before { content: "\f670"; } +.bi-fingerprint::before { content: "\f671"; } +.bi-graph-down-arrow::before { content: "\f672"; } +.bi-graph-up-arrow::before { content: "\f673"; } +.bi-hypnotize::before { content: "\f674"; } +.bi-magic::before { content: "\f675"; } +.bi-person-rolodex::before { content: "\f676"; } +.bi-person-video::before { content: "\f677"; } +.bi-person-video2::before { content: "\f678"; } +.bi-person-video3::before { content: "\f679"; } +.bi-person-workspace::before { content: "\f67a"; } +.bi-radioactive::before { content: "\f67b"; } +.bi-webcam-fill::before { content: "\f67c"; } +.bi-webcam::before { content: "\f67d"; } +.bi-yin-yang::before { content: "\f67e"; } +.bi-bandaid-fill::before { content: "\f680"; } +.bi-bandaid::before { content: "\f681"; } +.bi-bluetooth::before { content: "\f682"; } +.bi-body-text::before { content: "\f683"; } +.bi-boombox::before { content: "\f684"; } +.bi-boxes::before { content: "\f685"; } +.bi-dpad-fill::before { content: "\f686"; } +.bi-dpad::before { content: "\f687"; } +.bi-ear-fill::before { content: "\f688"; } +.bi-ear::before { content: "\f689"; } +.bi-envelope-check-1::before { content: "\f68a"; } +.bi-envelope-check-fill::before { content: "\f68b"; } +.bi-envelope-check::before { content: "\f68c"; } +.bi-envelope-dash-1::before { content: "\f68d"; } +.bi-envelope-dash-fill::before { content: "\f68e"; } +.bi-envelope-dash::before { content: "\f68f"; } +.bi-envelope-exclamation-1::before { content: "\f690"; } +.bi-envelope-exclamation-fill::before { content: "\f691"; } +.bi-envelope-exclamation::before { content: "\f692"; } +.bi-envelope-plus-fill::before { content: "\f693"; } +.bi-envelope-plus::before { content: "\f694"; } +.bi-envelope-slash-1::before { content: "\f695"; } +.bi-envelope-slash-fill::before { content: "\f696"; } +.bi-envelope-slash::before { content: "\f697"; } +.bi-envelope-x-1::before { content: "\f698"; } +.bi-envelope-x-fill::before { content: "\f699"; } +.bi-envelope-x::before { content: "\f69a"; } +.bi-explicit-fill::before { content: "\f69b"; } +.bi-explicit::before { content: "\f69c"; } +.bi-git::before { content: "\f69d"; } +.bi-infinity::before { content: "\f69e"; } +.bi-list-columns-reverse::before { content: "\f69f"; } +.bi-list-columns::before { content: "\f6a0"; } +.bi-meta::before { content: "\f6a1"; } +.bi-mortorboard-fill::before { content: "\f6a2"; } +.bi-mortorboard::before { content: "\f6a3"; } +.bi-nintendo-switch::before { content: "\f6a4"; } +.bi-pc-display-horizontal::before { content: "\f6a5"; } +.bi-pc-display::before { content: "\f6a6"; } +.bi-pc-horizontal::before { content: "\f6a7"; } +.bi-pc::before { content: "\f6a8"; } +.bi-playstation::before { content: "\f6a9"; } +.bi-plus-slash-minus::before { content: "\f6aa"; } +.bi-projector-fill::before { content: "\f6ab"; } +.bi-projector::before { content: "\f6ac"; } +.bi-qr-code-scan::before { content: "\f6ad"; } +.bi-qr-code::before { content: "\f6ae"; } +.bi-quora::before { content: "\f6af"; } +.bi-quote::before { content: "\f6b0"; } +.bi-robot::before { content: "\f6b1"; } +.bi-send-check-fill::before { content: "\f6b2"; } +.bi-send-check::before { content: "\f6b3"; } +.bi-send-dash-fill::before { content: "\f6b4"; } +.bi-send-dash::before { content: "\f6b5"; } +.bi-send-exclamation-1::before { content: "\f6b6"; } +.bi-send-exclamation-fill::before { content: "\f6b7"; } +.bi-send-exclamation::before { content: "\f6b8"; } +.bi-send-fill::before { content: "\f6b9"; } +.bi-send-plus-fill::before { content: "\f6ba"; } +.bi-send-plus::before { content: "\f6bb"; } +.bi-send-slash-fill::before { content: "\f6bc"; } +.bi-send-slash::before { content: "\f6bd"; } +.bi-send-x-fill::before { content: "\f6be"; } +.bi-send-x::before { content: "\f6bf"; } +.bi-send::before { content: "\f6c0"; } +.bi-steam::before { content: "\f6c1"; } +.bi-terminal-dash-1::before { content: "\f6c2"; } +.bi-terminal-dash::before { content: "\f6c3"; } +.bi-terminal-plus::before { content: "\f6c4"; } +.bi-terminal-split::before { content: "\f6c5"; } +.bi-ticket-detailed-fill::before { content: "\f6c6"; } +.bi-ticket-detailed::before { content: "\f6c7"; } +.bi-ticket-fill::before { content: "\f6c8"; } +.bi-ticket-perforated-fill::before { content: "\f6c9"; } +.bi-ticket-perforated::before { content: "\f6ca"; } +.bi-ticket::before { content: "\f6cb"; } +.bi-tiktok::before { content: "\f6cc"; } +.bi-window-dash::before { content: "\f6cd"; } +.bi-window-desktop::before { content: "\f6ce"; } +.bi-window-fullscreen::before { content: "\f6cf"; } +.bi-window-plus::before { content: "\f6d0"; } +.bi-window-split::before { content: "\f6d1"; } +.bi-window-stack::before { content: "\f6d2"; } +.bi-window-x::before { content: "\f6d3"; } +.bi-xbox::before { content: "\f6d4"; } +.bi-ethernet::before { content: "\f6d5"; } +.bi-hdmi-fill::before { content: "\f6d6"; } +.bi-hdmi::before { content: "\f6d7"; } +.bi-usb-c-fill::before { content: "\f6d8"; } +.bi-usb-c::before { content: "\f6d9"; } +.bi-usb-fill::before { content: "\f6da"; } +.bi-usb-plug-fill::before { content: "\f6db"; } +.bi-usb-plug::before { content: "\f6dc"; } +.bi-usb-symbol::before { content: "\f6dd"; } +.bi-usb::before { content: "\f6de"; } +.bi-boombox-fill::before { content: "\f6df"; } +.bi-displayport-1::before { content: "\f6e0"; } +.bi-displayport::before { content: "\f6e1"; } +.bi-gpu-card::before { content: "\f6e2"; } +.bi-memory::before { content: "\f6e3"; } +.bi-modem-fill::before { content: "\f6e4"; } +.bi-modem::before { content: "\f6e5"; } +.bi-motherboard-fill::before { content: "\f6e6"; } +.bi-motherboard::before { content: "\f6e7"; } +.bi-optical-audio-fill::before { content: "\f6e8"; } +.bi-optical-audio::before { content: "\f6e9"; } +.bi-pci-card::before { content: "\f6ea"; } +.bi-router-fill::before { content: "\f6eb"; } +.bi-router::before { content: "\f6ec"; } +.bi-ssd-fill::before { content: "\f6ed"; } +.bi-ssd::before { content: "\f6ee"; } +.bi-thunderbolt-fill::before { content: "\f6ef"; } +.bi-thunderbolt::before { content: "\f6f0"; } +.bi-usb-drive-fill::before { content: "\f6f1"; } +.bi-usb-drive::before { content: "\f6f2"; } +.bi-usb-micro-fill::before { content: "\f6f3"; } +.bi-usb-micro::before { content: "\f6f4"; } +.bi-usb-mini-fill::before { content: "\f6f5"; } +.bi-usb-mini::before { content: "\f6f6"; } +.bi-cloud-haze2::before { content: "\f6f7"; } +.bi-device-hdd-fill::before { content: "\f6f8"; } +.bi-device-hdd::before { content: "\f6f9"; } +.bi-device-ssd-fill::before { content: "\f6fa"; } +.bi-device-ssd::before { content: "\f6fb"; } +.bi-displayport-fill::before { content: "\f6fc"; } +.bi-mortarboard-fill::before { content: "\f6fd"; } +.bi-mortarboard::before { content: "\f6fe"; } +.bi-terminal-x::before { content: "\f6ff"; } +.bi-arrow-through-heart-fill::before { content: "\f700"; } +.bi-arrow-through-heart::before { content: "\f701"; } +.bi-badge-sd-fill::before { content: "\f702"; } +.bi-badge-sd::before { content: "\f703"; } +.bi-bag-heart-fill::before { content: "\f704"; } +.bi-bag-heart::before { content: "\f705"; } +.bi-balloon-fill::before { content: "\f706"; } +.bi-balloon-heart-fill::before { content: "\f707"; } +.bi-balloon-heart::before { content: "\f708"; } +.bi-balloon::before { content: "\f709"; } +.bi-box2-fill::before { content: "\f70a"; } +.bi-box2-heart-fill::before { content: "\f70b"; } +.bi-box2-heart::before { content: "\f70c"; } +.bi-box2::before { content: "\f70d"; } +.bi-braces-asterisk::before { content: "\f70e"; } +.bi-calendar-heart-fill::before { content: "\f70f"; } +.bi-calendar-heart::before { content: "\f710"; } +.bi-calendar2-heart-fill::before { content: "\f711"; } +.bi-calendar2-heart::before { content: "\f712"; } +.bi-chat-heart-fill::before { content: "\f713"; } +.bi-chat-heart::before { content: "\f714"; } +.bi-chat-left-heart-fill::before { content: "\f715"; } +.bi-chat-left-heart::before { content: "\f716"; } +.bi-chat-right-heart-fill::before { content: "\f717"; } +.bi-chat-right-heart::before { content: "\f718"; } +.bi-chat-square-heart-fill::before { content: "\f719"; } +.bi-chat-square-heart::before { content: "\f71a"; } +.bi-clipboard-check-fill::before { content: "\f71b"; } +.bi-clipboard-data-fill::before { content: "\f71c"; } +.bi-clipboard-fill::before { content: "\f71d"; } +.bi-clipboard-heart-fill::before { content: "\f71e"; } +.bi-clipboard-heart::before { content: "\f71f"; } +.bi-clipboard-minus-fill::before { content: "\f720"; } +.bi-clipboard-plus-fill::before { content: "\f721"; } +.bi-clipboard-pulse::before { content: "\f722"; } +.bi-clipboard-x-fill::before { content: "\f723"; } +.bi-clipboard2-check-fill::before { content: "\f724"; } +.bi-clipboard2-check::before { content: "\f725"; } +.bi-clipboard2-data-fill::before { content: "\f726"; } +.bi-clipboard2-data::before { content: "\f727"; } +.bi-clipboard2-fill::before { content: "\f728"; } +.bi-clipboard2-heart-fill::before { content: "\f729"; } +.bi-clipboard2-heart::before { content: "\f72a"; } +.bi-clipboard2-minus-fill::before { content: "\f72b"; } +.bi-clipboard2-minus::before { content: "\f72c"; } +.bi-clipboard2-plus-fill::before { content: "\f72d"; } +.bi-clipboard2-plus::before { content: "\f72e"; } +.bi-clipboard2-pulse-fill::before { content: "\f72f"; } +.bi-clipboard2-pulse::before { content: "\f730"; } +.bi-clipboard2-x-fill::before { content: "\f731"; } +.bi-clipboard2-x::before { content: "\f732"; } +.bi-clipboard2::before { content: "\f733"; } +.bi-emoji-kiss-fill::before { content: "\f734"; } +.bi-emoji-kiss::before { content: "\f735"; } +.bi-envelope-heart-fill::before { content: "\f736"; } +.bi-envelope-heart::before { content: "\f737"; } +.bi-envelope-open-heart-fill::before { content: "\f738"; } +.bi-envelope-open-heart::before { content: "\f739"; } +.bi-envelope-paper-fill::before { content: "\f73a"; } +.bi-envelope-paper-heart-fill::before { content: "\f73b"; } +.bi-envelope-paper-heart::before { content: "\f73c"; } +.bi-envelope-paper::before { content: "\f73d"; } +.bi-filetype-aac::before { content: "\f73e"; } +.bi-filetype-ai::before { content: "\f73f"; } +.bi-filetype-bmp::before { content: "\f740"; } +.bi-filetype-cs::before { content: "\f741"; } +.bi-filetype-css::before { content: "\f742"; } +.bi-filetype-csv::before { content: "\f743"; } +.bi-filetype-doc::before { content: "\f744"; } +.bi-filetype-docx::before { content: "\f745"; } +.bi-filetype-exe::before { content: "\f746"; } +.bi-filetype-gif::before { content: "\f747"; } +.bi-filetype-heic::before { content: "\f748"; } +.bi-filetype-html::before { content: "\f749"; } +.bi-filetype-java::before { content: "\f74a"; } +.bi-filetype-jpg::before { content: "\f74b"; } +.bi-filetype-js::before { content: "\f74c"; } +.bi-filetype-jsx::before { content: "\f74d"; } +.bi-filetype-key::before { content: "\f74e"; } +.bi-filetype-m4p::before { content: "\f74f"; } +.bi-filetype-md::before { content: "\f750"; } +.bi-filetype-mdx::before { content: "\f751"; } +.bi-filetype-mov::before { content: "\f752"; } +.bi-filetype-mp3::before { content: "\f753"; } +.bi-filetype-mp4::before { content: "\f754"; } +.bi-filetype-otf::before { content: "\f755"; } +.bi-filetype-pdf::before { content: "\f756"; } +.bi-filetype-php::before { content: "\f757"; } +.bi-filetype-png::before { content: "\f758"; } +.bi-filetype-ppt-1::before { content: "\f759"; } +.bi-filetype-ppt::before { content: "\f75a"; } +.bi-filetype-psd::before { content: "\f75b"; } +.bi-filetype-py::before { content: "\f75c"; } +.bi-filetype-raw::before { content: "\f75d"; } +.bi-filetype-rb::before { content: "\f75e"; } +.bi-filetype-sass::before { content: "\f75f"; } +.bi-filetype-scss::before { content: "\f760"; } +.bi-filetype-sh::before { content: "\f761"; } +.bi-filetype-svg::before { content: "\f762"; } +.bi-filetype-tiff::before { content: "\f763"; } +.bi-filetype-tsx::before { content: "\f764"; } +.bi-filetype-ttf::before { content: "\f765"; } +.bi-filetype-txt::before { content: "\f766"; } +.bi-filetype-wav::before { content: "\f767"; } +.bi-filetype-woff::before { content: "\f768"; } +.bi-filetype-xls-1::before { content: "\f769"; } +.bi-filetype-xls::before { content: "\f76a"; } +.bi-filetype-xml::before { content: "\f76b"; } +.bi-filetype-yml::before { content: "\f76c"; } +.bi-heart-arrow::before { content: "\f76d"; } +.bi-heart-pulse-fill::before { content: "\f76e"; } +.bi-heart-pulse::before { content: "\f76f"; } +.bi-heartbreak-fill::before { content: "\f770"; } +.bi-heartbreak::before { content: "\f771"; } +.bi-hearts::before { content: "\f772"; } +.bi-hospital-fill::before { content: "\f773"; } +.bi-hospital::before { content: "\f774"; } +.bi-house-heart-fill::before { content: "\f775"; } +.bi-house-heart::before { content: "\f776"; } +.bi-incognito::before { content: "\f777"; } +.bi-magnet-fill::before { content: "\f778"; } +.bi-magnet::before { content: "\f779"; } +.bi-person-heart::before { content: "\f77a"; } +.bi-person-hearts::before { content: "\f77b"; } +.bi-phone-flip::before { content: "\f77c"; } +.bi-plugin::before { content: "\f77d"; } +.bi-postage-fill::before { content: "\f77e"; } +.bi-postage-heart-fill::before { content: "\f77f"; } +.bi-postage-heart::before { content: "\f780"; } +.bi-postage::before { content: "\f781"; } +.bi-postcard-fill::before { content: "\f782"; } +.bi-postcard-heart-fill::before { content: "\f783"; } +.bi-postcard-heart::before { content: "\f784"; } +.bi-postcard::before { content: "\f785"; } +.bi-search-heart-fill::before { content: "\f786"; } +.bi-search-heart::before { content: "\f787"; } +.bi-sliders2-vertical::before { content: "\f788"; } +.bi-sliders2::before { content: "\f789"; } +.bi-trash3-fill::before { content: "\f78a"; } +.bi-trash3::before { content: "\f78b"; } +.bi-valentine::before { content: "\f78c"; } +.bi-valentine2::before { content: "\f78d"; } +.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; } +.bi-wrench-adjustable-circle::before { content: "\f78f"; } +.bi-wrench-adjustable::before { content: "\f790"; } +.bi-filetype-json::before { content: "\f791"; } +.bi-filetype-pptx::before { content: "\f792"; } +.bi-filetype-xlsx::before { content: "\f793"; } +.bi-1-circle-1::before { content: "\f794"; } +.bi-1-circle-fill-1::before { content: "\f795"; } +.bi-1-circle-fill::before { content: "\f796"; } +.bi-1-circle::before { content: "\f797"; } +.bi-1-square-fill::before { content: "\f798"; } +.bi-1-square::before { content: "\f799"; } +.bi-2-circle-1::before { content: "\f79a"; } +.bi-2-circle-fill-1::before { content: "\f79b"; } +.bi-2-circle-fill::before { content: "\f79c"; } +.bi-2-circle::before { content: "\f79d"; } +.bi-2-square-fill::before { content: "\f79e"; } +.bi-2-square::before { content: "\f79f"; } +.bi-3-circle-1::before { content: "\f7a0"; } +.bi-3-circle-fill-1::before { content: "\f7a1"; } +.bi-3-circle-fill::before { content: "\f7a2"; } +.bi-3-circle::before { content: "\f7a3"; } +.bi-3-square-fill::before { content: "\f7a4"; } +.bi-3-square::before { content: "\f7a5"; } +.bi-4-circle-1::before { content: "\f7a6"; } +.bi-4-circle-fill-1::before { content: "\f7a7"; } +.bi-4-circle-fill::before { content: "\f7a8"; } +.bi-4-circle::before { content: "\f7a9"; } +.bi-4-square-fill::before { content: "\f7aa"; } +.bi-4-square::before { content: "\f7ab"; } +.bi-5-circle-1::before { content: "\f7ac"; } +.bi-5-circle-fill-1::before { content: "\f7ad"; } +.bi-5-circle-fill::before { content: "\f7ae"; } +.bi-5-circle::before { content: "\f7af"; } +.bi-5-square-fill::before { content: "\f7b0"; } +.bi-5-square::before { content: "\f7b1"; } +.bi-6-circle-1::before { content: "\f7b2"; } +.bi-6-circle-fill-1::before { content: "\f7b3"; } +.bi-6-circle-fill::before { content: "\f7b4"; } +.bi-6-circle::before { content: "\f7b5"; } +.bi-6-square-fill::before { content: "\f7b6"; } +.bi-6-square::before { content: "\f7b7"; } +.bi-7-circle-1::before { content: "\f7b8"; } +.bi-7-circle-fill-1::before { content: "\f7b9"; } +.bi-7-circle-fill::before { content: "\f7ba"; } +.bi-7-circle::before { content: "\f7bb"; } +.bi-7-square-fill::before { content: "\f7bc"; } +.bi-7-square::before { content: "\f7bd"; } +.bi-8-circle-1::before { content: "\f7be"; } +.bi-8-circle-fill-1::before { content: "\f7bf"; } +.bi-8-circle-fill::before { content: "\f7c0"; } +.bi-8-circle::before { content: "\f7c1"; } +.bi-8-square-fill::before { content: "\f7c2"; } +.bi-8-square::before { content: "\f7c3"; } +.bi-9-circle-1::before { content: "\f7c4"; } +.bi-9-circle-fill-1::before { content: "\f7c5"; } +.bi-9-circle-fill::before { content: "\f7c6"; } +.bi-9-circle::before { content: "\f7c7"; } +.bi-9-square-fill::before { content: "\f7c8"; } +.bi-9-square::before { content: "\f7c9"; } +.bi-airplane-engines-fill::before { content: "\f7ca"; } +.bi-airplane-engines::before { content: "\f7cb"; } +.bi-airplane-fill::before { content: "\f7cc"; } +.bi-airplane::before { content: "\f7cd"; } +.bi-alexa::before { content: "\f7ce"; } +.bi-alipay::before { content: "\f7cf"; } +.bi-android::before { content: "\f7d0"; } +.bi-android2::before { content: "\f7d1"; } +.bi-box-fill::before { content: "\f7d2"; } +.bi-box-seam-fill::before { content: "\f7d3"; } +.bi-browser-chrome::before { content: "\f7d4"; } +.bi-browser-edge::before { content: "\f7d5"; } +.bi-browser-firefox::before { content: "\f7d6"; } +.bi-browser-safari::before { content: "\f7d7"; } +.bi-c-circle-1::before { content: "\f7d8"; } +.bi-c-circle-fill-1::before { content: "\f7d9"; } +.bi-c-circle-fill::before { content: "\f7da"; } +.bi-c-circle::before { content: "\f7db"; } +.bi-c-square-fill::before { content: "\f7dc"; } +.bi-c-square::before { content: "\f7dd"; } +.bi-capsule-pill::before { content: "\f7de"; } +.bi-capsule::before { content: "\f7df"; } +.bi-car-front-fill::before { content: "\f7e0"; } +.bi-car-front::before { content: "\f7e1"; } +.bi-cassette-fill::before { content: "\f7e2"; } +.bi-cassette::before { content: "\f7e3"; } +.bi-cc-circle-1::before { content: "\f7e4"; } +.bi-cc-circle-fill-1::before { content: "\f7e5"; } +.bi-cc-circle-fill::before { content: "\f7e6"; } +.bi-cc-circle::before { content: "\f7e7"; } +.bi-cc-square-fill::before { content: "\f7e8"; } +.bi-cc-square::before { content: "\f7e9"; } +.bi-cup-hot-fill::before { content: "\f7ea"; } +.bi-cup-hot::before { content: "\f7eb"; } +.bi-currency-rupee::before { content: "\f7ec"; } +.bi-dropbox::before { content: "\f7ed"; } +.bi-escape::before { content: "\f7ee"; } +.bi-fast-forward-btn-fill::before { content: "\f7ef"; } +.bi-fast-forward-btn::before { content: "\f7f0"; } +.bi-fast-forward-circle-fill::before { content: "\f7f1"; } +.bi-fast-forward-circle::before { content: "\f7f2"; } +.bi-fast-forward-fill::before { content: "\f7f3"; } +.bi-fast-forward::before { content: "\f7f4"; } +.bi-filetype-sql::before { content: "\f7f5"; } +.bi-fire::before { content: "\f7f6"; } +.bi-google-play::before { content: "\f7f7"; } +.bi-h-circle-1::before { content: "\f7f8"; } +.bi-h-circle-fill-1::before { content: "\f7f9"; } +.bi-h-circle-fill::before { content: "\f7fa"; } +.bi-h-circle::before { content: "\f7fb"; } +.bi-h-square-fill::before { content: "\f7fc"; } +.bi-h-square::before { content: "\f7fd"; } +.bi-indent::before { content: "\f7fe"; } +.bi-lungs-fill::before { content: "\f7ff"; } +.bi-lungs::before { content: "\f800"; } +.bi-microsoft-teams::before { content: "\f801"; } +.bi-p-circle-1::before { content: "\f802"; } +.bi-p-circle-fill-1::before { content: "\f803"; } +.bi-p-circle-fill::before { content: "\f804"; } +.bi-p-circle::before { content: "\f805"; } +.bi-p-square-fill::before { content: "\f806"; } +.bi-p-square::before { content: "\f807"; } +.bi-pass-fill::before { content: "\f808"; } +.bi-pass::before { content: "\f809"; } +.bi-prescription::before { content: "\f80a"; } +.bi-prescription2::before { content: "\f80b"; } +.bi-r-circle-1::before { content: "\f80c"; } +.bi-r-circle-fill-1::before { content: "\f80d"; } +.bi-r-circle-fill::before { content: "\f80e"; } +.bi-r-circle::before { content: "\f80f"; } +.bi-r-square-fill::before { content: "\f810"; } +.bi-r-square::before { content: "\f811"; } +.bi-repeat-1::before { content: "\f812"; } +.bi-repeat::before { content: "\f813"; } +.bi-rewind-btn-fill::before { content: "\f814"; } +.bi-rewind-btn::before { content: "\f815"; } +.bi-rewind-circle-fill::before { content: "\f816"; } +.bi-rewind-circle::before { content: "\f817"; } +.bi-rewind-fill::before { content: "\f818"; } +.bi-rewind::before { content: "\f819"; } +.bi-train-freight-front-fill::before { content: "\f81a"; } +.bi-train-freight-front::before { content: "\f81b"; } +.bi-train-front-fill::before { content: "\f81c"; } +.bi-train-front::before { content: "\f81d"; } +.bi-train-lightrail-front-fill::before { content: "\f81e"; } +.bi-train-lightrail-front::before { content: "\f81f"; } +.bi-truck-front-fill::before { content: "\f820"; } +.bi-truck-front::before { content: "\f821"; } +.bi-ubuntu::before { content: "\f822"; } +.bi-unindent::before { content: "\f823"; } +.bi-unity::before { content: "\f824"; } +.bi-universal-access-circle::before { content: "\f825"; } +.bi-universal-access::before { content: "\f826"; } +.bi-virus::before { content: "\f827"; } +.bi-virus2::before { content: "\f828"; } +.bi-wechat::before { content: "\f829"; } +.bi-yelp::before { content: "\f82a"; } +.bi-sign-stop-fill::before { content: "\f82b"; } +.bi-sign-stop-lights-fill::before { content: "\f82c"; } +.bi-sign-stop-lights::before { content: "\f82d"; } +.bi-sign-stop::before { content: "\f82e"; } +.bi-sign-turn-left-fill::before { content: "\f82f"; } +.bi-sign-turn-left::before { content: "\f830"; } +.bi-sign-turn-right-fill::before { content: "\f831"; } +.bi-sign-turn-right::before { content: "\f832"; } +.bi-sign-turn-slight-left-fill::before { content: "\f833"; } +.bi-sign-turn-slight-left::before { content: "\f834"; } +.bi-sign-turn-slight-right-fill::before { content: "\f835"; } +.bi-sign-turn-slight-right::before { content: "\f836"; } +.bi-sign-yield-fill::before { content: "\f837"; } +.bi-sign-yield::before { content: "\f838"; } +.bi-ev-station-fill::before { content: "\f839"; } +.bi-ev-station::before { content: "\f83a"; } +.bi-fuel-pump-diesel-fill::before { content: "\f83b"; } +.bi-fuel-pump-diesel::before { content: "\f83c"; } +.bi-fuel-pump-fill::before { content: "\f83d"; } +.bi-fuel-pump::before { content: "\f83e"; } +.bi-0-circle-fill::before { content: "\f83f"; } +.bi-0-circle::before { content: "\f840"; } +.bi-0-square-fill::before { content: "\f841"; } +.bi-0-square::before { content: "\f842"; } +.bi-rocket-fill::before { content: "\f843"; } +.bi-rocket-takeoff-fill::before { content: "\f844"; } +.bi-rocket-takeoff::before { content: "\f845"; } +.bi-rocket::before { content: "\f846"; } +.bi-stripe::before { content: "\f847"; } +.bi-subscript::before { content: "\f848"; } +.bi-superscript::before { content: "\f849"; } +.bi-trello::before { content: "\f84a"; } +.bi-envelope-at-fill::before { content: "\f84b"; } +.bi-envelope-at::before { content: "\f84c"; } +.bi-regex::before { content: "\f84d"; } +.bi-text-wrap::before { content: "\f84e"; } +.bi-sign-dead-end-fill::before { content: "\f84f"; } +.bi-sign-dead-end::before { content: "\f850"; } +.bi-sign-do-not-enter-fill::before { content: "\f851"; } +.bi-sign-do-not-enter::before { content: "\f852"; } +.bi-sign-intersection-fill::before { content: "\f853"; } +.bi-sign-intersection-side-fill::before { content: "\f854"; } +.bi-sign-intersection-side::before { content: "\f855"; } +.bi-sign-intersection-t-fill::before { content: "\f856"; } +.bi-sign-intersection-t::before { content: "\f857"; } +.bi-sign-intersection-y-fill::before { content: "\f858"; } +.bi-sign-intersection-y::before { content: "\f859"; } +.bi-sign-intersection::before { content: "\f85a"; } +.bi-sign-merge-left-fill::before { content: "\f85b"; } +.bi-sign-merge-left::before { content: "\f85c"; } +.bi-sign-merge-right-fill::before { content: "\f85d"; } +.bi-sign-merge-right::before { content: "\f85e"; } +.bi-sign-no-left-turn-fill::before { content: "\f85f"; } +.bi-sign-no-left-turn::before { content: "\f860"; } +.bi-sign-no-parking-fill::before { content: "\f861"; } +.bi-sign-no-parking::before { content: "\f862"; } +.bi-sign-no-right-turn-fill::before { content: "\f863"; } +.bi-sign-no-right-turn::before { content: "\f864"; } +.bi-sign-railroad-fill::before { content: "\f865"; } +.bi-sign-railroad::before { content: "\f866"; } +.bi-building-add::before { content: "\f867"; } +.bi-building-check::before { content: "\f868"; } +.bi-building-dash::before { content: "\f869"; } +.bi-building-down::before { content: "\f86a"; } +.bi-building-exclamation::before { content: "\f86b"; } +.bi-building-fill-add::before { content: "\f86c"; } +.bi-building-fill-check::before { content: "\f86d"; } +.bi-building-fill-dash::before { content: "\f86e"; } +.bi-building-fill-down::before { content: "\f86f"; } +.bi-building-fill-exclamation::before { content: "\f870"; } +.bi-building-fill-gear::before { content: "\f871"; } +.bi-building-fill-lock::before { content: "\f872"; } +.bi-building-fill-slash::before { content: "\f873"; } +.bi-building-fill-up::before { content: "\f874"; } +.bi-building-fill-x::before { content: "\f875"; } +.bi-building-fill::before { content: "\f876"; } +.bi-building-gear::before { content: "\f877"; } +.bi-building-lock::before { content: "\f878"; } +.bi-building-slash::before { content: "\f879"; } +.bi-building-up::before { content: "\f87a"; } +.bi-building-x::before { content: "\f87b"; } +.bi-buildings-fill::before { content: "\f87c"; } +.bi-buildings::before { content: "\f87d"; } +.bi-bus-front-fill::before { content: "\f87e"; } +.bi-bus-front::before { content: "\f87f"; } +.bi-ev-front-fill::before { content: "\f880"; } +.bi-ev-front::before { content: "\f881"; } +.bi-globe-americas::before { content: "\f882"; } +.bi-globe-asia-australia::before { content: "\f883"; } +.bi-globe-central-south-asia::before { content: "\f884"; } +.bi-globe-europe-africa::before { content: "\f885"; } +.bi-house-add-fill::before { content: "\f886"; } +.bi-house-add::before { content: "\f887"; } +.bi-house-check-fill::before { content: "\f888"; } +.bi-house-check::before { content: "\f889"; } +.bi-house-dash-fill::before { content: "\f88a"; } +.bi-house-dash::before { content: "\f88b"; } +.bi-house-down-fill::before { content: "\f88c"; } +.bi-house-down::before { content: "\f88d"; } +.bi-house-exclamation-fill::before { content: "\f88e"; } +.bi-house-exclamation::before { content: "\f88f"; } +.bi-house-gear-fill::before { content: "\f890"; } +.bi-house-gear::before { content: "\f891"; } +.bi-house-lock-fill::before { content: "\f892"; } +.bi-house-lock::before { content: "\f893"; } +.bi-house-slash-fill::before { content: "\f894"; } +.bi-house-slash::before { content: "\f895"; } +.bi-house-up-fill::before { content: "\f896"; } +.bi-house-up::before { content: "\f897"; } +.bi-house-x-fill::before { content: "\f898"; } +.bi-house-x::before { content: "\f899"; } +.bi-person-add::before { content: "\f89a"; } +.bi-person-down::before { content: "\f89b"; } +.bi-person-exclamation::before { content: "\f89c"; } +.bi-person-fill-add::before { content: "\f89d"; } +.bi-person-fill-check::before { content: "\f89e"; } +.bi-person-fill-dash::before { content: "\f89f"; } +.bi-person-fill-down::before { content: "\f8a0"; } +.bi-person-fill-exclamation::before { content: "\f8a1"; } +.bi-person-fill-gear::before { content: "\f8a2"; } +.bi-person-fill-lock::before { content: "\f8a3"; } +.bi-person-fill-slash::before { content: "\f8a4"; } +.bi-person-fill-up::before { content: "\f8a5"; } +.bi-person-fill-x::before { content: "\f8a6"; } +.bi-person-gear::before { content: "\f8a7"; } +.bi-person-lock::before { content: "\f8a8"; } +.bi-person-slash::before { content: "\f8a9"; } +.bi-person-up::before { content: "\f8aa"; } +.bi-scooter::before { content: "\f8ab"; } +.bi-taxi-front-fill::before { content: "\f8ac"; } +.bi-taxi-front::before { content: "\f8ad"; } +.bi-amd::before { content: "\f8ae"; } +.bi-database-add::before { content: "\f8af"; } +.bi-database-check::before { content: "\f8b0"; } +.bi-database-dash::before { content: "\f8b1"; } +.bi-database-down::before { content: "\f8b2"; } +.bi-database-exclamation::before { content: "\f8b3"; } +.bi-database-fill-add::before { content: "\f8b4"; } +.bi-database-fill-check::before { content: "\f8b5"; } +.bi-database-fill-dash::before { content: "\f8b6"; } +.bi-database-fill-down::before { content: "\f8b7"; } +.bi-database-fill-exclamation::before { content: "\f8b8"; } +.bi-database-fill-gear::before { content: "\f8b9"; } +.bi-database-fill-lock::before { content: "\f8ba"; } +.bi-database-fill-slash::before { content: "\f8bb"; } +.bi-database-fill-up::before { content: "\f8bc"; } +.bi-database-fill-x::before { content: "\f8bd"; } +.bi-database-fill::before { content: "\f8be"; } +.bi-database-gear::before { content: "\f8bf"; } +.bi-database-lock::before { content: "\f8c0"; } +.bi-database-slash::before { content: "\f8c1"; } +.bi-database-up::before { content: "\f8c2"; } +.bi-database-x::before { content: "\f8c3"; } +.bi-database::before { content: "\f8c4"; } +.bi-houses-fill::before { content: "\f8c5"; } +.bi-houses::before { content: "\f8c6"; } +.bi-nvidia::before { content: "\f8c7"; } +.bi-person-vcard-fill::before { content: "\f8c8"; } +.bi-person-vcard::before { content: "\f8c9"; } +.bi-sina-weibo::before { content: "\f8ca"; } +.bi-tencent-qq::before { content: "\f8cb"; } +.bi-wikipedia::before { content: "\f8cc"; } diff --git a/app/static/css/fonts/bootstrap-icons.woff2 b/app/static/css/fonts/bootstrap-icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..52b12533e4da87cb83e50039430cd027b48f931a GIT binary patch literal 121084 zcmZs>1CS=owzmDWZQFKF+qP{@+qP}nwrx+_wykMQTi?9%T-4VV<9 z2LRIp3IHVp3$}y^xc1R5DQt=IYme{ob2TNmG$j;}EXfK7eCVq#r#s);o23K)WR%{_ z%ZME+TBhFTze93{*LDFqUiHXoi6{08Z~Ff4p_eGClC{0u#LCjxEkw(V5Gu=*go9(8WTU@-sUy&ZWn>)5ivL(jrvoyag?U1|0vSjGNV7wo( zC0A7$+EwBmO=o%IS(JQydb3|iit0FKV!zA&-D9Fr1!CHZfj3<$V}h2K3|#^G1p zGdn|3=Z$vD(Z!H?Y;YOuv%|Y7Q66btb5L}i$p?t(poABk`b1O1cYf^Ml$^}NGAO_P zm`kctOT(-KLYl2FJ&0q5V$E_5Z^mMQhc+%98PelG+S6rgqSGVTDor*lT{e>LraF>u zamUa4A2J_h#O-kX25u|_NUhc~jk`hRvDgCbq7SPlbk_**eGN=_(|%NeM1UY!mTy^( zdM4iK)5v}h#x;JHT@-Y-P!>Nj>vhbs*F^iF5$}Rm#c-~v+b|%4rS*nbYG9+>C-6{@ zh26)vyvR58;`&-bI)ytv_$B6C$tB9VHf0HL$fjOJ`XkPOdPxWkHUJ$< zpe7I&!WEjMD+09?LaF_>o4;LZRpTLg67UMrx;A8JIIZjX6L4)~~Dm^e|AMEX16NN3C|))xf=azoS}NR1oPwv*_yxKFBV+{N;m`5brd zF71gS-|ASJ%k<+^vh9oP_f&V*RB(n2ak(H={9G_cfI)qA)-Zl@qd)J4Llpf_8$oMc zTbnVvGh4Im!PHW1ny-_u8~xT4qU_o!+l2<}^ELPe+YCG!cRgBXjsB>==UM;;PdUCj z5=#{gjsdE0@s}_;s>BgoN|g#+gj@~m9Es!JZkCoj&9R7xQ4N4^QyyL2!CtrG zOZ^wH4WHnTE3J`zQZ$`s&{_VSrtP+CUs%R|S_#ympO5br&PKlnk=Ig2)W`Z?xYE|P z$GyOw7dv1SB0{Kz1G?rUMB_8de;v1%|AN|LdO82S?P29qNu~z4{o42`FoXBIAOPNp zL?O#c0lByxNy>vI5bnh;>j=E|^BqI9h!k%~q|_1XGji|s(|3B{X9=1Vu@H drt- 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夸克自动转存 + @@ -29,7 +34,7 @@

夸克自动转存配置

-
-

- @Cp0204/quark_auto_save v[[ version ]] -

-
-
+

Cookie

@@ -45,7 +50,7 @@
-
+

通知

@@ -63,7 +68,11 @@
-

Emby

+
+
+

Emby

+
+
@@ -77,7 +86,11 @@
-

定时规则

+
+
+

定时规则

+
+
?
@@ -85,8 +98,13 @@
-

任务列表

+
+
+

任务列表

+
+
+

任务#

@@ -148,18 +166,25 @@
- +
+
+ +
+
+
+
+
+

+ @Cp0204/quark_auto_save v[[ version ]] +

+
+
- - 运行 - 退出 + + 运行 + 退出