@charset "UTF-8";
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a, .force-light-theme.force-light-theme.force-light-theme else a, else .force-light-theme.force-light-theme.force-light-theme a, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary, .force-light-theme.force-light-theme.force-light-theme else a.is-secondary, else .force-light-theme.force-light-theme.force-light-theme a.is-secondary, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}

else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a, .force-dark-theme.force-dark-theme.force-dark-theme else a, else .force-dark-theme.force-dark-theme.force-dark-theme a, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary, else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}

hr:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}

hr:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}

hr:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}

.funkwhale,
.funkwhale * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") 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: -0.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-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-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.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-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.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-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-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::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::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-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::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::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-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-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-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-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-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-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-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-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-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-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-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-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-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-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";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}

* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}

:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}

:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised,
.force-light-theme.force-light-theme.force-light-theme .default.raised,
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .primary.raised,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive,
.force-light-theme.force-light-theme.force-light-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button,
.force-light-theme.force-light-theme.force-light-theme .blue.raised,
.force-light-theme.force-light-theme.force-light-theme .blue .action > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button,
.force-light-theme.force-light-theme.force-light-theme .red.raised,
.force-light-theme.force-light-theme.force-light-theme .red .action > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button,
.force-light-theme.force-light-theme.force-light-theme .purple.raised,
.force-light-theme.force-light-theme.force-light-theme .purple .action > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button,
.force-light-theme.force-light-theme.force-light-theme .green.raised,
.force-light-theme.force-light-theme.force-light-theme .green .action > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button,
.force-light-theme.force-light-theme.force-light-theme .yellow.raised,
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}

:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}

:is(body.theme-dark, html.dark > body:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary,
.force-dark-theme.force-dark-theme.force-dark-theme .primary {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive,
.force-dark-theme.force-dark-theme.force-dark-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue,
.force-dark-theme.force-dark-theme.force-dark-theme .blue {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red,
.force-dark-theme.force-dark-theme.force-dark-theme .red {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple,
.force-dark-theme.force-dark-theme.force-dark-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green,
.force-dark-theme.force-dark-theme.force-dark-theme .green {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}

:is(.VPDoc .vp-doc, .funkwhale) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid, :is(.VPDoc .vp-doc, .funkwhale).solid,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active,
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}

html {
  scroll-behavior: smooth;
}

:root {
  --fw-track-progress: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large {
  width: 15em;
  height: 15em;
}
.two-images.large img {
  width: 11em;
}
.two-images img {
  width: 2.5em;
  position: absolute;
}
.two-images img:last-child {
  bottom: 0;
  left: 0;
}
.two-images img:first-child {
  top: 0;
  right: 0;
}

.channel-entry-card, .channel-serie-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls, .channel-serie-card .controls {
  margin-right: 1em;
}
.channel-entry-card .image, .channel-serie-card .image {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images, .channel-serie-card .two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large, .channel-serie-card .two-images.large {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img, .channel-serie-card .two-images.large img {
  width: 11em;
}
.channel-entry-card .two-images img, .channel-serie-card .two-images img {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img:last-child, .channel-serie-card .two-images img:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img:first-child, .channel-serie-card .two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content, .channel-serie-card .content {
  flex-grow: 1;
}

.album-entries > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content {
  flex-grow: 1;
}

.ui.artist-label .icon {
  width: 2em;
}
.ui.artist-label.rounded {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img {
  border-radius: 50%;
  vertical-align: middle;
}

.album-entry:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}

.album-entry, .channel-entry-card {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta, .channel-entry-card .meta {
  text-align: right;
  min-width: 7em;
}
.album-entry > div, .channel-entry-card > div {
  padding: 0.25em;
}
.album-entry > div:not(:last-child), .channel-entry-card > div:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active, .channel-entry-card.active {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry:hover, .channel-entry-card:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button, .channel-entry-card .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}

.channel-image {
  width: 200px;
  height: 200px;
}
.channel-image.large {
  width: 8em !important;
}

.channel-type.field .radio {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected, .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected {
  background-color: rgba(0, 0, 0, 0.05);
}

.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected, .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected {
  background-color: rgba(255, 255, 255, 0.05);
}

.main.with-background, .opaque {
  background: var(--background-color);
}

.main.pusher > .ui.secondary.menu {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}

.when-queue-focused .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
  .when-queue-focused {
    width: 100%;
    justify-content: space-between !important;
  }
}

@media (max-width: 1023px) {
  #app > :not(.queue-focused) .when-queue-focused {
    display: none;
  }
}

#app > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container {
  bottom: 5rem;
  pointer-events: none;
}

.toast-container {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div {
  pointer-events: auto;
}

#footer {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

#app > div > main, #app > .main {
  flex: 1;
}

#app > div > .main.pusher,
#app > div > .footer {
  position: relative;
}
@media (min-width: 1025px) {
  #app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
  }
}
@media (min-width: 1201px) {
  #app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
  }
}
#app > div > .main.pusher,
#app > div > .footer {
  transform: none !important;
}

.ui.small.text.container {
  max-width: 500px !important;
}

.column .ui.text.container {
  max-width: 100% !important;
}

.main.pusher.hidden {
  display: none;
}

.main.pusher > .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .main.pusher > .ui.secondary.menu {
    padding: 0 2.5rem;
  }
}
.main.pusher > .ui.secondary.menu .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.ui.stripe.segment,
#footer {
  padding: 1em;
}
.ui.stripe.segment.ui.container,
#footer.ui.container {
  margin: 0;
}
@media (min-width: 769px) {
  .ui.stripe.segment,
  #footer {
    padding: 2em;
  }
}
@media (min-width: 1201px) {
  .ui.stripe.segment,
  #footer {
    padding: 3em;
  }
}

.stripe.segment > .secondary.menu:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}

.ui.small.divider {
  margin: 0.5rem 0;
}

.ui.very.small.divider {
  margin: 0.25rem 0;
}

.ui.horizontal.divider {
  display: inline-block;
  margin: 0 0.5em;
}

@media (max-width: 1023px) {
  .dimmed .ui.bottom-player {
    z-index: 0;
  }
}

@media (max-width: 1023px) {
  #app > .queue-focused .queue-not-focused {
    display: none;
  }
}

.ui.vertical.segment {
  color: var(--main-color);
  background: var(--main-background);
}

.ui.segment:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}

.segment .ui.list .item {
  background-color: transparent;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

.center.aligned.menu {
  justify-content: center;
}

.text.center.aligned {
  text-align: center;
}

.ellipsis:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.link {
  cursor: pointer;
}

.ui.icon.header .circular.icon {
  display: flex;
  justify-content: center;
}

a {
  cursor: pointer;
}

.segment.hidden {
  display: none;
}

.hidden:not(.divider) {
  display: none !important;
}

.nomargin {
  margin: 0 !important;
}

.text.align.left {
  text-align: left;
}

.left.floated {
  float: left;
}

.right.floated {
  float: right;
}

@media (max-width: 1023px) {
  .desktop-and-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .desktop-and-below {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tablet-and-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet-and-below {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.expandable:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}

.ui.list .list.icon {
  padding-left: 0;
}

.ui.dropdown .item[disabled] {
  display: none;
}

span.diff.added {
  background-color: rgba(0, 255, 0, 0.25);
}

span.diff.removed {
  background-color: rgba(255, 0, 0, 0.25);
}

.default-cover {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}

.discrete {
  color: var(--discrete-text-color);
}

.really.discrete {
  color: var(--really-discrete-text-color);
}

.ui.inverted.dimmer {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer {
  color: var(--dimmer-color);
}

.symbol.left::after {
  padding-right: 0.25em;
}
.symbol.right::after {
  padding-left: 0.25em;
}
.symbol.middle::after {
  padding: 0 0.25em;
}
.symbol.at::after {
  content: "@";
}
.symbol.slash::after {
  content: "/";
}
.symbol.pipe::after {
  content: "|";
}
.symbol.middledot::after {
  content: "·";
}
.symbol.infinity::after {
  content: "∞";
}
.symbol.single::after {
  content: "1";
}
.symbol.hashtag::after {
  content: "#";
}
.symbol.ellipses::after {
  content: "…";
}
.symbol.doubledot::after {
  content: "..";
}
.symbol.hyphen::after {
  content: "-";
}
.symbol.colon::after {
  content: ":";
}
.symbol.percent::after {
  content: "%";
}

.component-action-table .count.field {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields {
  margin: 0;
}

.component-album-card.card.app-card > .head-image > .icon {
  margin: 0.5em;
}

#avatarLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

.ui.tiny.avatar {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label {
  align-content: center;
  padding: 4px 8px;
}

#radioFilterLabel {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

#addFilter {
  margin: 0 0 0 0.85714286em;
}

:not(.active) button.title {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button {
  margin-top: 0.5em;
}

button.reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}

.button.icon.tiny {
  padding: 0.5em !important;
}

.floated.buttons .button ~ .dropdown {
  border-left: none;
}

.header-buttons > .buttons {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons {
  margin: 0;
}

.ui.really.basic.button:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group > *:not(:first-child) {
  margin-left: 0.5em;
}

.ui.borderless.button {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.ui.dropdown .menu > .item {
  background: var(--dropdown-background);
}

.ui.circular.button {
  padding: 0.78571429em;
}
.ui.circular.button > i {
  margin-right: 0;
}

.icon.button > i {
  margin-right: 0;
}

.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
  color: white;
}

.ui.button:disabled, .ui.buttons .disabled.button:not(.basic), .ui.disabled.active.button, .ui.disabled.button, .ui.disabled.button:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}

.card {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card, .force-dark-theme.force-dark-theme.force-dark-theme .card {
  border-color: var(--hover-background-color) !important;
}

.content-form {
  background: var(--input-background);
}
.content-form .segment {
  background: none;
}
.content-form .segment:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu {
  background: none;
  margin-top: -0.5em;
}
.content-form .input {
  width: 100%;
}

.component-copy-input .message {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}

.component-empty-state .ui.header .content {
  text-align: center;
  display: block;
}

.favorite-icon.favorited {
  animation: 0.5s linear burst;
  outline-color: transparent;
}
@keyframes burst {
  0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
  }
  45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
  }
  50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
  }
  90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
  }
  100% {
    transform: rotate(-2.5deg);
  }
}

.ui.basic.button.really.favorite-icon {
  box-shadow: none;
}

.ui.form select.dropdown {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown, .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}

.ui.form select.dropdown {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown, .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}

.ui.form label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}

.ui.checkbox label {
  cursor: pointer;
  color: var(--text-color);
}

input + .help {
  margin-top: 0.5em;
}

.component-form .parent.checkbox {
  margin: 1em 0;
}
.component-form .child.checkbox {
  margin-left: 1em;
}

.ui.labeled.input input,
.ui.labeled.input .label {
  background-color: var(--input-background);
}
.ui.labeled.input input::-moz-placeholder, .ui.labeled.input .label::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input::placeholder,
.ui.labeled.input .label::placeholder {
  color: var(--input-placeholder-color);
}

.ui.icon.input > .icon {
  color: var(--input-color);
}

#updatePlaylistLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

#updatePlaylistLabel:before {
  content: "​";
}

.ui.toggle.checkbox label::before {
  background-color: var(--input-selection-background);
}

.component-file-upload .file-uploads.ui.button {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div:not(.divider) {
  padding: 1em;
}

.channel-file {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file > :first-child {
  width: 3em;
}
.channel-file .header {
  margin: 0 1em;
}
.channel-file .header .sub.header {
  margin-top: 0.5em;
}

.component-fs-browser {
  max-height: 400px;
  overflow-y: auto;
}

.component-fs-logs {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}

@media (min-width: 769px) {
  .header.with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header.with-actions .actions {
  font-weight: normal;
  font-size: 0.6em;
}

.ui.header .content {
  display: block;
}

.component-label.huge.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ui.menu .item > .label {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

body > .modals {
  z-index: 99999 !important;
}

.modal > .header {
  text-align: center;
}

.component-pagination .ui.pagination.menu .item {
  cursor: pointer;
}

.ui.pagination.menu {
  margin-top: 1em;
}
.ui.pagination.menu + span {
  margin-left: 1em;
}
.ui.pagination.menu {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item {
  color: var(--discrete-background-color);
}

.placeholder.image {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large {
  width: 8em;
  height: 8em;
}
.placeholder.image {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular {
  border-radius: 50%;
}
.placeholder.image.static {
  animation: none;
}
.placeholder.image.shifted {
  margin-top: -15px;
}

.component-placeholder {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment {
  min-height: auto;
}
.component-placeholder.ui.segment .field, .component-placeholder.ui.segment textarea, .component-placeholder.ui.segment .ui.input, .component-placeholder.ui.segment .button {
  max-width: 100%;
}

.component-play-button button.item {
  width: 100%;
}
.component-play-button > .floating.dropdown:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}

#audio-bars {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}

.audio-bar {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}

@keyframes sound {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
  }
}
/* Keyframes for individual bars */
@keyframes sound1 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
  }
}
@keyframes sound2 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
  }
}
@keyframes sound3 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
  }
}
@keyframes sound4 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
  }
}
@keyframes sound5 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
  }
}
@keyframes sound6 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
  }
}
@keyframes sound7 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
  }
}
@keyframes sound8 {
  0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
  }
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1;
}

.audio-bar:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3;
}

.audio-bar:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4;
}

.audio-bar:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6;
}

.audio-bar:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7;
}

.audio-bar:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8;
}

.ui.bottom-player {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar {
  height: 0.2rem;
}

.ui.bottom-player > .segment.fixed-controls {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .ui.bottom-player > .segment.fixed-controls .controls-row {
    padding: 0 1em;
    justify-content: space-around;
  }
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek {
  opacity: 0.4;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(46px);
  }
}
.ui.bottom-player > .segment.fixed-controls .discrete.link {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i,
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
  .ui.bottom-player > .segment.fixed-controls .controls:not(.fluid) {
    width: 20%;
  }
  .ui.bottom-player > .segment.fixed-controls .controls.queue-controls {
    width: 32.5%;
  }
  .ui.bottom-player > .segment.fixed-controls .controls.progress-controls {
    width: 10%;
  }
  .ui.bottom-player > .segment.fixed-controls .controls.player-controls {
    gap: 8px;
  }
  .ui.bottom-player > .segment.fixed-controls .controls.player-controls i {
    font-size: 1.8em;
  }
}
@media (min-width: 1025px) {
  .ui.bottom-player > .segment.fixed-controls .controls.small, .ui.bottom-player > .segment.fixed-controls .controls .small {
    font-size: 0.9em;
  }
}
.ui.bottom-player > .segment.fixed-controls .controls i {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
  .ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
    line-height: 1em;
  }
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i {
  color: var(--vibrant-color);
}

.component-player .controls {
  display: flex;
}
.component-player .fake-dropdown {
  display: flex;
  z-index: 2;
}

.component-playlist-editor .duplicate-tracks-list {
  max-height: 10em;
  overflow-y: auto;
}

@keyframes scroll-text {
  0%, 10%, 90%, 100% {
    transform: translateX(0);
  }
  45%, 55% {
    transform: translateX(calc(-25% + 10px));
  }
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque, .force-dark-theme.force-dark-theme.force-dark-theme .opaque {
  background-color: rgba(41, 37, 37, 0.8);
}

.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque, .force-light-theme.force-light-theme.force-light-theme .opaque {
  background-color: rgba(255, 255, 255, 0.8);
}

.opaque {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media (max-width: 1023px) {
  .queue-controls {
    height: 4rem;
  }
}

.ui.clearing.segment {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}

.queue-enter-active,
.queue-leave-active {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}

.queue-enter-from,
.queue-leave-to {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}

.component-queue.main {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
  .component-queue.main > .button {
    display: none;
  }
}
.component-queue .queue.segment #player {
  padding: 0em;
}
.component-queue .queue.segment #player > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column {
  overflow-y: auto;
}
.component-queue .queue-column .table {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td {
  border: none;
}
.component-queue td:first-child {
  padding-left: 1em !important;
}
.component-queue td:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell {
  width: 4em;
}
.component-queue .mini.image {
  width: 40px;
}
@media (max-width: 1023px) {
  .component-queue .queue.segment {
    padding: 0;
  }
}
.component-queue .queue.segment > .container {
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .component-queue .handle {
    display: none;
  }
}
@media (max-width: 767px) {
  .component-queue .duration-cell {
    display: none;
  }
}
.component-queue .fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
  .component-queue .fixed-header {
    padding: 1em;
  }
}
@media (min-width: 1024px) {
  .component-queue .fixed-header {
    right: 1em;
    left: 38%;
  }
}
.component-queue .fixed-header .header .content {
  display: block;
}
.component-queue .current-track #player {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
  .component-queue .current-track #player {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
  }
  .component-queue .current-track #player > .image {
    max-height: 50vh;
  }
}
.component-queue .current-track #player > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1 {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper,
.component-queue .warning.message {
  width: 25em;
}
.component-queue .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress {
  margin: 1.5rem 0;
}
.component-queue .timer {
  font-size: 0.7em;
}
.component-queue .progress {
  cursor: pointer;
}
.component-queue .player-controls {
  display: flex;
}
.component-queue .player-controls .control:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i {
  font-size: 2em;
}
.component-queue .handle {
  cursor: grab;
}
.component-queue .sortable-chosen {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message {
  margin-top: 1em !important;
  margin-right: 1em;
}

.theme-light .cover-container.fullscreen {
  background: #fff;
}

.component-queue #queue-grid {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue {
  position: relative;
}
@media (max-width: 1023px) {
  .component-queue #queue-grid {
    grid-template-columns: 1fr 0;
  }
  .component-queue #queue-grid.show-player #queue {
    display: none;
  }
  .component-queue #queue-grid.show-queue #player {
    display: none;
  }
}
.component-queue #queue-grid #player {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling {
  animation: scroll-text 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas,
.component-queue #queue-grid #player .cover-container .cover img {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
  .component-queue #queue-grid #player .cover-container .cover .cover-buttons {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
  }
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1,
.component-queue #queue-grid #player .cover-container .track-info h2 {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip {
  pointer-events: none;
}
.component-queue .queue-item > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .component-queue .queue-item .title.ellipsis {
    max-width: 35vw;
  }
}
.component-queue .queue-item {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i {
  color: var(--player-color);
}

.drag-container:not(.dragging) .hover .queue-item {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}

.component-settings-group .ui.checkbox p {
  margin-top: 1rem;
}

.search-wrapper .category.search .results .category:last-child .results {
  border-left: 0;
  text-align: right;
}

@media (min-width: 1025px) {
  .ui.wide.left.sidebar {
    width: 275px;
  }
}
@media (min-width: 1201px) {
  .ui.wide.left.sidebar {
    width: 275px;
  }
}

.sidebar .logo.bordered.icon {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path {
  fill: white;
}
.sidebar .tab {
  flex-direction: column;
}

.component-sidebar .ui.search .input {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt {
  border-radius: 0;
}
.component-sidebar .ui.search .results {
  vertical-align: middle;
}
.component-sidebar .ui.search .name {
  vertical-align: middle;
}
.component-sidebar.sidebar {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
  .component-sidebar.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
  }
}
.component-sidebar.sidebar > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .component-sidebar.sidebar .menu .item.collapse-button-wrapper {
    padding: 0;
  }
  .component-sidebar.sidebar .collapse.button {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .component-sidebar.sidebar {
    position: static !important;
    width: 100% !important;
  }
  .component-sidebar.sidebar.collapsed .player-wrapper,
  .component-sidebar.sidebar.collapsed .search,
  .component-sidebar.sidebar.collapsed .signup.segment,
  .component-sidebar.sidebar.collapsed nav.secondary {
    display: none;
  }
}
.component-sidebar.sidebar > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .component-sidebar .tabs {
    max-height: 500px;
  }
}
.component-sidebar .ui.tab.active {
  display: flex;
}
.component-sidebar .tab[data-tab=queue] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper {
  width: 100%;
}
.component-sidebar .sidebar .segment {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item {
  font-size: 1.5em;
}
.component-sidebar .logo {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
  .component-sidebar.collapsed .search-wrapper {
    padding: 0;
  }
}
.component-sidebar .ui.search {
  display: flex;
}
.component-sidebar .ui.message.black {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image {
  width: 100%;
}
.component-sidebar nav.top {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item,
.component-sidebar nav.top > .right.menu > .item {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label,
.component-sidebar nav.top > .item > .dropdown > .label,
.component-sidebar nav.top > .right.menu > .item > .label,
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label {
  margin-right: 0;
}
.component-sidebar .logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .component-sidebar .logo-wrapper {
    margin: 0;
  }
}
.component-sidebar .logo-wrapper img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .component-sidebar .logo-wrapper img {
    height: 1.5em;
  }
}

.ellipsis-rows tr > td:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}

.ui.table > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}

.table-wrapper {
  display: block;
  overflow-x: auto;
}

td.align.right {
  text-align: right;
}

.ui.basic.table > tbody > tr {
  border-bottom: var(--table-border);
}

.component-tags-list .ui.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag {
  margin: 0.25em;
}

[data-tooltip] {
  position: relative;
  cursor: help;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}

[data-tooltip]:hover::after {
  opacity: 1;
}

label .tooltip {
  margin-left: 1em;
}

.component-track-widget .play-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
  .component-track-widget .play-overlay {
    top: 2.5em;
    left: 2.5em;
  }
}
.component-track-widget .refresh.icon {
  float: right;
}
.component-track-widget .ui.divided.items > .item:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
  .component-track-widget .divided.items > .track-item.inline {
    width: 25em;
    float: left;
    border-top: none;
  }
  .component-track-widget .divided.items > .track-item.inline, .component-track-widget .divided.items > .track-item.inline:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
  }
}

.track-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content {
  flex-grow: 1;
}
.track-table .row:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}

.track-row.row {
  align-content: center;
}
.track-row.row:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time {
  position: relative;
  top: 14px;
}

.track-row .ui.really.tiny.button.play-button,
.track-table.row .ui.really.tiny.button.play-button {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused,
.track-table.row .ui.icon.really.tiny.button.play-button.paused {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown,
.track-table.row .ui.floating.dropdown {
  visibility: hidden;
}
.track-row .ui.favorite-icon,
.track-table.row .ui.favorite-icon {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink,
.track-table.row .ui.favorite-icon.pink {
  visibility: visible;
}
.track-row .actions,
.track-table.row .actions {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column,
.track-table.row .actions.left.floated.column {
  width: 3% !important;
}
.track-row .meta.right.floated.column:not(.mobile),
.track-table.row .meta.right.floated.column:not(.mobile) {
  width: 45px;
}
.track-row .content,
.track-row .meta,
.track-row .image,
.track-table.row .content,
.track-table.row .meta,
.track-table.row .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper,
.track-table.row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column,
.track-table.row .image.column {
  padding: 8px;
}
.track-row .track_image,
.track-table.row .track_image {
  height: 40px;
}

.track-row.active {
  background: rgba(155, 155, 155, 0.2);
}
.track-row:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}

.track-table.mobile,
.track-row.mobile {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile:hover,
.track-row.mobile:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div,
.track-row.mobile > div {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button,
.track-table.mobile .meta,
.track-row.mobile .modal-button,
.track-row.mobile .meta {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art,
.track-row.mobile .meta.with-art {
  align-items: right;
}
.track-table.mobile .modal-button.with-art,
.track-row.mobile .modal-button.with-art {
  align-items: center;
}
.track-table.mobile .actions div,
.track-row.mobile .actions div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button,
.track-row.mobile .ui.favorite-icon.button {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image,
.track-row.mobile .ui.artist-track.mini.image {
  width: 45px;
}
.track-table.mobile .track-title.mobile,
.track-row.mobile .track-title.mobile {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator,
.track-row.mobile .track-title.mobile.play-indicator {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column,
.track-row.mobile .image.left.floated.column {
  width: 61px;
}

.track-row:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon {
  visibility: visible;
}

.track-row,
.track-table {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div:not(.mobile),
.track-table > div:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button,
.track-table .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile,
.track-table .mobile {
  -webkit-tap-highlight-color: transparent;
}

.track-position {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.ui.overlay.fullscreen.modal .track-modal-title,
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item {
  font-weight: bold;
  font-size: large;
}

.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.track-table.podcast.row,
.track-row.podcast.row {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image,
.track-row.podcast.row .ui.artist-track.mini.image {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column,
.track-row.podcast.row .image.left.floated.column {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column,
.track-row.podcast.row .content.left.floated.column {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title,
.track-row.podcast.row .content.left.floated.column .podcast-episode-title {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.component-user-link .tiny.circular.avatar {
  width: 1.7em;
  height: 1.7em;
}

.ui.overlay.fullscreen.modal .user-modal-title,
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a {
  color: var(--text-color);
  text-decoration: none;
}

.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.component-volume-control {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup {
  display: none;
}

.ui.dimmer {
  background-color: var(--dimmer-background);
}

.ui.loading.form:before {
  background-color: var(--dimmer-background);
}

.page-about p {
  text-align: justify;
}
.page-about .ui.list .list.icon {
  padding: 0;
}
.page-about .ui.basic.segment {
  margin: 0;
}
.page-about section.ui.segment.head {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr:last-child {
  border-bottom: 0;
}
.page-about h1.header, .page-about h1 .sub.header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-about .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod {
  font-size: 110%;
  display: block;
}
.page-about .signup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item {
  color: var(--vibrant-color);
}
.page-about .statistics-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
  .page-about .about-pod-info-container {
    flex-direction: row-reverse;
  }
  .page-about .about-pod-info-container .about-pod-info-toc {
    width: 25%;
  }
  .page-about .about-pod-info-container .about-pod-info {
    width: 75%;
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  .page-about .about-pod-info-container {
    padding: 0 2em;
  }
  .page-about .ui.horizontally.fitted.stripe.basic.segment {
    padding-top: 0px;
  }
  .page-about .ui.basic.vertically.fitted.stripe.segment.content {
    padding: 0px;
  }
  .page-about .ui.head.vertical.center.aligned.stripe.segment {
    border-radius: 0 !important;
  }
  .page-about .statistics-container .statistics-statistic {
    flex-basis: 50%;
  }
  .page-about .features-container .column {
    padding: 0 !important;
  }
  .page-about .features-container .column + .column table {
    border-top: 0;
  }
}
.page-about h3.ui.header i {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content {
  flex-grow: initial;
}
.page-about .ui.card .pod-description {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p {
  margin: auto;
  padding: 1.2em;
}

.page-admin-account-detail .placeholder.segment {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota] {
  max-width: 7em;
}

.page-admin-domain-detail .placeholder.segment {
  width: 100%;
}

.page-admin-library .ui.menu .item > .label {
  position: absolute;
  right: -2em;
}

#excludeCompilation {
  margin-top: 0;
}

#excludeCompilation input {
  margin-top: 0.7rem;
}

#excludeHeader {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

.ui.multiple.search.dropdown > input.search {
  width: auto;
}

.page-home .ui.list .list.icon {
  padding: 0;
}
.page-home h1.header, .page-home h1 .sub.header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
  .page-home h1.ui.header {
    font-size: 3em;
  }
}
.page-home h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-home .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod {
  font-size: 110%;
  display: block;
}

#renderedDescription {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#renderedDescription p {
  margin: 0;
}

#renderedDescription *:not(:first-child) {
  display: none;
}

.page-library .ui.cards {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card {
  min-height: 200px;
}
.page-library .ui.segment.head {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
  .page-library .ui.segment.head .segment-content {
    padding: 4em;
  }
}
.page-library .ui.segment.head.with-background .header,
.page-library .ui.segment.head.with-background .header .sub {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content {
  background-color: rgba(0, 0, 0, 0.5);
}

.page-notifications .event .ui.label.avatar {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}

.page-profile .ui.header > img.image {
  width: 8em;
}

.theme-light {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}

.direction-rtl .theme-dark,
.direction-rtl .theme-light {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}

.has-background-light {
  background-color: var(--fw-gray-100);
}

* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}

.funkwhale,
:root {
  --fw-border-radius: 8px;
}

:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a, .force-light-theme.force-light-theme.force-light-theme else a, else .force-light-theme.force-light-theme.force-light-theme a, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary, .force-light-theme.force-light-theme.force-light-theme else a.is-secondary, else .force-light-theme.force-light-theme.force-light-theme a.is-secondary, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a, .force-dark-theme.force-dark-theme.force-dark-theme else a, else .force-dark-theme.force-dark-theme.force-dark-theme a, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary, else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}
hr:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}
hr:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
.funkwhale,
.funkwhale * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") 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: -0.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-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-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.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-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.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-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-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::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::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-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::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::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-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-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-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-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-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-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-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-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-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-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-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-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-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-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";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "豈";
}
.bi-suitcase2-fill::before {
  content: "更";
}
.bi-suitcase2::before {
  content: "車";
}
.bi-vignette::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised,
.force-light-theme.force-light-theme.force-light-theme .default.raised,
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .primary.raised,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive,
.force-light-theme.force-light-theme.force-light-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button,
.force-light-theme.force-light-theme.force-light-theme .blue.raised,
.force-light-theme.force-light-theme.force-light-theme .blue .action > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button,
.force-light-theme.force-light-theme.force-light-theme .red.raised,
.force-light-theme.force-light-theme.force-light-theme .red .action > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button,
.force-light-theme.force-light-theme.force-light-theme .purple.raised,
.force-light-theme.force-light-theme.force-light-theme .purple .action > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button,
.force-light-theme.force-light-theme.force-light-theme .green.raised,
.force-light-theme.force-light-theme.force-light-theme .green .action > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button,
.force-light-theme.force-light-theme.force-light-theme .yellow.raised,
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary,
.force-dark-theme.force-dark-theme.force-dark-theme .primary {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive,
.force-dark-theme.force-dark-theme.force-dark-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue,
.force-dark-theme.force-dark-theme.force-dark-theme .blue {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red,
.force-dark-theme.force-dark-theme.force-dark-theme .red {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple,
.force-dark-theme.force-dark-theme.force-dark-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green,
.force-dark-theme.force-dark-theme.force-dark-theme .green {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid, :is(.VPDoc .vp-doc, .funkwhale).solid,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active,
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html {
  scroll-behavior: smooth;
}
:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large {
  width: 15em;
  height: 15em;
}
.two-images.large img {
  width: 11em;
}
.two-images img {
  width: 2.5em;
  position: absolute;
}
.two-images img:last-child {
  bottom: 0;
  left: 0;
}
.two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card, .channel-serie-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls, .channel-serie-card .controls {
  margin-right: 1em;
}
.channel-entry-card .image, .channel-serie-card .image {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images, .channel-serie-card .two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large, .channel-serie-card .two-images.large {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img, .channel-serie-card .two-images.large img {
  width: 11em;
}
.channel-entry-card .two-images img, .channel-serie-card .two-images img {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img:last-child, .channel-serie-card .two-images img:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img:first-child, .channel-serie-card .two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content, .channel-serie-card .content {
  flex-grow: 1;
}
.album-entries > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content {
  flex-grow: 1;
}
.ui.artist-label .icon {
  width: 2em;
}
.ui.artist-label.rounded {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img {
  border-radius: 50%;
  vertical-align: middle;
}
.album-entry:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
.album-entry, .channel-entry-card {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta, .channel-entry-card .meta {
  text-align: right;
  min-width: 7em;
}
.album-entry > div, .channel-entry-card > div {
  padding: 0.25em;
}
.album-entry > div:not(:last-child), .channel-entry-card > div:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active, .channel-entry-card.active {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry:hover, .channel-entry-card:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button, .channel-entry-card .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
.channel-image {
  width: 200px;
  height: 200px;
}
.channel-image.large {
  width: 8em !important;
}
.channel-type.field .radio {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected, .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected, .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.main.with-background, .opaque {
  background: var(--background-color);
}
.main.pusher > .ui.secondary.menu {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
.when-queue-focused .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
.when-queue-focused {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#app > :not(.queue-focused) .when-queue-focused {
    display: none;
}
}
#app > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container {
  bottom: 5rem;
  pointer-events: none;
}
.toast-container {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div {
  pointer-events: auto;
}
#footer {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#app > div > main, #app > .main {
  flex: 1;
}
#app > div > .main.pusher,
#app > div > .footer {
  position: relative;
}
@media (min-width: 1025px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
#app > div > .main.pusher,
#app > div > .footer {
  transform: none !important;
}
.ui.small.text.container {
  max-width: 500px !important;
}
.column .ui.text.container {
  max-width: 100% !important;
}
.main.pusher.hidden {
  display: none;
}
.main.pusher > .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
.main.pusher > .ui.secondary.menu {
    padding: 0 2.5rem;
}
}
.main.pusher > .ui.secondary.menu .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui.stripe.segment,
#footer {
  padding: 1em;
}
.ui.stripe.segment.ui.container,
#footer.ui.container {
  margin: 0;
}
@media (min-width: 769px) {
.ui.stripe.segment,
  #footer {
    padding: 2em;
}
}
@media (min-width: 1201px) {
.ui.stripe.segment,
  #footer {
    padding: 3em;
}
}
.stripe.segment > .secondary.menu:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.ui.small.divider {
  margin: 0.5rem 0;
}
.ui.very.small.divider {
  margin: 0.25rem 0;
}
.ui.horizontal.divider {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
.dimmed .ui.bottom-player {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#app > .queue-focused .queue-not-focused {
    display: none;
}
}
.ui.vertical.segment {
  color: var(--main-color);
  background: var(--main-background);
}
.ui.segment:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}
.segment .ui.list .item {
  background-color: transparent;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.center.aligned.menu {
  justify-content: center;
}
.text.center.aligned {
  text-align: center;
}
.ellipsis:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.link {
  cursor: pointer;
}
.ui.icon.header .circular.icon {
  display: flex;
  justify-content: center;
}
a {
  cursor: pointer;
}
.segment.hidden {
  display: none;
}
.hidden:not(.divider) {
  display: none !important;
}
.nomargin {
  margin: 0 !important;
}
.text.align.left {
  text-align: left;
}
.left.floated {
  float: left;
}
.right.floated {
  float: right;
}
@media (max-width: 1023px) {
.desktop-and-up {
    display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-and-below {
    display: none !important;
}
}
@media (max-width: 767px) {
.tablet-and-up {
    display: none !important;
}
}
@media (min-width: 768px) {
.tablet-and-below {
    display: none !important;
}
}
@media (min-width: 769px) {
.mobile-only {
    display: none !important;
}
}
.expandable:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}
.ui.list .list.icon {
  padding-left: 0;
}
.ui.dropdown .item[disabled] {
  display: none;
}
span.diff.added {
  background-color: rgba(0, 255, 0, 0.25);
}
span.diff.removed {
  background-color: rgba(255, 0, 0, 0.25);
}
.default-cover {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
.discrete {
  color: var(--discrete-text-color);
}
.really.discrete {
  color: var(--really-discrete-text-color);
}
.ui.inverted.dimmer {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer {
  color: var(--dimmer-color);
}
.symbol.left::after {
  padding-right: 0.25em;
}
.symbol.right::after {
  padding-left: 0.25em;
}
.symbol.middle::after {
  padding: 0 0.25em;
}
.symbol.at::after {
  content: "@";
}
.symbol.slash::after {
  content: "/";
}
.symbol.pipe::after {
  content: "|";
}
.symbol.middledot::after {
  content: "·";
}
.symbol.infinity::after {
  content: "∞";
}
.symbol.single::after {
  content: "1";
}
.symbol.hashtag::after {
  content: "#";
}
.symbol.ellipses::after {
  content: "…";
}
.symbol.doubledot::after {
  content: "..";
}
.symbol.hyphen::after {
  content: "-";
}
.symbol.colon::after {
  content: ":";
}
.symbol.percent::after {
  content: "%";
}
.component-action-table .count.field {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields {
  margin: 0;
}
.component-album-card.card.app-card > .head-image > .icon {
  margin: 0.5em;
}
#avatarLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.tiny.avatar {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label {
  align-content: center;
  padding: 4px 8px;
}
#radioFilterLabel {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#addFilter {
  margin: 0 0 0 0.85714286em;
}
:not(.active) button.title {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button {
  margin-top: 0.5em;
}
button.reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
.button.icon.tiny {
  padding: 0.5em !important;
}
.floated.buttons .button ~ .dropdown {
  border-left: none;
}
.header-buttons > .buttons {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons {
  margin: 0;
}
.ui.really.basic.button:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group > *:not(:first-child) {
  margin-left: 0.5em;
}
.ui.borderless.button {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.ui.dropdown .menu > .item {
  background: var(--dropdown-background);
}
.ui.circular.button {
  padding: 0.78571429em;
}
.ui.circular.button > i {
  margin-right: 0;
}
.icon.button > i {
  margin-right: 0;
}
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
  color: white;
}
.ui.button:disabled, .ui.buttons .disabled.button:not(.basic), .ui.disabled.active.button, .ui.disabled.button, .ui.disabled.button:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
.card {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card, .force-dark-theme.force-dark-theme.force-dark-theme .card {
  border-color: var(--hover-background-color) !important;
}
.content-form {
  background: var(--input-background);
}
.content-form .segment {
  background: none;
}
.content-form .segment:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu {
  background: none;
  margin-top: -0.5em;
}
.content-form .input {
  width: 100%;
}
.component-copy-input .message {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
.component-empty-state .ui.header .content {
  text-align: center;
  display: block;
}
.favorite-icon.favorited {
  animation: 0.5s linear burst;
  outline-color: transparent;
}
@keyframes burst {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
.ui.basic.button.really.favorite-icon {
  box-shadow: none;
}
.ui.form select.dropdown {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown, .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
.ui.form select.dropdown {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown, .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
.ui.form label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
.ui.checkbox label {
  cursor: pointer;
  color: var(--text-color);
}
input + .help {
  margin-top: 0.5em;
}
.component-form .parent.checkbox {
  margin: 1em 0;
}
.component-form .child.checkbox {
  margin-left: 1em;
}
.ui.labeled.input input,
.ui.labeled.input .label {
  background-color: var(--input-background);
}
.ui.labeled.input input::-moz-placeholder, .ui.labeled.input .label::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input::placeholder,
.ui.labeled.input .label::placeholder {
  color: var(--input-placeholder-color);
}
.ui.icon.input > .icon {
  color: var(--input-color);
}
#updatePlaylistLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#updatePlaylistLabel:before {
  content: "​";
}
.ui.toggle.checkbox label::before {
  background-color: var(--input-selection-background);
}
.component-file-upload .file-uploads.ui.button {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div:not(.divider) {
  padding: 1em;
}
.channel-file {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file > :first-child {
  width: 3em;
}
.channel-file .header {
  margin: 0 1em;
}
.channel-file .header .sub.header {
  margin-top: 0.5em;
}
.component-fs-browser {
  max-height: 400px;
  overflow-y: auto;
}
.component-fs-logs {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
.header.with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.header.with-actions .actions {
  font-weight: normal;
  font-size: 0.6em;
}
.ui.header .content {
  display: block;
}
.component-label.huge.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ui.menu .item > .label {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > .modals {
  z-index: 99999 !important;
}
.modal > .header {
  text-align: center;
}
.component-pagination .ui.pagination.menu .item {
  cursor: pointer;
}
.ui.pagination.menu {
  margin-top: 1em;
}
.ui.pagination.menu + span {
  margin-left: 1em;
}
.ui.pagination.menu {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item {
  color: var(--discrete-background-color);
}
.placeholder.image {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large {
  width: 8em;
  height: 8em;
}
.placeholder.image {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular {
  border-radius: 50%;
}
.placeholder.image.static {
  animation: none;
}
.placeholder.image.shifted {
  margin-top: -15px;
}
.component-placeholder {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment {
  min-height: auto;
}
.component-placeholder.ui.segment .field, .component-placeholder.ui.segment textarea, .component-placeholder.ui.segment .ui.input, .component-placeholder.ui.segment .button {
  max-width: 100%;
}
.component-play-button button.item {
  width: 100%;
}
.component-play-button > .floating.dropdown:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}
#audio-bars {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
.audio-bar {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes sound {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes sound1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound2 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound3 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes sound4 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound5 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound6 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound7 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound8 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1;
}
.audio-bar:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3;
}
.audio-bar:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4;
}
.audio-bar:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6;
}
.audio-bar:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7;
}
.audio-bar:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8;
}
.ui.bottom-player {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar {
  height: 0.2rem;
}
.ui.bottom-player > .segment.fixed-controls {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls-row {
    padding: 0 1em;
    justify-content: space-around;
}
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek {
  opacity: 0.4;
}
@keyframes MOVE-BG {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
.ui.bottom-player > .segment.fixed-controls .discrete.link {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i,
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.fluid) {
    width: 20%;
}
.ui.bottom-player > .segment.fixed-controls .controls.queue-controls {
    width: 32.5%;
}
.ui.bottom-player > .segment.fixed-controls .controls.progress-controls {
    width: 10%;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls {
    gap: 8px;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls i {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls.small, .ui.bottom-player > .segment.fixed-controls .controls .small {
    font-size: 0.9em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls i {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
    line-height: 1em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i {
  color: var(--vibrant-color);
}
.component-player .controls {
  display: flex;
}
.component-player .fake-dropdown {
  display: flex;
  z-index: 2;
}
.component-playlist-editor .duplicate-tracks-list {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes scroll-text {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque, .force-dark-theme.force-dark-theme.force-dark-theme .opaque {
  background-color: rgba(41, 37, 37, 0.8);
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque, .force-light-theme.force-light-theme.force-light-theme .opaque {
  background-color: rgba(255, 255, 255, 0.8);
}
.opaque {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
.queue-controls {
    height: 4rem;
}
}
.ui.clearing.segment {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
.queue-enter-active,
.queue-leave-active {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
.queue-enter-from,
.queue-leave-to {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
.component-queue.main {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
.component-queue.main > .button {
    display: none;
}
}
.component-queue .queue.segment #player {
  padding: 0em;
}
.component-queue .queue.segment #player > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column {
  overflow-y: auto;
}
.component-queue .queue-column .table {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td {
  border: none;
}
.component-queue td:first-child {
  padding-left: 1em !important;
}
.component-queue td:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell {
  width: 4em;
}
.component-queue .mini.image {
  width: 40px;
}
@media (max-width: 1023px) {
.component-queue .queue.segment {
    padding: 0;
}
}
.component-queue .queue.segment > .container {
  margin: 0 !important;
}
@media (max-width: 1023px) {
.component-queue .handle {
    display: none;
}
}
@media (max-width: 767px) {
.component-queue .duration-cell {
    display: none;
}
}
.component-queue .fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
.component-queue .fixed-header {
    padding: 1em;
}
}
@media (min-width: 1024px) {
.component-queue .fixed-header {
    right: 1em;
    left: 38%;
}
}
.component-queue .fixed-header .header .content {
  display: block;
}
.component-queue .current-track #player {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
.component-queue .current-track #player {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
.component-queue .current-track #player > .image {
    max-height: 50vh;
}
}
.component-queue .current-track #player > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1 {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper,
.component-queue .warning.message {
  width: 25em;
}
.component-queue .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress {
  margin: 1.5rem 0;
}
.component-queue .timer {
  font-size: 0.7em;
}
.component-queue .progress {
  cursor: pointer;
}
.component-queue .player-controls {
  display: flex;
}
.component-queue .player-controls .control:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i {
  font-size: 2em;
}
.component-queue .handle {
  cursor: grab;
}
.component-queue .sortable-chosen {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message {
  margin-top: 1em !important;
  margin-right: 1em;
}
.theme-light .cover-container.fullscreen {
  background: #fff;
}
.component-queue #queue-grid {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue {
  position: relative;
}
@media (max-width: 1023px) {
.component-queue #queue-grid {
    grid-template-columns: 1fr 0;
}
.component-queue #queue-grid.show-player #queue {
    display: none;
}
.component-queue #queue-grid.show-queue #player {
    display: none;
}
}
.component-queue #queue-grid #player {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling {
  animation: scroll-text 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas,
.component-queue #queue-grid #player .cover-container .cover img {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1,
.component-queue #queue-grid #player .cover-container .track-info h2 {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip {
  pointer-events: none;
}
.component-queue .queue-item > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.component-queue .queue-item .title.ellipsis {
    max-width: 35vw;
}
}
.component-queue .queue-item {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i {
  color: var(--player-color);
}
.drag-container:not(.dragging) .hover .queue-item {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.component-settings-group .ui.checkbox p {
  margin-top: 1rem;
}
.search-wrapper .category.search .results .category:last-child .results {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
@media (min-width: 1201px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
.sidebar .logo.bordered.icon {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path {
  fill: white;
}
.sidebar .tab {
  flex-direction: column;
}
.component-sidebar .ui.search .input {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt {
  border-radius: 0;
}
.component-sidebar .ui.search .results {
  vertical-align: middle;
}
.component-sidebar .ui.search .name {
  vertical-align: middle;
}
.component-sidebar.sidebar {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
.component-sidebar.sidebar > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar .menu .item.collapse-button-wrapper {
    padding: 0;
}
.component-sidebar.sidebar .collapse.button {
    display: none !important;
}
}
@media (max-width: 1024px) {
.component-sidebar.sidebar {
    position: static !important;
    width: 100% !important;
}
.component-sidebar.sidebar.collapsed .player-wrapper,
  .component-sidebar.sidebar.collapsed .search,
  .component-sidebar.sidebar.collapsed .signup.segment,
  .component-sidebar.sidebar.collapsed nav.secondary {
    display: none;
}
}
.component-sidebar.sidebar > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.component-sidebar .tabs {
    max-height: 500px;
}
}
.component-sidebar .ui.tab.active {
  display: flex;
}
.component-sidebar .tab[data-tab=queue] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper {
  width: 100%;
}
.component-sidebar .sidebar .segment {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item {
  font-size: 1.5em;
}
.component-sidebar .logo {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
.component-sidebar.collapsed .search-wrapper {
    padding: 0;
}
}
.component-sidebar .ui.search {
  display: flex;
}
.component-sidebar .ui.message.black {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image {
  width: 100%;
}
.component-sidebar nav.top {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item,
.component-sidebar nav.top > .right.menu > .item {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label,
.component-sidebar nav.top > .item > .dropdown > .label,
.component-sidebar nav.top > .right.menu > .item > .label,
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label {
  margin-right: 0;
}
.component-sidebar .logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
.component-sidebar .logo-wrapper {
    margin: 0;
}
}
.component-sidebar .logo-wrapper img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
.component-sidebar .logo-wrapper img {
    height: 1.5em;
}
}
.ellipsis-rows tr > td:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.ui.table > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
}
td.align.right {
  text-align: right;
}
.ui.basic.table > tbody > tr {
  border-bottom: var(--table-border);
}
.component-tags-list .ui.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag {
  margin: 0.25em;
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
label .tooltip {
  margin-left: 1em;
}
.component-track-widget .play-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
.component-track-widget .play-overlay {
    top: 2.5em;
    left: 2.5em;
}
}
.component-track-widget .refresh.icon {
  float: right;
}
.component-track-widget .ui.divided.items > .item:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
.component-track-widget .divided.items > .track-item.inline {
    width: 25em;
    float: left;
    border-top: none;
}
.component-track-widget .divided.items > .track-item.inline, .component-track-widget .divided.items > .track-item.inline:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
.track-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content {
  flex-grow: 1;
}
.track-table .row:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
.track-row.row {
  align-content: center;
}
.track-row.row:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time {
  position: relative;
  top: 14px;
}
.track-row .ui.really.tiny.button.play-button,
.track-table.row .ui.really.tiny.button.play-button {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused,
.track-table.row .ui.icon.really.tiny.button.play-button.paused {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown,
.track-table.row .ui.floating.dropdown {
  visibility: hidden;
}
.track-row .ui.favorite-icon,
.track-table.row .ui.favorite-icon {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink,
.track-table.row .ui.favorite-icon.pink {
  visibility: visible;
}
.track-row .actions,
.track-table.row .actions {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column,
.track-table.row .actions.left.floated.column {
  width: 3% !important;
}
.track-row .meta.right.floated.column:not(.mobile),
.track-table.row .meta.right.floated.column:not(.mobile) {
  width: 45px;
}
.track-row .content,
.track-row .meta,
.track-row .image,
.track-table.row .content,
.track-table.row .meta,
.track-table.row .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper,
.track-table.row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column,
.track-table.row .image.column {
  padding: 8px;
}
.track-row .track_image,
.track-table.row .track_image {
  height: 40px;
}
.track-row.active {
  background: rgba(155, 155, 155, 0.2);
}
.track-row:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile,
.track-row.mobile {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile:hover,
.track-row.mobile:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div,
.track-row.mobile > div {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button,
.track-table.mobile .meta,
.track-row.mobile .modal-button,
.track-row.mobile .meta {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art,
.track-row.mobile .meta.with-art {
  align-items: right;
}
.track-table.mobile .modal-button.with-art,
.track-row.mobile .modal-button.with-art {
  align-items: center;
}
.track-table.mobile .actions div,
.track-row.mobile .actions div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button,
.track-row.mobile .ui.favorite-icon.button {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image,
.track-row.mobile .ui.artist-track.mini.image {
  width: 45px;
}
.track-table.mobile .track-title.mobile,
.track-row.mobile .track-title.mobile {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator,
.track-row.mobile .track-title.mobile.play-indicator {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column,
.track-row.mobile .image.left.floated.column {
  width: 61px;
}
.track-row:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon {
  visibility: visible;
}
.track-row,
.track-table {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div:not(.mobile),
.track-table > div:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button,
.track-table .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile,
.track-table .mobile {
  -webkit-tap-highlight-color: transparent;
}
.track-position {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.ui.overlay.fullscreen.modal .track-modal-title,
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.track-table.podcast.row,
.track-row.podcast.row {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image,
.track-row.podcast.row .ui.artist-track.mini.image {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column,
.track-row.podcast.row .image.left.floated.column {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column,
.track-row.podcast.row .content.left.floated.column {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title,
.track-row.podcast.row .content.left.floated.column .podcast-episode-title {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.component-user-link .tiny.circular.avatar {
  width: 1.7em;
  height: 1.7em;
}
.ui.overlay.fullscreen.modal .user-modal-title,
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a {
  color: var(--text-color);
  text-decoration: none;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-volume-control {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup {
  display: none;
}
.ui.dimmer {
  background-color: var(--dimmer-background);
}
.ui.loading.form:before {
  background-color: var(--dimmer-background);
}
.page-about p {
  text-align: justify;
}
.page-about .ui.list .list.icon {
  padding: 0;
}
.page-about .ui.basic.segment {
  margin: 0;
}
.page-about section.ui.segment.head {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr:last-child {
  border-bottom: 0;
}
.page-about h1.header, .page-about h1 .sub.header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-about .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod {
  font-size: 110%;
  display: block;
}
.page-about .signup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item {
  color: var(--vibrant-color);
}
.page-about .statistics-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
.page-about .about-pod-info-container {
    flex-direction: row-reverse;
}
.page-about .about-pod-info-container .about-pod-info-toc {
    width: 25%;
}
.page-about .about-pod-info-container .about-pod-info {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
.page-about .about-pod-info-container {
    padding: 0 2em;
}
.page-about .ui.horizontally.fitted.stripe.basic.segment {
    padding-top: 0px;
}
.page-about .ui.basic.vertically.fitted.stripe.segment.content {
    padding: 0px;
}
.page-about .ui.head.vertical.center.aligned.stripe.segment {
    border-radius: 0 !important;
}
.page-about .statistics-container .statistics-statistic {
    flex-basis: 50%;
}
.page-about .features-container .column {
    padding: 0 !important;
}
.page-about .features-container .column + .column table {
    border-top: 0;
}
}
.page-about h3.ui.header i {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content {
  flex-grow: initial;
}
.page-about .ui.card .pod-description {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p {
  margin: auto;
  padding: 1.2em;
}
.page-admin-account-detail .placeholder.segment {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota] {
  max-width: 7em;
}
.page-admin-domain-detail .placeholder.segment {
  width: 100%;
}
.page-admin-library .ui.menu .item > .label {
  position: absolute;
  right: -2em;
}
#excludeCompilation {
  margin-top: 0;
}
#excludeCompilation input {
  margin-top: 0.7rem;
}
#excludeHeader {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.multiple.search.dropdown > input.search {
  width: auto;
}
.page-home .ui.list .list.icon {
  padding: 0;
}
.page-home h1.header, .page-home h1 .sub.header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
.page-home h1.ui.header {
    font-size: 3em;
}
}
.page-home h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-home .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod {
  font-size: 110%;
  display: block;
}
#renderedDescription {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#renderedDescription p {
  margin: 0;
}
#renderedDescription *:not(:first-child) {
  display: none;
}
.page-library .ui.cards {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card {
  min-height: 200px;
}
.page-library .ui.segment.head {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
.page-library .ui.segment.head .segment-content {
    padding: 4em;
}
}
.page-library .ui.segment.head.with-background .header,
.page-library .ui.segment.head.with-background .header .sub {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-notifications .event .ui.label.avatar {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
.page-profile .ui.header > img.image {
  width: 8em;
}
.theme-light {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
.direction-rtl .theme-dark,
.direction-rtl .theme-light {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
.has-background-light {
  background-color: var(--fw-gray-100);
}
* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
.funkwhale,
:root {
  --fw-border-radius: 8px;
}
:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
.funkwhale:not(:has(> .loader-container)):has(> .loader) {
  position: relative;
  margin-bottom: 100%;
}
.funkwhale.loader-container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-container {
  position: relative;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
.loader {
  border-radius: 50%;
  animation: spin 0.6s linear 8; /* spin 8x, i.e. 4.9s ;-) */
  font-size: 1.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.75em;
  margin-top: -0.75em;
  text-indent: -9999em;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .loader, .force-light-theme.force-light-theme.force-light-theme .loader {
  border-top: 0.2em solid rgba(0, 0, 0, 0.2);
  border-right: 0.2em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.2em solid rgba(0, 0, 0, 0.2);
  border-left: 0.2em solid rgba(0, 0, 0, 0.7);
}
.loader {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .loader, .force-dark-theme.force-dark-theme.force-dark-theme .loader {
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid rgba(255, 255, 255, 0.7);
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/*TODO: Check if we want to implement W3C recommended pointers (as Tailwind v4 is going that route, it's going to be the default again)*/
.funkwhale.split-button {
  cursor: var(--cursor, pointer);
}
.funkwhale.split-button .button {
  display: inline-flex;
  align-items: center;
}
.funkwhale.split-button .button.split-main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid var(--border-color);
}
.funkwhale.split-button .button.split-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.funkwhale.button {
  cursor: var(--cursor, pointer);
  --padding: 16px;
  --shift-by: 0.5px;
  gap: 8px;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
}
.funkwhale.button:not([disabled]) {
  cursor: pointer;
}
.funkwhale.button {
  padding: calc(var(--padding) / 2 - var(--shift-by)) var(--padding) calc(var(--padding) / 2 + var(--shift-by)) var(--padding);
}
.funkwhale.button.is-icon-only {
  padding: var(--padding);
}
.funkwhale.button {
  font-family: var(--font-family);
  font-weight: var(--v55ed318d);
  font-size: 14px;
  line-height: 14px;
  transform: translateX(var(--fw-translate-x)) translateY(var(--fw-translate-y)) scale(var(--fw-scale));
  transition: all 0.2s ease;
}
.funkwhale.button.is-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.funkwhale.button {
  border-radius: var(--fw-border-radius);
}
.funkwhale.button.is-round {
  border-radius: 100vh;
}
.funkwhale.button[disabled] {
  font-weight: normal;
  pointer-events: none;
}
.funkwhale.button.is-loading > span {
  opacity: 0;
}
.funkwhale.button > span {
  position: relative;
  top: calc(0px - var(--shift-by));
}
.funkwhale.button > i.bi {
  font-size: 18px;
  margin: -2px 0;
}
.funkwhale.button > i.bi.large {
  font-size: 32px;
  margin: -8px 0;
}
.funkwhale.button.is-icon-only i.bi {
  margin: -6px;
}
.funkwhale.button.is-icon-only i.bi.large {
  margin: -8px;
}
.funkwhale.button:has(> i) {
  gap: 10px;
}
._badge_19gpq_2._badge_19gpq_2._badge_19gpq_2 {
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: block;
}
._spacer_veauq_1 {
  width: var(--v85c8d492);
  height: var(--v1241dc85);
  margin: var(--v0d851b36);
  flex-grow: var(--v29056714);
  flex-shrink: var(--v035e6d4a);
  transition: flex-grow 0.2s, flex-shrink 0.2s;
  position: relative;
}
._spacer_veauq_1._has-title_veauq_10::after {
  position: absolute;
  inset: calc(50% - 1em);
  content: var(--fcc2313a);
}
._spacer_veauq_1 {
  pointer-events: none;
}._layout_1dwkm_1 {
  transition: all 0.15s;
  /* Override --gap with your preferred value */
  gap: var(--gap, var(--v5c6559d6));
}
._layout_1dwkm_1:not(._gap_1dwkm_6) {
  gap: 0;
}
._layout_1dwkm_1 {
  /* Growth */
}
._layout_1dwkm_1:has(>.grow) > :not(.grow) {
  flex-grow: 0;
}
._layout_1dwkm_1 {
  /* Layout strategy */
}
._layout_1dwkm_1[layout=columns] {
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-width: var(--v05b225ec);
       column-width: var(--v05b225ec);
  display: block;
  -moz-column-rule: 1px solid var(--v5c58e940);
       column-rule: 1px solid var(--v5c58e940);
}
._layout_1dwkm_1[layout=grid] {
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--v05b225ec));
  grid-auto-flow: row dense;
  align-items: baseline;
}
._layout_1dwkm_1[layout=grid-custom] {
  display: grid;
  grid: var(--v1842fcca);
  grid-auto-flow: row dense;
}
._layout_1dwkm_1[layout=grid] > *, ._layout_1dwkm_1[layout=grid-custom] > * {
  /* Set this global variable through `width` */
  grid-column: var(--grid-column);
}
._layout_1dwkm_1[layout=stack] {
  display: flex;
  flex-direction: column;
}
._layout_1dwkm_1[layout=flex] {
  display: flex;
  flex-direction: row;
  flex-wrap: var(--a86e9c16);
}
/* Any heading */
:is(h1, h2, h3, h4, h5, h6)._heading_12h33_3 { margin: 0; padding:0; vertical-align: baseline; align-self: baseline; scroll-margin: 1.2em;
}

/* Page heading */
:is(*, ._vp-doc_12h33_6 h3)._pageheading_12h33_6 { font-size: 36px; font-weight: 900; letter-spacing: -1px;
}

/* TODO: Decide on a size. All mockups on https://design.funkwhale.audio/ have 20px. */
:is(*, ._vp-doc_12h33_6 h3)._largesectionheading_12h33_9 { font-size: 28px; font-weight: 700; letter-spacing: -.5px;
}

/* Section heading, Modal heading [DEFAULT] */
:is(*, ._vp-doc_12h33_6 h3)._sectionheading_12h33_12 { font-size: 20px; font-weight: 700; letter-spacing: -.5px;
}

/* Form subsection */
:is(*, ._vp-doc_12h33_6 h3)._subsectionheading_12h33_15 {font-size: 16px; font-weight: 600; letter-spacing: 0;
}

/* input caption */
:is(*, ._vp-doc_12h33_6 h3)._caption_12h33_18 {font-size: 14px; font-weight: 600; letter-spacing: .25px;
}

/* Tab title, Channel title, Card title, Activity title */
:is(*, ._vp-doc_12h33_6 h3)._title_12h33_21 { font-size: 16px; font-weight: 700; line-height: 18px;
}

/* Primary radio title */
:is(*, ._vp-doc_12h33_6 h3)._radio_12h33_24 { font-size: 28px; font-weight: 900; letter-spacing: -.5px;
}

/* Secondary radio title */
:is(*, ._vp-doc_12h33_6 h3)._secondary_12h33_27 { font-size: 28px; font-weight: 300; letter-spacing: -.5px;
}
.funkwhale.modal {
  background: var(--background-color);
  box-shadow: 0 2px 12px 2px var(--shadow-color);
  border-radius: 1rem;
  max-width: var(--v0e5ed73a);
  width: 100%;
  display: grid;
  max-height: 90vh;
  min-height: var(--v015759a2);
  grid-template-rows: auto 1fr auto;
  position: relative;
}
.funkwhale.modal.isdestructive {
  border-top: 24px solid var(--fw-red-400);
}
.funkwhale.modal.isdestructive h2.destructive-header {
  color: var(--fw-red-400);
}
.funkwhale.modal > h2 {
  font-size: 1.25em;
  padding: 1.625rem 4.5rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.funkwhale.modal > h2 > .funkwhale.button {
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-49%);
}
.funkwhale.modal .modal-content {
  padding: 1rem 2rem 3rem 2rem;
  overflow: auto;
  position: relative;
}
.funkwhale.modal .modal-content > .alert-container {
  position: sticky;
  top: -1rem;
  margin: -1rem -2rem 1rem;
  display: grid;
  grid-template-rows: 1fr;
}
.funkwhale.modal .modal-content > .alert-container.v-enter-active, .funkwhale.modal .modal-content > .alert-container.v-leave-active {
  transition: grid-template-rows 0.2s ease;
}
.funkwhale.modal .modal-content > .alert-container.v-enter-from, .funkwhale.modal .modal-content > .alert-container.v-leave-to {
  grid-template-rows: 0fr;
}
.funkwhale.modal .modal-content > .alert-container > div {
  overflow: hidden;
}
.funkwhale.modal .modal-shadow-top {
  z-index: 2;
  height: 16px;
  width: 100%;
  position: absolute;
  top: 60px;
  background: linear-gradient(var(--background-color), color-mix(in oklab, var(--background-color) 50%, transparent), color-mix(in oklab, var(--background-color) 20%, transparent), transparent);
}
.funkwhale.modal .modal-shadow-bottom {
  height: 32px;
  margin-top: -32px;
  position: sticky;
  bottom: 0px;
  background: linear-gradient(transparent, color-mix(in oklab, var(--background-color) 20%, transparent), color-mix(in oklab, var(--background-color) 50%, transparent), var(--background-color));
}
.funkwhale.modal .modal-shadow-bottom:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.funkwhale.modal .modal-actions {
  padding: 0 2rem 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.funkwhale.modal .modal-actions > :first-child {
  margin-left: 0px !important;
}
.funkwhale.modal .modal-actions > :last-child {
  margin-right: 0px !important;
}
.funkwhale.modal .modal-actions {
  position: relative;
}
.funkwhale.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funkwhale.overlay.v-enter-active, .funkwhale.overlay.v-leave-active {
  transition: opacity 0.2s ease;
}
.funkwhale.overlay.v-enter-active .funkwhale.modal, .funkwhale.overlay.v-leave-active .funkwhale.modal {
  transition: transform 0.2s ease;
}
.funkwhale.overlay.v-enter-from, .funkwhale.overlay.v-leave-to {
  opacity: 0;
}
.funkwhale.overlay.v-enter-from .funkwhale.modal, .funkwhale.overlay.v-leave-to .funkwhale.modal {
  transform: translateY(1rem);
}
.funkwhale.overlay.v-leave-to .funkwhale.modal {
  transform: translateY(-1rem);
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a, .force-light-theme.force-light-theme.force-light-theme else a, else .force-light-theme.force-light-theme.force-light-theme a, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary, .force-light-theme.force-light-theme.force-light-theme else a.is-secondary, else .force-light-theme.force-light-theme.force-light-theme a.is-secondary, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a, .force-dark-theme.force-dark-theme.force-dark-theme else a, else .force-dark-theme.force-dark-theme.force-dark-theme a, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary, else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}
hr:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}
hr:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
.funkwhale,
.funkwhale * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") 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: -0.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-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-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.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-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.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-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-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::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::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-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::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::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-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-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-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-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-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-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-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-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-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-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-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-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-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-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";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "豈";
}
.bi-suitcase2-fill::before {
  content: "更";
}
.bi-suitcase2::before {
  content: "車";
}
.bi-vignette::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised,
.force-light-theme.force-light-theme.force-light-theme .default.raised,
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .primary.raised,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive,
.force-light-theme.force-light-theme.force-light-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button,
.force-light-theme.force-light-theme.force-light-theme .blue.raised,
.force-light-theme.force-light-theme.force-light-theme .blue .action > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button,
.force-light-theme.force-light-theme.force-light-theme .red.raised,
.force-light-theme.force-light-theme.force-light-theme .red .action > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button,
.force-light-theme.force-light-theme.force-light-theme .purple.raised,
.force-light-theme.force-light-theme.force-light-theme .purple .action > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button,
.force-light-theme.force-light-theme.force-light-theme .green.raised,
.force-light-theme.force-light-theme.force-light-theme .green .action > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button,
.force-light-theme.force-light-theme.force-light-theme .yellow.raised,
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary,
.force-dark-theme.force-dark-theme.force-dark-theme .primary {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive,
.force-dark-theme.force-dark-theme.force-dark-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue,
.force-dark-theme.force-dark-theme.force-dark-theme .blue {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red,
.force-dark-theme.force-dark-theme.force-dark-theme .red {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple,
.force-dark-theme.force-dark-theme.force-dark-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green,
.force-dark-theme.force-dark-theme.force-dark-theme .green {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid, :is(.VPDoc .vp-doc, .funkwhale).solid,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active,
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html {
  scroll-behavior: smooth;
}
:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large {
  width: 15em;
  height: 15em;
}
.two-images.large img {
  width: 11em;
}
.two-images img {
  width: 2.5em;
  position: absolute;
}
.two-images img:last-child {
  bottom: 0;
  left: 0;
}
.two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card, .channel-serie-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls, .channel-serie-card .controls {
  margin-right: 1em;
}
.channel-entry-card .image, .channel-serie-card .image {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images, .channel-serie-card .two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large, .channel-serie-card .two-images.large {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img, .channel-serie-card .two-images.large img {
  width: 11em;
}
.channel-entry-card .two-images img, .channel-serie-card .two-images img {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img:last-child, .channel-serie-card .two-images img:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img:first-child, .channel-serie-card .two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content, .channel-serie-card .content {
  flex-grow: 1;
}
.album-entries > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content {
  flex-grow: 1;
}
.ui.artist-label .icon {
  width: 2em;
}
.ui.artist-label.rounded {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img {
  border-radius: 50%;
  vertical-align: middle;
}
.album-entry:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
.album-entry, .channel-entry-card {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta, .channel-entry-card .meta {
  text-align: right;
  min-width: 7em;
}
.album-entry > div, .channel-entry-card > div {
  padding: 0.25em;
}
.album-entry > div:not(:last-child), .channel-entry-card > div:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active, .channel-entry-card.active {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry:hover, .channel-entry-card:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button, .channel-entry-card .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
.channel-image {
  width: 200px;
  height: 200px;
}
.channel-image.large {
  width: 8em !important;
}
.channel-type.field .radio {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected, .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected, .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.main.with-background, .opaque {
  background: var(--background-color);
}
.main.pusher > .ui.secondary.menu {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
.when-queue-focused .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
.when-queue-focused {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#app > :not(.queue-focused) .when-queue-focused {
    display: none;
}
}
#app > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container {
  bottom: 5rem;
  pointer-events: none;
}
.toast-container {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div {
  pointer-events: auto;
}
#footer {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#app > div > main, #app > .main {
  flex: 1;
}
#app > div > .main.pusher,
#app > div > .footer {
  position: relative;
}
@media (min-width: 1025px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
#app > div > .main.pusher,
#app > div > .footer {
  transform: none !important;
}
.ui.small.text.container {
  max-width: 500px !important;
}
.column .ui.text.container {
  max-width: 100% !important;
}
.main.pusher.hidden {
  display: none;
}
.main.pusher > .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
.main.pusher > .ui.secondary.menu {
    padding: 0 2.5rem;
}
}
.main.pusher > .ui.secondary.menu .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui.stripe.segment,
#footer {
  padding: 1em;
}
.ui.stripe.segment.ui.container,
#footer.ui.container {
  margin: 0;
}
@media (min-width: 769px) {
.ui.stripe.segment,
  #footer {
    padding: 2em;
}
}
@media (min-width: 1201px) {
.ui.stripe.segment,
  #footer {
    padding: 3em;
}
}
.stripe.segment > .secondary.menu:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.ui.small.divider {
  margin: 0.5rem 0;
}
.ui.very.small.divider {
  margin: 0.25rem 0;
}
.ui.horizontal.divider {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
.dimmed .ui.bottom-player {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#app > .queue-focused .queue-not-focused {
    display: none;
}
}
.ui.vertical.segment {
  color: var(--main-color);
  background: var(--main-background);
}
.ui.segment:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}
.segment .ui.list .item {
  background-color: transparent;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.center.aligned.menu {
  justify-content: center;
}
.text.center.aligned {
  text-align: center;
}
.ellipsis:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.link {
  cursor: pointer;
}
.ui.icon.header .circular.icon {
  display: flex;
  justify-content: center;
}
a {
  cursor: pointer;
}
.segment.hidden {
  display: none;
}
.hidden:not(.divider) {
  display: none !important;
}
.nomargin {
  margin: 0 !important;
}
.text.align.left {
  text-align: left;
}
.left.floated {
  float: left;
}
.right.floated {
  float: right;
}
@media (max-width: 1023px) {
.desktop-and-up {
    display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-and-below {
    display: none !important;
}
}
@media (max-width: 767px) {
.tablet-and-up {
    display: none !important;
}
}
@media (min-width: 768px) {
.tablet-and-below {
    display: none !important;
}
}
@media (min-width: 769px) {
.mobile-only {
    display: none !important;
}
}
.expandable:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}
.ui.list .list.icon {
  padding-left: 0;
}
.ui.dropdown .item[disabled] {
  display: none;
}
span.diff.added {
  background-color: rgba(0, 255, 0, 0.25);
}
span.diff.removed {
  background-color: rgba(255, 0, 0, 0.25);
}
.default-cover {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
.discrete {
  color: var(--discrete-text-color);
}
.really.discrete {
  color: var(--really-discrete-text-color);
}
.ui.inverted.dimmer {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer {
  color: var(--dimmer-color);
}
.symbol.left::after {
  padding-right: 0.25em;
}
.symbol.right::after {
  padding-left: 0.25em;
}
.symbol.middle::after {
  padding: 0 0.25em;
}
.symbol.at::after {
  content: "@";
}
.symbol.slash::after {
  content: "/";
}
.symbol.pipe::after {
  content: "|";
}
.symbol.middledot::after {
  content: "·";
}
.symbol.infinity::after {
  content: "∞";
}
.symbol.single::after {
  content: "1";
}
.symbol.hashtag::after {
  content: "#";
}
.symbol.ellipses::after {
  content: "…";
}
.symbol.doubledot::after {
  content: "..";
}
.symbol.hyphen::after {
  content: "-";
}
.symbol.colon::after {
  content: ":";
}
.symbol.percent::after {
  content: "%";
}
.component-action-table .count.field {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields {
  margin: 0;
}
.component-album-card.card.app-card > .head-image > .icon {
  margin: 0.5em;
}
#avatarLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.tiny.avatar {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label {
  align-content: center;
  padding: 4px 8px;
}
#radioFilterLabel {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#addFilter {
  margin: 0 0 0 0.85714286em;
}
:not(.active) button.title {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button {
  margin-top: 0.5em;
}
button.reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
.button.icon.tiny {
  padding: 0.5em !important;
}
.floated.buttons .button ~ .dropdown {
  border-left: none;
}
.header-buttons > .buttons {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons {
  margin: 0;
}
.ui.really.basic.button:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group > *:not(:first-child) {
  margin-left: 0.5em;
}
.ui.borderless.button {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.ui.dropdown .menu > .item {
  background: var(--dropdown-background);
}
.ui.circular.button {
  padding: 0.78571429em;
}
.ui.circular.button > i {
  margin-right: 0;
}
.icon.button > i {
  margin-right: 0;
}
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
  color: white;
}
.ui.button:disabled, .ui.buttons .disabled.button:not(.basic), .ui.disabled.active.button, .ui.disabled.button, .ui.disabled.button:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
.card {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card, .force-dark-theme.force-dark-theme.force-dark-theme .card {
  border-color: var(--hover-background-color) !important;
}
.content-form {
  background: var(--input-background);
}
.content-form .segment {
  background: none;
}
.content-form .segment:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu {
  background: none;
  margin-top: -0.5em;
}
.content-form .input {
  width: 100%;
}
.component-copy-input .message {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
.component-empty-state .ui.header .content {
  text-align: center;
  display: block;
}
.favorite-icon.favorited {
  animation: 0.5s linear burst;
  outline-color: transparent;
}
@keyframes burst {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
.ui.basic.button.really.favorite-icon {
  box-shadow: none;
}
.ui.form select.dropdown {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown, .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
.ui.form select.dropdown {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown, .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
.ui.form label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
.ui.checkbox label {
  cursor: pointer;
  color: var(--text-color);
}
input + .help {
  margin-top: 0.5em;
}
.component-form .parent.checkbox {
  margin: 1em 0;
}
.component-form .child.checkbox {
  margin-left: 1em;
}
.ui.labeled.input input,
.ui.labeled.input .label {
  background-color: var(--input-background);
}
.ui.labeled.input input::-moz-placeholder, .ui.labeled.input .label::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input::placeholder,
.ui.labeled.input .label::placeholder {
  color: var(--input-placeholder-color);
}
.ui.icon.input > .icon {
  color: var(--input-color);
}
#updatePlaylistLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#updatePlaylistLabel:before {
  content: "​";
}
.ui.toggle.checkbox label::before {
  background-color: var(--input-selection-background);
}
.component-file-upload .file-uploads.ui.button {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div:not(.divider) {
  padding: 1em;
}
.channel-file {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file > :first-child {
  width: 3em;
}
.channel-file .header {
  margin: 0 1em;
}
.channel-file .header .sub.header {
  margin-top: 0.5em;
}
.component-fs-browser {
  max-height: 400px;
  overflow-y: auto;
}
.component-fs-logs {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
.header.with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.header.with-actions .actions {
  font-weight: normal;
  font-size: 0.6em;
}
.ui.header .content {
  display: block;
}
.component-label.huge.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ui.menu .item > .label {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > .modals {
  z-index: 99999 !important;
}
.modal > .header {
  text-align: center;
}
.component-pagination .ui.pagination.menu .item {
  cursor: pointer;
}
.ui.pagination.menu {
  margin-top: 1em;
}
.ui.pagination.menu + span {
  margin-left: 1em;
}
.ui.pagination.menu {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item {
  color: var(--discrete-background-color);
}
.placeholder.image {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large {
  width: 8em;
  height: 8em;
}
.placeholder.image {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular {
  border-radius: 50%;
}
.placeholder.image.static {
  animation: none;
}
.placeholder.image.shifted {
  margin-top: -15px;
}
.component-placeholder {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment {
  min-height: auto;
}
.component-placeholder.ui.segment .field, .component-placeholder.ui.segment textarea, .component-placeholder.ui.segment .ui.input, .component-placeholder.ui.segment .button {
  max-width: 100%;
}
.component-play-button button.item {
  width: 100%;
}
.component-play-button > .floating.dropdown:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}
#audio-bars {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
.audio-bar {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes sound {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes sound1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound2 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound3 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes sound4 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound5 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound6 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound7 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound8 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1;
}
.audio-bar:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3;
}
.audio-bar:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4;
}
.audio-bar:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6;
}
.audio-bar:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7;
}
.audio-bar:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8;
}
.ui.bottom-player {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar {
  height: 0.2rem;
}
.ui.bottom-player > .segment.fixed-controls {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls-row {
    padding: 0 1em;
    justify-content: space-around;
}
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek {
  opacity: 0.4;
}
@keyframes MOVE-BG {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
.ui.bottom-player > .segment.fixed-controls .discrete.link {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i,
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.fluid) {
    width: 20%;
}
.ui.bottom-player > .segment.fixed-controls .controls.queue-controls {
    width: 32.5%;
}
.ui.bottom-player > .segment.fixed-controls .controls.progress-controls {
    width: 10%;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls {
    gap: 8px;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls i {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls.small, .ui.bottom-player > .segment.fixed-controls .controls .small {
    font-size: 0.9em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls i {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
    line-height: 1em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i {
  color: var(--vibrant-color);
}
.component-player .controls {
  display: flex;
}
.component-player .fake-dropdown {
  display: flex;
  z-index: 2;
}
.component-playlist-editor .duplicate-tracks-list {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes scroll-text {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque, .force-dark-theme.force-dark-theme.force-dark-theme .opaque {
  background-color: rgba(41, 37, 37, 0.8);
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque, .force-light-theme.force-light-theme.force-light-theme .opaque {
  background-color: rgba(255, 255, 255, 0.8);
}
.opaque {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
.queue-controls {
    height: 4rem;
}
}
.ui.clearing.segment {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
.queue-enter-active,
.queue-leave-active {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
.queue-enter-from,
.queue-leave-to {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
.component-queue.main {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
.component-queue.main > .button {
    display: none;
}
}
.component-queue .queue.segment #player {
  padding: 0em;
}
.component-queue .queue.segment #player > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column {
  overflow-y: auto;
}
.component-queue .queue-column .table {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td {
  border: none;
}
.component-queue td:first-child {
  padding-left: 1em !important;
}
.component-queue td:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell {
  width: 4em;
}
.component-queue .mini.image {
  width: 40px;
}
@media (max-width: 1023px) {
.component-queue .queue.segment {
    padding: 0;
}
}
.component-queue .queue.segment > .container {
  margin: 0 !important;
}
@media (max-width: 1023px) {
.component-queue .handle {
    display: none;
}
}
@media (max-width: 767px) {
.component-queue .duration-cell {
    display: none;
}
}
.component-queue .fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
.component-queue .fixed-header {
    padding: 1em;
}
}
@media (min-width: 1024px) {
.component-queue .fixed-header {
    right: 1em;
    left: 38%;
}
}
.component-queue .fixed-header .header .content {
  display: block;
}
.component-queue .current-track #player {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
.component-queue .current-track #player {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
.component-queue .current-track #player > .image {
    max-height: 50vh;
}
}
.component-queue .current-track #player > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1 {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper,
.component-queue .warning.message {
  width: 25em;
}
.component-queue .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress {
  margin: 1.5rem 0;
}
.component-queue .timer {
  font-size: 0.7em;
}
.component-queue .progress {
  cursor: pointer;
}
.component-queue .player-controls {
  display: flex;
}
.component-queue .player-controls .control:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i {
  font-size: 2em;
}
.component-queue .handle {
  cursor: grab;
}
.component-queue .sortable-chosen {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message {
  margin-top: 1em !important;
  margin-right: 1em;
}
.theme-light .cover-container.fullscreen {
  background: #fff;
}
.component-queue #queue-grid {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue {
  position: relative;
}
@media (max-width: 1023px) {
.component-queue #queue-grid {
    grid-template-columns: 1fr 0;
}
.component-queue #queue-grid.show-player #queue {
    display: none;
}
.component-queue #queue-grid.show-queue #player {
    display: none;
}
}
.component-queue #queue-grid #player {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling {
  animation: scroll-text 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas,
.component-queue #queue-grid #player .cover-container .cover img {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1,
.component-queue #queue-grid #player .cover-container .track-info h2 {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip {
  pointer-events: none;
}
.component-queue .queue-item > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.component-queue .queue-item .title.ellipsis {
    max-width: 35vw;
}
}
.component-queue .queue-item {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i {
  color: var(--player-color);
}
.drag-container:not(.dragging) .hover .queue-item {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.component-settings-group .ui.checkbox p {
  margin-top: 1rem;
}
.search-wrapper .category.search .results .category:last-child .results {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
@media (min-width: 1201px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
.sidebar .logo.bordered.icon {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path {
  fill: white;
}
.sidebar .tab {
  flex-direction: column;
}
.component-sidebar .ui.search .input {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt {
  border-radius: 0;
}
.component-sidebar .ui.search .results {
  vertical-align: middle;
}
.component-sidebar .ui.search .name {
  vertical-align: middle;
}
.component-sidebar.sidebar {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
.component-sidebar.sidebar > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar .menu .item.collapse-button-wrapper {
    padding: 0;
}
.component-sidebar.sidebar .collapse.button {
    display: none !important;
}
}
@media (max-width: 1024px) {
.component-sidebar.sidebar {
    position: static !important;
    width: 100% !important;
}
.component-sidebar.sidebar.collapsed .player-wrapper,
  .component-sidebar.sidebar.collapsed .search,
  .component-sidebar.sidebar.collapsed .signup.segment,
  .component-sidebar.sidebar.collapsed nav.secondary {
    display: none;
}
}
.component-sidebar.sidebar > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.component-sidebar .tabs {
    max-height: 500px;
}
}
.component-sidebar .ui.tab.active {
  display: flex;
}
.component-sidebar .tab[data-tab=queue] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper {
  width: 100%;
}
.component-sidebar .sidebar .segment {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item {
  font-size: 1.5em;
}
.component-sidebar .logo {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
.component-sidebar.collapsed .search-wrapper {
    padding: 0;
}
}
.component-sidebar .ui.search {
  display: flex;
}
.component-sidebar .ui.message.black {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image {
  width: 100%;
}
.component-sidebar nav.top {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item,
.component-sidebar nav.top > .right.menu > .item {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label,
.component-sidebar nav.top > .item > .dropdown > .label,
.component-sidebar nav.top > .right.menu > .item > .label,
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label {
  margin-right: 0;
}
.component-sidebar .logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
.component-sidebar .logo-wrapper {
    margin: 0;
}
}
.component-sidebar .logo-wrapper img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
.component-sidebar .logo-wrapper img {
    height: 1.5em;
}
}
.ellipsis-rows tr > td:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.ui.table > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
}
td.align.right {
  text-align: right;
}
.ui.basic.table > tbody > tr {
  border-bottom: var(--table-border);
}
.component-tags-list .ui.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag {
  margin: 0.25em;
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
label .tooltip {
  margin-left: 1em;
}
.component-track-widget .play-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
.component-track-widget .play-overlay {
    top: 2.5em;
    left: 2.5em;
}
}
.component-track-widget .refresh.icon {
  float: right;
}
.component-track-widget .ui.divided.items > .item:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
.component-track-widget .divided.items > .track-item.inline {
    width: 25em;
    float: left;
    border-top: none;
}
.component-track-widget .divided.items > .track-item.inline, .component-track-widget .divided.items > .track-item.inline:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
.track-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content {
  flex-grow: 1;
}
.track-table .row:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
.track-row.row {
  align-content: center;
}
.track-row.row:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time {
  position: relative;
  top: 14px;
}
.track-row .ui.really.tiny.button.play-button,
.track-table.row .ui.really.tiny.button.play-button {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused,
.track-table.row .ui.icon.really.tiny.button.play-button.paused {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown,
.track-table.row .ui.floating.dropdown {
  visibility: hidden;
}
.track-row .ui.favorite-icon,
.track-table.row .ui.favorite-icon {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink,
.track-table.row .ui.favorite-icon.pink {
  visibility: visible;
}
.track-row .actions,
.track-table.row .actions {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column,
.track-table.row .actions.left.floated.column {
  width: 3% !important;
}
.track-row .meta.right.floated.column:not(.mobile),
.track-table.row .meta.right.floated.column:not(.mobile) {
  width: 45px;
}
.track-row .content,
.track-row .meta,
.track-row .image,
.track-table.row .content,
.track-table.row .meta,
.track-table.row .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper,
.track-table.row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column,
.track-table.row .image.column {
  padding: 8px;
}
.track-row .track_image,
.track-table.row .track_image {
  height: 40px;
}
.track-row.active {
  background: rgba(155, 155, 155, 0.2);
}
.track-row:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile,
.track-row.mobile {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile:hover,
.track-row.mobile:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div,
.track-row.mobile > div {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button,
.track-table.mobile .meta,
.track-row.mobile .modal-button,
.track-row.mobile .meta {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art,
.track-row.mobile .meta.with-art {
  align-items: right;
}
.track-table.mobile .modal-button.with-art,
.track-row.mobile .modal-button.with-art {
  align-items: center;
}
.track-table.mobile .actions div,
.track-row.mobile .actions div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button,
.track-row.mobile .ui.favorite-icon.button {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image,
.track-row.mobile .ui.artist-track.mini.image {
  width: 45px;
}
.track-table.mobile .track-title.mobile,
.track-row.mobile .track-title.mobile {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator,
.track-row.mobile .track-title.mobile.play-indicator {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column,
.track-row.mobile .image.left.floated.column {
  width: 61px;
}
.track-row:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon {
  visibility: visible;
}
.track-row,
.track-table {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div:not(.mobile),
.track-table > div:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button,
.track-table .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile,
.track-table .mobile {
  -webkit-tap-highlight-color: transparent;
}
.track-position {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.ui.overlay.fullscreen.modal .track-modal-title,
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.track-table.podcast.row,
.track-row.podcast.row {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image,
.track-row.podcast.row .ui.artist-track.mini.image {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column,
.track-row.podcast.row .image.left.floated.column {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column,
.track-row.podcast.row .content.left.floated.column {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title,
.track-row.podcast.row .content.left.floated.column .podcast-episode-title {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.component-user-link .tiny.circular.avatar {
  width: 1.7em;
  height: 1.7em;
}
.ui.overlay.fullscreen.modal .user-modal-title,
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a {
  color: var(--text-color);
  text-decoration: none;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-volume-control {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup {
  display: none;
}
.ui.dimmer {
  background-color: var(--dimmer-background);
}
.ui.loading.form:before {
  background-color: var(--dimmer-background);
}
.page-about p {
  text-align: justify;
}
.page-about .ui.list .list.icon {
  padding: 0;
}
.page-about .ui.basic.segment {
  margin: 0;
}
.page-about section.ui.segment.head {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr:last-child {
  border-bottom: 0;
}
.page-about h1.header, .page-about h1 .sub.header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-about .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod {
  font-size: 110%;
  display: block;
}
.page-about .signup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item {
  color: var(--vibrant-color);
}
.page-about .statistics-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
.page-about .about-pod-info-container {
    flex-direction: row-reverse;
}
.page-about .about-pod-info-container .about-pod-info-toc {
    width: 25%;
}
.page-about .about-pod-info-container .about-pod-info {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
.page-about .about-pod-info-container {
    padding: 0 2em;
}
.page-about .ui.horizontally.fitted.stripe.basic.segment {
    padding-top: 0px;
}
.page-about .ui.basic.vertically.fitted.stripe.segment.content {
    padding: 0px;
}
.page-about .ui.head.vertical.center.aligned.stripe.segment {
    border-radius: 0 !important;
}
.page-about .statistics-container .statistics-statistic {
    flex-basis: 50%;
}
.page-about .features-container .column {
    padding: 0 !important;
}
.page-about .features-container .column + .column table {
    border-top: 0;
}
}
.page-about h3.ui.header i {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content {
  flex-grow: initial;
}
.page-about .ui.card .pod-description {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p {
  margin: auto;
  padding: 1.2em;
}
.page-admin-account-detail .placeholder.segment {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota] {
  max-width: 7em;
}
.page-admin-domain-detail .placeholder.segment {
  width: 100%;
}
.page-admin-library .ui.menu .item > .label {
  position: absolute;
  right: -2em;
}
#excludeCompilation {
  margin-top: 0;
}
#excludeCompilation input {
  margin-top: 0.7rem;
}
#excludeHeader {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.multiple.search.dropdown > input.search {
  width: auto;
}
.page-home .ui.list .list.icon {
  padding: 0;
}
.page-home h1.header, .page-home h1 .sub.header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
.page-home h1.ui.header {
    font-size: 3em;
}
}
.page-home h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-home .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod {
  font-size: 110%;
  display: block;
}
#renderedDescription {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#renderedDescription p {
  margin: 0;
}
#renderedDescription *:not(:first-child) {
  display: none;
}
.page-library .ui.cards {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card {
  min-height: 200px;
}
.page-library .ui.segment.head {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
.page-library .ui.segment.head .segment-content {
    padding: 4em;
}
}
.page-library .ui.segment.head.with-background .header,
.page-library .ui.segment.head.with-background .header .sub {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-notifications .event .ui.label.avatar {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
.page-profile .ui.header > img.image {
  width: 8em;
}
.theme-light {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
.direction-rtl .theme-dark,
.direction-rtl .theme-light {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
.has-background-light {
  background-color: var(--fw-gray-100);
}
* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
.funkwhale,
:root {
  --fw-border-radius: 8px;
}
:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
.funkwhale.alert {
  padding: 2rem 2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.funkwhale.alert h2, .funkwhale.alert h3, .funkwhale.alert h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.funkwhale.alert > .actions {
  margin-left: auto;
}
.funkwhale.alert.is-notification {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 1000;
  min-width: 200px;
  max-width: 400px;
  background-color: var(--background-color);
}
.funkwhale.alert.is-notification.fade-enter-active, .funkwhale.alert.is-notification.fade-leave-active {
  transition: all 0.3s ease;
}
.funkwhale.alert.is-notification.fade-enter-from, .funkwhale.alert.is-notification.fade-leave-to {
  opacity: 0;
  transform: translateY(1rem);
}
/* TODO: Move into the style module block so as to not pollute global namespace*/
.funkwhale.input {
  position: relative;
  flex-grow: 1;

  --padding-v: 9px;
  --padding: 16px;
> input {
    border: none !important;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-family: var(--font-family);
    line-height: 28px;
    border-radius: var(--fw-border-radius);
    cursor: text;

    /*@include light-theme {
        &.raised {
          background-color: #ffffff;
          border-color: var(--border-color);
        }
    }*/
&:hover {
      box-shadow: inset 0 0 0 4px var(--border-color);
}
&:focus {
      box-shadow: inset 0 0 0 4px var(--focus-ring-color);
&:focus-visible {
        outline: none;
}
}
&::-moz-placeholder {
      color: var(--fw-placeholder-color);
}
&::placeholder {
      color: var(--fw-placeholder-color);
}
}
&.has-icon > input {
    padding-left: 36px;
}
> .label {
    margin-top: -18px;
    padding-bottom: 8px;
    font-size:14px;
    font-weight:600;
}
&:has(>[required])>.label:after {
      content: ' *';
}
& > .prefix,
  & > .input-right {
    align-items: center;
    font-size: 14px;
    color: var(--fw-placeholder-color);
}
& > .prefix {
    position: absolute;
    left: 0;
    bottom: 0;

    height: calc(100% - var(--input-label-gap));
    min-width: 48px;
    display: flex;
    color: var(--color);
& > i {
      font-size: 18px;
      margin: auto;
}
}
&:has(>.prefix)>input {
    padding-left: 40px;
}
& > .input-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    min-width: 48px;
    display: flex;
> i {
      font-size:18px;
}
> .span-right {
      padding: calc(var(--padding-v) - 1px) var(--padding) calc(var(--padding-v) + 1px) var(--padding);
> .button {
        margin-right: -16px;
        margin-top: 2px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
}
}
}
& > .search {
> i {
      font-size:18px;
}
&.button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
}
}
&:has(>.search)>input {
    padding-right: 140px;
}
& > .show-password {
    justify-content:center;
}
&:has(>.show-password)>input {
    padding-right: 40px;
}
&>.reset {
    min-width: auto;
    margin: 4px;

    /* Make button fit snuggly into rounded border */
    border-radius: 4px;
}
}

:has(>._showsTooltip_1tkt2_2:hover)>label._floating_1tkt2_2:not(:empty) {
    opacity: 1;
}
label._floating_1tkt2_2 {
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    right: 8px;
    bottom: 37px;
    font-size: 12px;
    background: var(--background-color);
    padding: 0 8px;
    outline: .5px solid currentcolor;
    pointer-events: none;
}

else a,
._funkwhale_adz9c_3._link_adz9c_3 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) else a, else :is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) a, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 else a, else ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 a, :is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._funkwhale_adz9c_3._link_adz9c_3, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._funkwhale_adz9c_3._link_adz9c_3 {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) else a._is-secondary_adz9c_11, else :is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) a._is-secondary_adz9c_11, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 else a._is-secondary_adz9c_11, else ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 a._is-secondary_adz9c_11, :is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._funkwhale_adz9c_3._link_adz9c_3._is-secondary_adz9c_11, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._funkwhale_adz9c_3._link_adz9c_3._is-secondary_adz9c_11 {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a,
._funkwhale_adz9c_3._link_adz9c_3 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) else a, else :is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) a, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 else a, else ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 a, :is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._funkwhale_adz9c_3._link_adz9c_3, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._funkwhale_adz9c_3._link_adz9c_3 {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) else a._is-secondary_adz9c_11, else :is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) a._is-secondary_adz9c_11, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 else a._is-secondary_adz9c_11, else ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 a._is-secondary_adz9c_11, :is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._funkwhale_adz9c_3._link_adz9c_3._is-secondary_adz9c_11, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._funkwhale_adz9c_3._link_adz9c_3._is-secondary_adz9c_11 {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr:not(._is-raw_adz9c_30) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) hr:not(._is-raw_adz9c_30), ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 hr:not(._is-raw_adz9c_30) {
  --fw-border-color: var(--fw-gray-200);
}
hr:not(._is-raw_adz9c_30) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) hr:not(._is-raw_adz9c_30), ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 hr:not(._is-raw_adz9c_30) {
  --fw-border-color: var(--fw-gray-800);
}
hr:not(._is-raw_adz9c_30) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
._funkwhale_adz9c_3,
._funkwhale_adz9c_3 * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") format("woff");
}
._bi_adz9c_68::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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._bi-123_adz9c_83::before {
  content: "\f67f";
}
._bi-alarm-fill_adz9c_87::before {
  content: "\f101";
}
._bi-alarm_adz9c_87::before {
  content: "\f102";
}
._bi-align-bottom_adz9c_95::before {
  content: "\f103";
}
._bi-align-center_adz9c_99::before {
  content: "\f104";
}
._bi-align-end_adz9c_103::before {
  content: "\f105";
}
._bi-align-middle_adz9c_107::before {
  content: "\f106";
}
._bi-align-start_adz9c_111::before {
  content: "\f107";
}
._bi-align-top_adz9c_115::before {
  content: "\f108";
}
._bi-alt_adz9c_119::before {
  content: "\f109";
}
._bi-app-indicator_adz9c_123::before {
  content: "\f10a";
}
._bi-app_adz9c_123::before {
  content: "\f10b";
}
._bi-archive-fill_adz9c_131::before {
  content: "\f10c";
}
._bi-archive_adz9c_131::before {
  content: "\f10d";
}
._bi-arrow-90deg-down_adz9c_139::before {
  content: "\f10e";
}
._bi-arrow-90deg-left_adz9c_143::before {
  content: "\f10f";
}
._bi-arrow-90deg-right_adz9c_147::before {
  content: "\f110";
}
._bi-arrow-90deg-up_adz9c_151::before {
  content: "\f111";
}
._bi-arrow-bar-down_adz9c_155::before {
  content: "\f112";
}
._bi-arrow-bar-left_adz9c_159::before {
  content: "\f113";
}
._bi-arrow-bar-right_adz9c_163::before {
  content: "\f114";
}
._bi-arrow-bar-up_adz9c_167::before {
  content: "\f115";
}
._bi-arrow-clockwise_adz9c_171::before {
  content: "\f116";
}
._bi-arrow-counterclockwise_adz9c_175::before {
  content: "\f117";
}
._bi-arrow-down-circle-fill_adz9c_179::before {
  content: "\f118";
}
._bi-arrow-down-circle_adz9c_179::before {
  content: "\f119";
}
._bi-arrow-down-left-circle-fill_adz9c_187::before {
  content: "\f11a";
}
._bi-arrow-down-left-circle_adz9c_187::before {
  content: "\f11b";
}
._bi-arrow-down-left-square-fill_adz9c_195::before {
  content: "\f11c";
}
._bi-arrow-down-left-square_adz9c_195::before {
  content: "\f11d";
}
._bi-arrow-down-left_adz9c_187::before {
  content: "\f11e";
}
._bi-arrow-down-right-circle-fill_adz9c_207::before {
  content: "\f11f";
}
._bi-arrow-down-right-circle_adz9c_207::before {
  content: "\f120";
}
._bi-arrow-down-right-square-fill_adz9c_215::before {
  content: "\f121";
}
._bi-arrow-down-right-square_adz9c_215::before {
  content: "\f122";
}
._bi-arrow-down-right_adz9c_207::before {
  content: "\f123";
}
._bi-arrow-down-short_adz9c_227::before {
  content: "\f124";
}
._bi-arrow-down-square-fill_adz9c_231::before {
  content: "\f125";
}
._bi-arrow-down-square_adz9c_231::before {
  content: "\f126";
}
._bi-arrow-down-up_adz9c_239::before {
  content: "\f127";
}
._bi-arrow-down_adz9c_179::before {
  content: "\f128";
}
._bi-arrow-left-circle-fill_adz9c_247::before {
  content: "\f129";
}
._bi-arrow-left-circle_adz9c_247::before {
  content: "\f12a";
}
._bi-arrow-left-right_adz9c_255::before {
  content: "\f12b";
}
._bi-arrow-left-short_adz9c_259::before {
  content: "\f12c";
}
._bi-arrow-left-square-fill_adz9c_263::before {
  content: "\f12d";
}
._bi-arrow-left-square_adz9c_263::before {
  content: "\f12e";
}
._bi-arrow-left_adz9c_247::before {
  content: "\f12f";
}
._bi-arrow-repeat_adz9c_275::before {
  content: "\f130";
}
._bi-arrow-return-left_adz9c_279::before {
  content: "\f131";
}
._bi-arrow-return-right_adz9c_283::before {
  content: "\f132";
}
._bi-arrow-right-circle-fill_adz9c_287::before {
  content: "\f133";
}
._bi-arrow-right-circle_adz9c_287::before {
  content: "\f134";
}
._bi-arrow-right-short_adz9c_295::before {
  content: "\f135";
}
._bi-arrow-right-square-fill_adz9c_299::before {
  content: "\f136";
}
._bi-arrow-right-square_adz9c_299::before {
  content: "\f137";
}
._bi-arrow-right_adz9c_287::before {
  content: "\f138";
}
._bi-arrow-up-circle-fill_adz9c_311::before {
  content: "\f139";
}
._bi-arrow-up-circle_adz9c_311::before {
  content: "\f13a";
}
._bi-arrow-up-left-circle-fill_adz9c_319::before {
  content: "\f13b";
}
._bi-arrow-up-left-circle_adz9c_319::before {
  content: "\f13c";
}
._bi-arrow-up-left-square-fill_adz9c_327::before {
  content: "\f13d";
}
._bi-arrow-up-left-square_adz9c_327::before {
  content: "\f13e";
}
._bi-arrow-up-left_adz9c_319::before {
  content: "\f13f";
}
._bi-arrow-up-right-circle-fill_adz9c_339::before {
  content: "\f140";
}
._bi-arrow-up-right-circle_adz9c_339::before {
  content: "\f141";
}
._bi-arrow-up-right-square-fill_adz9c_347::before {
  content: "\f142";
}
._bi-arrow-up-right-square_adz9c_347::before {
  content: "\f143";
}
._bi-arrow-up-right_adz9c_339::before {
  content: "\f144";
}
._bi-arrow-up-short_adz9c_359::before {
  content: "\f145";
}
._bi-arrow-up-square-fill_adz9c_363::before {
  content: "\f146";
}
._bi-arrow-up-square_adz9c_363::before {
  content: "\f147";
}
._bi-arrow-up_adz9c_311::before {
  content: "\f148";
}
._bi-arrows-angle-contract_adz9c_375::before {
  content: "\f149";
}
._bi-arrows-angle-expand_adz9c_379::before {
  content: "\f14a";
}
._bi-arrows-collapse_adz9c_383::before {
  content: "\f14b";
}
._bi-arrows-expand_adz9c_387::before {
  content: "\f14c";
}
._bi-arrows-fullscreen_adz9c_391::before {
  content: "\f14d";
}
._bi-arrows-move_adz9c_395::before {
  content: "\f14e";
}
._bi-aspect-ratio-fill_adz9c_399::before {
  content: "\f14f";
}
._bi-aspect-ratio_adz9c_399::before {
  content: "\f150";
}
._bi-asterisk_adz9c_407::before {
  content: "\f151";
}
._bi-at_adz9c_411::before {
  content: "\f152";
}
._bi-award-fill_adz9c_415::before {
  content: "\f153";
}
._bi-award_adz9c_415::before {
  content: "\f154";
}
._bi-back_adz9c_423::before {
  content: "\f155";
}
._bi-backspace-fill_adz9c_427::before {
  content: "\f156";
}
._bi-backspace-reverse-fill_adz9c_431::before {
  content: "\f157";
}
._bi-backspace-reverse_adz9c_431::before {
  content: "\f158";
}
._bi-backspace_adz9c_427::before {
  content: "\f159";
}
._bi-badge-3d-fill_adz9c_443::before {
  content: "\f15a";
}
._bi-badge-3d_adz9c_443::before {
  content: "\f15b";
}
._bi-badge-4k-fill_adz9c_451::before {
  content: "\f15c";
}
._bi-badge-4k_adz9c_451::before {
  content: "\f15d";
}
._bi-badge-8k-fill_adz9c_459::before {
  content: "\f15e";
}
._bi-badge-8k_adz9c_459::before {
  content: "\f15f";
}
._bi-badge-ad-fill_adz9c_467::before {
  content: "\f160";
}
._bi-badge-ad_adz9c_467::before {
  content: "\f161";
}
._bi-badge-ar-fill_adz9c_475::before {
  content: "\f162";
}
._bi-badge-ar_adz9c_475::before {
  content: "\f163";
}
._bi-badge-cc-fill_adz9c_483::before {
  content: "\f164";
}
._bi-badge-cc_adz9c_483::before {
  content: "\f165";
}
._bi-badge-hd-fill_adz9c_491::before {
  content: "\f166";
}
._bi-badge-hd_adz9c_491::before {
  content: "\f167";
}
._bi-badge-tm-fill_adz9c_499::before {
  content: "\f168";
}
._bi-badge-tm_adz9c_499::before {
  content: "\f169";
}
._bi-badge-vo-fill_adz9c_507::before {
  content: "\f16a";
}
._bi-badge-vo_adz9c_507::before {
  content: "\f16b";
}
._bi-badge-vr-fill_adz9c_515::before {
  content: "\f16c";
}
._bi-badge-vr_adz9c_515::before {
  content: "\f16d";
}
._bi-badge-wc-fill_adz9c_523::before {
  content: "\f16e";
}
._bi-badge-wc_adz9c_523::before {
  content: "\f16f";
}
._bi-bag-check-fill_adz9c_531::before {
  content: "\f170";
}
._bi-bag-check_adz9c_531::before {
  content: "\f171";
}
._bi-bag-dash-fill_adz9c_539::before {
  content: "\f172";
}
._bi-bag-dash_adz9c_539::before {
  content: "\f173";
}
._bi-bag-fill_adz9c_547::before {
  content: "\f174";
}
._bi-bag-plus-fill_adz9c_551::before {
  content: "\f175";
}
._bi-bag-plus_adz9c_551::before {
  content: "\f176";
}
._bi-bag-x-fill_adz9c_559::before {
  content: "\f177";
}
._bi-bag-x_adz9c_559::before {
  content: "\f178";
}
._bi-bag_adz9c_531::before {
  content: "\f179";
}
._bi-bar-chart-fill_adz9c_571::before {
  content: "\f17a";
}
._bi-bar-chart-line-fill_adz9c_575::before {
  content: "\f17b";
}
._bi-bar-chart-line_adz9c_575::before {
  content: "\f17c";
}
._bi-bar-chart-steps_adz9c_583::before {
  content: "\f17d";
}
._bi-bar-chart_adz9c_571::before {
  content: "\f17e";
}
._bi-basket-fill_adz9c_591::before {
  content: "\f17f";
}
._bi-basket_adz9c_591::before {
  content: "\f180";
}
._bi-basket2-fill_adz9c_599::before {
  content: "\f181";
}
._bi-basket2_adz9c_599::before {
  content: "\f182";
}
._bi-basket3-fill_adz9c_607::before {
  content: "\f183";
}
._bi-basket3_adz9c_607::before {
  content: "\f184";
}
._bi-battery-charging_adz9c_615::before {
  content: "\f185";
}
._bi-battery-full_adz9c_619::before {
  content: "\f186";
}
._bi-battery-half_adz9c_623::before {
  content: "\f187";
}
._bi-battery_adz9c_615::before {
  content: "\f188";
}
._bi-bell-fill_adz9c_631::before {
  content: "\f189";
}
._bi-bell_adz9c_631::before {
  content: "\f18a";
}
._bi-bezier_adz9c_639::before {
  content: "\f18b";
}
._bi-bezier2_adz9c_643::before {
  content: "\f18c";
}
._bi-bicycle_adz9c_647::before {
  content: "\f18d";
}
._bi-binoculars-fill_adz9c_651::before {
  content: "\f18e";
}
._bi-binoculars_adz9c_651::before {
  content: "\f18f";
}
._bi-blockquote-left_adz9c_659::before {
  content: "\f190";
}
._bi-blockquote-right_adz9c_663::before {
  content: "\f191";
}
._bi-book-fill_adz9c_667::before {
  content: "\f192";
}
._bi-book-half_adz9c_671::before {
  content: "\f193";
}
._bi-book_adz9c_667::before {
  content: "\f194";
}
._bi-bookmark-check-fill_adz9c_679::before {
  content: "\f195";
}
._bi-bookmark-check_adz9c_679::before {
  content: "\f196";
}
._bi-bookmark-dash-fill_adz9c_687::before {
  content: "\f197";
}
._bi-bookmark-dash_adz9c_687::before {
  content: "\f198";
}
._bi-bookmark-fill_adz9c_695::before {
  content: "\f199";
}
._bi-bookmark-heart-fill_adz9c_699::before {
  content: "\f19a";
}
._bi-bookmark-heart_adz9c_699::before {
  content: "\f19b";
}
._bi-bookmark-plus-fill_adz9c_707::before {
  content: "\f19c";
}
._bi-bookmark-plus_adz9c_707::before {
  content: "\f19d";
}
._bi-bookmark-star-fill_adz9c_715::before {
  content: "\f19e";
}
._bi-bookmark-star_adz9c_715::before {
  content: "\f19f";
}
._bi-bookmark-x-fill_adz9c_723::before {
  content: "\f1a0";
}
._bi-bookmark-x_adz9c_723::before {
  content: "\f1a1";
}
._bi-bookmark_adz9c_679::before {
  content: "\f1a2";
}
._bi-bookmarks-fill_adz9c_735::before {
  content: "\f1a3";
}
._bi-bookmarks_adz9c_735::before {
  content: "\f1a4";
}
._bi-bookshelf_adz9c_743::before {
  content: "\f1a5";
}
._bi-bootstrap-fill_adz9c_747::before {
  content: "\f1a6";
}
._bi-bootstrap-reboot_adz9c_751::before {
  content: "\f1a7";
}
._bi-bootstrap_adz9c_747::before {
  content: "\f1a8";
}
._bi-border-all_adz9c_759::before {
  content: "\f1a9";
}
._bi-border-bottom_adz9c_763::before {
  content: "\f1aa";
}
._bi-border-center_adz9c_767::before {
  content: "\f1ab";
}
._bi-border-inner_adz9c_771::before {
  content: "\f1ac";
}
._bi-border-left_adz9c_775::before {
  content: "\f1ad";
}
._bi-border-middle_adz9c_779::before {
  content: "\f1ae";
}
._bi-border-outer_adz9c_783::before {
  content: "\f1af";
}
._bi-border-right_adz9c_787::before {
  content: "\f1b0";
}
._bi-border-style_adz9c_791::before {
  content: "\f1b1";
}
._bi-border-top_adz9c_795::before {
  content: "\f1b2";
}
._bi-border-width_adz9c_799::before {
  content: "\f1b3";
}
._bi-border_adz9c_759::before {
  content: "\f1b4";
}
._bi-bounding-box-circles_adz9c_807::before {
  content: "\f1b5";
}
._bi-bounding-box_adz9c_807::before {
  content: "\f1b6";
}
._bi-box-arrow-down-left_adz9c_815::before {
  content: "\f1b7";
}
._bi-box-arrow-down-right_adz9c_819::before {
  content: "\f1b8";
}
._bi-box-arrow-down_adz9c_815::before {
  content: "\f1b9";
}
._bi-box-arrow-in-down-left_adz9c_827::before {
  content: "\f1ba";
}
._bi-box-arrow-in-down-right_adz9c_831::before {
  content: "\f1bb";
}
._bi-box-arrow-in-down_adz9c_827::before {
  content: "\f1bc";
}
._bi-box-arrow-in-left_adz9c_839::before {
  content: "\f1bd";
}
._bi-box-arrow-in-right_adz9c_843::before {
  content: "\f1be";
}
._bi-box-arrow-in-up-left_adz9c_847::before {
  content: "\f1bf";
}
._bi-box-arrow-in-up-right_adz9c_851::before {
  content: "\f1c0";
}
._bi-box-arrow-in-up_adz9c_847::before {
  content: "\f1c1";
}
._bi-box-arrow-left_adz9c_859::before {
  content: "\f1c2";
}
._bi-box-arrow-right_adz9c_863::before {
  content: "\f1c3";
}
._bi-box-arrow-up-left_adz9c_867::before {
  content: "\f1c4";
}
._bi-box-arrow-up-right_adz9c_871::before {
  content: "\f1c5";
}
._bi-box-arrow-up_adz9c_867::before {
  content: "\f1c6";
}
._bi-box-seam_adz9c_879::before {
  content: "\f1c7";
}
._bi-box_adz9c_815::before {
  content: "\f1c8";
}
._bi-braces_adz9c_887::before {
  content: "\f1c9";
}
._bi-bricks_adz9c_891::before {
  content: "\f1ca";
}
._bi-briefcase-fill_adz9c_895::before {
  content: "\f1cb";
}
._bi-briefcase_adz9c_895::before {
  content: "\f1cc";
}
._bi-brightness-alt-high-fill_adz9c_903::before {
  content: "\f1cd";
}
._bi-brightness-alt-high_adz9c_903::before {
  content: "\f1ce";
}
._bi-brightness-alt-low-fill_adz9c_911::before {
  content: "\f1cf";
}
._bi-brightness-alt-low_adz9c_911::before {
  content: "\f1d0";
}
._bi-brightness-high-fill_adz9c_919::before {
  content: "\f1d1";
}
._bi-brightness-high_adz9c_919::before {
  content: "\f1d2";
}
._bi-brightness-low-fill_adz9c_927::before {
  content: "\f1d3";
}
._bi-brightness-low_adz9c_927::before {
  content: "\f1d4";
}
._bi-broadcast-pin_adz9c_935::before {
  content: "\f1d5";
}
._bi-broadcast_adz9c_935::before {
  content: "\f1d6";
}
._bi-brush-fill_adz9c_943::before {
  content: "\f1d7";
}
._bi-brush_adz9c_943::before {
  content: "\f1d8";
}
._bi-bucket-fill_adz9c_951::before {
  content: "\f1d9";
}
._bi-bucket_adz9c_951::before {
  content: "\f1da";
}
._bi-bug-fill_adz9c_959::before {
  content: "\f1db";
}
._bi-bug_adz9c_959::before {
  content: "\f1dc";
}
._bi-building_adz9c_967::before {
  content: "\f1dd";
}
._bi-bullseye_adz9c_971::before {
  content: "\f1de";
}
._bi-calculator-fill_adz9c_975::before {
  content: "\f1df";
}
._bi-calculator_adz9c_975::before {
  content: "\f1e0";
}
._bi-calendar-check-fill_adz9c_983::before {
  content: "\f1e1";
}
._bi-calendar-check_adz9c_983::before {
  content: "\f1e2";
}
._bi-calendar-date-fill_adz9c_991::before {
  content: "\f1e3";
}
._bi-calendar-date_adz9c_991::before {
  content: "\f1e4";
}
._bi-calendar-day-fill_adz9c_999::before {
  content: "\f1e5";
}
._bi-calendar-day_adz9c_999::before {
  content: "\f1e6";
}
._bi-calendar-event-fill_adz9c_1007::before {
  content: "\f1e7";
}
._bi-calendar-event_adz9c_1007::before {
  content: "\f1e8";
}
._bi-calendar-fill_adz9c_1015::before {
  content: "\f1e9";
}
._bi-calendar-minus-fill_adz9c_1019::before {
  content: "\f1ea";
}
._bi-calendar-minus_adz9c_1019::before {
  content: "\f1eb";
}
._bi-calendar-month-fill_adz9c_1027::before {
  content: "\f1ec";
}
._bi-calendar-month_adz9c_1027::before {
  content: "\f1ed";
}
._bi-calendar-plus-fill_adz9c_1035::before {
  content: "\f1ee";
}
._bi-calendar-plus_adz9c_1035::before {
  content: "\f1ef";
}
._bi-calendar-range-fill_adz9c_1043::before {
  content: "\f1f0";
}
._bi-calendar-range_adz9c_1043::before {
  content: "\f1f1";
}
._bi-calendar-week-fill_adz9c_1051::before {
  content: "\f1f2";
}
._bi-calendar-week_adz9c_1051::before {
  content: "\f1f3";
}
._bi-calendar-x-fill_adz9c_1059::before {
  content: "\f1f4";
}
._bi-calendar-x_adz9c_1059::before {
  content: "\f1f5";
}
._bi-calendar_adz9c_983::before {
  content: "\f1f6";
}
._bi-calendar2-check-fill_adz9c_1071::before {
  content: "\f1f7";
}
._bi-calendar2-check_adz9c_1071::before {
  content: "\f1f8";
}
._bi-calendar2-date-fill_adz9c_1079::before {
  content: "\f1f9";
}
._bi-calendar2-date_adz9c_1079::before {
  content: "\f1fa";
}
._bi-calendar2-day-fill_adz9c_1087::before {
  content: "\f1fb";
}
._bi-calendar2-day_adz9c_1087::before {
  content: "\f1fc";
}
._bi-calendar2-event-fill_adz9c_1095::before {
  content: "\f1fd";
}
._bi-calendar2-event_adz9c_1095::before {
  content: "\f1fe";
}
._bi-calendar2-fill_adz9c_1103::before {
  content: "\f1ff";
}
._bi-calendar2-minus-fill_adz9c_1107::before {
  content: "\f200";
}
._bi-calendar2-minus_adz9c_1107::before {
  content: "\f201";
}
._bi-calendar2-month-fill_adz9c_1115::before {
  content: "\f202";
}
._bi-calendar2-month_adz9c_1115::before {
  content: "\f203";
}
._bi-calendar2-plus-fill_adz9c_1123::before {
  content: "\f204";
}
._bi-calendar2-plus_adz9c_1123::before {
  content: "\f205";
}
._bi-calendar2-range-fill_adz9c_1131::before {
  content: "\f206";
}
._bi-calendar2-range_adz9c_1131::before {
  content: "\f207";
}
._bi-calendar2-week-fill_adz9c_1139::before {
  content: "\f208";
}
._bi-calendar2-week_adz9c_1139::before {
  content: "\f209";
}
._bi-calendar2-x-fill_adz9c_1147::before {
  content: "\f20a";
}
._bi-calendar2-x_adz9c_1147::before {
  content: "\f20b";
}
._bi-calendar2_adz9c_1071::before {
  content: "\f20c";
}
._bi-calendar3-event-fill_adz9c_1159::before {
  content: "\f20d";
}
._bi-calendar3-event_adz9c_1159::before {
  content: "\f20e";
}
._bi-calendar3-fill_adz9c_1167::before {
  content: "\f20f";
}
._bi-calendar3-range-fill_adz9c_1171::before {
  content: "\f210";
}
._bi-calendar3-range_adz9c_1171::before {
  content: "\f211";
}
._bi-calendar3-week-fill_adz9c_1179::before {
  content: "\f212";
}
._bi-calendar3-week_adz9c_1179::before {
  content: "\f213";
}
._bi-calendar3_adz9c_1159::before {
  content: "\f214";
}
._bi-calendar4-event_adz9c_1191::before {
  content: "\f215";
}
._bi-calendar4-range_adz9c_1195::before {
  content: "\f216";
}
._bi-calendar4-week_adz9c_1199::before {
  content: "\f217";
}
._bi-calendar4_adz9c_1191::before {
  content: "\f218";
}
._bi-camera-fill_adz9c_1207::before {
  content: "\f219";
}
._bi-camera-reels-fill_adz9c_1211::before {
  content: "\f21a";
}
._bi-camera-reels_adz9c_1211::before {
  content: "\f21b";
}
._bi-camera-video-fill_adz9c_1219::before {
  content: "\f21c";
}
._bi-camera-video-off-fill_adz9c_1223::before {
  content: "\f21d";
}
._bi-camera-video-off_adz9c_1223::before {
  content: "\f21e";
}
._bi-camera-video_adz9c_1219::before {
  content: "\f21f";
}
._bi-camera_adz9c_1207::before {
  content: "\f220";
}
._bi-camera2_adz9c_1239::before {
  content: "\f221";
}
._bi-capslock-fill_adz9c_1243::before {
  content: "\f222";
}
._bi-capslock_adz9c_1243::before {
  content: "\f223";
}
._bi-card-checklist_adz9c_1251::before {
  content: "\f224";
}
._bi-card-heading_adz9c_1255::before {
  content: "\f225";
}
._bi-card-image_adz9c_1259::before {
  content: "\f226";
}
._bi-card-list_adz9c_1263::before {
  content: "\f227";
}
._bi-card-text_adz9c_1267::before {
  content: "\f228";
}
._bi-caret-down-fill_adz9c_1271::before {
  content: "\f229";
}
._bi-caret-down-square-fill_adz9c_1275::before {
  content: "\f22a";
}
._bi-caret-down-square_adz9c_1275::before {
  content: "\f22b";
}
._bi-caret-down_adz9c_1271::before {
  content: "\f22c";
}
._bi-caret-left-fill_adz9c_1287::before {
  content: "\f22d";
}
._bi-caret-left-square-fill_adz9c_1291::before {
  content: "\f22e";
}
._bi-caret-left-square_adz9c_1291::before {
  content: "\f22f";
}
._bi-caret-left_adz9c_1287::before {
  content: "\f230";
}
._bi-caret-right-fill_adz9c_1303::before {
  content: "\f231";
}
._bi-caret-right-square-fill_adz9c_1307::before {
  content: "\f232";
}
._bi-caret-right-square_adz9c_1307::before {
  content: "\f233";
}
._bi-caret-right_adz9c_1303::before {
  content: "\f234";
}
._bi-caret-up-fill_adz9c_1319::before {
  content: "\f235";
}
._bi-caret-up-square-fill_adz9c_1323::before {
  content: "\f236";
}
._bi-caret-up-square_adz9c_1323::before {
  content: "\f237";
}
._bi-caret-up_adz9c_1319::before {
  content: "\f238";
}
._bi-cart-check-fill_adz9c_1335::before {
  content: "\f239";
}
._bi-cart-check_adz9c_1335::before {
  content: "\f23a";
}
._bi-cart-dash-fill_adz9c_1343::before {
  content: "\f23b";
}
._bi-cart-dash_adz9c_1343::before {
  content: "\f23c";
}
._bi-cart-fill_adz9c_1351::before {
  content: "\f23d";
}
._bi-cart-plus-fill_adz9c_1355::before {
  content: "\f23e";
}
._bi-cart-plus_adz9c_1355::before {
  content: "\f23f";
}
._bi-cart-x-fill_adz9c_1363::before {
  content: "\f240";
}
._bi-cart-x_adz9c_1363::before {
  content: "\f241";
}
._bi-cart_adz9c_1335::before {
  content: "\f242";
}
._bi-cart2_adz9c_1375::before {
  content: "\f243";
}
._bi-cart3_adz9c_1379::before {
  content: "\f244";
}
._bi-cart4_adz9c_1383::before {
  content: "\f245";
}
._bi-cash-stack_adz9c_1387::before {
  content: "\f246";
}
._bi-cash_adz9c_1387::before {
  content: "\f247";
}
._bi-cast_adz9c_1395::before {
  content: "\f248";
}
._bi-chat-dots-fill_adz9c_1399::before {
  content: "\f249";
}
._bi-chat-dots_adz9c_1399::before {
  content: "\f24a";
}
._bi-chat-fill_adz9c_1407::before {
  content: "\f24b";
}
._bi-chat-left-dots-fill_adz9c_1411::before {
  content: "\f24c";
}
._bi-chat-left-dots_adz9c_1411::before {
  content: "\f24d";
}
._bi-chat-left-fill_adz9c_1419::before {
  content: "\f24e";
}
._bi-chat-left-quote-fill_adz9c_1423::before {
  content: "\f24f";
}
._bi-chat-left-quote_adz9c_1423::before {
  content: "\f250";
}
._bi-chat-left-text-fill_adz9c_1431::before {
  content: "\f251";
}
._bi-chat-left-text_adz9c_1431::before {
  content: "\f252";
}
._bi-chat-left_adz9c_1411::before {
  content: "\f253";
}
._bi-chat-quote-fill_adz9c_1443::before {
  content: "\f254";
}
._bi-chat-quote_adz9c_1443::before {
  content: "\f255";
}
._bi-chat-right-dots-fill_adz9c_1451::before {
  content: "\f256";
}
._bi-chat-right-dots_adz9c_1451::before {
  content: "\f257";
}
._bi-chat-right-fill_adz9c_1459::before {
  content: "\f258";
}
._bi-chat-right-quote-fill_adz9c_1463::before {
  content: "\f259";
}
._bi-chat-right-quote_adz9c_1463::before {
  content: "\f25a";
}
._bi-chat-right-text-fill_adz9c_1471::before {
  content: "\f25b";
}
._bi-chat-right-text_adz9c_1471::before {
  content: "\f25c";
}
._bi-chat-right_adz9c_1451::before {
  content: "\f25d";
}
._bi-chat-square-dots-fill_adz9c_1483::before {
  content: "\f25e";
}
._bi-chat-square-dots_adz9c_1483::before {
  content: "\f25f";
}
._bi-chat-square-fill_adz9c_1491::before {
  content: "\f260";
}
._bi-chat-square-quote-fill_adz9c_1495::before {
  content: "\f261";
}
._bi-chat-square-quote_adz9c_1495::before {
  content: "\f262";
}
._bi-chat-square-text-fill_adz9c_1503::before {
  content: "\f263";
}
._bi-chat-square-text_adz9c_1503::before {
  content: "\f264";
}
._bi-chat-square_adz9c_1483::before {
  content: "\f265";
}
._bi-chat-text-fill_adz9c_1515::before {
  content: "\f266";
}
._bi-chat-text_adz9c_1515::before {
  content: "\f267";
}
._bi-chat_adz9c_1399::before {
  content: "\f268";
}
._bi-check-all_adz9c_1527::before {
  content: "\f269";
}
._bi-check-circle-fill_adz9c_1531::before {
  content: "\f26a";
}
._bi-check-circle_adz9c_1531::before {
  content: "\f26b";
}
._bi-check-square-fill_adz9c_1539::before {
  content: "\f26c";
}
._bi-check-square_adz9c_1539::before {
  content: "\f26d";
}
._bi-check_adz9c_1527::before {
  content: "\f26e";
}
._bi-check2-all_adz9c_1551::before {
  content: "\f26f";
}
._bi-check2-circle_adz9c_1555::before {
  content: "\f270";
}
._bi-check2-square_adz9c_1559::before {
  content: "\f271";
}
._bi-check2_adz9c_1551::before {
  content: "\f272";
}
._bi-chevron-bar-contract_adz9c_1567::before {
  content: "\f273";
}
._bi-chevron-bar-down_adz9c_1571::before {
  content: "\f274";
}
._bi-chevron-bar-expand_adz9c_1575::before {
  content: "\f275";
}
._bi-chevron-bar-left_adz9c_1579::before {
  content: "\f276";
}
._bi-chevron-bar-right_adz9c_1583::before {
  content: "\f277";
}
._bi-chevron-bar-up_adz9c_1587::before {
  content: "\f278";
}
._bi-chevron-compact-down_adz9c_1591::before {
  content: "\f279";
}
._bi-chevron-compact-left_adz9c_1595::before {
  content: "\f27a";
}
._bi-chevron-compact-right_adz9c_1599::before {
  content: "\f27b";
}
._bi-chevron-compact-up_adz9c_1603::before {
  content: "\f27c";
}
._bi-chevron-contract_adz9c_1607::before {
  content: "\f27d";
}
._bi-chevron-double-down_adz9c_1611::before {
  content: "\f27e";
}
._bi-chevron-double-left_adz9c_1615::before {
  content: "\f27f";
}
._bi-chevron-double-right_adz9c_1619::before {
  content: "\f280";
}
._bi-chevron-double-up_adz9c_1623::before {
  content: "\f281";
}
._bi-chevron-down_adz9c_1627::before {
  content: "\f282";
}
._bi-chevron-expand_adz9c_1631::before {
  content: "\f283";
}
._bi-chevron-left_adz9c_1635::before {
  content: "\f284";
}
._bi-chevron-right_adz9c_1639::before {
  content: "\f285";
}
._bi-chevron-up_adz9c_1643::before {
  content: "\f286";
}
._bi-circle-fill_adz9c_1647::before {
  content: "\f287";
}
._bi-circle-half_adz9c_1651::before {
  content: "\f288";
}
._bi-circle-square_adz9c_1655::before {
  content: "\f289";
}
._bi-circle_adz9c_1647::before {
  content: "\f28a";
}
._bi-clipboard-check_adz9c_1663::before {
  content: "\f28b";
}
._bi-clipboard-data_adz9c_1667::before {
  content: "\f28c";
}
._bi-clipboard-minus_adz9c_1671::before {
  content: "\f28d";
}
._bi-clipboard-plus_adz9c_1675::before {
  content: "\f28e";
}
._bi-clipboard-x_adz9c_1679::before {
  content: "\f28f";
}
._bi-clipboard_adz9c_1663::before {
  content: "\f290";
}
._bi-clock-fill_adz9c_1687::before {
  content: "\f291";
}
._bi-clock-history_adz9c_1691::before {
  content: "\f292";
}
._bi-clock_adz9c_1687::before {
  content: "\f293";
}
._bi-cloud-arrow-down-fill_adz9c_1699::before {
  content: "\f294";
}
._bi-cloud-arrow-down_adz9c_1699::before {
  content: "\f295";
}
._bi-cloud-arrow-up-fill_adz9c_1707::before {
  content: "\f296";
}
._bi-cloud-arrow-up_adz9c_1707::before {
  content: "\f297";
}
._bi-cloud-check-fill_adz9c_1715::before {
  content: "\f298";
}
._bi-cloud-check_adz9c_1715::before {
  content: "\f299";
}
._bi-cloud-download-fill_adz9c_1723::before {
  content: "\f29a";
}
._bi-cloud-download_adz9c_1723::before {
  content: "\f29b";
}
._bi-cloud-drizzle-fill_adz9c_1731::before {
  content: "\f29c";
}
._bi-cloud-drizzle_adz9c_1731::before {
  content: "\f29d";
}
._bi-cloud-fill_adz9c_1739::before {
  content: "\f29e";
}
._bi-cloud-fog-fill_adz9c_1743::before {
  content: "\f29f";
}
._bi-cloud-fog_adz9c_1743::before {
  content: "\f2a0";
}
._bi-cloud-fog2-fill_adz9c_1751::before {
  content: "\f2a1";
}
._bi-cloud-fog2_adz9c_1751::before {
  content: "\f2a2";
}
._bi-cloud-hail-fill_adz9c_1759::before {
  content: "\f2a3";
}
._bi-cloud-hail_adz9c_1759::before {
  content: "\f2a4";
}
._bi-cloud-haze-fill_adz9c_1767::before {
  content: "\f2a6";
}
._bi-cloud-haze_adz9c_1767::before {
  content: "\f2a7";
}
._bi-cloud-haze2-fill_adz9c_1775::before {
  content: "\f2a8";
}
._bi-cloud-lightning-fill_adz9c_1779::before {
  content: "\f2a9";
}
._bi-cloud-lightning-rain-fill_adz9c_1783::before {
  content: "\f2aa";
}
._bi-cloud-lightning-rain_adz9c_1783::before {
  content: "\f2ab";
}
._bi-cloud-lightning_adz9c_1779::before {
  content: "\f2ac";
}
._bi-cloud-minus-fill_adz9c_1795::before {
  content: "\f2ad";
}
._bi-cloud-minus_adz9c_1795::before {
  content: "\f2ae";
}
._bi-cloud-moon-fill_adz9c_1803::before {
  content: "\f2af";
}
._bi-cloud-moon_adz9c_1803::before {
  content: "\f2b0";
}
._bi-cloud-plus-fill_adz9c_1811::before {
  content: "\f2b1";
}
._bi-cloud-plus_adz9c_1811::before {
  content: "\f2b2";
}
._bi-cloud-rain-fill_adz9c_1819::before {
  content: "\f2b3";
}
._bi-cloud-rain-heavy-fill_adz9c_1823::before {
  content: "\f2b4";
}
._bi-cloud-rain-heavy_adz9c_1823::before {
  content: "\f2b5";
}
._bi-cloud-rain_adz9c_1819::before {
  content: "\f2b6";
}
._bi-cloud-slash-fill_adz9c_1835::before {
  content: "\f2b7";
}
._bi-cloud-slash_adz9c_1835::before {
  content: "\f2b8";
}
._bi-cloud-sleet-fill_adz9c_1843::before {
  content: "\f2b9";
}
._bi-cloud-sleet_adz9c_1843::before {
  content: "\f2ba";
}
._bi-cloud-snow-fill_adz9c_1851::before {
  content: "\f2bb";
}
._bi-cloud-snow_adz9c_1851::before {
  content: "\f2bc";
}
._bi-cloud-sun-fill_adz9c_1859::before {
  content: "\f2bd";
}
._bi-cloud-sun_adz9c_1859::before {
  content: "\f2be";
}
._bi-cloud-upload-fill_adz9c_1867::before {
  content: "\f2bf";
}
._bi-cloud-upload_adz9c_1867::before {
  content: "\f2c0";
}
._bi-cloud_adz9c_1699::before {
  content: "\f2c1";
}
._bi-clouds-fill_adz9c_1879::before {
  content: "\f2c2";
}
._bi-clouds_adz9c_1879::before {
  content: "\f2c3";
}
._bi-cloudy-fill_adz9c_1887::before {
  content: "\f2c4";
}
._bi-cloudy_adz9c_1887::before {
  content: "\f2c5";
}
._bi-code-slash_adz9c_1895::before {
  content: "\f2c6";
}
._bi-code-square_adz9c_1899::before {
  content: "\f2c7";
}
._bi-code_adz9c_1895::before {
  content: "\f2c8";
}
._bi-collection-fill_adz9c_1907::before {
  content: "\f2c9";
}
._bi-collection-play-fill_adz9c_1911::before {
  content: "\f2ca";
}
._bi-collection-play_adz9c_1911::before {
  content: "\f2cb";
}
._bi-collection_adz9c_1907::before {
  content: "\f2cc";
}
._bi-columns-gap_adz9c_1923::before {
  content: "\f2cd";
}
._bi-columns_adz9c_1923::before {
  content: "\f2ce";
}
._bi-command_adz9c_1931::before {
  content: "\f2cf";
}
._bi-compass-fill_adz9c_1935::before {
  content: "\f2d0";
}
._bi-compass_adz9c_1935::before {
  content: "\f2d1";
}
._bi-cone-striped_adz9c_1943::before {
  content: "\f2d2";
}
._bi-cone_adz9c_1943::before {
  content: "\f2d3";
}
._bi-controller_adz9c_1951::before {
  content: "\f2d4";
}
._bi-cpu-fill_adz9c_1955::before {
  content: "\f2d5";
}
._bi-cpu_adz9c_1955::before {
  content: "\f2d6";
}
._bi-credit-card-2-back-fill_adz9c_1963::before {
  content: "\f2d7";
}
._bi-credit-card-2-back_adz9c_1963::before {
  content: "\f2d8";
}
._bi-credit-card-2-front-fill_adz9c_1971::before {
  content: "\f2d9";
}
._bi-credit-card-2-front_adz9c_1971::before {
  content: "\f2da";
}
._bi-credit-card-fill_adz9c_1979::before {
  content: "\f2db";
}
._bi-credit-card_adz9c_1963::before {
  content: "\f2dc";
}
._bi-crop_adz9c_1987::before {
  content: "\f2dd";
}
._bi-cup-fill_adz9c_1991::before {
  content: "\f2de";
}
._bi-cup-straw_adz9c_1995::before {
  content: "\f2df";
}
._bi-cup_adz9c_1991::before {
  content: "\f2e0";
}
._bi-cursor-fill_adz9c_2003::before {
  content: "\f2e1";
}
._bi-cursor-text_adz9c_2007::before {
  content: "\f2e2";
}
._bi-cursor_adz9c_2003::before {
  content: "\f2e3";
}
._bi-dash-circle-dotted_adz9c_2015::before {
  content: "\f2e4";
}
._bi-dash-circle-fill_adz9c_2019::before {
  content: "\f2e5";
}
._bi-dash-circle_adz9c_2015::before {
  content: "\f2e6";
}
._bi-dash-square-dotted_adz9c_2027::before {
  content: "\f2e7";
}
._bi-dash-square-fill_adz9c_2031::before {
  content: "\f2e8";
}
._bi-dash-square_adz9c_2027::before {
  content: "\f2e9";
}
._bi-dash_adz9c_2015::before {
  content: "\f2ea";
}
._bi-diagram-2-fill_adz9c_2043::before {
  content: "\f2eb";
}
._bi-diagram-2_adz9c_2043::before {
  content: "\f2ec";
}
._bi-diagram-3-fill_adz9c_2051::before {
  content: "\f2ed";
}
._bi-diagram-3_adz9c_2051::before {
  content: "\f2ee";
}
._bi-diamond-fill_adz9c_2059::before {
  content: "\f2ef";
}
._bi-diamond-half_adz9c_2063::before {
  content: "\f2f0";
}
._bi-diamond_adz9c_2059::before {
  content: "\f2f1";
}
._bi-dice-1-fill_adz9c_2071::before {
  content: "\f2f2";
}
._bi-dice-1_adz9c_2071::before {
  content: "\f2f3";
}
._bi-dice-2-fill_adz9c_2079::before {
  content: "\f2f4";
}
._bi-dice-2_adz9c_2079::before {
  content: "\f2f5";
}
._bi-dice-3-fill_adz9c_2087::before {
  content: "\f2f6";
}
._bi-dice-3_adz9c_2087::before {
  content: "\f2f7";
}
._bi-dice-4-fill_adz9c_2095::before {
  content: "\f2f8";
}
._bi-dice-4_adz9c_2095::before {
  content: "\f2f9";
}
._bi-dice-5-fill_adz9c_2103::before {
  content: "\f2fa";
}
._bi-dice-5_adz9c_2103::before {
  content: "\f2fb";
}
._bi-dice-6-fill_adz9c_2111::before {
  content: "\f2fc";
}
._bi-dice-6_adz9c_2111::before {
  content: "\f2fd";
}
._bi-disc-fill_adz9c_2119::before {
  content: "\f2fe";
}
._bi-disc_adz9c_2119::before {
  content: "\f2ff";
}
._bi-discord_adz9c_2127::before {
  content: "\f300";
}
._bi-display-fill_adz9c_2131::before {
  content: "\f301";
}
._bi-display_adz9c_2131::before {
  content: "\f302";
}
._bi-distribute-horizontal_adz9c_2139::before {
  content: "\f303";
}
._bi-distribute-vertical_adz9c_2143::before {
  content: "\f304";
}
._bi-door-closed-fill_adz9c_2147::before {
  content: "\f305";
}
._bi-door-closed_adz9c_2147::before {
  content: "\f306";
}
._bi-door-open-fill_adz9c_2155::before {
  content: "\f307";
}
._bi-door-open_adz9c_2155::before {
  content: "\f308";
}
._bi-dot_adz9c_2163::before {
  content: "\f309";
}
._bi-download_adz9c_2167::before {
  content: "\f30a";
}
._bi-droplet-fill_adz9c_2171::before {
  content: "\f30b";
}
._bi-droplet-half_adz9c_2175::before {
  content: "\f30c";
}
._bi-droplet_adz9c_2171::before {
  content: "\f30d";
}
._bi-earbuds_adz9c_2183::before {
  content: "\f30e";
}
._bi-easel-fill_adz9c_2187::before {
  content: "\f30f";
}
._bi-easel_adz9c_2187::before {
  content: "\f310";
}
._bi-egg-fill_adz9c_2195::before {
  content: "\f311";
}
._bi-egg-fried_adz9c_2199::before {
  content: "\f312";
}
._bi-egg_adz9c_2195::before {
  content: "\f313";
}
._bi-eject-fill_adz9c_2207::before {
  content: "\f314";
}
._bi-eject_adz9c_2207::before {
  content: "\f315";
}
._bi-emoji-angry-fill_adz9c_2215::before {
  content: "\f316";
}
._bi-emoji-angry_adz9c_2215::before {
  content: "\f317";
}
._bi-emoji-dizzy-fill_adz9c_2223::before {
  content: "\f318";
}
._bi-emoji-dizzy_adz9c_2223::before {
  content: "\f319";
}
._bi-emoji-expressionless-fill_adz9c_2231::before {
  content: "\f31a";
}
._bi-emoji-expressionless_adz9c_2231::before {
  content: "\f31b";
}
._bi-emoji-frown-fill_adz9c_2239::before {
  content: "\f31c";
}
._bi-emoji-frown_adz9c_2239::before {
  content: "\f31d";
}
._bi-emoji-heart-eyes-fill_adz9c_2247::before {
  content: "\f31e";
}
._bi-emoji-heart-eyes_adz9c_2247::before {
  content: "\f31f";
}
._bi-emoji-laughing-fill_adz9c_2255::before {
  content: "\f320";
}
._bi-emoji-laughing_adz9c_2255::before {
  content: "\f321";
}
._bi-emoji-neutral-fill_adz9c_2263::before {
  content: "\f322";
}
._bi-emoji-neutral_adz9c_2263::before {
  content: "\f323";
}
._bi-emoji-smile-fill_adz9c_2271::before {
  content: "\f324";
}
._bi-emoji-smile-upside-down-fill_adz9c_2275::before {
  content: "\f325";
}
._bi-emoji-smile-upside-down_adz9c_2275::before {
  content: "\f326";
}
._bi-emoji-smile_adz9c_2271::before {
  content: "\f327";
}
._bi-emoji-sunglasses-fill_adz9c_2287::before {
  content: "\f328";
}
._bi-emoji-sunglasses_adz9c_2287::before {
  content: "\f329";
}
._bi-emoji-wink-fill_adz9c_2295::before {
  content: "\f32a";
}
._bi-emoji-wink_adz9c_2295::before {
  content: "\f32b";
}
._bi-envelope-fill_adz9c_2303::before {
  content: "\f32c";
}
._bi-envelope-open-fill_adz9c_2307::before {
  content: "\f32d";
}
._bi-envelope-open_adz9c_2307::before {
  content: "\f32e";
}
._bi-envelope_adz9c_2303::before {
  content: "\f32f";
}
._bi-eraser-fill_adz9c_2319::before {
  content: "\f330";
}
._bi-eraser_adz9c_2319::before {
  content: "\f331";
}
._bi-exclamation-circle-fill_adz9c_2327::before {
  content: "\f332";
}
._bi-exclamation-circle_adz9c_2327::before {
  content: "\f333";
}
._bi-exclamation-diamond-fill_adz9c_2335::before {
  content: "\f334";
}
._bi-exclamation-diamond_adz9c_2335::before {
  content: "\f335";
}
._bi-exclamation-octagon-fill_adz9c_2343::before {
  content: "\f336";
}
._bi-exclamation-octagon_adz9c_2343::before {
  content: "\f337";
}
._bi-exclamation-square-fill_adz9c_2351::before {
  content: "\f338";
}
._bi-exclamation-square_adz9c_2351::before {
  content: "\f339";
}
._bi-exclamation-triangle-fill_adz9c_2359::before {
  content: "\f33a";
}
._bi-exclamation-triangle_adz9c_2359::before {
  content: "\f33b";
}
._bi-exclamation_adz9c_2327::before {
  content: "\f33c";
}
._bi-exclude_adz9c_2371::before {
  content: "\f33d";
}
._bi-eye-fill_adz9c_2375::before {
  content: "\f33e";
}
._bi-eye-slash-fill_adz9c_2379::before {
  content: "\f33f";
}
._bi-eye-slash_adz9c_2379::before {
  content: "\f340";
}
._bi-eye_adz9c_2375::before {
  content: "\f341";
}
._bi-eyedropper_adz9c_2391::before {
  content: "\f342";
}
._bi-eyeglasses_adz9c_2395::before {
  content: "\f343";
}
._bi-facebook_adz9c_2399::before {
  content: "\f344";
}
._bi-file-arrow-down-fill_adz9c_2403::before {
  content: "\f345";
}
._bi-file-arrow-down_adz9c_2403::before {
  content: "\f346";
}
._bi-file-arrow-up-fill_adz9c_2411::before {
  content: "\f347";
}
._bi-file-arrow-up_adz9c_2411::before {
  content: "\f348";
}
._bi-file-bar-graph-fill_adz9c_2419::before {
  content: "\f349";
}
._bi-file-bar-graph_adz9c_2419::before {
  content: "\f34a";
}
._bi-file-binary-fill_adz9c_2427::before {
  content: "\f34b";
}
._bi-file-binary_adz9c_2427::before {
  content: "\f34c";
}
._bi-file-break-fill_adz9c_2435::before {
  content: "\f34d";
}
._bi-file-break_adz9c_2435::before {
  content: "\f34e";
}
._bi-file-check-fill_adz9c_2443::before {
  content: "\f34f";
}
._bi-file-check_adz9c_2443::before {
  content: "\f350";
}
._bi-file-code-fill_adz9c_2451::before {
  content: "\f351";
}
._bi-file-code_adz9c_2451::before {
  content: "\f352";
}
._bi-file-diff-fill_adz9c_2459::before {
  content: "\f353";
}
._bi-file-diff_adz9c_2459::before {
  content: "\f354";
}
._bi-file-earmark-arrow-down-fill_adz9c_2467::before {
  content: "\f355";
}
._bi-file-earmark-arrow-down_adz9c_2467::before {
  content: "\f356";
}
._bi-file-earmark-arrow-up-fill_adz9c_2475::before {
  content: "\f357";
}
._bi-file-earmark-arrow-up_adz9c_2475::before {
  content: "\f358";
}
._bi-file-earmark-bar-graph-fill_adz9c_2483::before {
  content: "\f359";
}
._bi-file-earmark-bar-graph_adz9c_2483::before {
  content: "\f35a";
}
._bi-file-earmark-binary-fill_adz9c_2491::before {
  content: "\f35b";
}
._bi-file-earmark-binary_adz9c_2491::before {
  content: "\f35c";
}
._bi-file-earmark-break-fill_adz9c_2499::before {
  content: "\f35d";
}
._bi-file-earmark-break_adz9c_2499::before {
  content: "\f35e";
}
._bi-file-earmark-check-fill_adz9c_2507::before {
  content: "\f35f";
}
._bi-file-earmark-check_adz9c_2507::before {
  content: "\f360";
}
._bi-file-earmark-code-fill_adz9c_2515::before {
  content: "\f361";
}
._bi-file-earmark-code_adz9c_2515::before {
  content: "\f362";
}
._bi-file-earmark-diff-fill_adz9c_2523::before {
  content: "\f363";
}
._bi-file-earmark-diff_adz9c_2523::before {
  content: "\f364";
}
._bi-file-earmark-easel-fill_adz9c_2531::before {
  content: "\f365";
}
._bi-file-earmark-easel_adz9c_2531::before {
  content: "\f366";
}
._bi-file-earmark-excel-fill_adz9c_2539::before {
  content: "\f367";
}
._bi-file-earmark-excel_adz9c_2539::before {
  content: "\f368";
}
._bi-file-earmark-fill_adz9c_2547::before {
  content: "\f369";
}
._bi-file-earmark-font-fill_adz9c_2551::before {
  content: "\f36a";
}
._bi-file-earmark-font_adz9c_2551::before {
  content: "\f36b";
}
._bi-file-earmark-image-fill_adz9c_2559::before {
  content: "\f36c";
}
._bi-file-earmark-image_adz9c_2559::before {
  content: "\f36d";
}
._bi-file-earmark-lock-fill_adz9c_2567::before {
  content: "\f36e";
}
._bi-file-earmark-lock_adz9c_2567::before {
  content: "\f36f";
}
._bi-file-earmark-lock2-fill_adz9c_2575::before {
  content: "\f370";
}
._bi-file-earmark-lock2_adz9c_2575::before {
  content: "\f371";
}
._bi-file-earmark-medical-fill_adz9c_2583::before {
  content: "\f372";
}
._bi-file-earmark-medical_adz9c_2583::before {
  content: "\f373";
}
._bi-file-earmark-minus-fill_adz9c_2591::before {
  content: "\f374";
}
._bi-file-earmark-minus_adz9c_2591::before {
  content: "\f375";
}
._bi-file-earmark-music-fill_adz9c_2599::before {
  content: "\f376";
}
._bi-file-earmark-music_adz9c_2599::before {
  content: "\f377";
}
._bi-file-earmark-person-fill_adz9c_2607::before {
  content: "\f378";
}
._bi-file-earmark-person_adz9c_2607::before {
  content: "\f379";
}
._bi-file-earmark-play-fill_adz9c_2615::before {
  content: "\f37a";
}
._bi-file-earmark-play_adz9c_2615::before {
  content: "\f37b";
}
._bi-file-earmark-plus-fill_adz9c_2623::before {
  content: "\f37c";
}
._bi-file-earmark-plus_adz9c_2623::before {
  content: "\f37d";
}
._bi-file-earmark-post-fill_adz9c_2631::before {
  content: "\f37e";
}
._bi-file-earmark-post_adz9c_2631::before {
  content: "\f37f";
}
._bi-file-earmark-ppt-fill_adz9c_2639::before {
  content: "\f380";
}
._bi-file-earmark-ppt_adz9c_2639::before {
  content: "\f381";
}
._bi-file-earmark-richtext-fill_adz9c_2647::before {
  content: "\f382";
}
._bi-file-earmark-richtext_adz9c_2647::before {
  content: "\f383";
}
._bi-file-earmark-ruled-fill_adz9c_2655::before {
  content: "\f384";
}
._bi-file-earmark-ruled_adz9c_2655::before {
  content: "\f385";
}
._bi-file-earmark-slides-fill_adz9c_2663::before {
  content: "\f386";
}
._bi-file-earmark-slides_adz9c_2663::before {
  content: "\f387";
}
._bi-file-earmark-spreadsheet-fill_adz9c_2671::before {
  content: "\f388";
}
._bi-file-earmark-spreadsheet_adz9c_2671::before {
  content: "\f389";
}
._bi-file-earmark-text-fill_adz9c_2679::before {
  content: "\f38a";
}
._bi-file-earmark-text_adz9c_2679::before {
  content: "\f38b";
}
._bi-file-earmark-word-fill_adz9c_2687::before {
  content: "\f38c";
}
._bi-file-earmark-word_adz9c_2687::before {
  content: "\f38d";
}
._bi-file-earmark-x-fill_adz9c_2695::before {
  content: "\f38e";
}
._bi-file-earmark-x_adz9c_2695::before {
  content: "\f38f";
}
._bi-file-earmark-zip-fill_adz9c_2703::before {
  content: "\f390";
}
._bi-file-earmark-zip_adz9c_2703::before {
  content: "\f391";
}
._bi-file-earmark_adz9c_2467::before {
  content: "\f392";
}
._bi-file-easel-fill_adz9c_2715::before {
  content: "\f393";
}
._bi-file-easel_adz9c_2715::before {
  content: "\f394";
}
._bi-file-excel-fill_adz9c_2723::before {
  content: "\f395";
}
._bi-file-excel_adz9c_2723::before {
  content: "\f396";
}
._bi-file-fill_adz9c_2731::before {
  content: "\f397";
}
._bi-file-font-fill_adz9c_2735::before {
  content: "\f398";
}
._bi-file-font_adz9c_2735::before {
  content: "\f399";
}
._bi-file-image-fill_adz9c_2743::before {
  content: "\f39a";
}
._bi-file-image_adz9c_2743::before {
  content: "\f39b";
}
._bi-file-lock-fill_adz9c_2751::before {
  content: "\f39c";
}
._bi-file-lock_adz9c_2751::before {
  content: "\f39d";
}
._bi-file-lock2-fill_adz9c_2759::before {
  content: "\f39e";
}
._bi-file-lock2_adz9c_2759::before {
  content: "\f39f";
}
._bi-file-medical-fill_adz9c_2767::before {
  content: "\f3a0";
}
._bi-file-medical_adz9c_2767::before {
  content: "\f3a1";
}
._bi-file-minus-fill_adz9c_2775::before {
  content: "\f3a2";
}
._bi-file-minus_adz9c_2775::before {
  content: "\f3a3";
}
._bi-file-music-fill_adz9c_2783::before {
  content: "\f3a4";
}
._bi-file-music_adz9c_2783::before {
  content: "\f3a5";
}
._bi-file-person-fill_adz9c_2791::before {
  content: "\f3a6";
}
._bi-file-person_adz9c_2791::before {
  content: "\f3a7";
}
._bi-file-play-fill_adz9c_2799::before {
  content: "\f3a8";
}
._bi-file-play_adz9c_2799::before {
  content: "\f3a9";
}
._bi-file-plus-fill_adz9c_2807::before {
  content: "\f3aa";
}
._bi-file-plus_adz9c_2807::before {
  content: "\f3ab";
}
._bi-file-post-fill_adz9c_2815::before {
  content: "\f3ac";
}
._bi-file-post_adz9c_2815::before {
  content: "\f3ad";
}
._bi-file-ppt-fill_adz9c_2823::before {
  content: "\f3ae";
}
._bi-file-ppt_adz9c_2823::before {
  content: "\f3af";
}
._bi-file-richtext-fill_adz9c_2831::before {
  content: "\f3b0";
}
._bi-file-richtext_adz9c_2831::before {
  content: "\f3b1";
}
._bi-file-ruled-fill_adz9c_2839::before {
  content: "\f3b2";
}
._bi-file-ruled_adz9c_2839::before {
  content: "\f3b3";
}
._bi-file-slides-fill_adz9c_2847::before {
  content: "\f3b4";
}
._bi-file-slides_adz9c_2847::before {
  content: "\f3b5";
}
._bi-file-spreadsheet-fill_adz9c_2855::before {
  content: "\f3b6";
}
._bi-file-spreadsheet_adz9c_2855::before {
  content: "\f3b7";
}
._bi-file-text-fill_adz9c_2863::before {
  content: "\f3b8";
}
._bi-file-text_adz9c_2863::before {
  content: "\f3b9";
}
._bi-file-word-fill_adz9c_2871::before {
  content: "\f3ba";
}
._bi-file-word_adz9c_2871::before {
  content: "\f3bb";
}
._bi-file-x-fill_adz9c_2879::before {
  content: "\f3bc";
}
._bi-file-x_adz9c_2879::before {
  content: "\f3bd";
}
._bi-file-zip-fill_adz9c_2887::before {
  content: "\f3be";
}
._bi-file-zip_adz9c_2887::before {
  content: "\f3bf";
}
._bi-file_adz9c_2403::before {
  content: "\f3c0";
}
._bi-files-alt_adz9c_2899::before {
  content: "\f3c1";
}
._bi-files_adz9c_2899::before {
  content: "\f3c2";
}
._bi-film_adz9c_2907::before {
  content: "\f3c3";
}
._bi-filter-circle-fill_adz9c_2911::before {
  content: "\f3c4";
}
._bi-filter-circle_adz9c_2911::before {
  content: "\f3c5";
}
._bi-filter-left_adz9c_2919::before {
  content: "\f3c6";
}
._bi-filter-right_adz9c_2923::before {
  content: "\f3c7";
}
._bi-filter-square-fill_adz9c_2927::before {
  content: "\f3c8";
}
._bi-filter-square_adz9c_2927::before {
  content: "\f3c9";
}
._bi-filter_adz9c_2911::before {
  content: "\f3ca";
}
._bi-flag-fill_adz9c_2939::before {
  content: "\f3cb";
}
._bi-flag_adz9c_2939::before {
  content: "\f3cc";
}
._bi-flower1_adz9c_2947::before {
  content: "\f3cd";
}
._bi-flower2_adz9c_2951::before {
  content: "\f3ce";
}
._bi-flower3_adz9c_2955::before {
  content: "\f3cf";
}
._bi-folder-check_adz9c_2959::before {
  content: "\f3d0";
}
._bi-folder-fill_adz9c_2963::before {
  content: "\f3d1";
}
._bi-folder-minus_adz9c_2967::before {
  content: "\f3d2";
}
._bi-folder-plus_adz9c_2971::before {
  content: "\f3d3";
}
._bi-folder-symlink-fill_adz9c_2975::before {
  content: "\f3d4";
}
._bi-folder-symlink_adz9c_2975::before {
  content: "\f3d5";
}
._bi-folder-x_adz9c_2983::before {
  content: "\f3d6";
}
._bi-folder_adz9c_2959::before {
  content: "\f3d7";
}
._bi-folder2-open_adz9c_2991::before {
  content: "\f3d8";
}
._bi-folder2_adz9c_2991::before {
  content: "\f3d9";
}
._bi-fonts_adz9c_2999::before {
  content: "\f3da";
}
._bi-forward-fill_adz9c_3003::before {
  content: "\f3db";
}
._bi-forward_adz9c_3003::before {
  content: "\f3dc";
}
._bi-front_adz9c_3011::before {
  content: "\f3dd";
}
._bi-fullscreen-exit_adz9c_3015::before {
  content: "\f3de";
}
._bi-fullscreen_adz9c_3015::before {
  content: "\f3df";
}
._bi-funnel-fill_adz9c_3023::before {
  content: "\f3e0";
}
._bi-funnel_adz9c_3023::before {
  content: "\f3e1";
}
._bi-gear-fill_adz9c_3031::before {
  content: "\f3e2";
}
._bi-gear-wide-connected_adz9c_3035::before {
  content: "\f3e3";
}
._bi-gear-wide_adz9c_3035::before {
  content: "\f3e4";
}
._bi-gear_adz9c_3031::before {
  content: "\f3e5";
}
._bi-gem_adz9c_3047::before {
  content: "\f3e6";
}
._bi-geo-alt-fill_adz9c_3051::before {
  content: "\f3e7";
}
._bi-geo-alt_adz9c_3051::before {
  content: "\f3e8";
}
._bi-geo-fill_adz9c_3059::before {
  content: "\f3e9";
}
._bi-geo_adz9c_3051::before {
  content: "\f3ea";
}
._bi-gift-fill_adz9c_3067::before {
  content: "\f3eb";
}
._bi-gift_adz9c_3067::before {
  content: "\f3ec";
}
._bi-github_adz9c_3075::before {
  content: "\f3ed";
}
._bi-globe_adz9c_3079::before {
  content: "\f3ee";
}
._bi-globe2_adz9c_3083::before {
  content: "\f3ef";
}
._bi-google_adz9c_3087::before {
  content: "\f3f0";
}
._bi-graph-down_adz9c_3091::before {
  content: "\f3f1";
}
._bi-graph-up_adz9c_3095::before {
  content: "\f3f2";
}
._bi-grid-1x2-fill_adz9c_3099::before {
  content: "\f3f3";
}
._bi-grid-1x2_adz9c_3099::before {
  content: "\f3f4";
}
._bi-grid-3x2-gap-fill_adz9c_3107::before {
  content: "\f3f5";
}
._bi-grid-3x2-gap_adz9c_3107::before {
  content: "\f3f6";
}
._bi-grid-3x2_adz9c_3107::before {
  content: "\f3f7";
}
._bi-grid-3x3-gap-fill_adz9c_3119::before {
  content: "\f3f8";
}
._bi-grid-3x3-gap_adz9c_3119::before {
  content: "\f3f9";
}
._bi-grid-3x3_adz9c_3119::before {
  content: "\f3fa";
}
._bi-grid-fill_adz9c_3131::before {
  content: "\f3fb";
}
._bi-grid_adz9c_3099::before {
  content: "\f3fc";
}
._bi-grip-horizontal_adz9c_3139::before {
  content: "\f3fd";
}
._bi-grip-vertical_adz9c_3143::before {
  content: "\f3fe";
}
._bi-hammer_adz9c_3147::before {
  content: "\f3ff";
}
._bi-hand-index-fill_adz9c_3151::before {
  content: "\f400";
}
._bi-hand-index-thumb-fill_adz9c_3155::before {
  content: "\f401";
}
._bi-hand-index-thumb_adz9c_3155::before {
  content: "\f402";
}
._bi-hand-index_adz9c_3151::before {
  content: "\f403";
}
._bi-hand-thumbs-down-fill_adz9c_3167::before {
  content: "\f404";
}
._bi-hand-thumbs-down_adz9c_3167::before {
  content: "\f405";
}
._bi-hand-thumbs-up-fill_adz9c_3175::before {
  content: "\f406";
}
._bi-hand-thumbs-up_adz9c_3175::before {
  content: "\f407";
}
._bi-handbag-fill_adz9c_3183::before {
  content: "\f408";
}
._bi-handbag_adz9c_3183::before {
  content: "\f409";
}
._bi-hash_adz9c_3191::before {
  content: "\f40a";
}
._bi-hdd-fill_adz9c_3195::before {
  content: "\f40b";
}
._bi-hdd-network-fill_adz9c_3199::before {
  content: "\f40c";
}
._bi-hdd-network_adz9c_3199::before {
  content: "\f40d";
}
._bi-hdd-rack-fill_adz9c_3207::before {
  content: "\f40e";
}
._bi-hdd-rack_adz9c_3207::before {
  content: "\f40f";
}
._bi-hdd-stack-fill_adz9c_3215::before {
  content: "\f410";
}
._bi-hdd-stack_adz9c_3215::before {
  content: "\f411";
}
._bi-hdd_adz9c_3195::before {
  content: "\f412";
}
._bi-headphones_adz9c_3227::before {
  content: "\f413";
}
._bi-headset_adz9c_3231::before {
  content: "\f414";
}
._bi-heart-fill_adz9c_3235::before {
  content: "\f415";
}
._bi-heart-half_adz9c_3239::before {
  content: "\f416";
}
._bi-heart_adz9c_3235::before {
  content: "\f417";
}
._bi-heptagon-fill_adz9c_3247::before {
  content: "\f418";
}
._bi-heptagon-half_adz9c_3251::before {
  content: "\f419";
}
._bi-heptagon_adz9c_3247::before {
  content: "\f41a";
}
._bi-hexagon-fill_adz9c_3259::before {
  content: "\f41b";
}
._bi-hexagon-half_adz9c_3263::before {
  content: "\f41c";
}
._bi-hexagon_adz9c_3259::before {
  content: "\f41d";
}
._bi-hourglass-bottom_adz9c_3271::before {
  content: "\f41e";
}
._bi-hourglass-split_adz9c_3275::before {
  content: "\f41f";
}
._bi-hourglass-top_adz9c_3279::before {
  content: "\f420";
}
._bi-hourglass_adz9c_3271::before {
  content: "\f421";
}
._bi-house-door-fill_adz9c_3287::before {
  content: "\f422";
}
._bi-house-door_adz9c_3287::before {
  content: "\f423";
}
._bi-house-fill_adz9c_3295::before {
  content: "\f424";
}
._bi-house_adz9c_3287::before {
  content: "\f425";
}
._bi-hr_adz9c_3303::before {
  content: "\f426";
}
._bi-hurricane_adz9c_3307::before {
  content: "\f427";
}
._bi-image-alt_adz9c_3311::before {
  content: "\f428";
}
._bi-image-fill_adz9c_3315::before {
  content: "\f429";
}
._bi-image_adz9c_3311::before {
  content: "\f42a";
}
._bi-images_adz9c_3323::before {
  content: "\f42b";
}
._bi-inbox-fill_adz9c_3327::before {
  content: "\f42c";
}
._bi-inbox_adz9c_3327::before {
  content: "\f42d";
}
._bi-inboxes-fill_adz9c_3335::before {
  content: "\f42e";
}
._bi-inboxes_adz9c_3335::before {
  content: "\f42f";
}
._bi-info-circle-fill_adz9c_3343::before {
  content: "\f430";
}
._bi-info-circle_adz9c_3343::before {
  content: "\f431";
}
._bi-info-square-fill_adz9c_3351::before {
  content: "\f432";
}
._bi-info-square_adz9c_3351::before {
  content: "\f433";
}
._bi-info_adz9c_3343::before {
  content: "\f434";
}
._bi-input-cursor-text_adz9c_3363::before {
  content: "\f435";
}
._bi-input-cursor_adz9c_3363::before {
  content: "\f436";
}
._bi-instagram_adz9c_3371::before {
  content: "\f437";
}
._bi-intersect_adz9c_3375::before {
  content: "\f438";
}
._bi-journal-album_adz9c_3379::before {
  content: "\f439";
}
._bi-journal-arrow-down_adz9c_3383::before {
  content: "\f43a";
}
._bi-journal-arrow-up_adz9c_3387::before {
  content: "\f43b";
}
._bi-journal-bookmark-fill_adz9c_3391::before {
  content: "\f43c";
}
._bi-journal-bookmark_adz9c_3391::before {
  content: "\f43d";
}
._bi-journal-check_adz9c_3399::before {
  content: "\f43e";
}
._bi-journal-code_adz9c_3403::before {
  content: "\f43f";
}
._bi-journal-medical_adz9c_3407::before {
  content: "\f440";
}
._bi-journal-minus_adz9c_3411::before {
  content: "\f441";
}
._bi-journal-plus_adz9c_3415::before {
  content: "\f442";
}
._bi-journal-richtext_adz9c_3419::before {
  content: "\f443";
}
._bi-journal-text_adz9c_3423::before {
  content: "\f444";
}
._bi-journal-x_adz9c_3427::before {
  content: "\f445";
}
._bi-journal_adz9c_3379::before {
  content: "\f446";
}
._bi-journals_adz9c_3435::before {
  content: "\f447";
}
._bi-joystick_adz9c_3439::before {
  content: "\f448";
}
._bi-justify-left_adz9c_3443::before {
  content: "\f449";
}
._bi-justify-right_adz9c_3447::before {
  content: "\f44a";
}
._bi-justify_adz9c_3443::before {
  content: "\f44b";
}
._bi-kanban-fill_adz9c_3455::before {
  content: "\f44c";
}
._bi-kanban_adz9c_3455::before {
  content: "\f44d";
}
._bi-key-fill_adz9c_3463::before {
  content: "\f44e";
}
._bi-key_adz9c_3463::before {
  content: "\f44f";
}
._bi-keyboard-fill_adz9c_3471::before {
  content: "\f450";
}
._bi-keyboard_adz9c_3471::before {
  content: "\f451";
}
._bi-ladder_adz9c_3479::before {
  content: "\f452";
}
._bi-lamp-fill_adz9c_3483::before {
  content: "\f453";
}
._bi-lamp_adz9c_3483::before {
  content: "\f454";
}
._bi-laptop-fill_adz9c_3491::before {
  content: "\f455";
}
._bi-laptop_adz9c_3491::before {
  content: "\f456";
}
._bi-layer-backward_adz9c_3499::before {
  content: "\f457";
}
._bi-layer-forward_adz9c_3503::before {
  content: "\f458";
}
._bi-layers-fill_adz9c_3507::before {
  content: "\f459";
}
._bi-layers-half_adz9c_3511::before {
  content: "\f45a";
}
._bi-layers_adz9c_3507::before {
  content: "\f45b";
}
._bi-layout-sidebar-inset-reverse_adz9c_3519::before {
  content: "\f45c";
}
._bi-layout-sidebar-inset_adz9c_3519::before {
  content: "\f45d";
}
._bi-layout-sidebar-reverse_adz9c_3527::before {
  content: "\f45e";
}
._bi-layout-sidebar_adz9c_3519::before {
  content: "\f45f";
}
._bi-layout-split_adz9c_3535::before {
  content: "\f460";
}
._bi-layout-text-sidebar-reverse_adz9c_3539::before {
  content: "\f461";
}
._bi-layout-text-sidebar_adz9c_3539::before {
  content: "\f462";
}
._bi-layout-text-window-reverse_adz9c_3547::before {
  content: "\f463";
}
._bi-layout-text-window_adz9c_3547::before {
  content: "\f464";
}
._bi-layout-three-columns_adz9c_3555::before {
  content: "\f465";
}
._bi-layout-wtf_adz9c_3559::before {
  content: "\f466";
}
._bi-life-preserver_adz9c_3563::before {
  content: "\f467";
}
._bi-lightbulb-fill_adz9c_3567::before {
  content: "\f468";
}
._bi-lightbulb-off-fill_adz9c_3571::before {
  content: "\f469";
}
._bi-lightbulb-off_adz9c_3571::before {
  content: "\f46a";
}
._bi-lightbulb_adz9c_3567::before {
  content: "\f46b";
}
._bi-lightning-charge-fill_adz9c_3583::before {
  content: "\f46c";
}
._bi-lightning-charge_adz9c_3583::before {
  content: "\f46d";
}
._bi-lightning-fill_adz9c_3591::before {
  content: "\f46e";
}
._bi-lightning_adz9c_3583::before {
  content: "\f46f";
}
._bi-link-45deg_adz9c_3599::before {
  content: "\f470";
}
._bi-link_adz9c_3599::before {
  content: "\f471";
}
._bi-linkedin_adz9c_3607::before {
  content: "\f472";
}
._bi-list-check_adz9c_3611::before {
  content: "\f473";
}
._bi-list-nested_adz9c_3615::before {
  content: "\f474";
}
._bi-list-ol_adz9c_3619::before {
  content: "\f475";
}
._bi-list-stars_adz9c_3623::before {
  content: "\f476";
}
._bi-list-task_adz9c_3627::before {
  content: "\f477";
}
._bi-list-ul_adz9c_3631::before {
  content: "\f478";
}
._bi-list_adz9c_3611::before {
  content: "\f479";
}
._bi-lock-fill_adz9c_3639::before {
  content: "\f47a";
}
._bi-lock_adz9c_3639::before {
  content: "\f47b";
}
._bi-mailbox_adz9c_3647::before {
  content: "\f47c";
}
._bi-mailbox2_adz9c_3651::before {
  content: "\f47d";
}
._bi-map-fill_adz9c_3655::before {
  content: "\f47e";
}
._bi-map_adz9c_3655::before {
  content: "\f47f";
}
._bi-markdown-fill_adz9c_3663::before {
  content: "\f480";
}
._bi-markdown_adz9c_3663::before {
  content: "\f481";
}
._bi-mask_adz9c_3671::before {
  content: "\f482";
}
._bi-megaphone-fill_adz9c_3675::before {
  content: "\f483";
}
._bi-megaphone_adz9c_3675::before {
  content: "\f484";
}
._bi-menu-app-fill_adz9c_3683::before {
  content: "\f485";
}
._bi-menu-app_adz9c_3683::before {
  content: "\f486";
}
._bi-menu-button-fill_adz9c_3691::before {
  content: "\f487";
}
._bi-menu-button-wide-fill_adz9c_3695::before {
  content: "\f488";
}
._bi-menu-button-wide_adz9c_3695::before {
  content: "\f489";
}
._bi-menu-button_adz9c_3691::before {
  content: "\f48a";
}
._bi-menu-down_adz9c_3707::before {
  content: "\f48b";
}
._bi-menu-up_adz9c_3711::before {
  content: "\f48c";
}
._bi-mic-fill_adz9c_3715::before {
  content: "\f48d";
}
._bi-mic-mute-fill_adz9c_3719::before {
  content: "\f48e";
}
._bi-mic-mute_adz9c_3719::before {
  content: "\f48f";
}
._bi-mic_adz9c_3715::before {
  content: "\f490";
}
._bi-minecart-loaded_adz9c_3731::before {
  content: "\f491";
}
._bi-minecart_adz9c_3731::before {
  content: "\f492";
}
._bi-moisture_adz9c_3739::before {
  content: "\f493";
}
._bi-moon-fill_adz9c_3743::before {
  content: "\f494";
}
._bi-moon-stars-fill_adz9c_3747::before {
  content: "\f495";
}
._bi-moon-stars_adz9c_3747::before {
  content: "\f496";
}
._bi-moon_adz9c_3743::before {
  content: "\f497";
}
._bi-mouse-fill_adz9c_3759::before {
  content: "\f498";
}
._bi-mouse_adz9c_3759::before {
  content: "\f499";
}
._bi-mouse2-fill_adz9c_3767::before {
  content: "\f49a";
}
._bi-mouse2_adz9c_3767::before {
  content: "\f49b";
}
._bi-mouse3-fill_adz9c_3775::before {
  content: "\f49c";
}
._bi-mouse3_adz9c_3775::before {
  content: "\f49d";
}
._bi-music-note-beamed_adz9c_3783::before {
  content: "\f49e";
}
._bi-music-note-list_adz9c_3787::before {
  content: "\f49f";
}
._bi-music-note_adz9c_3783::before {
  content: "\f4a0";
}
._bi-music-player-fill_adz9c_3795::before {
  content: "\f4a1";
}
._bi-music-player_adz9c_3795::before {
  content: "\f4a2";
}
._bi-newspaper_adz9c_3803::before {
  content: "\f4a3";
}
._bi-node-minus-fill_adz9c_3807::before {
  content: "\f4a4";
}
._bi-node-minus_adz9c_3807::before {
  content: "\f4a5";
}
._bi-node-plus-fill_adz9c_3815::before {
  content: "\f4a6";
}
._bi-node-plus_adz9c_3815::before {
  content: "\f4a7";
}
._bi-nut-fill_adz9c_3823::before {
  content: "\f4a8";
}
._bi-nut_adz9c_3823::before {
  content: "\f4a9";
}
._bi-octagon-fill_adz9c_3831::before {
  content: "\f4aa";
}
._bi-octagon-half_adz9c_3835::before {
  content: "\f4ab";
}
._bi-octagon_adz9c_3831::before {
  content: "\f4ac";
}
._bi-option_adz9c_3843::before {
  content: "\f4ad";
}
._bi-outlet_adz9c_3847::before {
  content: "\f4ae";
}
._bi-paint-bucket_adz9c_3851::before {
  content: "\f4af";
}
._bi-palette-fill_adz9c_3855::before {
  content: "\f4b0";
}
._bi-palette_adz9c_3855::before {
  content: "\f4b1";
}
._bi-palette2_adz9c_3863::before {
  content: "\f4b2";
}
._bi-paperclip_adz9c_3867::before {
  content: "\f4b3";
}
._bi-paragraph_adz9c_3871::before {
  content: "\f4b4";
}
._bi-patch-check-fill_adz9c_3875::before {
  content: "\f4b5";
}
._bi-patch-check_adz9c_3875::before {
  content: "\f4b6";
}
._bi-patch-exclamation-fill_adz9c_3883::before {
  content: "\f4b7";
}
._bi-patch-exclamation_adz9c_3883::before {
  content: "\f4b8";
}
._bi-patch-minus-fill_adz9c_3891::before {
  content: "\f4b9";
}
._bi-patch-minus_adz9c_3891::before {
  content: "\f4ba";
}
._bi-patch-plus-fill_adz9c_3899::before {
  content: "\f4bb";
}
._bi-patch-plus_adz9c_3899::before {
  content: "\f4bc";
}
._bi-patch-question-fill_adz9c_3907::before {
  content: "\f4bd";
}
._bi-patch-question_adz9c_3907::before {
  content: "\f4be";
}
._bi-pause-btn-fill_adz9c_3915::before {
  content: "\f4bf";
}
._bi-pause-btn_adz9c_3915::before {
  content: "\f4c0";
}
._bi-pause-circle-fill_adz9c_3923::before {
  content: "\f4c1";
}
._bi-pause-circle_adz9c_3923::before {
  content: "\f4c2";
}
._bi-pause-fill_adz9c_3931::before {
  content: "\f4c3";
}
._bi-pause_adz9c_3915::before {
  content: "\f4c4";
}
._bi-peace-fill_adz9c_3939::before {
  content: "\f4c5";
}
._bi-peace_adz9c_3939::before {
  content: "\f4c6";
}
._bi-pen-fill_adz9c_3947::before {
  content: "\f4c7";
}
._bi-pen_adz9c_3947::before {
  content: "\f4c8";
}
._bi-pencil-fill_adz9c_3955::before {
  content: "\f4c9";
}
._bi-pencil-square_adz9c_3959::before {
  content: "\f4ca";
}
._bi-pencil_adz9c_3955::before {
  content: "\f4cb";
}
._bi-pentagon-fill_adz9c_3967::before {
  content: "\f4cc";
}
._bi-pentagon-half_adz9c_3971::before {
  content: "\f4cd";
}
._bi-pentagon_adz9c_3967::before {
  content: "\f4ce";
}
._bi-people-fill_adz9c_3979::before {
  content: "\f4cf";
}
._bi-people_adz9c_3979::before {
  content: "\f4d0";
}
._bi-percent_adz9c_3987::before {
  content: "\f4d1";
}
._bi-person-badge-fill_adz9c_3991::before {
  content: "\f4d2";
}
._bi-person-badge_adz9c_3991::before {
  content: "\f4d3";
}
._bi-person-bounding-box_adz9c_3999::before {
  content: "\f4d4";
}
._bi-person-check-fill_adz9c_4003::before {
  content: "\f4d5";
}
._bi-person-check_adz9c_4003::before {
  content: "\f4d6";
}
._bi-person-circle_adz9c_4011::before {
  content: "\f4d7";
}
._bi-person-dash-fill_adz9c_4015::before {
  content: "\f4d8";
}
._bi-person-dash_adz9c_4015::before {
  content: "\f4d9";
}
._bi-person-fill_adz9c_4023::before {
  content: "\f4da";
}
._bi-person-lines-fill_adz9c_4027::before {
  content: "\f4db";
}
._bi-person-plus-fill_adz9c_4031::before {
  content: "\f4dc";
}
._bi-person-plus_adz9c_4031::before {
  content: "\f4dd";
}
._bi-person-square_adz9c_4039::before {
  content: "\f4de";
}
._bi-person-x-fill_adz9c_4043::before {
  content: "\f4df";
}
._bi-person-x_adz9c_4043::before {
  content: "\f4e0";
}
._bi-person_adz9c_3991::before {
  content: "\f4e1";
}
._bi-phone-fill_adz9c_4055::before {
  content: "\f4e2";
}
._bi-phone-landscape-fill_adz9c_4059::before {
  content: "\f4e3";
}
._bi-phone-landscape_adz9c_4059::before {
  content: "\f4e4";
}
._bi-phone-vibrate-fill_adz9c_4067::before {
  content: "\f4e5";
}
._bi-phone-vibrate_adz9c_4067::before {
  content: "\f4e6";
}
._bi-phone_adz9c_4055::before {
  content: "\f4e7";
}
._bi-pie-chart-fill_adz9c_4079::before {
  content: "\f4e8";
}
._bi-pie-chart_adz9c_4079::before {
  content: "\f4e9";
}
._bi-pin-angle-fill_adz9c_4087::before {
  content: "\f4ea";
}
._bi-pin-angle_adz9c_4087::before {
  content: "\f4eb";
}
._bi-pin-fill_adz9c_4095::before {
  content: "\f4ec";
}
._bi-pin_adz9c_4087::before {
  content: "\f4ed";
}
._bi-pip-fill_adz9c_4103::before {
  content: "\f4ee";
}
._bi-pip_adz9c_4103::before {
  content: "\f4ef";
}
._bi-play-btn-fill_adz9c_4111::before {
  content: "\f4f0";
}
._bi-play-btn_adz9c_4111::before {
  content: "\f4f1";
}
._bi-play-circle-fill_adz9c_4119::before {
  content: "\f4f2";
}
._bi-play-circle_adz9c_4119::before {
  content: "\f4f3";
}
._bi-play-fill_adz9c_4127::before {
  content: "\f4f4";
}
._bi-play_adz9c_4111::before {
  content: "\f4f5";
}
._bi-plug-fill_adz9c_4135::before {
  content: "\f4f6";
}
._bi-plug_adz9c_4135::before {
  content: "\f4f7";
}
._bi-plus-circle-dotted_adz9c_4143::before {
  content: "\f4f8";
}
._bi-plus-circle-fill_adz9c_4147::before {
  content: "\f4f9";
}
._bi-plus-circle_adz9c_4143::before {
  content: "\f4fa";
}
._bi-plus-square-dotted_adz9c_4155::before {
  content: "\f4fb";
}
._bi-plus-square-fill_adz9c_4159::before {
  content: "\f4fc";
}
._bi-plus-square_adz9c_4155::before {
  content: "\f4fd";
}
._bi-plus_adz9c_4143::before {
  content: "\f4fe";
}
._bi-power_adz9c_4171::before {
  content: "\f4ff";
}
._bi-printer-fill_adz9c_4175::before {
  content: "\f500";
}
._bi-printer_adz9c_4175::before {
  content: "\f501";
}
._bi-puzzle-fill_adz9c_4183::before {
  content: "\f502";
}
._bi-puzzle_adz9c_4183::before {
  content: "\f503";
}
._bi-question-circle-fill_adz9c_4191::before {
  content: "\f504";
}
._bi-question-circle_adz9c_4191::before {
  content: "\f505";
}
._bi-question-diamond-fill_adz9c_4199::before {
  content: "\f506";
}
._bi-question-diamond_adz9c_4199::before {
  content: "\f507";
}
._bi-question-octagon-fill_adz9c_4207::before {
  content: "\f508";
}
._bi-question-octagon_adz9c_4207::before {
  content: "\f509";
}
._bi-question-square-fill_adz9c_4215::before {
  content: "\f50a";
}
._bi-question-square_adz9c_4215::before {
  content: "\f50b";
}
._bi-question_adz9c_4191::before {
  content: "\f50c";
}
._bi-rainbow_adz9c_4227::before {
  content: "\f50d";
}
._bi-receipt-cutoff_adz9c_4231::before {
  content: "\f50e";
}
._bi-receipt_adz9c_4231::before {
  content: "\f50f";
}
._bi-reception-0_adz9c_4239::before {
  content: "\f510";
}
._bi-reception-1_adz9c_4243::before {
  content: "\f511";
}
._bi-reception-2_adz9c_4247::before {
  content: "\f512";
}
._bi-reception-3_adz9c_4251::before {
  content: "\f513";
}
._bi-reception-4_adz9c_4255::before {
  content: "\f514";
}
._bi-record-btn-fill_adz9c_4259::before {
  content: "\f515";
}
._bi-record-btn_adz9c_4259::before {
  content: "\f516";
}
._bi-record-circle-fill_adz9c_4267::before {
  content: "\f517";
}
._bi-record-circle_adz9c_4267::before {
  content: "\f518";
}
._bi-record-fill_adz9c_4275::before {
  content: "\f519";
}
._bi-record_adz9c_4259::before {
  content: "\f51a";
}
._bi-record2-fill_adz9c_4283::before {
  content: "\f51b";
}
._bi-record2_adz9c_4283::before {
  content: "\f51c";
}
._bi-reply-all-fill_adz9c_4291::before {
  content: "\f51d";
}
._bi-reply-all_adz9c_4291::before {
  content: "\f51e";
}
._bi-reply-fill_adz9c_4299::before {
  content: "\f51f";
}
._bi-reply_adz9c_4291::before {
  content: "\f520";
}
._bi-rss-fill_adz9c_4307::before {
  content: "\f521";
}
._bi-rss_adz9c_4307::before {
  content: "\f522";
}
._bi-rulers_adz9c_4315::before {
  content: "\f523";
}
._bi-save-fill_adz9c_4319::before {
  content: "\f524";
}
._bi-save_adz9c_4319::before {
  content: "\f525";
}
._bi-save2-fill_adz9c_4327::before {
  content: "\f526";
}
._bi-save2_adz9c_4327::before {
  content: "\f527";
}
._bi-scissors_adz9c_4335::before {
  content: "\f528";
}
._bi-screwdriver_adz9c_4339::before {
  content: "\f529";
}
._bi-search_adz9c_4343::before {
  content: "\f52a";
}
._bi-segmented-nav_adz9c_4347::before {
  content: "\f52b";
}
._bi-server_adz9c_4351::before {
  content: "\f52c";
}
._bi-share-fill_adz9c_4355::before {
  content: "\f52d";
}
._bi-share_adz9c_4355::before {
  content: "\f52e";
}
._bi-shield-check_adz9c_4363::before {
  content: "\f52f";
}
._bi-shield-exclamation_adz9c_4367::before {
  content: "\f530";
}
._bi-shield-fill-check_adz9c_4371::before {
  content: "\f531";
}
._bi-shield-fill-exclamation_adz9c_4375::before {
  content: "\f532";
}
._bi-shield-fill-minus_adz9c_4379::before {
  content: "\f533";
}
._bi-shield-fill-plus_adz9c_4383::before {
  content: "\f534";
}
._bi-shield-fill-x_adz9c_4387::before {
  content: "\f535";
}
._bi-shield-fill_adz9c_4371::before {
  content: "\f536";
}
._bi-shield-lock-fill_adz9c_4395::before {
  content: "\f537";
}
._bi-shield-lock_adz9c_4395::before {
  content: "\f538";
}
._bi-shield-minus_adz9c_4403::before {
  content: "\f539";
}
._bi-shield-plus_adz9c_4407::before {
  content: "\f53a";
}
._bi-shield-shaded_adz9c_4411::before {
  content: "\f53b";
}
._bi-shield-slash-fill_adz9c_4415::before {
  content: "\f53c";
}
._bi-shield-slash_adz9c_4415::before {
  content: "\f53d";
}
._bi-shield-x_adz9c_4423::before {
  content: "\f53e";
}
._bi-shield_adz9c_4363::before {
  content: "\f53f";
}
._bi-shift-fill_adz9c_4431::before {
  content: "\f540";
}
._bi-shift_adz9c_4431::before {
  content: "\f541";
}
._bi-shop-window_adz9c_4439::before {
  content: "\f542";
}
._bi-shop_adz9c_4439::before {
  content: "\f543";
}
._bi-shuffle_adz9c_4447::before {
  content: "\f544";
}
._bi-signpost-2-fill_adz9c_4451::before {
  content: "\f545";
}
._bi-signpost-2_adz9c_4451::before {
  content: "\f546";
}
._bi-signpost-fill_adz9c_4459::before {
  content: "\f547";
}
._bi-signpost-split-fill_adz9c_4463::before {
  content: "\f548";
}
._bi-signpost-split_adz9c_4463::before {
  content: "\f549";
}
._bi-signpost_adz9c_4451::before {
  content: "\f54a";
}
._bi-sim-fill_adz9c_4475::before {
  content: "\f54b";
}
._bi-sim_adz9c_4475::before {
  content: "\f54c";
}
._bi-skip-backward-btn-fill_adz9c_4483::before {
  content: "\f54d";
}
._bi-skip-backward-btn_adz9c_4483::before {
  content: "\f54e";
}
._bi-skip-backward-circle-fill_adz9c_4491::before {
  content: "\f54f";
}
._bi-skip-backward-circle_adz9c_4491::before {
  content: "\f550";
}
._bi-skip-backward-fill_adz9c_4499::before {
  content: "\f551";
}
._bi-skip-backward_adz9c_4483::before {
  content: "\f552";
}
._bi-skip-end-btn-fill_adz9c_4507::before {
  content: "\f553";
}
._bi-skip-end-btn_adz9c_4507::before {
  content: "\f554";
}
._bi-skip-end-circle-fill_adz9c_4515::before {
  content: "\f555";
}
._bi-skip-end-circle_adz9c_4515::before {
  content: "\f556";
}
._bi-skip-end-fill_adz9c_4523::before {
  content: "\f557";
}
._bi-skip-end_adz9c_4507::before {
  content: "\f558";
}
._bi-skip-forward-btn-fill_adz9c_4531::before {
  content: "\f559";
}
._bi-skip-forward-btn_adz9c_4531::before {
  content: "\f55a";
}
._bi-skip-forward-circle-fill_adz9c_4539::before {
  content: "\f55b";
}
._bi-skip-forward-circle_adz9c_4539::before {
  content: "\f55c";
}
._bi-skip-forward-fill_adz9c_4547::before {
  content: "\f55d";
}
._bi-skip-forward_adz9c_4531::before {
  content: "\f55e";
}
._bi-skip-start-btn-fill_adz9c_4555::before {
  content: "\f55f";
}
._bi-skip-start-btn_adz9c_4555::before {
  content: "\f560";
}
._bi-skip-start-circle-fill_adz9c_4563::before {
  content: "\f561";
}
._bi-skip-start-circle_adz9c_4563::before {
  content: "\f562";
}
._bi-skip-start-fill_adz9c_4571::before {
  content: "\f563";
}
._bi-skip-start_adz9c_4555::before {
  content: "\f564";
}
._bi-slack_adz9c_4579::before {
  content: "\f565";
}
._bi-slash-circle-fill_adz9c_4583::before {
  content: "\f566";
}
._bi-slash-circle_adz9c_4583::before {
  content: "\f567";
}
._bi-slash-square-fill_adz9c_4591::before {
  content: "\f568";
}
._bi-slash-square_adz9c_4591::before {
  content: "\f569";
}
._bi-slash_adz9c_4583::before {
  content: "\f56a";
}
._bi-sliders_adz9c_4603::before {
  content: "\f56b";
}
._bi-smartwatch_adz9c_4607::before {
  content: "\f56c";
}
._bi-snow_adz9c_4611::before {
  content: "\f56d";
}
._bi-snow2_adz9c_4615::before {
  content: "\f56e";
}
._bi-snow3_adz9c_4619::before {
  content: "\f56f";
}
._bi-sort-alpha-down-alt_adz9c_4623::before {
  content: "\f570";
}
._bi-sort-alpha-down_adz9c_4623::before {
  content: "\f571";
}
._bi-sort-alpha-up-alt_adz9c_4631::before {
  content: "\f572";
}
._bi-sort-alpha-up_adz9c_4631::before {
  content: "\f573";
}
._bi-sort-down-alt_adz9c_4639::before {
  content: "\f574";
}
._bi-sort-down_adz9c_4639::before {
  content: "\f575";
}
._bi-sort-numeric-down-alt_adz9c_4647::before {
  content: "\f576";
}
._bi-sort-numeric-down_adz9c_4647::before {
  content: "\f577";
}
._bi-sort-numeric-up-alt_adz9c_4655::before {
  content: "\f578";
}
._bi-sort-numeric-up_adz9c_4655::before {
  content: "\f579";
}
._bi-sort-up-alt_adz9c_4663::before {
  content: "\f57a";
}
._bi-sort-up_adz9c_4663::before {
  content: "\f57b";
}
._bi-soundwave_adz9c_4671::before {
  content: "\f57c";
}
._bi-speaker-fill_adz9c_4675::before {
  content: "\f57d";
}
._bi-speaker_adz9c_4675::before {
  content: "\f57e";
}
._bi-speedometer_adz9c_4683::before {
  content: "\f57f";
}
._bi-speedometer2_adz9c_4687::before {
  content: "\f580";
}
._bi-spellcheck_adz9c_4691::before {
  content: "\f581";
}
._bi-square-fill_adz9c_4695::before {
  content: "\f582";
}
._bi-square-half_adz9c_4699::before {
  content: "\f583";
}
._bi-square_adz9c_4695::before {
  content: "\f584";
}
._bi-stack_adz9c_4707::before {
  content: "\f585";
}
._bi-star-fill_adz9c_4711::before {
  content: "\f586";
}
._bi-star-half_adz9c_4715::before {
  content: "\f587";
}
._bi-star_adz9c_4711::before {
  content: "\f588";
}
._bi-stars_adz9c_4723::before {
  content: "\f589";
}
._bi-stickies-fill_adz9c_4727::before {
  content: "\f58a";
}
._bi-stickies_adz9c_4727::before {
  content: "\f58b";
}
._bi-sticky-fill_adz9c_4735::before {
  content: "\f58c";
}
._bi-sticky_adz9c_4735::before {
  content: "\f58d";
}
._bi-stop-btn-fill_adz9c_4743::before {
  content: "\f58e";
}
._bi-stop-btn_adz9c_4743::before {
  content: "\f58f";
}
._bi-stop-circle-fill_adz9c_4751::before {
  content: "\f590";
}
._bi-stop-circle_adz9c_4751::before {
  content: "\f591";
}
._bi-stop-fill_adz9c_4759::before {
  content: "\f592";
}
._bi-stop_adz9c_4743::before {
  content: "\f593";
}
._bi-stoplights-fill_adz9c_4767::before {
  content: "\f594";
}
._bi-stoplights_adz9c_4767::before {
  content: "\f595";
}
._bi-stopwatch-fill_adz9c_4775::before {
  content: "\f596";
}
._bi-stopwatch_adz9c_4775::before {
  content: "\f597";
}
._bi-subtract_adz9c_4783::before {
  content: "\f598";
}
._bi-suit-club-fill_adz9c_4787::before {
  content: "\f599";
}
._bi-suit-club_adz9c_4787::before {
  content: "\f59a";
}
._bi-suit-diamond-fill_adz9c_4795::before {
  content: "\f59b";
}
._bi-suit-diamond_adz9c_4795::before {
  content: "\f59c";
}
._bi-suit-heart-fill_adz9c_4803::before {
  content: "\f59d";
}
._bi-suit-heart_adz9c_4803::before {
  content: "\f59e";
}
._bi-suit-spade-fill_adz9c_4811::before {
  content: "\f59f";
}
._bi-suit-spade_adz9c_4811::before {
  content: "\f5a0";
}
._bi-sun-fill_adz9c_4819::before {
  content: "\f5a1";
}
._bi-sun_adz9c_4819::before {
  content: "\f5a2";
}
._bi-sunglasses_adz9c_4827::before {
  content: "\f5a3";
}
._bi-sunrise-fill_adz9c_4831::before {
  content: "\f5a4";
}
._bi-sunrise_adz9c_4831::before {
  content: "\f5a5";
}
._bi-sunset-fill_adz9c_4839::before {
  content: "\f5a6";
}
._bi-sunset_adz9c_4839::before {
  content: "\f5a7";
}
._bi-symmetry-horizontal_adz9c_4847::before {
  content: "\f5a8";
}
._bi-symmetry-vertical_adz9c_4851::before {
  content: "\f5a9";
}
._bi-table_adz9c_4855::before {
  content: "\f5aa";
}
._bi-tablet-fill_adz9c_4859::before {
  content: "\f5ab";
}
._bi-tablet-landscape-fill_adz9c_4863::before {
  content: "\f5ac";
}
._bi-tablet-landscape_adz9c_4863::before {
  content: "\f5ad";
}
._bi-tablet_adz9c_4859::before {
  content: "\f5ae";
}
._bi-tag-fill_adz9c_4875::before {
  content: "\f5af";
}
._bi-tag_adz9c_4875::before {
  content: "\f5b0";
}
._bi-tags-fill_adz9c_4883::before {
  content: "\f5b1";
}
._bi-tags_adz9c_4883::before {
  content: "\f5b2";
}
._bi-telegram_adz9c_4891::before {
  content: "\f5b3";
}
._bi-telephone-fill_adz9c_4895::before {
  content: "\f5b4";
}
._bi-telephone-forward-fill_adz9c_4899::before {
  content: "\f5b5";
}
._bi-telephone-forward_adz9c_4899::before {
  content: "\f5b6";
}
._bi-telephone-inbound-fill_adz9c_4907::before {
  content: "\f5b7";
}
._bi-telephone-inbound_adz9c_4907::before {
  content: "\f5b8";
}
._bi-telephone-minus-fill_adz9c_4915::before {
  content: "\f5b9";
}
._bi-telephone-minus_adz9c_4915::before {
  content: "\f5ba";
}
._bi-telephone-outbound-fill_adz9c_4923::before {
  content: "\f5bb";
}
._bi-telephone-outbound_adz9c_4923::before {
  content: "\f5bc";
}
._bi-telephone-plus-fill_adz9c_4931::before {
  content: "\f5bd";
}
._bi-telephone-plus_adz9c_4931::before {
  content: "\f5be";
}
._bi-telephone-x-fill_adz9c_4939::before {
  content: "\f5bf";
}
._bi-telephone-x_adz9c_4939::before {
  content: "\f5c0";
}
._bi-telephone_adz9c_4895::before {
  content: "\f5c1";
}
._bi-terminal-fill_adz9c_4951::before {
  content: "\f5c2";
}
._bi-terminal_adz9c_4951::before {
  content: "\f5c3";
}
._bi-text-center_adz9c_4959::before {
  content: "\f5c4";
}
._bi-text-indent-left_adz9c_4963::before {
  content: "\f5c5";
}
._bi-text-indent-right_adz9c_4967::before {
  content: "\f5c6";
}
._bi-text-left_adz9c_4971::before {
  content: "\f5c7";
}
._bi-text-paragraph_adz9c_4975::before {
  content: "\f5c8";
}
._bi-text-right_adz9c_4979::before {
  content: "\f5c9";
}
._bi-textarea-resize_adz9c_4983::before {
  content: "\f5ca";
}
._bi-textarea-t_adz9c_4987::before {
  content: "\f5cb";
}
._bi-textarea_adz9c_4983::before {
  content: "\f5cc";
}
._bi-thermometer-half_adz9c_4995::before {
  content: "\f5cd";
}
._bi-thermometer-high_adz9c_4999::before {
  content: "\f5ce";
}
._bi-thermometer-low_adz9c_5003::before {
  content: "\f5cf";
}
._bi-thermometer-snow_adz9c_5007::before {
  content: "\f5d0";
}
._bi-thermometer-sun_adz9c_5011::before {
  content: "\f5d1";
}
._bi-thermometer_adz9c_4995::before {
  content: "\f5d2";
}
._bi-three-dots-vertical_adz9c_5019::before {
  content: "\f5d3";
}
._bi-three-dots_adz9c_5019::before {
  content: "\f5d4";
}
._bi-toggle-off_adz9c_5027::before {
  content: "\f5d5";
}
._bi-toggle-on_adz9c_5031::before {
  content: "\f5d6";
}
._bi-toggle2-off_adz9c_5035::before {
  content: "\f5d7";
}
._bi-toggle2-on_adz9c_5039::before {
  content: "\f5d8";
}
._bi-toggles_adz9c_5043::before {
  content: "\f5d9";
}
._bi-toggles2_adz9c_5047::before {
  content: "\f5da";
}
._bi-tools_adz9c_5051::before {
  content: "\f5db";
}
._bi-tornado_adz9c_5055::before {
  content: "\f5dc";
}
._bi-trash-fill_adz9c_5059::before {
  content: "\f5dd";
}
._bi-trash_adz9c_5059::before {
  content: "\f5de";
}
._bi-trash2-fill_adz9c_5067::before {
  content: "\f5df";
}
._bi-trash2_adz9c_5067::before {
  content: "\f5e0";
}
._bi-tree-fill_adz9c_5075::before {
  content: "\f5e1";
}
._bi-tree_adz9c_5075::before {
  content: "\f5e2";
}
._bi-triangle-fill_adz9c_5083::before {
  content: "\f5e3";
}
._bi-triangle-half_adz9c_5087::before {
  content: "\f5e4";
}
._bi-triangle_adz9c_5083::before {
  content: "\f5e5";
}
._bi-trophy-fill_adz9c_5095::before {
  content: "\f5e6";
}
._bi-trophy_adz9c_5095::before {
  content: "\f5e7";
}
._bi-tropical-storm_adz9c_5103::before {
  content: "\f5e8";
}
._bi-truck-flatbed_adz9c_5107::before {
  content: "\f5e9";
}
._bi-truck_adz9c_5107::before {
  content: "\f5ea";
}
._bi-tsunami_adz9c_5115::before {
  content: "\f5eb";
}
._bi-tv-fill_adz9c_5119::before {
  content: "\f5ec";
}
._bi-tv_adz9c_5119::before {
  content: "\f5ed";
}
._bi-twitch_adz9c_5127::before {
  content: "\f5ee";
}
._bi-twitter_adz9c_5131::before {
  content: "\f5ef";
}
._bi-type-bold_adz9c_5135::before {
  content: "\f5f0";
}
._bi-type-h1_adz9c_5139::before {
  content: "\f5f1";
}
._bi-type-h2_adz9c_5143::before {
  content: "\f5f2";
}
._bi-type-h3_adz9c_5147::before {
  content: "\f5f3";
}
._bi-type-italic_adz9c_5151::before {
  content: "\f5f4";
}
._bi-type-strikethrough_adz9c_5155::before {
  content: "\f5f5";
}
._bi-type-underline_adz9c_5159::before {
  content: "\f5f6";
}
._bi-type_adz9c_5135::before {
  content: "\f5f7";
}
._bi-ui-checks-grid_adz9c_5167::before {
  content: "\f5f8";
}
._bi-ui-checks_adz9c_5167::before {
  content: "\f5f9";
}
._bi-ui-radios-grid_adz9c_5175::before {
  content: "\f5fa";
}
._bi-ui-radios_adz9c_5175::before {
  content: "\f5fb";
}
._bi-umbrella-fill_adz9c_5183::before {
  content: "\f5fc";
}
._bi-umbrella_adz9c_5183::before {
  content: "\f5fd";
}
._bi-union_adz9c_5191::before {
  content: "\f5fe";
}
._bi-unlock-fill_adz9c_5195::before {
  content: "\f5ff";
}
._bi-unlock_adz9c_5195::before {
  content: "\f600";
}
._bi-upc-scan_adz9c_5203::before {
  content: "\f601";
}
._bi-upc_adz9c_5203::before {
  content: "\f602";
}
._bi-upload_adz9c_5211::before {
  content: "\f603";
}
._bi-vector-pen_adz9c_5215::before {
  content: "\f604";
}
._bi-view-list_adz9c_5219::before {
  content: "\f605";
}
._bi-view-stacked_adz9c_5223::before {
  content: "\f606";
}
._bi-vinyl-fill_adz9c_5227::before {
  content: "\f607";
}
._bi-vinyl_adz9c_5227::before {
  content: "\f608";
}
._bi-voicemail_adz9c_5235::before {
  content: "\f609";
}
._bi-volume-down-fill_adz9c_5239::before {
  content: "\f60a";
}
._bi-volume-down_adz9c_5239::before {
  content: "\f60b";
}
._bi-volume-mute-fill_adz9c_5247::before {
  content: "\f60c";
}
._bi-volume-mute_adz9c_5247::before {
  content: "\f60d";
}
._bi-volume-off-fill_adz9c_5255::before {
  content: "\f60e";
}
._bi-volume-off_adz9c_5255::before {
  content: "\f60f";
}
._bi-volume-up-fill_adz9c_5263::before {
  content: "\f610";
}
._bi-volume-up_adz9c_5263::before {
  content: "\f611";
}
._bi-vr_adz9c_5271::before {
  content: "\f612";
}
._bi-wallet-fill_adz9c_5275::before {
  content: "\f613";
}
._bi-wallet_adz9c_5275::before {
  content: "\f614";
}
._bi-wallet2_adz9c_5283::before {
  content: "\f615";
}
._bi-watch_adz9c_5287::before {
  content: "\f616";
}
._bi-water_adz9c_5291::before {
  content: "\f617";
}
._bi-whatsapp_adz9c_5295::before {
  content: "\f618";
}
._bi-wifi-1_adz9c_5299::before {
  content: "\f619";
}
._bi-wifi-2_adz9c_5303::before {
  content: "\f61a";
}
._bi-wifi-off_adz9c_5307::before {
  content: "\f61b";
}
._bi-wifi_adz9c_5299::before {
  content: "\f61c";
}
._bi-wind_adz9c_5315::before {
  content: "\f61d";
}
._bi-window-dock_adz9c_5319::before {
  content: "\f61e";
}
._bi-window-sidebar_adz9c_5323::before {
  content: "\f61f";
}
._bi-window_adz9c_5319::before {
  content: "\f620";
}
._bi-wrench_adz9c_5331::before {
  content: "\f621";
}
._bi-x-circle-fill_adz9c_5335::before {
  content: "\f622";
}
._bi-x-circle_adz9c_5335::before {
  content: "\f623";
}
._bi-x-diamond-fill_adz9c_5343::before {
  content: "\f624";
}
._bi-x-diamond_adz9c_5343::before {
  content: "\f625";
}
._bi-x-octagon-fill_adz9c_5351::before {
  content: "\f626";
}
._bi-x-octagon_adz9c_5351::before {
  content: "\f627";
}
._bi-x-square-fill_adz9c_5359::before {
  content: "\f628";
}
._bi-x-square_adz9c_5359::before {
  content: "\f629";
}
._bi-x_adz9c_5335::before {
  content: "\f62a";
}
._bi-youtube_adz9c_5371::before {
  content: "\f62b";
}
._bi-zoom-in_adz9c_5375::before {
  content: "\f62c";
}
._bi-zoom-out_adz9c_5379::before {
  content: "\f62d";
}
._bi-bank_adz9c_5383::before {
  content: "\f62e";
}
._bi-bank2_adz9c_5387::before {
  content: "\f62f";
}
._bi-bell-slash-fill_adz9c_5391::before {
  content: "\f630";
}
._bi-bell-slash_adz9c_5391::before {
  content: "\f631";
}
._bi-cash-coin_adz9c_5399::before {
  content: "\f632";
}
._bi-check-lg_adz9c_5403::before {
  content: "\f633";
}
._bi-coin_adz9c_5407::before {
  content: "\f634";
}
._bi-currency-bitcoin_adz9c_5411::before {
  content: "\f635";
}
._bi-currency-dollar_adz9c_5415::before {
  content: "\f636";
}
._bi-currency-euro_adz9c_5419::before {
  content: "\f637";
}
._bi-currency-exchange_adz9c_5423::before {
  content: "\f638";
}
._bi-currency-pound_adz9c_5427::before {
  content: "\f639";
}
._bi-currency-yen_adz9c_5431::before {
  content: "\f63a";
}
._bi-dash-lg_adz9c_5435::before {
  content: "\f63b";
}
._bi-exclamation-lg_adz9c_5439::before {
  content: "\f63c";
}
._bi-file-earmark-pdf-fill_adz9c_5443::before {
  content: "\f63d";
}
._bi-file-earmark-pdf_adz9c_5443::before {
  content: "\f63e";
}
._bi-file-pdf-fill_adz9c_5451::before {
  content: "\f63f";
}
._bi-file-pdf_adz9c_5451::before {
  content: "\f640";
}
._bi-gender-ambiguous_adz9c_5459::before {
  content: "\f641";
}
._bi-gender-female_adz9c_5463::before {
  content: "\f642";
}
._bi-gender-male_adz9c_5467::before {
  content: "\f643";
}
._bi-gender-trans_adz9c_5471::before {
  content: "\f644";
}
._bi-headset-vr_adz9c_5475::before {
  content: "\f645";
}
._bi-info-lg_adz9c_5479::before {
  content: "\f646";
}
._bi-mastodon_adz9c_5483::before {
  content: "\f647";
}
._bi-messenger_adz9c_5487::before {
  content: "\f648";
}
._bi-piggy-bank-fill_adz9c_5491::before {
  content: "\f649";
}
._bi-piggy-bank_adz9c_5491::before {
  content: "\f64a";
}
._bi-pin-map-fill_adz9c_5499::before {
  content: "\f64b";
}
._bi-pin-map_adz9c_5499::before {
  content: "\f64c";
}
._bi-plus-lg_adz9c_5507::before {
  content: "\f64d";
}
._bi-question-lg_adz9c_5511::before {
  content: "\f64e";
}
._bi-recycle_adz9c_5515::before {
  content: "\f64f";
}
._bi-reddit_adz9c_5519::before {
  content: "\f650";
}
._bi-safe-fill_adz9c_5523::before {
  content: "\f651";
}
._bi-safe2-fill_adz9c_5527::before {
  content: "\f652";
}
._bi-safe2_adz9c_5527::before {
  content: "\f653";
}
._bi-sd-card-fill_adz9c_5535::before {
  content: "\f654";
}
._bi-sd-card_adz9c_5535::before {
  content: "\f655";
}
._bi-skype_adz9c_5543::before {
  content: "\f656";
}
._bi-slash-lg_adz9c_5547::before {
  content: "\f657";
}
._bi-translate_adz9c_5551::before {
  content: "\f658";
}
._bi-x-lg_adz9c_5555::before {
  content: "\f659";
}
._bi-safe_adz9c_5523::before {
  content: "\f65a";
}
._bi-apple_adz9c_5563::before {
  content: "\f65b";
}
._bi-microsoft_adz9c_5567::before {
  content: "\f65d";
}
._bi-windows_adz9c_5571::before {
  content: "\f65e";
}
._bi-behance_adz9c_5575::before {
  content: "\f65c";
}
._bi-dribbble_adz9c_5579::before {
  content: "\f65f";
}
._bi-line_adz9c_5583::before {
  content: "\f660";
}
._bi-medium_adz9c_5587::before {
  content: "\f661";
}
._bi-paypal_adz9c_5591::before {
  content: "\f662";
}
._bi-pinterest_adz9c_5595::before {
  content: "\f663";
}
._bi-signal_adz9c_5599::before {
  content: "\f664";
}
._bi-snapchat_adz9c_5603::before {
  content: "\f665";
}
._bi-spotify_adz9c_5607::before {
  content: "\f666";
}
._bi-stack-overflow_adz9c_5611::before {
  content: "\f667";
}
._bi-strava_adz9c_5615::before {
  content: "\f668";
}
._bi-wordpress_adz9c_5619::before {
  content: "\f669";
}
._bi-vimeo_adz9c_5623::before {
  content: "\f66a";
}
._bi-activity_adz9c_5627::before {
  content: "\f66b";
}
._bi-easel2-fill_adz9c_5631::before {
  content: "\f66c";
}
._bi-easel2_adz9c_5631::before {
  content: "\f66d";
}
._bi-easel3-fill_adz9c_5639::before {
  content: "\f66e";
}
._bi-easel3_adz9c_5639::before {
  content: "\f66f";
}
._bi-fan_adz9c_5647::before {
  content: "\f670";
}
._bi-fingerprint_adz9c_5651::before {
  content: "\f671";
}
._bi-graph-down-arrow_adz9c_5655::before {
  content: "\f672";
}
._bi-graph-up-arrow_adz9c_5659::before {
  content: "\f673";
}
._bi-hypnotize_adz9c_5663::before {
  content: "\f674";
}
._bi-magic_adz9c_5667::before {
  content: "\f675";
}
._bi-person-rolodex_adz9c_5671::before {
  content: "\f676";
}
._bi-person-video_adz9c_5675::before {
  content: "\f677";
}
._bi-person-video2_adz9c_5679::before {
  content: "\f678";
}
._bi-person-video3_adz9c_5683::before {
  content: "\f679";
}
._bi-person-workspace_adz9c_5687::before {
  content: "\f67a";
}
._bi-radioactive_adz9c_5691::before {
  content: "\f67b";
}
._bi-webcam-fill_adz9c_5695::before {
  content: "\f67c";
}
._bi-webcam_adz9c_5695::before {
  content: "\f67d";
}
._bi-yin-yang_adz9c_5703::before {
  content: "\f67e";
}
._bi-bandaid-fill_adz9c_5707::before {
  content: "\f680";
}
._bi-bandaid_adz9c_5707::before {
  content: "\f681";
}
._bi-bluetooth_adz9c_5715::before {
  content: "\f682";
}
._bi-body-text_adz9c_5719::before {
  content: "\f683";
}
._bi-boombox_adz9c_5723::before {
  content: "\f684";
}
._bi-boxes_adz9c_5727::before {
  content: "\f685";
}
._bi-dpad-fill_adz9c_5731::before {
  content: "\f686";
}
._bi-dpad_adz9c_5731::before {
  content: "\f687";
}
._bi-ear-fill_adz9c_5739::before {
  content: "\f688";
}
._bi-ear_adz9c_2183::before {
  content: "\f689";
}
._bi-envelope-check-fill_adz9c_5747::before {
  content: "\f68b";
}
._bi-envelope-check_adz9c_5747::before {
  content: "\f68c";
}
._bi-envelope-dash-fill_adz9c_5755::before {
  content: "\f68e";
}
._bi-envelope-dash_adz9c_5755::before {
  content: "\f68f";
}
._bi-envelope-exclamation-fill_adz9c_5763::before {
  content: "\f691";
}
._bi-envelope-exclamation_adz9c_5763::before {
  content: "\f692";
}
._bi-envelope-plus-fill_adz9c_5771::before {
  content: "\f693";
}
._bi-envelope-plus_adz9c_5771::before {
  content: "\f694";
}
._bi-envelope-slash-fill_adz9c_5779::before {
  content: "\f696";
}
._bi-envelope-slash_adz9c_5779::before {
  content: "\f697";
}
._bi-envelope-x-fill_adz9c_5787::before {
  content: "\f699";
}
._bi-envelope-x_adz9c_5787::before {
  content: "\f69a";
}
._bi-explicit-fill_adz9c_5795::before {
  content: "\f69b";
}
._bi-explicit_adz9c_5795::before {
  content: "\f69c";
}
._bi-git_adz9c_3075::before {
  content: "\f69d";
}
._bi-infinity_adz9c_5807::before {
  content: "\f69e";
}
._bi-list-columns-reverse_adz9c_5811::before {
  content: "\f69f";
}
._bi-list-columns_adz9c_5811::before {
  content: "\f6a0";
}
._bi-meta_adz9c_5819::before {
  content: "\f6a1";
}
._bi-nintendo-switch_adz9c_5823::before {
  content: "\f6a4";
}
._bi-pc-display-horizontal_adz9c_5827::before {
  content: "\f6a5";
}
._bi-pc-display_adz9c_5827::before {
  content: "\f6a6";
}
._bi-pc-horizontal_adz9c_5835::before {
  content: "\f6a7";
}
._bi-pc_adz9c_5827::before {
  content: "\f6a8";
}
._bi-playstation_adz9c_5843::before {
  content: "\f6a9";
}
._bi-plus-slash-minus_adz9c_5847::before {
  content: "\f6aa";
}
._bi-projector-fill_adz9c_5851::before {
  content: "\f6ab";
}
._bi-projector_adz9c_5851::before {
  content: "\f6ac";
}
._bi-qr-code-scan_adz9c_5859::before {
  content: "\f6ad";
}
._bi-qr-code_adz9c_5859::before {
  content: "\f6ae";
}
._bi-quora_adz9c_5867::before {
  content: "\f6af";
}
._bi-quote_adz9c_5871::before {
  content: "\f6b0";
}
._bi-robot_adz9c_5875::before {
  content: "\f6b1";
}
._bi-send-check-fill_adz9c_5879::before {
  content: "\f6b2";
}
._bi-send-check_adz9c_5879::before {
  content: "\f6b3";
}
._bi-send-dash-fill_adz9c_5887::before {
  content: "\f6b4";
}
._bi-send-dash_adz9c_5887::before {
  content: "\f6b5";
}
._bi-send-exclamation-fill_adz9c_5895::before {
  content: "\f6b7";
}
._bi-send-exclamation_adz9c_5895::before {
  content: "\f6b8";
}
._bi-send-fill_adz9c_5903::before {
  content: "\f6b9";
}
._bi-send-plus-fill_adz9c_5907::before {
  content: "\f6ba";
}
._bi-send-plus_adz9c_5907::before {
  content: "\f6bb";
}
._bi-send-slash-fill_adz9c_5915::before {
  content: "\f6bc";
}
._bi-send-slash_adz9c_5915::before {
  content: "\f6bd";
}
._bi-send-x-fill_adz9c_5923::before {
  content: "\f6be";
}
._bi-send-x_adz9c_5923::before {
  content: "\f6bf";
}
._bi-send_adz9c_5879::before {
  content: "\f6c0";
}
._bi-steam_adz9c_5935::before {
  content: "\f6c1";
}
._bi-terminal-dash_adz9c_5939::before {
  content: "\f6c3";
}
._bi-terminal-plus_adz9c_5943::before {
  content: "\f6c4";
}
._bi-terminal-split_adz9c_5947::before {
  content: "\f6c5";
}
._bi-ticket-detailed-fill_adz9c_5951::before {
  content: "\f6c6";
}
._bi-ticket-detailed_adz9c_5951::before {
  content: "\f6c7";
}
._bi-ticket-fill_adz9c_5959::before {
  content: "\f6c8";
}
._bi-ticket-perforated-fill_adz9c_5963::before {
  content: "\f6c9";
}
._bi-ticket-perforated_adz9c_5963::before {
  content: "\f6ca";
}
._bi-ticket_adz9c_5951::before {
  content: "\f6cb";
}
._bi-tiktok_adz9c_5975::before {
  content: "\f6cc";
}
._bi-window-dash_adz9c_5979::before {
  content: "\f6cd";
}
._bi-window-desktop_adz9c_5983::before {
  content: "\f6ce";
}
._bi-window-fullscreen_adz9c_5987::before {
  content: "\f6cf";
}
._bi-window-plus_adz9c_5991::before {
  content: "\f6d0";
}
._bi-window-split_adz9c_5995::before {
  content: "\f6d1";
}
._bi-window-stack_adz9c_5999::before {
  content: "\f6d2";
}
._bi-window-x_adz9c_6003::before {
  content: "\f6d3";
}
._bi-xbox_adz9c_6007::before {
  content: "\f6d4";
}
._bi-ethernet_adz9c_6011::before {
  content: "\f6d5";
}
._bi-hdmi-fill_adz9c_6015::before {
  content: "\f6d6";
}
._bi-hdmi_adz9c_6015::before {
  content: "\f6d7";
}
._bi-usb-c-fill_adz9c_6023::before {
  content: "\f6d8";
}
._bi-usb-c_adz9c_6023::before {
  content: "\f6d9";
}
._bi-usb-fill_adz9c_6031::before {
  content: "\f6da";
}
._bi-usb-plug-fill_adz9c_6035::before {
  content: "\f6db";
}
._bi-usb-plug_adz9c_6035::before {
  content: "\f6dc";
}
._bi-usb-symbol_adz9c_6043::before {
  content: "\f6dd";
}
._bi-usb_adz9c_6023::before {
  content: "\f6de";
}
._bi-boombox-fill_adz9c_6051::before {
  content: "\f6df";
}
._bi-displayport_adz9c_6055::before {
  content: "\f6e1";
}
._bi-gpu-card_adz9c_6059::before {
  content: "\f6e2";
}
._bi-memory_adz9c_6063::before {
  content: "\f6e3";
}
._bi-modem-fill_adz9c_6067::before {
  content: "\f6e4";
}
._bi-modem_adz9c_6067::before {
  content: "\f6e5";
}
._bi-motherboard-fill_adz9c_6075::before {
  content: "\f6e6";
}
._bi-motherboard_adz9c_6075::before {
  content: "\f6e7";
}
._bi-optical-audio-fill_adz9c_6083::before {
  content: "\f6e8";
}
._bi-optical-audio_adz9c_6083::before {
  content: "\f6e9";
}
._bi-pci-card_adz9c_6091::before {
  content: "\f6ea";
}
._bi-router-fill_adz9c_6095::before {
  content: "\f6eb";
}
._bi-router_adz9c_6095::before {
  content: "\f6ec";
}
._bi-thunderbolt-fill_adz9c_6103::before {
  content: "\f6ef";
}
._bi-thunderbolt_adz9c_6103::before {
  content: "\f6f0";
}
._bi-usb-drive-fill_adz9c_6111::before {
  content: "\f6f1";
}
._bi-usb-drive_adz9c_6111::before {
  content: "\f6f2";
}
._bi-usb-micro-fill_adz9c_6119::before {
  content: "\f6f3";
}
._bi-usb-micro_adz9c_6119::before {
  content: "\f6f4";
}
._bi-usb-mini-fill_adz9c_6127::before {
  content: "\f6f5";
}
._bi-usb-mini_adz9c_6127::before {
  content: "\f6f6";
}
._bi-cloud-haze2_adz9c_1775::before {
  content: "\f6f7";
}
._bi-device-hdd-fill_adz9c_6139::before {
  content: "\f6f8";
}
._bi-device-hdd_adz9c_6139::before {
  content: "\f6f9";
}
._bi-device-ssd-fill_adz9c_6147::before {
  content: "\f6fa";
}
._bi-device-ssd_adz9c_6147::before {
  content: "\f6fb";
}
._bi-displayport-fill_adz9c_6155::before {
  content: "\f6fc";
}
._bi-mortarboard-fill_adz9c_6159::before {
  content: "\f6fd";
}
._bi-mortarboard_adz9c_6159::before {
  content: "\f6fe";
}
._bi-terminal-x_adz9c_6167::before {
  content: "\f6ff";
}
._bi-arrow-through-heart-fill_adz9c_6171::before {
  content: "\f700";
}
._bi-arrow-through-heart_adz9c_6171::before {
  content: "\f701";
}
._bi-badge-sd-fill_adz9c_6179::before {
  content: "\f702";
}
._bi-badge-sd_adz9c_6179::before {
  content: "\f703";
}
._bi-bag-heart-fill_adz9c_6187::before {
  content: "\f704";
}
._bi-bag-heart_adz9c_6187::before {
  content: "\f705";
}
._bi-balloon-fill_adz9c_6195::before {
  content: "\f706";
}
._bi-balloon-heart-fill_adz9c_6199::before {
  content: "\f707";
}
._bi-balloon-heart_adz9c_6199::before {
  content: "\f708";
}
._bi-balloon_adz9c_6195::before {
  content: "\f709";
}
._bi-box2-fill_adz9c_6211::before {
  content: "\f70a";
}
._bi-box2-heart-fill_adz9c_6215::before {
  content: "\f70b";
}
._bi-box2-heart_adz9c_6215::before {
  content: "\f70c";
}
._bi-box2_adz9c_6211::before {
  content: "\f70d";
}
._bi-braces-asterisk_adz9c_6227::before {
  content: "\f70e";
}
._bi-calendar-heart-fill_adz9c_6231::before {
  content: "\f70f";
}
._bi-calendar-heart_adz9c_6231::before {
  content: "\f710";
}
._bi-calendar2-heart-fill_adz9c_6239::before {
  content: "\f711";
}
._bi-calendar2-heart_adz9c_6239::before {
  content: "\f712";
}
._bi-chat-heart-fill_adz9c_6247::before {
  content: "\f713";
}
._bi-chat-heart_adz9c_6247::before {
  content: "\f714";
}
._bi-chat-left-heart-fill_adz9c_6255::before {
  content: "\f715";
}
._bi-chat-left-heart_adz9c_6255::before {
  content: "\f716";
}
._bi-chat-right-heart-fill_adz9c_6263::before {
  content: "\f717";
}
._bi-chat-right-heart_adz9c_6263::before {
  content: "\f718";
}
._bi-chat-square-heart-fill_adz9c_6271::before {
  content: "\f719";
}
._bi-chat-square-heart_adz9c_6271::before {
  content: "\f71a";
}
._bi-clipboard-check-fill_adz9c_6279::before {
  content: "\f71b";
}
._bi-clipboard-data-fill_adz9c_6283::before {
  content: "\f71c";
}
._bi-clipboard-fill_adz9c_6287::before {
  content: "\f71d";
}
._bi-clipboard-heart-fill_adz9c_6291::before {
  content: "\f71e";
}
._bi-clipboard-heart_adz9c_6291::before {
  content: "\f71f";
}
._bi-clipboard-minus-fill_adz9c_6299::before {
  content: "\f720";
}
._bi-clipboard-plus-fill_adz9c_6303::before {
  content: "\f721";
}
._bi-clipboard-pulse_adz9c_6307::before {
  content: "\f722";
}
._bi-clipboard-x-fill_adz9c_6311::before {
  content: "\f723";
}
._bi-clipboard2-check-fill_adz9c_6315::before {
  content: "\f724";
}
._bi-clipboard2-check_adz9c_6315::before {
  content: "\f725";
}
._bi-clipboard2-data-fill_adz9c_6323::before {
  content: "\f726";
}
._bi-clipboard2-data_adz9c_6323::before {
  content: "\f727";
}
._bi-clipboard2-fill_adz9c_6331::before {
  content: "\f728";
}
._bi-clipboard2-heart-fill_adz9c_6335::before {
  content: "\f729";
}
._bi-clipboard2-heart_adz9c_6335::before {
  content: "\f72a";
}
._bi-clipboard2-minus-fill_adz9c_6343::before {
  content: "\f72b";
}
._bi-clipboard2-minus_adz9c_6343::before {
  content: "\f72c";
}
._bi-clipboard2-plus-fill_adz9c_6351::before {
  content: "\f72d";
}
._bi-clipboard2-plus_adz9c_6351::before {
  content: "\f72e";
}
._bi-clipboard2-pulse-fill_adz9c_6359::before {
  content: "\f72f";
}
._bi-clipboard2-pulse_adz9c_6359::before {
  content: "\f730";
}
._bi-clipboard2-x-fill_adz9c_6367::before {
  content: "\f731";
}
._bi-clipboard2-x_adz9c_6367::before {
  content: "\f732";
}
._bi-clipboard2_adz9c_6315::before {
  content: "\f733";
}
._bi-emoji-kiss-fill_adz9c_6379::before {
  content: "\f734";
}
._bi-emoji-kiss_adz9c_6379::before {
  content: "\f735";
}
._bi-envelope-heart-fill_adz9c_6387::before {
  content: "\f736";
}
._bi-envelope-heart_adz9c_6387::before {
  content: "\f737";
}
._bi-envelope-open-heart-fill_adz9c_6395::before {
  content: "\f738";
}
._bi-envelope-open-heart_adz9c_6395::before {
  content: "\f739";
}
._bi-envelope-paper-fill_adz9c_6403::before {
  content: "\f73a";
}
._bi-envelope-paper-heart-fill_adz9c_6407::before {
  content: "\f73b";
}
._bi-envelope-paper-heart_adz9c_6407::before {
  content: "\f73c";
}
._bi-envelope-paper_adz9c_6403::before {
  content: "\f73d";
}
._bi-filetype-aac_adz9c_6419::before {
  content: "\f73e";
}
._bi-filetype-ai_adz9c_6423::before {
  content: "\f73f";
}
._bi-filetype-bmp_adz9c_6427::before {
  content: "\f740";
}
._bi-filetype-cs_adz9c_6431::before {
  content: "\f741";
}
._bi-filetype-css_adz9c_6435::before {
  content: "\f742";
}
._bi-filetype-csv_adz9c_6439::before {
  content: "\f743";
}
._bi-filetype-doc_adz9c_6443::before {
  content: "\f744";
}
._bi-filetype-docx_adz9c_6447::before {
  content: "\f745";
}
._bi-filetype-exe_adz9c_6451::before {
  content: "\f746";
}
._bi-filetype-gif_adz9c_6455::before {
  content: "\f747";
}
._bi-filetype-heic_adz9c_6459::before {
  content: "\f748";
}
._bi-filetype-html_adz9c_6463::before {
  content: "\f749";
}
._bi-filetype-java_adz9c_6467::before {
  content: "\f74a";
}
._bi-filetype-jpg_adz9c_6471::before {
  content: "\f74b";
}
._bi-filetype-js_adz9c_6475::before {
  content: "\f74c";
}
._bi-filetype-jsx_adz9c_6479::before {
  content: "\f74d";
}
._bi-filetype-key_adz9c_6483::before {
  content: "\f74e";
}
._bi-filetype-m4p_adz9c_6487::before {
  content: "\f74f";
}
._bi-filetype-md_adz9c_6491::before {
  content: "\f750";
}
._bi-filetype-mdx_adz9c_6495::before {
  content: "\f751";
}
._bi-filetype-mov_adz9c_6499::before {
  content: "\f752";
}
._bi-filetype-mp3_adz9c_6503::before {
  content: "\f753";
}
._bi-filetype-mp4_adz9c_6507::before {
  content: "\f754";
}
._bi-filetype-otf_adz9c_6511::before {
  content: "\f755";
}
._bi-filetype-pdf_adz9c_6515::before {
  content: "\f756";
}
._bi-filetype-php_adz9c_6519::before {
  content: "\f757";
}
._bi-filetype-png_adz9c_6523::before {
  content: "\f758";
}
._bi-filetype-ppt_adz9c_6527::before {
  content: "\f75a";
}
._bi-filetype-psd_adz9c_6531::before {
  content: "\f75b";
}
._bi-filetype-py_adz9c_6535::before {
  content: "\f75c";
}
._bi-filetype-raw_adz9c_6539::before {
  content: "\f75d";
}
._bi-filetype-rb_adz9c_6543::before {
  content: "\f75e";
}
._bi-filetype-sass_adz9c_6547::before {
  content: "\f75f";
}
._bi-filetype-scss_adz9c_6551::before {
  content: "\f760";
}
._bi-filetype-sh_adz9c_6555::before {
  content: "\f761";
}
._bi-filetype-svg_adz9c_6559::before {
  content: "\f762";
}
._bi-filetype-tiff_adz9c_6563::before {
  content: "\f763";
}
._bi-filetype-tsx_adz9c_6567::before {
  content: "\f764";
}
._bi-filetype-ttf_adz9c_6571::before {
  content: "\f765";
}
._bi-filetype-txt_adz9c_6575::before {
  content: "\f766";
}
._bi-filetype-wav_adz9c_6579::before {
  content: "\f767";
}
._bi-filetype-woff_adz9c_6583::before {
  content: "\f768";
}
._bi-filetype-xls_adz9c_6587::before {
  content: "\f76a";
}
._bi-filetype-xml_adz9c_6591::before {
  content: "\f76b";
}
._bi-filetype-yml_adz9c_6595::before {
  content: "\f76c";
}
._bi-heart-arrow_adz9c_6599::before {
  content: "\f76d";
}
._bi-heart-pulse-fill_adz9c_6603::before {
  content: "\f76e";
}
._bi-heart-pulse_adz9c_6603::before {
  content: "\f76f";
}
._bi-heartbreak-fill_adz9c_6611::before {
  content: "\f770";
}
._bi-heartbreak_adz9c_6611::before {
  content: "\f771";
}
._bi-hearts_adz9c_6619::before {
  content: "\f772";
}
._bi-hospital-fill_adz9c_6623::before {
  content: "\f773";
}
._bi-hospital_adz9c_6623::before {
  content: "\f774";
}
._bi-house-heart-fill_adz9c_6631::before {
  content: "\f775";
}
._bi-house-heart_adz9c_6631::before {
  content: "\f776";
}
._bi-incognito_adz9c_6639::before {
  content: "\f777";
}
._bi-magnet-fill_adz9c_6643::before {
  content: "\f778";
}
._bi-magnet_adz9c_6643::before {
  content: "\f779";
}
._bi-person-heart_adz9c_6651::before {
  content: "\f77a";
}
._bi-person-hearts_adz9c_6655::before {
  content: "\f77b";
}
._bi-phone-flip_adz9c_6659::before {
  content: "\f77c";
}
._bi-plugin_adz9c_6663::before {
  content: "\f77d";
}
._bi-postage-fill_adz9c_6667::before {
  content: "\f77e";
}
._bi-postage-heart-fill_adz9c_6671::before {
  content: "\f77f";
}
._bi-postage-heart_adz9c_6671::before {
  content: "\f780";
}
._bi-postage_adz9c_6667::before {
  content: "\f781";
}
._bi-postcard-fill_adz9c_6683::before {
  content: "\f782";
}
._bi-postcard-heart-fill_adz9c_6687::before {
  content: "\f783";
}
._bi-postcard-heart_adz9c_6687::before {
  content: "\f784";
}
._bi-postcard_adz9c_6683::before {
  content: "\f785";
}
._bi-search-heart-fill_adz9c_6699::before {
  content: "\f786";
}
._bi-search-heart_adz9c_6699::before {
  content: "\f787";
}
._bi-sliders2-vertical_adz9c_6707::before {
  content: "\f788";
}
._bi-sliders2_adz9c_6707::before {
  content: "\f789";
}
._bi-trash3-fill_adz9c_6715::before {
  content: "\f78a";
}
._bi-trash3_adz9c_6715::before {
  content: "\f78b";
}
._bi-valentine_adz9c_6723::before {
  content: "\f78c";
}
._bi-valentine2_adz9c_6727::before {
  content: "\f78d";
}
._bi-wrench-adjustable-circle-fill_adz9c_6731::before {
  content: "\f78e";
}
._bi-wrench-adjustable-circle_adz9c_6731::before {
  content: "\f78f";
}
._bi-wrench-adjustable_adz9c_6731::before {
  content: "\f790";
}
._bi-filetype-json_adz9c_6743::before {
  content: "\f791";
}
._bi-filetype-pptx_adz9c_6747::before {
  content: "\f792";
}
._bi-filetype-xlsx_adz9c_6751::before {
  content: "\f793";
}
._bi-1-circle-fill_adz9c_6755::before {
  content: "\f796";
}
._bi-1-circle_adz9c_6755::before {
  content: "\f797";
}
._bi-1-square-fill_adz9c_6763::before {
  content: "\f798";
}
._bi-1-square_adz9c_6763::before {
  content: "\f799";
}
._bi-2-circle-fill_adz9c_6771::before {
  content: "\f79c";
}
._bi-2-circle_adz9c_6771::before {
  content: "\f79d";
}
._bi-2-square-fill_adz9c_6779::before {
  content: "\f79e";
}
._bi-2-square_adz9c_6779::before {
  content: "\f79f";
}
._bi-3-circle-fill_adz9c_6787::before {
  content: "\f7a2";
}
._bi-3-circle_adz9c_6787::before {
  content: "\f7a3";
}
._bi-3-square-fill_adz9c_6795::before {
  content: "\f7a4";
}
._bi-3-square_adz9c_6795::before {
  content: "\f7a5";
}
._bi-4-circle-fill_adz9c_6803::before {
  content: "\f7a8";
}
._bi-4-circle_adz9c_6803::before {
  content: "\f7a9";
}
._bi-4-square-fill_adz9c_6811::before {
  content: "\f7aa";
}
._bi-4-square_adz9c_6811::before {
  content: "\f7ab";
}
._bi-5-circle-fill_adz9c_6819::before {
  content: "\f7ae";
}
._bi-5-circle_adz9c_6819::before {
  content: "\f7af";
}
._bi-5-square-fill_adz9c_6827::before {
  content: "\f7b0";
}
._bi-5-square_adz9c_6827::before {
  content: "\f7b1";
}
._bi-6-circle-fill_adz9c_6835::before {
  content: "\f7b4";
}
._bi-6-circle_adz9c_6835::before {
  content: "\f7b5";
}
._bi-6-square-fill_adz9c_6843::before {
  content: "\f7b6";
}
._bi-6-square_adz9c_6843::before {
  content: "\f7b7";
}
._bi-7-circle-fill_adz9c_6851::before {
  content: "\f7ba";
}
._bi-7-circle_adz9c_6851::before {
  content: "\f7bb";
}
._bi-7-square-fill_adz9c_6859::before {
  content: "\f7bc";
}
._bi-7-square_adz9c_6859::before {
  content: "\f7bd";
}
._bi-8-circle-fill_adz9c_6867::before {
  content: "\f7c0";
}
._bi-8-circle_adz9c_6867::before {
  content: "\f7c1";
}
._bi-8-square-fill_adz9c_6875::before {
  content: "\f7c2";
}
._bi-8-square_adz9c_6875::before {
  content: "\f7c3";
}
._bi-9-circle-fill_adz9c_6883::before {
  content: "\f7c6";
}
._bi-9-circle_adz9c_6883::before {
  content: "\f7c7";
}
._bi-9-square-fill_adz9c_6891::before {
  content: "\f7c8";
}
._bi-9-square_adz9c_6891::before {
  content: "\f7c9";
}
._bi-airplane-engines-fill_adz9c_6899::before {
  content: "\f7ca";
}
._bi-airplane-engines_adz9c_6899::before {
  content: "\f7cb";
}
._bi-airplane-fill_adz9c_6907::before {
  content: "\f7cc";
}
._bi-airplane_adz9c_6899::before {
  content: "\f7cd";
}
._bi-alexa_adz9c_6915::before {
  content: "\f7ce";
}
._bi-alipay_adz9c_6919::before {
  content: "\f7cf";
}
._bi-android_adz9c_6923::before {
  content: "\f7d0";
}
._bi-android2_adz9c_6927::before {
  content: "\f7d1";
}
._bi-box-fill_adz9c_6931::before {
  content: "\f7d2";
}
._bi-box-seam-fill_adz9c_6935::before {
  content: "\f7d3";
}
._bi-browser-chrome_adz9c_6939::before {
  content: "\f7d4";
}
._bi-browser-edge_adz9c_6943::before {
  content: "\f7d5";
}
._bi-browser-firefox_adz9c_6947::before {
  content: "\f7d6";
}
._bi-browser-safari_adz9c_6951::before {
  content: "\f7d7";
}
._bi-c-circle-fill_adz9c_6955::before {
  content: "\f7da";
}
._bi-c-circle_adz9c_6955::before {
  content: "\f7db";
}
._bi-c-square-fill_adz9c_6963::before {
  content: "\f7dc";
}
._bi-c-square_adz9c_6963::before {
  content: "\f7dd";
}
._bi-capsule-pill_adz9c_6971::before {
  content: "\f7de";
}
._bi-capsule_adz9c_6971::before {
  content: "\f7df";
}
._bi-car-front-fill_adz9c_6979::before {
  content: "\f7e0";
}
._bi-car-front_adz9c_6979::before {
  content: "\f7e1";
}
._bi-cassette-fill_adz9c_6987::before {
  content: "\f7e2";
}
._bi-cassette_adz9c_6987::before {
  content: "\f7e3";
}
._bi-cc-circle-fill_adz9c_6995::before {
  content: "\f7e6";
}
._bi-cc-circle_adz9c_6995::before {
  content: "\f7e7";
}
._bi-cc-square-fill_adz9c_7003::before {
  content: "\f7e8";
}
._bi-cc-square_adz9c_7003::before {
  content: "\f7e9";
}
._bi-cup-hot-fill_adz9c_7011::before {
  content: "\f7ea";
}
._bi-cup-hot_adz9c_7011::before {
  content: "\f7eb";
}
._bi-currency-rupee_adz9c_7019::before {
  content: "\f7ec";
}
._bi-dropbox_adz9c_7023::before {
  content: "\f7ed";
}
._bi-escape_adz9c_7027::before {
  content: "\f7ee";
}
._bi-fast-forward-btn-fill_adz9c_7031::before {
  content: "\f7ef";
}
._bi-fast-forward-btn_adz9c_7031::before {
  content: "\f7f0";
}
._bi-fast-forward-circle-fill_adz9c_7039::before {
  content: "\f7f1";
}
._bi-fast-forward-circle_adz9c_7039::before {
  content: "\f7f2";
}
._bi-fast-forward-fill_adz9c_7047::before {
  content: "\f7f3";
}
._bi-fast-forward_adz9c_7031::before {
  content: "\f7f4";
}
._bi-filetype-sql_adz9c_7055::before {
  content: "\f7f5";
}
._bi-fire_adz9c_7059::before {
  content: "\f7f6";
}
._bi-google-play_adz9c_7063::before {
  content: "\f7f7";
}
._bi-h-circle-fill_adz9c_7067::before {
  content: "\f7fa";
}
._bi-h-circle_adz9c_7067::before {
  content: "\f7fb";
}
._bi-h-square-fill_adz9c_7075::before {
  content: "\f7fc";
}
._bi-h-square_adz9c_7075::before {
  content: "\f7fd";
}
._bi-indent_adz9c_7083::before {
  content: "\f7fe";
}
._bi-lungs-fill_adz9c_7087::before {
  content: "\f7ff";
}
._bi-lungs_adz9c_7087::before {
  content: "\f800";
}
._bi-microsoft-teams_adz9c_7095::before {
  content: "\f801";
}
._bi-p-circle-fill_adz9c_7099::before {
  content: "\f804";
}
._bi-p-circle_adz9c_7099::before {
  content: "\f805";
}
._bi-p-square-fill_adz9c_7107::before {
  content: "\f806";
}
._bi-p-square_adz9c_7107::before {
  content: "\f807";
}
._bi-pass-fill_adz9c_7115::before {
  content: "\f808";
}
._bi-pass_adz9c_7115::before {
  content: "\f809";
}
._bi-prescription_adz9c_7123::before {
  content: "\f80a";
}
._bi-prescription2_adz9c_7127::before {
  content: "\f80b";
}
._bi-r-circle-fill_adz9c_7131::before {
  content: "\f80e";
}
._bi-r-circle_adz9c_7131::before {
  content: "\f80f";
}
._bi-r-square-fill_adz9c_7139::before {
  content: "\f810";
}
._bi-r-square_adz9c_7139::before {
  content: "\f811";
}
._bi-repeat-1_adz9c_7147::before {
  content: "\f812";
}
._bi-repeat_adz9c_7147::before {
  content: "\f813";
}
._bi-rewind-btn-fill_adz9c_7155::before {
  content: "\f814";
}
._bi-rewind-btn_adz9c_7155::before {
  content: "\f815";
}
._bi-rewind-circle-fill_adz9c_7163::before {
  content: "\f816";
}
._bi-rewind-circle_adz9c_7163::before {
  content: "\f817";
}
._bi-rewind-fill_adz9c_7171::before {
  content: "\f818";
}
._bi-rewind_adz9c_7155::before {
  content: "\f819";
}
._bi-train-freight-front-fill_adz9c_7179::before {
  content: "\f81a";
}
._bi-train-freight-front_adz9c_7179::before {
  content: "\f81b";
}
._bi-train-front-fill_adz9c_7187::before {
  content: "\f81c";
}
._bi-train-front_adz9c_7187::before {
  content: "\f81d";
}
._bi-train-lightrail-front-fill_adz9c_7195::before {
  content: "\f81e";
}
._bi-train-lightrail-front_adz9c_7195::before {
  content: "\f81f";
}
._bi-truck-front-fill_adz9c_7203::before {
  content: "\f820";
}
._bi-truck-front_adz9c_7203::before {
  content: "\f821";
}
._bi-ubuntu_adz9c_7211::before {
  content: "\f822";
}
._bi-unindent_adz9c_7215::before {
  content: "\f823";
}
._bi-unity_adz9c_7219::before {
  content: "\f824";
}
._bi-universal-access-circle_adz9c_7223::before {
  content: "\f825";
}
._bi-universal-access_adz9c_7223::before {
  content: "\f826";
}
._bi-virus_adz9c_7231::before {
  content: "\f827";
}
._bi-virus2_adz9c_7235::before {
  content: "\f828";
}
._bi-wechat_adz9c_7239::before {
  content: "\f829";
}
._bi-yelp_adz9c_7243::before {
  content: "\f82a";
}
._bi-sign-stop-fill_adz9c_7247::before {
  content: "\f82b";
}
._bi-sign-stop-lights-fill_adz9c_7251::before {
  content: "\f82c";
}
._bi-sign-stop-lights_adz9c_7251::before {
  content: "\f82d";
}
._bi-sign-stop_adz9c_7247::before {
  content: "\f82e";
}
._bi-sign-turn-left-fill_adz9c_7263::before {
  content: "\f82f";
}
._bi-sign-turn-left_adz9c_7263::before {
  content: "\f830";
}
._bi-sign-turn-right-fill_adz9c_7271::before {
  content: "\f831";
}
._bi-sign-turn-right_adz9c_7271::before {
  content: "\f832";
}
._bi-sign-turn-slight-left-fill_adz9c_7279::before {
  content: "\f833";
}
._bi-sign-turn-slight-left_adz9c_7279::before {
  content: "\f834";
}
._bi-sign-turn-slight-right-fill_adz9c_7287::before {
  content: "\f835";
}
._bi-sign-turn-slight-right_adz9c_7287::before {
  content: "\f836";
}
._bi-sign-yield-fill_adz9c_7295::before {
  content: "\f837";
}
._bi-sign-yield_adz9c_7295::before {
  content: "\f838";
}
._bi-ev-station-fill_adz9c_7303::before {
  content: "\f839";
}
._bi-ev-station_adz9c_7303::before {
  content: "\f83a";
}
._bi-fuel-pump-diesel-fill_adz9c_7311::before {
  content: "\f83b";
}
._bi-fuel-pump-diesel_adz9c_7311::before {
  content: "\f83c";
}
._bi-fuel-pump-fill_adz9c_7319::before {
  content: "\f83d";
}
._bi-fuel-pump_adz9c_7311::before {
  content: "\f83e";
}
._bi-0-circle-fill_adz9c_7327::before {
  content: "\f83f";
}
._bi-0-circle_adz9c_7327::before {
  content: "\f840";
}
._bi-0-square-fill_adz9c_7335::before {
  content: "\f841";
}
._bi-0-square_adz9c_7335::before {
  content: "\f842";
}
._bi-rocket-fill_adz9c_7343::before {
  content: "\f843";
}
._bi-rocket-takeoff-fill_adz9c_7347::before {
  content: "\f844";
}
._bi-rocket-takeoff_adz9c_7347::before {
  content: "\f845";
}
._bi-rocket_adz9c_7343::before {
  content: "\f846";
}
._bi-stripe_adz9c_7359::before {
  content: "\f847";
}
._bi-subscript_adz9c_7363::before {
  content: "\f848";
}
._bi-superscript_adz9c_7367::before {
  content: "\f849";
}
._bi-trello_adz9c_7371::before {
  content: "\f84a";
}
._bi-envelope-at-fill_adz9c_7375::before {
  content: "\f84b";
}
._bi-envelope-at_adz9c_7375::before {
  content: "\f84c";
}
._bi-regex_adz9c_7383::before {
  content: "\f84d";
}
._bi-text-wrap_adz9c_7387::before {
  content: "\f84e";
}
._bi-sign-dead-end-fill_adz9c_7391::before {
  content: "\f84f";
}
._bi-sign-dead-end_adz9c_7391::before {
  content: "\f850";
}
._bi-sign-do-not-enter-fill_adz9c_7399::before {
  content: "\f851";
}
._bi-sign-do-not-enter_adz9c_7399::before {
  content: "\f852";
}
._bi-sign-intersection-fill_adz9c_7407::before {
  content: "\f853";
}
._bi-sign-intersection-side-fill_adz9c_7411::before {
  content: "\f854";
}
._bi-sign-intersection-side_adz9c_7411::before {
  content: "\f855";
}
._bi-sign-intersection-t-fill_adz9c_7419::before {
  content: "\f856";
}
._bi-sign-intersection-t_adz9c_7419::before {
  content: "\f857";
}
._bi-sign-intersection-y-fill_adz9c_7427::before {
  content: "\f858";
}
._bi-sign-intersection-y_adz9c_7427::before {
  content: "\f859";
}
._bi-sign-intersection_adz9c_7407::before {
  content: "\f85a";
}
._bi-sign-merge-left-fill_adz9c_7439::before {
  content: "\f85b";
}
._bi-sign-merge-left_adz9c_7439::before {
  content: "\f85c";
}
._bi-sign-merge-right-fill_adz9c_7447::before {
  content: "\f85d";
}
._bi-sign-merge-right_adz9c_7447::before {
  content: "\f85e";
}
._bi-sign-no-left-turn-fill_adz9c_7455::before {
  content: "\f85f";
}
._bi-sign-no-left-turn_adz9c_7455::before {
  content: "\f860";
}
._bi-sign-no-parking-fill_adz9c_7463::before {
  content: "\f861";
}
._bi-sign-no-parking_adz9c_7463::before {
  content: "\f862";
}
._bi-sign-no-right-turn-fill_adz9c_7471::before {
  content: "\f863";
}
._bi-sign-no-right-turn_adz9c_7471::before {
  content: "\f864";
}
._bi-sign-railroad-fill_adz9c_7479::before {
  content: "\f865";
}
._bi-sign-railroad_adz9c_7479::before {
  content: "\f866";
}
._bi-building-add_adz9c_7487::before {
  content: "\f867";
}
._bi-building-check_adz9c_7491::before {
  content: "\f868";
}
._bi-building-dash_adz9c_7495::before {
  content: "\f869";
}
._bi-building-down_adz9c_7499::before {
  content: "\f86a";
}
._bi-building-exclamation_adz9c_7503::before {
  content: "\f86b";
}
._bi-building-fill-add_adz9c_7507::before {
  content: "\f86c";
}
._bi-building-fill-check_adz9c_7511::before {
  content: "\f86d";
}
._bi-building-fill-dash_adz9c_7515::before {
  content: "\f86e";
}
._bi-building-fill-down_adz9c_7519::before {
  content: "\f86f";
}
._bi-building-fill-exclamation_adz9c_7523::before {
  content: "\f870";
}
._bi-building-fill-gear_adz9c_7527::before {
  content: "\f871";
}
._bi-building-fill-lock_adz9c_7531::before {
  content: "\f872";
}
._bi-building-fill-slash_adz9c_7535::before {
  content: "\f873";
}
._bi-building-fill-up_adz9c_7539::before {
  content: "\f874";
}
._bi-building-fill-x_adz9c_7543::before {
  content: "\f875";
}
._bi-building-fill_adz9c_7507::before {
  content: "\f876";
}
._bi-building-gear_adz9c_7551::before {
  content: "\f877";
}
._bi-building-lock_adz9c_7555::before {
  content: "\f878";
}
._bi-building-slash_adz9c_7559::before {
  content: "\f879";
}
._bi-building-up_adz9c_7563::before {
  content: "\f87a";
}
._bi-building-x_adz9c_7567::before {
  content: "\f87b";
}
._bi-buildings-fill_adz9c_7571::before {
  content: "\f87c";
}
._bi-buildings_adz9c_7571::before {
  content: "\f87d";
}
._bi-bus-front-fill_adz9c_7579::before {
  content: "\f87e";
}
._bi-bus-front_adz9c_7579::before {
  content: "\f87f";
}
._bi-ev-front-fill_adz9c_7587::before {
  content: "\f880";
}
._bi-ev-front_adz9c_7587::before {
  content: "\f881";
}
._bi-globe-americas_adz9c_7595::before {
  content: "\f882";
}
._bi-globe-asia-australia_adz9c_7599::before {
  content: "\f883";
}
._bi-globe-central-south-asia_adz9c_7603::before {
  content: "\f884";
}
._bi-globe-europe-africa_adz9c_7607::before {
  content: "\f885";
}
._bi-house-add-fill_adz9c_7611::before {
  content: "\f886";
}
._bi-house-add_adz9c_7611::before {
  content: "\f887";
}
._bi-house-check-fill_adz9c_7619::before {
  content: "\f888";
}
._bi-house-check_adz9c_7619::before {
  content: "\f889";
}
._bi-house-dash-fill_adz9c_7627::before {
  content: "\f88a";
}
._bi-house-dash_adz9c_7627::before {
  content: "\f88b";
}
._bi-house-down-fill_adz9c_7635::before {
  content: "\f88c";
}
._bi-house-down_adz9c_7635::before {
  content: "\f88d";
}
._bi-house-exclamation-fill_adz9c_7643::before {
  content: "\f88e";
}
._bi-house-exclamation_adz9c_7643::before {
  content: "\f88f";
}
._bi-house-gear-fill_adz9c_7651::before {
  content: "\f890";
}
._bi-house-gear_adz9c_7651::before {
  content: "\f891";
}
._bi-house-lock-fill_adz9c_7659::before {
  content: "\f892";
}
._bi-house-lock_adz9c_7659::before {
  content: "\f893";
}
._bi-house-slash-fill_adz9c_7667::before {
  content: "\f894";
}
._bi-house-slash_adz9c_7667::before {
  content: "\f895";
}
._bi-house-up-fill_adz9c_7675::before {
  content: "\f896";
}
._bi-house-up_adz9c_7675::before {
  content: "\f897";
}
._bi-house-x-fill_adz9c_7683::before {
  content: "\f898";
}
._bi-house-x_adz9c_7683::before {
  content: "\f899";
}
._bi-person-add_adz9c_7691::before {
  content: "\f89a";
}
._bi-person-down_adz9c_7695::before {
  content: "\f89b";
}
._bi-person-exclamation_adz9c_7699::before {
  content: "\f89c";
}
._bi-person-fill-add_adz9c_7703::before {
  content: "\f89d";
}
._bi-person-fill-check_adz9c_7707::before {
  content: "\f89e";
}
._bi-person-fill-dash_adz9c_7711::before {
  content: "\f89f";
}
._bi-person-fill-down_adz9c_7715::before {
  content: "\f8a0";
}
._bi-person-fill-exclamation_adz9c_7719::before {
  content: "\f8a1";
}
._bi-person-fill-gear_adz9c_7723::before {
  content: "\f8a2";
}
._bi-person-fill-lock_adz9c_7727::before {
  content: "\f8a3";
}
._bi-person-fill-slash_adz9c_7731::before {
  content: "\f8a4";
}
._bi-person-fill-up_adz9c_7735::before {
  content: "\f8a5";
}
._bi-person-fill-x_adz9c_7739::before {
  content: "\f8a6";
}
._bi-person-gear_adz9c_7743::before {
  content: "\f8a7";
}
._bi-person-lock_adz9c_7747::before {
  content: "\f8a8";
}
._bi-person-slash_adz9c_7751::before {
  content: "\f8a9";
}
._bi-person-up_adz9c_7755::before {
  content: "\f8aa";
}
._bi-scooter_adz9c_7759::before {
  content: "\f8ab";
}
._bi-taxi-front-fill_adz9c_7763::before {
  content: "\f8ac";
}
._bi-taxi-front_adz9c_7763::before {
  content: "\f8ad";
}
._bi-amd_adz9c_7771::before {
  content: "\f8ae";
}
._bi-database-add_adz9c_7775::before {
  content: "\f8af";
}
._bi-database-check_adz9c_7779::before {
  content: "\f8b0";
}
._bi-database-dash_adz9c_7783::before {
  content: "\f8b1";
}
._bi-database-down_adz9c_7787::before {
  content: "\f8b2";
}
._bi-database-exclamation_adz9c_7791::before {
  content: "\f8b3";
}
._bi-database-fill-add_adz9c_7795::before {
  content: "\f8b4";
}
._bi-database-fill-check_adz9c_7799::before {
  content: "\f8b5";
}
._bi-database-fill-dash_adz9c_7803::before {
  content: "\f8b6";
}
._bi-database-fill-down_adz9c_7807::before {
  content: "\f8b7";
}
._bi-database-fill-exclamation_adz9c_7811::before {
  content: "\f8b8";
}
._bi-database-fill-gear_adz9c_7815::before {
  content: "\f8b9";
}
._bi-database-fill-lock_adz9c_7819::before {
  content: "\f8ba";
}
._bi-database-fill-slash_adz9c_7823::before {
  content: "\f8bb";
}
._bi-database-fill-up_adz9c_7827::before {
  content: "\f8bc";
}
._bi-database-fill-x_adz9c_7831::before {
  content: "\f8bd";
}
._bi-database-fill_adz9c_7795::before {
  content: "\f8be";
}
._bi-database-gear_adz9c_7839::before {
  content: "\f8bf";
}
._bi-database-lock_adz9c_7843::before {
  content: "\f8c0";
}
._bi-database-slash_adz9c_7847::before {
  content: "\f8c1";
}
._bi-database-up_adz9c_7851::before {
  content: "\f8c2";
}
._bi-database-x_adz9c_7855::before {
  content: "\f8c3";
}
._bi-database_adz9c_7775::before {
  content: "\f8c4";
}
._bi-houses-fill_adz9c_7863::before {
  content: "\f8c5";
}
._bi-houses_adz9c_7863::before {
  content: "\f8c6";
}
._bi-nvidia_adz9c_7871::before {
  content: "\f8c7";
}
._bi-person-vcard-fill_adz9c_7875::before {
  content: "\f8c8";
}
._bi-person-vcard_adz9c_7875::before {
  content: "\f8c9";
}
._bi-sina-weibo_adz9c_7883::before {
  content: "\f8ca";
}
._bi-tencent-qq_adz9c_7887::before {
  content: "\f8cb";
}
._bi-wikipedia_adz9c_7891::before {
  content: "\f8cc";
}
._bi-alphabet-uppercase_adz9c_7895::before {
  content: "\f2a5";
}
._bi-alphabet_adz9c_7895::before {
  content: "\f68a";
}
._bi-amazon_adz9c_7903::before {
  content: "\f68d";
}
._bi-arrows-collapse-vertical_adz9c_7907::before {
  content: "\f690";
}
._bi-arrows-expand-vertical_adz9c_7911::before {
  content: "\f695";
}
._bi-arrows-vertical_adz9c_7915::before {
  content: "\f698";
}
._bi-arrows_adz9c_375::before {
  content: "\f6a2";
}
._bi-ban-fill_adz9c_7923::before {
  content: "\f6a3";
}
._bi-ban_adz9c_5383::before {
  content: "\f6b6";
}
._bi-bing_adz9c_7931::before {
  content: "\f6c2";
}
._bi-cake_adz9c_7935::before {
  content: "\f6e0";
}
._bi-cake2_adz9c_7939::before {
  content: "\f6ed";
}
._bi-cookie_adz9c_7943::before {
  content: "\f6ee";
}
._bi-copy_adz9c_7947::before {
  content: "\f759";
}
._bi-crosshair_adz9c_7951::before {
  content: "\f769";
}
._bi-crosshair2_adz9c_7955::before {
  content: "\f794";
}
._bi-emoji-astonished-fill_adz9c_7959::before {
  content: "\f795";
}
._bi-emoji-astonished_adz9c_7959::before {
  content: "\f79a";
}
._bi-emoji-grimace-fill_adz9c_7967::before {
  content: "\f79b";
}
._bi-emoji-grimace_adz9c_7967::before {
  content: "\f7a0";
}
._bi-emoji-grin-fill_adz9c_7975::before {
  content: "\f7a1";
}
._bi-emoji-grin_adz9c_7975::before {
  content: "\f7a6";
}
._bi-emoji-surprise-fill_adz9c_7983::before {
  content: "\f7a7";
}
._bi-emoji-surprise_adz9c_7983::before {
  content: "\f7ac";
}
._bi-emoji-tear-fill_adz9c_7991::before {
  content: "\f7ad";
}
._bi-emoji-tear_adz9c_7991::before {
  content: "\f7b2";
}
._bi-envelope-arrow-down-fill_adz9c_7999::before {
  content: "\f7b3";
}
._bi-envelope-arrow-down_adz9c_7999::before {
  content: "\f7b8";
}
._bi-envelope-arrow-up-fill_adz9c_8007::before {
  content: "\f7b9";
}
._bi-envelope-arrow-up_adz9c_8007::before {
  content: "\f7be";
}
._bi-feather_adz9c_8015::before {
  content: "\f7bf";
}
._bi-feather2_adz9c_8019::before {
  content: "\f7c4";
}
._bi-floppy-fill_adz9c_8023::before {
  content: "\f7c5";
}
._bi-floppy_adz9c_8023::before {
  content: "\f7d8";
}
._bi-floppy2-fill_adz9c_8031::before {
  content: "\f7d9";
}
._bi-floppy2_adz9c_8031::before {
  content: "\f7e4";
}
._bi-gitlab_adz9c_8039::before {
  content: "\f7e5";
}
._bi-highlighter_adz9c_8043::before {
  content: "\f7f8";
}
._bi-marker-tip_adz9c_8047::before {
  content: "\f802";
}
._bi-nvme-fill_adz9c_8051::before {
  content: "\f803";
}
._bi-nvme_adz9c_8051::before {
  content: "\f80c";
}
._bi-opencollective_adz9c_8059::before {
  content: "\f80d";
}
._bi-pci-card-network_adz9c_8063::before {
  content: "\f8cd";
}
._bi-pci-card-sound_adz9c_8067::before {
  content: "\f8ce";
}
._bi-radar_adz9c_8071::before {
  content: "\f8cf";
}
._bi-send-arrow-down-fill_adz9c_8075::before {
  content: "\f8d0";
}
._bi-send-arrow-down_adz9c_8075::before {
  content: "\f8d1";
}
._bi-send-arrow-up-fill_adz9c_8083::before {
  content: "\f8d2";
}
._bi-send-arrow-up_adz9c_8083::before {
  content: "\f8d3";
}
._bi-sim-slash-fill_adz9c_8091::before {
  content: "\f8d4";
}
._bi-sim-slash_adz9c_8091::before {
  content: "\f8d5";
}
._bi-sourceforge_adz9c_8099::before {
  content: "\f8d6";
}
._bi-substack_adz9c_8103::before {
  content: "\f8d7";
}
._bi-threads-fill_adz9c_8107::before {
  content: "\f8d8";
}
._bi-threads_adz9c_8107::before {
  content: "\f8d9";
}
._bi-transparency_adz9c_8115::before {
  content: "\f8da";
}
._bi-twitter-x_adz9c_8119::before {
  content: "\f8db";
}
._bi-type-h4_adz9c_8123::before {
  content: "\f8dc";
}
._bi-type-h5_adz9c_8127::before {
  content: "\f8dd";
}
._bi-type-h6_adz9c_8131::before {
  content: "\f8de";
}
._bi-backpack-fill_adz9c_8135::before {
  content: "\f8df";
}
._bi-backpack_adz9c_8135::before {
  content: "\f8e0";
}
._bi-backpack2-fill_adz9c_8143::before {
  content: "\f8e1";
}
._bi-backpack2_adz9c_8143::before {
  content: "\f8e2";
}
._bi-backpack3-fill_adz9c_8151::before {
  content: "\f8e3";
}
._bi-backpack3_adz9c_8151::before {
  content: "\f8e4";
}
._bi-backpack4-fill_adz9c_8159::before {
  content: "\f8e5";
}
._bi-backpack4_adz9c_8159::before {
  content: "\f8e6";
}
._bi-brilliance_adz9c_8167::before {
  content: "\f8e7";
}
._bi-cake-fill_adz9c_8171::before {
  content: "\f8e8";
}
._bi-cake2-fill_adz9c_8175::before {
  content: "\f8e9";
}
._bi-duffle-fill_adz9c_8179::before {
  content: "\f8ea";
}
._bi-duffle_adz9c_8179::before {
  content: "\f8eb";
}
._bi-exposure_adz9c_8187::before {
  content: "\f8ec";
}
._bi-gender-neuter_adz9c_8191::before {
  content: "\f8ed";
}
._bi-highlights_adz9c_8195::before {
  content: "\f8ee";
}
._bi-luggage-fill_adz9c_8199::before {
  content: "\f8ef";
}
._bi-luggage_adz9c_8199::before {
  content: "\f8f0";
}
._bi-mailbox-flag_adz9c_8207::before {
  content: "\f8f1";
}
._bi-mailbox2-flag_adz9c_8211::before {
  content: "\f8f2";
}
._bi-noise-reduction_adz9c_8215::before {
  content: "\f8f3";
}
._bi-passport-fill_adz9c_8219::before {
  content: "\f8f4";
}
._bi-passport_adz9c_8219::before {
  content: "\f8f5";
}
._bi-person-arms-up_adz9c_8227::before {
  content: "\f8f6";
}
._bi-person-raised-hand_adz9c_8231::before {
  content: "\f8f7";
}
._bi-person-standing-dress_adz9c_8235::before {
  content: "\f8f8";
}
._bi-person-standing_adz9c_8235::before {
  content: "\f8f9";
}
._bi-person-walking_adz9c_8243::before {
  content: "\f8fa";
}
._bi-person-wheelchair_adz9c_8247::before {
  content: "\f8fb";
}
._bi-shadows_adz9c_8251::before {
  content: "\f8fc";
}
._bi-suitcase-fill_adz9c_8255::before {
  content: "\f8fd";
}
._bi-suitcase-lg-fill_adz9c_8259::before {
  content: "\f8fe";
}
._bi-suitcase-lg_adz9c_8259::before {
  content: "\f8ff";
}
._bi-suitcase_adz9c_8255::before {
  content: "豈";
}
._bi-suitcase2-fill_adz9c_8271::before {
  content: "更";
}
._bi-suitcase2_adz9c_8271::before {
  content: "車";
}
._bi-vignette_adz9c_8279::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
:root:has(body._theme-light_adz9c_7) {
  --background-color: var(--fw-beige-100);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)),
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._default_adz9c_8441,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._VPDoc_adz9c_8442,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._default_adz9c_8441,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._VPDoc_adz9c_8442 {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._default_adz9c_8441._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._VPDoc_adz9c_8442._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._default_adz9c_8441._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._VPDoc_adz9c_8442._raised_adz9c_8464 {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._default_adz9c_8441,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._VPDoc_adz9c_8442,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._default_adz9c_8441,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._VPDoc_adz9c_8442 {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487 ._funkwhale_adz9c_3,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487 ._funkwhale_adz9c_3 {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487 ._funkwhale_adz9c_3._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487 ._funkwhale_adz9c_3._raised_adz9c_8464 {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._secondary_adz9c_8487 ._funkwhale_adz9c_3,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._secondary_adz9c_8487 ._funkwhale_adz9c_3 {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 ._funkwhale_adz9c_3,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 ._funkwhale_adz9c_3 {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 > ._primary_adz9c_8522,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 ._funkwhale_adz9c_3 > ._primary_adz9c_8522,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 > ._primary_adz9c_8522,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 ._funkwhale_adz9c_3 > ._primary_adz9c_8522 {
  --border-color: var(--fw-blue-010);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 ._funkwhale_adz9c_3,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 ._funkwhale_adz9c_3 {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 ._funkwhale_adz9c_3._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 ._funkwhale_adz9c_3._raised_adz9c_8464 {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)),
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._primary_adz9c_8522 ._funkwhale_adz9c_3:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)),
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)),
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._primary_adz9c_8522 ._funkwhale_adz9c_3:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._destructive_adz9c_8569,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._destructive_adz9c_8569 {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._destructive_adz9c_8569:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)),
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._destructive_adz9c_8569:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._blue_adz9c_8590,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._blue_adz9c_8590 {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._blue_adz9c_8590._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._blue_adz9c_8590 ._action_adz9c_8598 > button,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._blue_adz9c_8590._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._blue_adz9c_8590 ._action_adz9c_8598 > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._blue_adz9c_8590,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._blue_adz9c_8590 {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._red_adz9c_8613,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._red_adz9c_8613 {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._red_adz9c_8613._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._red_adz9c_8613 ._action_adz9c_8598 > button,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._red_adz9c_8613._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._red_adz9c_8613 ._action_adz9c_8598 > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._red_adz9c_8613,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._red_adz9c_8613 {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._purple_adz9c_8636,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._purple_adz9c_8636 {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._purple_adz9c_8636._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._purple_adz9c_8636 ._action_adz9c_8598 > button,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._purple_adz9c_8636._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._purple_adz9c_8636 ._action_adz9c_8598 > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._purple_adz9c_8636,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._purple_adz9c_8636 {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._green_adz9c_8660,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._green_adz9c_8660 {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._green_adz9c_8660._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._green_adz9c_8660 ._action_adz9c_8598 > button,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._green_adz9c_8660._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._green_adz9c_8660 ._action_adz9c_8598 > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._green_adz9c_8660,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._green_adz9c_8660 {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._yellow_adz9c_8683,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._yellow_adz9c_8683 {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._yellow_adz9c_8683._raised_adz9c_8464,
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._yellow_adz9c_8683 ._action_adz9c_8598 > button,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._yellow_adz9c_8683._raised_adz9c_8464,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._yellow_adz9c_8683 ._action_adz9c_8598 > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._yellow_adz9c_8683,
._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._yellow_adz9c_8683 {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:root:has(body._theme-dark_adz9c_7) {
  --background-color: var(--fw-gray-960);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)),
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._default_adz9c_8441,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._VPDoc_adz9c_8442,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._default_adz9c_8441,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._VPDoc_adz9c_8442 {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._default_adz9c_8441._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._VPDoc_adz9c_8442._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._default_adz9c_8441._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._VPDoc_adz9c_8442._raised_adz9c_8464 {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._default_adz9c_8441,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._VPDoc_adz9c_8442,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._default_adz9c_8441,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._VPDoc_adz9c_8442 {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._secondary_adz9c_8487,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._secondary_adz9c_8487 {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._secondary_adz9c_8487._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._secondary_adz9c_8487._raised_adz9c_8464 {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._secondary_adz9c_8487,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._secondary_adz9c_8487 {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._primary_adz9c_8522,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._primary_adz9c_8522 {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._primary_adz9c_8522._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._primary_adz9c_8522._raised_adz9c_8464 {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._destructive_adz9c_8569,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._destructive_adz9c_8569 {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._blue_adz9c_8590,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._blue_adz9c_8590 {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._blue_adz9c_8590._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._blue_adz9c_8590 ._action_adz9c_8598 > button,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._blue_adz9c_8590._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._blue_adz9c_8590 ._action_adz9c_8598 > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._red_adz9c_8613,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._red_adz9c_8613 {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._red_adz9c_8613._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._red_adz9c_8613 ._action_adz9c_8598 > button,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._red_adz9c_8613._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._red_adz9c_8613 ._action_adz9c_8598 > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._purple_adz9c_8636,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._purple_adz9c_8636 {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._purple_adz9c_8636._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._purple_adz9c_8636 ._action_adz9c_8598 > button,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._purple_adz9c_8636._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._purple_adz9c_8636 ._action_adz9c_8598 > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._green_adz9c_8660,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._green_adz9c_8660 {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._green_adz9c_8660._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._green_adz9c_8660 ._action_adz9c_8598 > button,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._green_adz9c_8660._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._green_adz9c_8660 ._action_adz9c_8598 > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._yellow_adz9c_8683,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._yellow_adz9c_8683 {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._yellow_adz9c_8683._raised_adz9c_8464,
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._yellow_adz9c_8683 ._action_adz9c_8598 > button,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._yellow_adz9c_8683._raised_adz9c_8464,
._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._yellow_adz9c_8683 ._action_adz9c_8598 > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) {
  color: var(--color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) a {
  color: var(--link-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) a:hover {
  color: var(--link-hover-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) a[disabled] {
  cursor: default;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) [autofocus]:focus:not(:focus-visible),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) hr {
  border-color: var(--border-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967, :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967,
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button,
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967._interactive_adz9c_8974:hover:not(:has(._interactive_adz9c_8974:hover)):not([disabled]), :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967._interactive_adz9c_8974:hover:not(:has(._interactive_adz9c_8974:hover)):not([disabled]),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button._interactive_adz9c_8974:hover:not(:has(._interactive_adz9c_8974:hover)):not([disabled]),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969))._interactive_adz9c_8974:hover:not(:has(._interactive_adz9c_8974:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967._interactive_adz9c_8974[aria-pressed=true], :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967._interactive_adz9c_8974[aria-pressed=true],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button._interactive_adz9c_8974[aria-pressed=true],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969))._interactive_adz9c_8974[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967._interactive_adz9c_8974[aria-pressed=true]:hover, :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967._interactive_adz9c_8974[aria-pressed=true]:hover,
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button._interactive_adz9c_8974[aria-pressed=true]:hover,
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969))._interactive_adz9c_8974[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)), :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969))._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._solid_adz9c_8967._interactive_adz9c_8974[disabled], :is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3)._solid_adz9c_8967._interactive_adz9c_8974[disabled],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._alert_adz9c_8968 > ._actions_adz9c_8968 > button._interactive_adz9c_8974[disabled],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) button:not(:is(._ghost_adz9c_8562, ._outline_adz9c_8562, ._tabs-item_adz9c_8969))._interactive_adz9c_8974[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562 {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974:hover:not(:has(._interactive_adz9c_8974:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974 {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._ghost_adz9c_8562._interactive_adz9c_8974._router-link-exact-active_adz9c_9036:not(._router-link-no-matching-query-flags_adz9c_8993) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562._interactive_adz9c_8974:hover:not([disabled]),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562._interactive_adz9c_8974[aria-pressed=true],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)),
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 button:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993)) {
  border-color: var(--active-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562._interactive_adz9c_8974:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993))._router-link-exact-active_adz9c_9036,
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 button:is(:active, ._active_adz9c_8993:not(._router-link-no-matching-query-flags_adz9c_8993))._router-link-exact-active_adz9c_9036 {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562._interactive_adz9c_8974[disabled],
:is(._VPDoc_adz9c_8442 ._vp-doc_adz9c_8936, ._funkwhale_adz9c_3) ._outline_adz9c_8562 button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html {
  scroll-behavior: smooth;
}
:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
._two-images_adz9c_9088 {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
._two-images_adz9c_9088._large_adz9c_9094 {
  width: 15em;
  height: 15em;
}
._two-images_adz9c_9088._large_adz9c_9094 img {
  width: 11em;
}
._two-images_adz9c_9088 img {
  width: 2.5em;
  position: absolute;
}
._two-images_adz9c_9088 img:last-child {
  bottom: 0;
  left: 0;
}
._two-images_adz9c_9088 img:first-child {
  top: 0;
  right: 0;
}
._channel-entry-card_adz9c_9114, ._channel-serie-card_adz9c_9114 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
._channel-entry-card_adz9c_9114 ._controls_adz9c_9120, ._channel-serie-card_adz9c_9114 ._controls_adz9c_9120 {
  margin-right: 1em;
}
._channel-entry-card_adz9c_9114 ._image_adz9c_9123, ._channel-serie-card_adz9c_9114 ._image_adz9c_9123 {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088 {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088._large_adz9c_9094, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088._large_adz9c_9094 {
  width: 15em;
  height: 15em;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088._large_adz9c_9094 img, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088._large_adz9c_9094 img {
  width: 11em;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088 img, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088 img {
  width: 2.5em;
  position: absolute;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088 img:last-child, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088 img:last-child {
  bottom: 0;
  left: 0;
}
._channel-entry-card_adz9c_9114 ._two-images_adz9c_9088 img:first-child, ._channel-serie-card_adz9c_9114 ._two-images_adz9c_9088 img:first-child {
  top: 0;
  right: 0;
}
._channel-entry-card_adz9c_9114 ._content_adz9c_9156, ._channel-serie-card_adz9c_9114 ._content_adz9c_9156 {
  flex-grow: 1;
}
._album-entries_adz9c_9160 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._album-entries_adz9c_9160 ._content_adz9c_9156 {
  flex-grow: 1;
}
._ui_adz9c_9169._artist-label_adz9c_9169 ._icon_adz9c_9169 {
  width: 2em;
}
._ui_adz9c_9169._artist-label_adz9c_9169._rounded_adz9c_9172 {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
._ui_adz9c_9169._artist-label_adz9c_9169._rounded_adz9c_9172 img {
  border-radius: 50%;
  vertical-align: middle;
}
._album-entry_adz9c_9182:hover {
  cursor: pointer;
}
._album-entry_adz9c_9182:hover ._ui_adz9c_9169._inverted_adz9c_9185._vibrant_adz9c_9185._button_adz9c_9185 {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
._album-entry_adz9c_9182, ._channel-entry-card_adz9c_9114 {
  border-radius: 5px;
  padding: 0.5em;
}
._album-entry_adz9c_9182 ._meta_adz9c_9195, ._channel-entry-card_adz9c_9114 ._meta_adz9c_9195 {
  text-align: right;
  min-width: 7em;
}
._album-entry_adz9c_9182 > div, ._channel-entry-card_adz9c_9114 > div {
  padding: 0.25em;
}
._album-entry_adz9c_9182 > div:not(:last-child), ._channel-entry-card_adz9c_9114 > div:not(:last-child) {
  margin-right: 0.25em;
}
._album-entry_adz9c_9182._active_adz9c_8993, ._channel-entry-card_adz9c_9114._active_adz9c_8993 {
  background: rgba(155, 155, 155, 0.2);
}
._album-entry_adz9c_9182:hover, ._channel-entry-card_adz9c_9114:hover {
  background: rgba(155, 155, 155, 0.1);
}
._album-entry_adz9c_9182 ._favorite-icon_adz9c_9211._tiny_adz9c_9211._button_adz9c_9185, ._channel-entry-card_adz9c_9114 ._favorite-icon_adz9c_9211._tiny_adz9c_9211._button_adz9c_9185 {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
._channel-image_adz9c_9217 {
  width: 200px;
  height: 200px;
}
._channel-image_adz9c_9217._large_adz9c_9094 {
  width: 8em !important;
}
._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225 {
  display: block;
  padding: 1.5em;
}
._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229 {
  background-color: rgba(0, 0, 0, 0.05);
}
._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._channel-type_adz9c_9225._field_adz9c_9225 ._radio_adz9c_9225._selected_adz9c_9229 {
  background-color: rgba(255, 255, 255, 0.05);
}
._main_adz9c_9245._with-background_adz9c_9245, ._opaque_adz9c_9245 {
  background: var(--background-color);
}
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 ._ui_adz9c_9169._item_adz9c_9253._active_adz9c_8993 {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
._when-queue-focused_adz9c_9257 ._group_adz9c_9257 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
._when-queue-focused_adz9c_9257 ._group_adz9c_9257 > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
._when-queue-focused_adz9c_9257 {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#_app_adz9c_9624 > :not(._queue-focused_adz9c_9274) ._when-queue-focused_adz9c_9257 {
    display: none;
}
}
#_app_adz9c_9624 > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#_app_adz9c_9624 > div._has-bottom-player_adz9c_9285 {
  padding-bottom: 4rem;
}
#_app_adz9c_9624 > div._has-bottom-player_adz9c_9285 + ._toast-container_adz9c_9288 {
  bottom: 5rem;
  pointer-events: none;
}
._toast-container_adz9c_9288 {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
._toast-container_adz9c_9288 > div {
  pointer-events: auto;
}
#_footer_adz9c_9312 {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#_app_adz9c_9624 > div > main, #_app_adz9c_9624 > ._main_adz9c_9245 {
  flex: 1;
}
#_app_adz9c_9624 > div > ._main_adz9c_9245._pusher_adz9c_9249,
#_app_adz9c_9624 > div > ._footer_adz9c_9312 {
  position: relative;
}
@media (min-width: 1025px) {
#_app_adz9c_9624 > div > ._main_adz9c_9245._pusher_adz9c_9249,
  #_app_adz9c_9624 > div > ._footer_adz9c_9312 {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#_app_adz9c_9624 > div > ._main_adz9c_9245._pusher_adz9c_9249,
  #_app_adz9c_9624 > div > ._footer_adz9c_9312 {
    margin-left: 275px !important;
}
}
#_app_adz9c_9624 > div > ._main_adz9c_9245._pusher_adz9c_9249,
#_app_adz9c_9624 > div > ._footer_adz9c_9312 {
  transform: none !important;
}
._ui_adz9c_9169._small_adz9c_9332._text_adz9c_9332._container_adz9c_9332 {
  max-width: 500px !important;
}
._column_adz9c_9336 ._ui_adz9c_9169._text_adz9c_9332._container_adz9c_9332 {
  max-width: 100% !important;
}
._main_adz9c_9245._pusher_adz9c_9249._hidden_adz9c_9340 {
  display: none;
}
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 ._ui_adz9c_9169._item_adz9c_9253 {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 {
    padding: 0 2.5rem;
}
}
._main_adz9c_9245._pusher_adz9c_9249 > ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 ._item_adz9c_9253 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
._ui_adz9c_9169._stripe_adz9c_9365._segment_adz9c_9365,
#_footer_adz9c_9312 {
  padding: 1em;
}
._ui_adz9c_9169._stripe_adz9c_9365._segment_adz9c_9365._ui_adz9c_9169._container_adz9c_9332,
#_footer_adz9c_9312._ui_adz9c_9169._container_adz9c_9332 {
  margin: 0;
}
@media (min-width: 769px) {
._ui_adz9c_9169._stripe_adz9c_9365._segment_adz9c_9365,
  #_footer_adz9c_9312 {
    padding: 2em;
}
}
@media (min-width: 1201px) {
._ui_adz9c_9169._stripe_adz9c_9365._segment_adz9c_9365,
  #_footer_adz9c_9312 {
    padding: 3em;
}
}
._stripe_adz9c_9365._segment_adz9c_9365 > ._secondary_adz9c_8487._menu_adz9c_9249:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
._ui_adz9c_9169._small_adz9c_9332._divider_adz9c_9394 {
  margin: 0.5rem 0;
}
._ui_adz9c_9169._very_adz9c_9398._small_adz9c_9332._divider_adz9c_9394 {
  margin: 0.25rem 0;
}
._ui_adz9c_9169._horizontal_adz9c_9402._divider_adz9c_9394 {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
._dimmed_adz9c_9408 ._ui_adz9c_9169._bottom-player_adz9c_9408 {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#_app_adz9c_9624 > ._queue-focused_adz9c_9274 ._queue-not-focused_adz9c_9414 {
    display: none;
}
}
._ui_adz9c_9169._vertical_adz9c_9419._segment_adz9c_9365 {
  color: var(--main-color);
  background: var(--main-background);
}
._ui_adz9c_9169._segment_adz9c_9365:not(._basic_adz9c_9424):not(._vertical_adz9c_9419) {
  color: var(--segment-color);
  background: var(--segment-background);
}
._segment_adz9c_9365 ._ui_adz9c_9169._list_adz9c_9429 ._item_adz9c_9253 {
  background-color: transparent;
}
._visually-hidden_adz9c_9433 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
._visually-hidden_adz9c_9433:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
._center_adz9c_9450._aligned_adz9c_9450._menu_adz9c_9249 {
  justify-content: center;
}
._text_adz9c_9332._center_adz9c_9450._aligned_adz9c_9450 {
  text-align: center;
}
._ellipsis_adz9c_9458:not(._icon_adz9c_9169) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
._link_adz9c_3 {
  cursor: pointer;
}
._ui_adz9c_9169._icon_adz9c_9169._header_adz9c_9468 ._circular_adz9c_9468._icon_adz9c_9169 {
  display: flex;
  justify-content: center;
}
a {
  cursor: pointer;
}
._segment_adz9c_9365._hidden_adz9c_9340 {
  display: none;
}
._hidden_adz9c_9340:not(._divider_adz9c_9394) {
  display: none !important;
}
._nomargin_adz9c_9485 {
  margin: 0 !important;
}
._text_adz9c_9332._align_adz9c_9450._left_adz9c_9489 {
  text-align: left;
}
._left_adz9c_9489._floated_adz9c_9493 {
  float: left;
}
._right_adz9c_9497._floated_adz9c_9493 {
  float: right;
}
@media (max-width: 1023px) {
._desktop-and-up_adz9c_9502 {
    display: none !important;
}
}
@media (min-width: 1024px) {
._desktop-and-below_adz9c_9508 {
    display: none !important;
}
}
@media (max-width: 767px) {
._tablet-and-up_adz9c_9514 {
    display: none !important;
}
}
@media (min-width: 768px) {
._tablet-and-below_adz9c_9520 {
    display: none !important;
}
}
@media (min-width: 769px) {
._mobile-only_adz9c_9526 {
    display: none !important;
}
}
._expandable_adz9c_9531:not(._expanded_adz9c_9531) {
  overflow: hidden;
  max-height: 15vh;
}
._ui_adz9c_9169._list_adz9c_9429 ._list_adz9c_9429._icon_adz9c_9169 {
  padding-left: 0;
}
._ui_adz9c_9169._dropdown_adz9c_9540 ._item_adz9c_9253[disabled] {
  display: none;
}
span._diff_adz9c_9544._added_adz9c_9544 {
  background-color: rgba(0, 255, 0, 0.25);
}
span._diff_adz9c_9544._removed_adz9c_9548 {
  background-color: rgba(255, 0, 0, 0.25);
}
._default-cover_adz9c_9552 {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
._discrete_adz9c_9556 {
  color: var(--discrete-text-color);
}
._really_adz9c_9560._discrete_adz9c_9556 {
  color: var(--really-discrete-text-color);
}
._ui_adz9c_9169._inverted_adz9c_9185._dimmer_adz9c_9564 {
  background-color: var(--dimmer-background);
}
._ui_adz9c_9169._inverted_adz9c_9185._dimmer_adz9c_9564 > ._ui_adz9c_9169._dimmer_adz9c_9564 {
  color: var(--dimmer-color);
}
._symbol_adz9c_9571._left_adz9c_9489::after {
  padding-right: 0.25em;
}
._symbol_adz9c_9571._right_adz9c_9497::after {
  padding-left: 0.25em;
}
._symbol_adz9c_9571._middle_adz9c_9577::after {
  padding: 0 0.25em;
}
._symbol_adz9c_9571._at_adz9c_9580::after {
  content: "@";
}
._symbol_adz9c_9571._slash_adz9c_9583::after {
  content: "/";
}
._symbol_adz9c_9571._pipe_adz9c_9586::after {
  content: "|";
}
._symbol_adz9c_9571._middledot_adz9c_9589::after {
  content: "·";
}
._symbol_adz9c_9571._infinity_adz9c_9592::after {
  content: "∞";
}
._symbol_adz9c_9571._single_adz9c_9595::after {
  content: "1";
}
._symbol_adz9c_9571._hashtag_adz9c_9598::after {
  content: "#";
}
._symbol_adz9c_9571._ellipses_adz9c_9601::after {
  content: "…";
}
._symbol_adz9c_9571._doubledot_adz9c_9604::after {
  content: "..";
}
._symbol_adz9c_9571._hyphen_adz9c_9607::after {
  content: "-";
}
._symbol_adz9c_9571._colon_adz9c_9610::after {
  content: ":";
}
._symbol_adz9c_9571._percent_adz9c_9613::after {
  content: "%";
}
._component-action-table_adz9c_9617 ._count_adz9c_9617._field_adz9c_9225 {
  font-weight: normal;
}
._component-action-table_adz9c_9617 ._ui_adz9c_9169._form_adz9c_9620 ._inline_adz9c_9620._fields_adz9c_9620 {
  margin: 0;
}
._component-album-card_adz9c_9624._card_adz9c_9624._app-card_adz9c_9624 > ._head-image_adz9c_9624 > ._icon_adz9c_9169 {
  margin: 0.5em;
}
#_avatarLabel_adz9c_1 {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
._ui_adz9c_9169._tiny_adz9c_9211._avatar_adz9c_9637 {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
._ui_adz9c_9169._tiny_adz9c_9211._avatar_adz9c_9637._label_adz9c_9646 {
  align-content: center;
  padding: 4px 8px;
}
#_radioFilterLabel_adz9c_1 {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#_addFilter_adz9c_1 {
  margin: 0 0 0 0.85714286em;
}
:not(._active_adz9c_8993) button._title_adz9c_9661 {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
._reset_adz9c_9670._button_adz9c_9185 {
  margin-top: 0.5em;
}
button._reset_adz9c_9670 {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
._button_adz9c_9185._icon_adz9c_9169._tiny_adz9c_9211 {
  padding: 0.5em !important;
}
._floated_adz9c_9493._buttons_adz9c_9698 ._button_adz9c_9185 ~ ._dropdown_adz9c_9540 {
  border-left: none;
}
._header-buttons_adz9c_9702 > ._buttons_adz9c_9698 {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
._header-buttons_adz9c_9702 > ._buttons_adz9c_9698 ._buttons_adz9c_9698 {
  margin: 0;
}
._ui_adz9c_9169._really_adz9c_9560._basic_adz9c_9424._button_adz9c_9185:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
._button-group_adz9c_9720 > *:not(:first-child) {
  margin-left: 0.5em;
}
._ui_adz9c_9169._borderless_adz9c_9724._button_adz9c_9185 {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
._ui_adz9c_9169._dropdown_adz9c_9540 ._menu_adz9c_9249 > ._item_adz9c_9253 {
  background: var(--dropdown-background);
}
._ui_adz9c_9169._circular_adz9c_9468._button_adz9c_9185 {
  padding: 0.78571429em;
}
._ui_adz9c_9169._circular_adz9c_9468._button_adz9c_9185 > i {
  margin-right: 0;
}
._icon_adz9c_9169._button_adz9c_9185 > i {
  margin-right: 0;
}
._ui_adz9c_9169._inverted_adz9c_9185._buttons_adz9c_9698 ._button_adz9c_9185:hover,
._ui_adz9c_9169._inverted_adz9c_9185._button_adz9c_9185:hover,
._ui_adz9c_9169._inverted_adz9c_9185._buttons_adz9c_9698 ._button_adz9c_9185:focus,
._ui_adz9c_9169._inverted_adz9c_9185._button_adz9c_9185:focus {
  color: white;
}
._ui_adz9c_9169._button_adz9c_9185:disabled, ._ui_adz9c_9169._buttons_adz9c_9698 ._disabled_adz9c_9753._button_adz9c_9185:not(._basic_adz9c_9424), ._ui_adz9c_9169._disabled_adz9c_9753._active_adz9c_8993._button_adz9c_9185, ._ui_adz9c_9169._disabled_adz9c_9753._button_adz9c_9185, ._ui_adz9c_9169._disabled_adz9c_9753._button_adz9c_9185:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
._card_adz9c_9624 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._card_adz9c_9624, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._card_adz9c_9624 {
  border-color: var(--hover-background-color) !important;
}
._content-form_adz9c_9770 {
  background: var(--input-background);
}
._content-form_adz9c_9770 ._segment_adz9c_9365 {
  background: none;
}
._content-form_adz9c_9770 ._segment_adz9c_9365:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
._content-form_adz9c_9770 ._segment_adz9c_9365:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
._content-form_adz9c_9770 ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 {
  background: none;
  margin-top: -0.5em;
}
._content-form_adz9c_9770 ._input_adz9c_9791 {
  width: 100%;
}
._component-copy-input_adz9c_9795 ._message_adz9c_9795 {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
._component-empty-state_adz9c_9805 ._ui_adz9c_9169._header_adz9c_9468 ._content_adz9c_9156 {
  text-align: center;
  display: block;
}
._favorite-icon_adz9c_9211._favorited_adz9c_9810 {
  animation: 0.5s linear _burst_adz9c_1;
  outline-color: transparent;
}
@keyframes _burst_adz9c_1 {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
._ui_adz9c_9169._basic_adz9c_9424._button_adz9c_9185._really_adz9c_9560._favorite-icon_adz9c_9211 {
  box-shadow: none;
}
._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540 {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540 {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._ui_adz9c_9169._form_adz9c_9620 select._dropdown_adz9c_9540 {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
._ui_adz9c_9169._form_adz9c_9620 label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
._ui_adz9c_9169._checkbox_adz9c_9884 label {
  cursor: pointer;
  color: var(--text-color);
}
input + ._help_adz9c_9889 {
  margin-top: 0.5em;
}
._component-form_adz9c_9893 ._parent_adz9c_9893._checkbox_adz9c_9884 {
  margin: 1em 0;
}
._component-form_adz9c_9893 ._child_adz9c_9896._checkbox_adz9c_9884 {
  margin-left: 1em;
}
._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 input,
._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 ._label_adz9c_9646 {
  background-color: var(--input-background);
}
._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 input::-moz-placeholder, ._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 ._label_adz9c_9646::-moz-placeholder {
  color: var(--input-placeholder-color);
}
._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 input::placeholder,
._ui_adz9c_9169._labeled_adz9c_9900._input_adz9c_9791 ._label_adz9c_9646::placeholder {
  color: var(--input-placeholder-color);
}
._ui_adz9c_9169._icon_adz9c_9169._input_adz9c_9791 > ._icon_adz9c_9169 {
  color: var(--input-color);
}
#_updatePlaylistLabel_adz9c_1 {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#_updatePlaylistLabel_adz9c_1:before {
  content: "​";
}
._ui_adz9c_9169._toggle_adz9c_9926._checkbox_adz9c_9884 label::before {
  background-color: var(--input-selection-background);
}
._component-file-upload_adz9c_9930 ._file-uploads_adz9c_9930._ui_adz9c_9169._button_adz9c_9185 {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
._component-file-upload_adz9c_9930 ._file-uploads_adz9c_9930._channels_adz9c_9939._ui_adz9c_9169._button_adz9c_9185 {
  font-size: 1.2em;
  padding: 0;
}
._component-file-upload_adz9c_9930 ._file-uploads_adz9c_9930._channels_adz9c_9939._ui_adz9c_9169._button_adz9c_9185 > div:not(._divider_adz9c_9394) {
  padding: 1em;
}
._channel-file_adz9c_9947 {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
._channel-file_adz9c_9947 > :first-child {
  width: 3em;
}
._channel-file_adz9c_9947 ._header_adz9c_9468 {
  margin: 0 1em;
}
._channel-file_adz9c_9947 ._header_adz9c_9468 ._sub_adz9c_9958._header_adz9c_9468 {
  margin-top: 0.5em;
}
._component-fs-browser_adz9c_9962 {
  max-height: 400px;
  overflow-y: auto;
}
._component-fs-logs_adz9c_9967 {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
._header_adz9c_9468._with-actions_adz9c_9975 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
._header_adz9c_9468._with-actions_adz9c_9975 ._actions_adz9c_8968 {
  font-weight: normal;
  font-size: 0.6em;
}
._ui_adz9c_9169._header_adz9c_9468 ._content_adz9c_9156 {
  display: block;
}
._component-label_adz9c_9990._huge_adz9c_9990._circular_adz9c_9468._label_adz9c_9646 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
._component-label_adz9c_9990._vertically-spaced_adz9c_9994._label_adz9c_9646._ui_adz9c_9169 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
._ui_adz9c_9169._menu_adz9c_9249 ._item_adz9c_9253 > ._label_adz9c_9646 {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > ._modals_adz9c_10005 {
  z-index: 99999 !important;
}
._modal_adz9c_10005 > ._header_adz9c_9468 {
  text-align: center;
}
._component-pagination_adz9c_10013 ._ui_adz9c_9169._pagination_adz9c_10013._menu_adz9c_9249 ._item_adz9c_9253 {
  cursor: pointer;
}
._ui_adz9c_9169._pagination_adz9c_10013._menu_adz9c_9249 {
  margin-top: 1em;
}
._ui_adz9c_9169._pagination_adz9c_10013._menu_adz9c_9249 + span {
  margin-left: 1em;
}
._ui_adz9c_9169._pagination_adz9c_10013._menu_adz9c_9249 {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
._ui_adz9c_9169._pagination_adz9c_10013._menu_adz9c_9249 ._active_adz9c_8993._item_adz9c_9253 {
  color: var(--discrete-background-color);
}
._placeholder_adz9c_10031._image_adz9c_9123 {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
._placeholder_adz9c_10031._image_adz9c_9123._large_adz9c_9094 {
  width: 8em;
  height: 8em;
}
._placeholder_adz9c_10031._image_adz9c_9123 {
  max-width: 100%;
  display: block;
}
._placeholder_adz9c_10031._image_adz9c_9123._circular_adz9c_9468 {
  border-radius: 50%;
}
._placeholder_adz9c_10031._image_adz9c_9123._static_adz9c_10047 {
  animation: none;
}
._placeholder_adz9c_10031._image_adz9c_9123._shifted_adz9c_10050 {
  margin-top: -15px;
}
._component-placeholder_adz9c_10054 {
  width: 100%;
}
._component-placeholder_adz9c_10054._ui_adz9c_9169._small_adz9c_9332._placeholder_adz9c_10031._segment_adz9c_9365 {
  min-height: auto;
}
._component-placeholder_adz9c_10054._ui_adz9c_9169._segment_adz9c_9365 ._field_adz9c_9225, ._component-placeholder_adz9c_10054._ui_adz9c_9169._segment_adz9c_9365 textarea, ._component-placeholder_adz9c_10054._ui_adz9c_9169._segment_adz9c_9365 ._ui_adz9c_9169._input_adz9c_9791, ._component-placeholder_adz9c_10054._ui_adz9c_9169._segment_adz9c_9365 ._button_adz9c_9185 {
  max-width: 100%;
}
._component-play-button_adz9c_10064 button._item_adz9c_9253 {
  width: 100%;
}
._component-play-button_adz9c_10064 > ._floating_adz9c_10067._dropdown_adz9c_9540:not(._button_adz9c_9185) {
  background: transparent;
  padding: 0;
  border: none;
}
#_audio-bars_adz9c_1 {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
._audio-bar_adz9c_10081 {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: _sound_adz9c_1 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes _sound_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes _sound1_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes _sound2_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes _sound3_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes _sound4_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes _sound5_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes _sound6_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes _sound7_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes _sound8_adz9c_1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
._audio-bar_adz9c_10081:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: _sound1_adz9c_1;
}
._audio-bar_adz9c_10081:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: _sound2_adz9c_1;
}

/* Mid frequencies - moderate attack and elevation */
._audio-bar_adz9c_10081:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: _sound3_adz9c_1;
}
._audio-bar_adz9c_10081:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: _sound4_adz9c_1;
}
._audio-bar_adz9c_10081:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: _sound5_adz9c_1;
}

/* High frequencies - quicker attack, lower elevation */
._audio-bar_adz9c_10081:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: _sound6_adz9c_1;
}
._audio-bar_adz9c_10081:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: _sound7_adz9c_1;
}
._audio-bar_adz9c_10081:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: _sound8_adz9c_1;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 ._ui_adz9c_9169._top_adz9c_10229._attached_adz9c_10229._progress_adz9c_10229 {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 ._ui_adz9c_9169._top_adz9c_10229._attached_adz9c_10229._progress_adz9c_10229 ._bar_adz9c_10235 {
  height: 0.2rem;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls-row_adz9c_10254 {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls-row_adz9c_10254 {
    padding: 0 1em;
    justify-content: space-around;
}
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._indicating_adz9c_10266._progress_adz9c_10229 {
  overflow: hidden;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235 {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235._seek_adz9c_10276 {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235._position_adz9c_10282 {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._ui_adz9c_9169._progress_adz9c_10229:hover ._bar_adz9c_10235._seek_adz9c_10276 {
  opacity: 0.4;
}
@keyframes _MOVE-BG_adz9c_1 {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._discrete_adz9c_9556._link_adz9c_3 {
  color: inherit;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._indicating_adz9c_10266._progress_adz9c_10229 ._bar_adz9c_10235 {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: _MOVE-BG_adz9c_1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._ui_adz9c_9169._progress_adz9c_10229:not(._indeterminate_adz9c_10309) ._bar_adz9c_10235._position_adz9c_10282:not(._buffer_adz9c_10309) {
  background: var(--vibrant-color);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._track-controls_adz9c_10312 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._track-controls_adz9c_10312 ._image_adz9c_9123 {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._track-controls_adz9c_10312 ._image_adz9c_9123 > img {
  max-height: 40px;
  max-width: 40px;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 {
  min-width: 8em;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 a {
  text-decoration: none;
  font-size: 16px;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._meta_adz9c_9195 {
  line-height: 1.5em;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._button_adz9c_9185 {
  border: none;
  cursor: pointer;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._button_adz9c_9185:hover {
  background-color: transparent !important;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._button_adz9c_9185:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._button_adz9c_9185:disabled i {
  color: var(--fw-gray-700);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 #_volume-slider_adz9c_1 {
  accent-color: var(--vibrant-color);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._looping_adz9c_10354 > i,
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._shuffling_adz9c_10355 > i,
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._looping_adz9c_10354:hover > i,
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._shuffling_adz9c_10355:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._fluid_adz9c_10361) {
    width: 20%;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120._queue-controls_adz9c_10364 {
    width: 32.5%;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120._progress-controls_adz9c_10367 {
    width: 10%;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120._player-controls_adz9c_10370 {
    gap: 8px;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120._player-controls_adz9c_10370 i {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120._small_adz9c_9332, ._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._small_adz9c_9332 {
    font-size: 0.9em;
}
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 i {
  font-size: 1.3em;
  color: var(--player-color);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120 ._large_adz9c_9094 i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) {
    line-height: 1em;
}
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) {
  justify-content: center;
  align-items: center;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312)._align-right_adz9c_10398 {
  justify-content: flex-end;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312)._align-left_adz9c_10401 {
  justify-content: flex-start;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) > * {
  padding: 0.5em;
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) ._close-control_adz9c_10407 {
  background-color: transparent;
  color: var(--vibrant-color);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) ._close-control_adz9c_10407:hover {
  color: var(--vibrant-color);
}
._ui_adz9c_9169._bottom-player_adz9c_9408 > ._segment_adz9c_9365._fixed-controls_adz9c_10239 ._controls_adz9c_9120:not(._track-controls_adz9c_10312) ._close-control_adz9c_10407 i {
  color: var(--vibrant-color);
}
._component-player_adz9c_10418 ._controls_adz9c_9120 {
  display: flex;
}
._component-player_adz9c_10418 ._fake-dropdown_adz9c_10421 {
  display: flex;
  z-index: 2;
}
._component-playlist-editor_adz9c_10426 ._duplicate-tracks-list_adz9c_10426 {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes _scroll-text_adz9c_1 {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
._opaque_adz9c_9245 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-dark_adz9c_7, html._dark_adz9c_7 > body:not(._theme-light_adz9c_7)) ._opaque_adz9c_9245, ._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21._force-dark-theme_adz9c_21 ._opaque_adz9c_9245 {
  background-color: rgba(41, 37, 37, 0.8);
}
._opaque_adz9c_9245 {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._opaque_adz9c_9245, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._opaque_adz9c_9245 {
  background-color: rgba(255, 255, 255, 0.8);
}
._opaque_adz9c_9245 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
._queue-controls_adz9c_10364 {
    height: 4rem;
}
}
._ui_adz9c_9169._clearing_adz9c_10466._segment_adz9c_9365 {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
._queue-enter-active_adz9c_10471,
._queue-leave-active_adz9c_10472 {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
._queue-enter-from_adz9c_10477,
._queue-leave-to_adz9c_10478 {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
._component-queue_adz9c_10483._main_adz9c_9245 {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
._component-queue_adz9c_10483._main_adz9c_9245 > ._button_adz9c_9185 {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483._main_adz9c_9245 > ._button_adz9c_9185 {
    display: none;
}
}
._component-queue_adz9c_10483 ._queue_adz9c_9274._segment_adz9c_9365 #_player_adz9c_10370 {
  padding: 0em;
}
._component-queue_adz9c_10483 ._queue_adz9c_9274._segment_adz9c_9365 #_player_adz9c_10370 > * {
  padding: 0.5em;
}
._component-queue_adz9c_10483 #_queue_adz9c_9274 ._sub_adz9c_9958._header_adz9c_9468 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
._component-queue_adz9c_10483 ._queue-column_adz9c_10511 {
  overflow-y: auto;
}
._component-queue_adz9c_10483 ._queue-column_adz9c_10511 ._table_adz9c_9514 {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._table_adz9c_9514 > tbody > tr > td._controls_adz9c_9120 {
  text-align: right;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._table_adz9c_9514 > tbody > tr > td {
  border: none;
}
._component-queue_adz9c_10483 td:first-child {
  padding-left: 1em !important;
}
._component-queue_adz9c_10483 td:last-child {
  padding-right: 1em !important;
}
._component-queue_adz9c_10483 ._image-cell_adz9c_10530 {
  width: 4em;
}
._component-queue_adz9c_10483 ._mini_adz9c_10533._image_adz9c_9123 {
  width: 40px;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483 ._queue_adz9c_9274._segment_adz9c_9365 {
    padding: 0;
}
}
._component-queue_adz9c_10483 ._queue_adz9c_9274._segment_adz9c_9365 > ._container_adz9c_9332 {
  margin: 0 !important;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483 ._handle_adz9c_10545 {
    display: none;
}
}
@media (max-width: 767px) {
._component-queue_adz9c_10483 ._duration-cell_adz9c_10550 {
    display: none;
}
}
._component-queue_adz9c_10483 ._fixed-header_adz9c_10554 {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483 ._fixed-header_adz9c_10554 {
    padding: 1em;
}
}
@media (min-width: 1024px) {
._component-queue_adz9c_10483 ._fixed-header_adz9c_10554 {
    right: 1em;
    left: 38%;
}
}
._component-queue_adz9c_10483 ._fixed-header_adz9c_10554 ._header_adz9c_9468 ._content_adz9c_9156 {
  display: block;
}
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 > ._image_adz9c_9123 {
    max-height: 50vh;
}
}
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 > *:not(._image_adz9c_9123):not(img) {
  width: 100%;
}
._component-queue_adz9c_10483 ._current-track_adz9c_10575 #_player_adz9c_10370 h1 {
  margin: 0;
  min-height: auto;
}
._component-queue_adz9c_10483 ._progress-area_adz9c_10615 ._progress_adz9c_10229 {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235._position_adz9c_10282 {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
._component-queue_adz9c_10483 ._progress-wrapper_adz9c_10625,
._component-queue_adz9c_10483 ._warning_adz9c_10626._message_adz9c_9795 {
  width: 25em;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235 {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229 ._bar_adz9c_10235._position_adz9c_10282 {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229 ._buffer_adz9c_10309._bar_adz9c_10235 {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229:not(._indeterminate_adz9c_10309) ._bar_adz9c_10235._position_adz9c_10282:not(._buffer_adz9c_10309) {
  background: var(--vibrant-color);
}
._component-queue_adz9c_10483 ._indicating_adz9c_10266._progress_adz9c_10229 ._bar_adz9c_10235 {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: _MOVE-BG_adz9c_1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
._component-queue_adz9c_10483 ._indicating_adz9c_10266._progress_adz9c_10229 ._bar_adz9c_10235:not(._buffer_adz9c_10309) {
  background: transparent !important;
}
._component-queue_adz9c_10483 ._ui_adz9c_9169._progress_adz9c_10229 {
  margin: 1.5rem 0;
}
._component-queue_adz9c_10483 ._timer_adz9c_10662 {
  font-size: 0.7em;
}
._component-queue_adz9c_10483 ._progress_adz9c_10229 {
  cursor: pointer;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370 {
  display: flex;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370 ._control_adz9c_9120:not(:first-child) {
  margin-left: 1em;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370._queue-controls_adz9c_10364 ._button_adz9c_9185 {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370._queue-controls_adz9c_10364 ._button_adz9c_9185:hover {
  background: transparent;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370._queue-controls_adz9c_10364 ._button_adz9c_9185:hover i {
  transform: scale(1.2);
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370._queue-controls_adz9c_10364 ._button_adz9c_9185._large_adz9c_9094 > i {
  font-size: 4em;
}
._component-queue_adz9c_10483 ._player-controls_adz9c_10370._queue-controls_adz9c_10364 ._button_adz9c_9185 > i {
  font-size: 2em;
}
._component-queue_adz9c_10483 ._handle_adz9c_10545 {
  cursor: grab;
}
._component-queue_adz9c_10483 ._sortable-chosen_adz9c_10695 {
  cursor: grabbing;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698._sortable-ghost_adz9c_10698 td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698._sortable-ghost_adz9c_10698 td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698._sortable-ghost_adz9c_10698 td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
._component-queue_adz9c_10483 ._radio-populating_adz9c_10708 {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
._component-queue_adz9c_10483 ._radio-message_adz9c_10713 {
  margin-top: 1em !important;
  margin-right: 1em;
}
._theme-light_adz9c_7 ._cover-container_adz9c_10718._fullscreen_adz9c_10718 {
  background: #fff;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_queue_adz9c_9274 {
  position: relative;
}
@media (max-width: 1023px) {
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 {
    grid-template-columns: 1fr 0;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1._show-player_adz9c_10733 #_queue_adz9c_9274 {
    display: none;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1._show-queue_adz9c_10736 #_player_adz9c_10370 {
    display: none;
}
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 h1 a._track_adz9c_10312 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 h1 a._track_adz9c_10312._scrolling_adz9c_10760 {
  animation: _scroll-text_adz9c_1 8s ease-in-out infinite;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 h2 a {
  font-size: 16px;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718._idle_adz9c_10775 {
  cursor: none;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718._fullscreen_adz9c_10718 canvas {
  transform: translateY(calc(50vh - 50vw));
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 {
  width: 100%;
  position: relative;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 canvas,
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 img {
  width: 100%;
  height: 100%;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 canvas {
  aspect-ratio: 1;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718:hover ._cover-buttons_adz9c_10798 {
  opacity: 1;
  transform: translateY(0);
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-shadow_adz9c_10802 {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 ._tooltip_adz9c_10829 {
  z-index: 2;
  pointer-events: all;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 button:first-child {
  margin-right: 0 !important;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 button i._icon_adz9c_9169 {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._cover_adz9c_10718 ._cover-buttons_adz9c_10798 button i._icon_adz9c_9169::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._track-info_adz9c_10852 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._track-info_adz9c_10852 h1,
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718 ._track-info_adz9c_10852 h2 {
  margin: 0;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._cover-container_adz9c_10718:not(._fullscreen_adz9c_10718) ._track-info_adz9c_10852 {
  transition: none !important;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._progress-wrapper_adz9c_10625 {
  font-size: 1.5rem;
  max-width: 90%;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 #_player_adz9c_10370 ._progress-wrapper_adz9c_10625 ._position_adz9c_10282._bar_adz9c_10235 {
  position: relative;
  bottom: 0px;
  height: 1em;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
._component-queue_adz9c_10483 #_queue-grid_adz9c_1 > div:nth-child(2) ._virtual-list_adz9c_10890 {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 ._heart_adz9c_10902:not(._pink_adz9c_10902) {
  color: rgba(0, 0, 0, 0.2);
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 ._handle_adz9c_10545 > ._grip_adz9c_10905 {
  pointer-events: none;
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 ._title_adz9c_9661._ellipsis_adz9c_9458 {
    max-width: 35vw;
}
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698 {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698._active_adz9c_8993 {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
._component-queue_adz9c_10483 ._queue-item_adz9c_10698._active_adz9c_8993:hover ._button_adz9c_9185 > i {
  color: var(--player-color);
}
._drag-container_adz9c_10931:not(._dragging_adz9c_10931) ._hover_adz9c_10931 ._queue-item_adz9c_10698 {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
._component-settings-group_adz9c_10936 ._ui_adz9c_9169._checkbox_adz9c_9884 p {
  margin-top: 1rem;
}
._search-wrapper_adz9c_10940 ._category_adz9c_10940._search_adz9c_10940 ._results_adz9c_10940 ._category_adz9c_10940:last-child ._results_adz9c_10940 {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
._ui_adz9c_9169._wide_adz9c_10946._left_adz9c_9489._sidebar_adz9c_10946 {
    width: 275px;
}
}
@media (min-width: 1201px) {
._ui_adz9c_9169._wide_adz9c_10946._left_adz9c_9489._sidebar_adz9c_10946 {
    width: 275px;
}
}
._sidebar_adz9c_10946 ._logo_adz9c_10956._bordered_adz9c_10956._icon_adz9c_9169 {
  padding: 0.5em 0.41em !important;
}
._sidebar_adz9c_10946 ._logo_adz9c_10956 path {
  fill: white;
}
._sidebar_adz9c_10946 ._tab_adz9c_8969 {
  flex-direction: column;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._search_adz9c_10940 ._input_adz9c_9791 {
  flex: 1;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._search_adz9c_10940 ._input_adz9c_9791 ._prompt_adz9c_10969 {
  border-radius: 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._search_adz9c_10940 ._results_adz9c_10940 {
  vertical-align: middle;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._search_adz9c_10940 ._name_adz9c_10975 {
  vertical-align: middle;
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 ._menu_adz9c_9249 ._item_adz9c_9253._collapse-button-wrapper_adz9c_10997 {
    padding: 0;
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 ._collapse_adz9c_10997._button_adz9c_9185 {
    display: none !important;
}
}
@media (max-width: 1024px) {
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 {
    position: static !important;
    width: 100% !important;
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946._collapsed_adz9c_11009 ._player-wrapper_adz9c_11009,
  ._component-sidebar_adz9c_10966._sidebar_adz9c_10946._collapsed_adz9c_11009 ._search_adz9c_10940,
  ._component-sidebar_adz9c_10966._sidebar_adz9c_10946._collapsed_adz9c_11009 ._signup_adz9c_11011._segment_adz9c_9365,
  ._component-sidebar_adz9c_10966._sidebar_adz9c_10946._collapsed_adz9c_11009 nav._secondary_adz9c_8487 {
    display: none;
}
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
._component-sidebar_adz9c_10966._sidebar_adz9c_10946 ._menu_adz9c_9249._vertical_adz9c_9419 {
  background: transparent;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._item_adz9c_9253 ._item_adz9c_9253 {
  font-size: 1em;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._item_adz9c_9253 ._item_adz9c_9253 > i._icon_adz9c_9169 {
  float: none;
  margin: 0 0.5em 0 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._item_adz9c_9253._router-link-exact-active_adz9c_9036 {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._item_adz9c_9253._collapsed_adz9c_11009:not(:focus) > ._menu_adz9c_9249 {
  display: none;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._item_adz9c_9253._collapsed_adz9c_11009 ._header_adz9c_9468 {
  margin-bottom: 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._vertical_adz9c_9419._menu_adz9c_9249 ._collapsible_adz9c_11041._item_adz9c_9253 ._header_adz9c_9468 {
  cursor: pointer;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._secondary_adz9c_8487._menu_adz9c_9249 {
  margin-left: 0;
  margin-right: 0;
}
._component-sidebar_adz9c_10966 ._tabs_adz9c_8969 {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
._component-sidebar_adz9c_10966 ._tabs_adz9c_8969 {
    max-height: 500px;
}
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._tab_adz9c_8969._active_adz9c_8993 {
  display: flex;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=queue] {
  flex-direction: column;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=queue] tr {
  cursor: pointer;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
._component-sidebar_adz9c_10966 ._item_adz9c_9253 ._header_adz9c_9468 ._angle_adz9c_11072._icon_adz9c_9169 {
  float: right;
  margin: 0;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=library] > ._menu_adz9c_9249 {
  flex: 1;
  flex-grow: 1;
}
._component-sidebar_adz9c_10966 ._tab_adz9c_8969[data-tab=library] > ._player-wrapper_adz9c_11009 {
  width: 100%;
}
._component-sidebar_adz9c_10966 ._sidebar_adz9c_10946 ._segment_adz9c_9365 {
  margin: 0;
  border-radius: 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._menu_adz9c_9249 ._item_adz9c_9253._inline_adz9c_9620._admin-dropdown_adz9c_11091._dropdown_adz9c_9540 > ._menu_adz9c_9249 {
  left: 0;
  right: auto;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._segment_adz9c_9365._header-wrapper_adz9c_11095 {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._segment_adz9c_9365._header-wrapper_adz9c_11095 nav > ._item_adz9c_9253:hover,
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._segment_adz9c_9365._header-wrapper_adz9c_11095 nav > ._menu_adz9c_9249 > ._item_adz9c_9253 > ._item_adz9c_9253:hover {
  background-color: transparent;
}
._component-sidebar_adz9c_10966 nav._top_adz9c_10229._title-menu_adz9c_11110 {
  flex-grow: 1;
}
._component-sidebar_adz9c_10966 nav._top_adz9c_10229._title-menu_adz9c_11110 ._item_adz9c_9253 {
  font-size: 1.5em;
}
._component-sidebar_adz9c_10966 ._logo_adz9c_10956 {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
._component-sidebar_adz9c_10966._collapsed_adz9c_11009 ._search-wrapper_adz9c_10940 {
    padding: 0;
}
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._search_adz9c_10940 {
  display: flex;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._message_adz9c_9795._black_adz9c_11129 {
  background: var(--sidebar-background);
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._mini_adz9c_10533._image_adz9c_9123 {
  width: 100%;
}
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 {
  align-items: self-end;
  padding: 0.5em 0;
}
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._item_adz9c_9253,
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._right_adz9c_9497._menu_adz9c_9249 > ._item_adz9c_9253 {
  font-size: 1.2em;
}
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._item_adz9c_9253 > ._label_adz9c_9646,
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._item_adz9c_9253 > ._dropdown_adz9c_9540 > ._label_adz9c_9646,
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._right_adz9c_9497._menu_adz9c_9249 > ._item_adz9c_9253 > ._label_adz9c_9646,
._component-sidebar_adz9c_10966 nav._top_adz9c_10229 > ._right_adz9c_9497._menu_adz9c_9249 > ._item_adz9c_9253 > ._dropdown_adz9c_9540 > ._label_adz9c_9646 {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._user-dropdown_adz9c_11152 ._ui_adz9c_9169._menu_adz9c_9249 {
  left: auto;
  right: 0;
}
._component-sidebar_adz9c_10966 ._ui_adz9c_9169._user-dropdown_adz9c_11152 > ._text_adz9c_9332 > ._label_adz9c_9646 {
  margin-right: 0;
}
._component-sidebar_adz9c_10966 ._logo-wrapper_adz9c_11159 {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
._component-sidebar_adz9c_10966 ._logo-wrapper_adz9c_11159 {
    margin: 0;
}
}
._component-sidebar_adz9c_10966 ._logo-wrapper_adz9c_11159 img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
._component-sidebar_adz9c_10966 ._logo-wrapper_adz9c_11159 img {
    height: 1.5em;
}
}
._ellipsis-rows_adz9c_11179 tr > td:nth-child(1) {
  max-width: 4em;
}
._ellipsis-rows_adz9c_11179 tr > td:nth-child(2) {
  position: relative;
}
._ellipsis-rows_adz9c_11179 tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
._ellipsis-rows_adz9c_11179 tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
._ui_adz9c_9169._table_adz9c_9514 > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
._table-wrapper_adz9c_11205 {
  display: block;
  overflow-x: auto;
}
td._align_adz9c_9450._right_adz9c_9497 {
  text-align: right;
}
._ui_adz9c_9169._basic_adz9c_9424._table_adz9c_9514 > tbody > tr {
  border-bottom: var(--table-border);
}
._component-tags-list_adz9c_11218 ._ui_adz9c_9169._circular_adz9c_9468._label_adz9c_9646 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
._component-tags-list_adz9c_11218 ._hashtag_adz9c_9598 {
  margin: 0.25em;
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
label ._tooltip_adz9c_10829 {
  margin-left: 1em;
}
._component-track-widget_adz9c_11260 ._play-overlay_adz9c_11260 {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
._component-track-widget_adz9c_11260 ._play-overlay_adz9c_11260 {
    top: 2.5em;
    left: 2.5em;
}
}
._component-track-widget_adz9c_11260 ._refresh_adz9c_11271._icon_adz9c_9169 {
  float: right;
}
._component-track-widget_adz9c_11260 ._ui_adz9c_9169._divided_adz9c_11274._items_adz9c_11274 > ._item_adz9c_9253:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
._component-track-widget_adz9c_11260 ._divided_adz9c_11274._items_adz9c_11274 > ._track-item_adz9c_11278._inline_adz9c_9620 {
    width: 25em;
    float: left;
    border-top: none;
}
._component-track-widget_adz9c_11260 ._divided_adz9c_11274._items_adz9c_11274 > ._track-item_adz9c_11278._inline_adz9c_9620, ._component-track-widget_adz9c_11260 ._divided_adz9c_11274._items_adz9c_11274 > ._track-item_adz9c_11278._inline_adz9c_9620:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
._track-table_adz9c_11290 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
._track-table_adz9c_11290 ._content_adz9c_9156 {
  flex-grow: 1;
}
._track-table_adz9c_11290 ._row_adz9c_11299:not(._mobile_adz9c_9526) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
._track-row_adz9c_11304._row_adz9c_11299 {
  align-content: center;
}
._track-row_adz9c_11304._row_adz9c_11299:last-child {
  border-bottom: 1px solid var(--border-color);
}
._track-row_adz9c_11304._row_adz9c_11299 ._meta_adz9c_9195._column_adz9c_9336 > time {
  position: relative;
  top: 14px;
}
._track-row_adz9c_11304 ._ui_adz9c_9169._really_adz9c_9560._tiny_adz9c_9211._button_adz9c_9185._play-button_adz9c_11315,
._track-table_adz9c_11290._row_adz9c_11299 ._ui_adz9c_9169._really_adz9c_9560._tiny_adz9c_9211._button_adz9c_9185._play-button_adz9c_11315 {
  visibility: hidden;
}
._track-row_adz9c_11304 ._ui_adz9c_9169._icon_adz9c_9169._really_adz9c_9560._tiny_adz9c_9211._button_adz9c_9185._play-button_adz9c_11315._paused_adz9c_11319,
._track-table_adz9c_11290._row_adz9c_11299 ._ui_adz9c_9169._icon_adz9c_9169._really_adz9c_9560._tiny_adz9c_9211._button_adz9c_9185._play-button_adz9c_11315._paused_adz9c_11319 {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
._track-row_adz9c_11304 ._ui_adz9c_9169._floating_adz9c_10067._dropdown_adz9c_9540,
._track-table_adz9c_11290._row_adz9c_11299 ._ui_adz9c_9169._floating_adz9c_10067._dropdown_adz9c_9540 {
  visibility: hidden;
}
._track-row_adz9c_11304 ._ui_adz9c_9169._favorite-icon_adz9c_9211,
._track-table_adz9c_11290._row_adz9c_11299 ._ui_adz9c_9169._favorite-icon_adz9c_9211 {
  visibility: hidden;
}
._track-row_adz9c_11304 ._ui_adz9c_9169._favorite-icon_adz9c_9211._pink_adz9c_10902,
._track-table_adz9c_11290._row_adz9c_11299 ._ui_adz9c_9169._favorite-icon_adz9c_9211._pink_adz9c_10902 {
  visibility: visible;
}
._track-row_adz9c_11304 ._actions_adz9c_8968,
._track-table_adz9c_11290._row_adz9c_11299 ._actions_adz9c_8968 {
  max-width: 2rem;
  width: 100%;
}
._track-row_adz9c_11304 ._actions_adz9c_8968._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336,
._track-table_adz9c_11290._row_adz9c_11299 ._actions_adz9c_8968._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 {
  width: 3% !important;
}
._track-row_adz9c_11304 ._meta_adz9c_9195._right_adz9c_9497._floated_adz9c_9493._column_adz9c_9336:not(._mobile_adz9c_9526),
._track-table_adz9c_11290._row_adz9c_11299 ._meta_adz9c_9195._right_adz9c_9497._floated_adz9c_9493._column_adz9c_9336:not(._mobile_adz9c_9526) {
  width: 45px;
}
._track-row_adz9c_11304 ._content_adz9c_9156,
._track-row_adz9c_11304 ._meta_adz9c_9195,
._track-row_adz9c_11304 ._image_adz9c_9123,
._track-table_adz9c_11290._row_adz9c_11299 ._content_adz9c_9156,
._track-table_adz9c_11290._row_adz9c_11299 ._meta_adz9c_9195,
._track-table_adz9c_11290._row_adz9c_11299 ._image_adz9c_9123 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
._track-row_adz9c_11304 ._helper_adz9c_11360,
._track-table_adz9c_11290._row_adz9c_11299 ._helper_adz9c_11360 {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
._track-row_adz9c_11304 ._image_adz9c_9123._column_adz9c_9336,
._track-table_adz9c_11290._row_adz9c_11299 ._image_adz9c_9123._column_adz9c_9336 {
  padding: 8px;
}
._track-row_adz9c_11304 ._track_image_adz9c_11370,
._track-table_adz9c_11290._row_adz9c_11299 ._track_image_adz9c_11370 {
  height: 40px;
}
._track-row_adz9c_11304._active_adz9c_8993 {
  background: rgba(155, 155, 155, 0.2);
}
._track-row_adz9c_11304:hover:not(._mobile_adz9c_9526) {
  background: rgba(155, 155, 155, 0.1);
}
._track-table_adz9c_11290._mobile_adz9c_9526,
._track-row_adz9c_11304._mobile_adz9c_9526 {
  height: 75px;
  align-items: center;
  display: flex;
}
._track-table_adz9c_11290._mobile_adz9c_9526:hover,
._track-row_adz9c_11304._mobile_adz9c_9526:hover {
  background: rgba(155, 155, 155, 0.1);
}
._track-table_adz9c_11290._mobile_adz9c_9526 > div,
._track-row_adz9c_11304._mobile_adz9c_9526 > div {
  margin-right: 0.25em;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._modal-button_adz9c_11396,
._track-table_adz9c_11290._mobile_adz9c_9526 ._meta_adz9c_9195,
._track-row_adz9c_11304._mobile_adz9c_9526 ._modal-button_adz9c_11396,
._track-row_adz9c_11304._mobile_adz9c_9526 ._meta_adz9c_9195 {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._meta_adz9c_9195._with-art_adz9c_11407,
._track-row_adz9c_11304._mobile_adz9c_9526 ._meta_adz9c_9195._with-art_adz9c_11407 {
  align-items: right;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._modal-button_adz9c_11396._with-art_adz9c_11407,
._track-row_adz9c_11304._mobile_adz9c_9526 ._modal-button_adz9c_11396._with-art_adz9c_11407 {
  align-items: center;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._actions_adz9c_8968 div,
._track-row_adz9c_11304._mobile_adz9c_9526 ._actions_adz9c_8968 div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._ui_adz9c_9169._favorite-icon_adz9c_9211._button_adz9c_9185,
._track-row_adz9c_11304._mobile_adz9c_9526 ._ui_adz9c_9169._favorite-icon_adz9c_9211._button_adz9c_9185 {
  pointer-events: none;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._ui_adz9c_9169._artist-track_adz9c_11425._mini_adz9c_10533._image_adz9c_9123,
._track-row_adz9c_11304._mobile_adz9c_9526 ._ui_adz9c_9169._artist-track_adz9c_11425._mini_adz9c_10533._image_adz9c_9123 {
  width: 45px;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._track-title_adz9c_11429._mobile_adz9c_9526,
._track-row_adz9c_11304._mobile_adz9c_9526 ._track-title_adz9c_11429._mobile_adz9c_9526 {
  font-weight: bold;
  margin-bottom: 0.1em;
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._track-title_adz9c_11429._mobile_adz9c_9526._play-indicator_adz9c_11434,
._track-row_adz9c_11304._mobile_adz9c_9526 ._track-title_adz9c_11429._mobile_adz9c_9526._play-indicator_adz9c_11434 {
  color: var(--vibrant-color);
}
._track-table_adz9c_11290._mobile_adz9c_9526 ._image_adz9c_9123._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336,
._track-row_adz9c_11304._mobile_adz9c_9526 ._image_adz9c_9123._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 {
  width: 61px;
}
._track-row_adz9c_11304:hover:not(._mobile_adz9c_9526) {
  cursor: pointer;
}
._track-row_adz9c_11304:hover:not(._mobile_adz9c_9526) ._ui_adz9c_9169._icon_adz9c_9169._really_adz9c_9560._tiny_adz9c_9211._button_adz9c_9185._play-button_adz9c_11315 {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
._track-row_adz9c_11304:hover:not(._mobile_adz9c_9526) ._ui_adz9c_9169._floating_adz9c_10067._dropdown_adz9c_9540 {
  visibility: visible;
}
._track-row_adz9c_11304:hover:not(._mobile_adz9c_9526) ._ui_adz9c_9169._favorite-icon_adz9c_9211 {
  visibility: visible;
}
._track-row_adz9c_11304,
._track-table_adz9c_11290 {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
._track-row_adz9c_11304 > div:not(._mobile_adz9c_9526),
._track-table_adz9c_11290 > div:not(._mobile_adz9c_9526) {
  padding: 0.25em;
  margin-right: 0.25em;
}
._track-row_adz9c_11304 ._favorite-icon_adz9c_9211._tiny_adz9c_9211._button_adz9c_9185,
._track-table_adz9c_11290 ._favorite-icon_adz9c_9211._tiny_adz9c_9211._button_adz9c_9185 {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
._track-row_adz9c_11304 ._mobile_adz9c_9526,
._track-table_adz9c_11290 ._mobile_adz9c_9526 {
  -webkit-tap-highlight-color: transparent;
}
._track-position_adz9c_11481 {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
._track-position_adz9c_11481 ._mobile_adz9c_9526 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._track-modal-title_adz9c_11499,
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._track-modal-subtitle_adz9c_11500 {
  margin: 0.1em;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._track-modal-subtitle_adz9c_11500 {
  font-weight: normal;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._track-modal_adz9c_11499._list-icon_adz9c_11506 {
  margin-right: 1em;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._track-modal_adz9c_11499._list-item_adz9c_11509 {
  font-weight: bold;
  font-size: large;
}
._scrolling_adz9c_10760._dimmable_adz9c_11514._dimmed_adz9c_9408 > ._dimmer_adz9c_9564 {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
._scrolling_adz9c_10760._dimmable_adz9c_11514._dimmed_adz9c_9408 ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
._track-table_adz9c_11290._podcast_adz9c_11523._row_adz9c_11299,
._track-row_adz9c_11304._podcast_adz9c_11523._row_adz9c_11299 {
  height: 20vh;
  align-items: center;
  display: flex;
}
._track-table_adz9c_11290._podcast_adz9c_11523._row_adz9c_11299 ._ui_adz9c_9169._artist-track_adz9c_11425._mini_adz9c_10533._image_adz9c_9123,
._track-row_adz9c_11304._podcast_adz9c_11523._row_adz9c_11299 ._ui_adz9c_9169._artist-track_adz9c_11425._mini_adz9c_10533._image_adz9c_9123 {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
._track-table_adz9c_11290._podcast_adz9c_11523._row_adz9c_11299 ._image_adz9c_9123._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336,
._track-row_adz9c_11304._podcast_adz9c_11523._row_adz9c_11299 ._image_adz9c_9123._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
._track-table_adz9c_11290._podcast_adz9c_11523._row_adz9c_11299 ._content_adz9c_9156._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336,
._track-row_adz9c_11304._podcast_adz9c_11523._row_adz9c_11299 ._content_adz9c_9156._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._track-table_adz9c_11290._podcast_adz9c_11523._row_adz9c_11299 ._content_adz9c_9156._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 ._podcast-episode-title_adz9c_11551,
._track-row_adz9c_11304._podcast_adz9c_11523._row_adz9c_11299 ._content_adz9c_9156._left_adz9c_9489._floated_adz9c_9493._column_adz9c_9336 ._podcast-episode-title_adz9c_11551 {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
._component-user-link_adz9c_11562 ._tiny_adz9c_9211._circular_adz9c_9468._avatar_adz9c_9637 {
  width: 1.7em;
  height: 1.7em;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._user-modal-title_adz9c_11567,
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._user-modal-subtitle_adz9c_11568 {
  margin: 0.1em;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._user-modal-subtitle_adz9c_11568 {
  font-weight: normal;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._user-modal_adz9c_11567._list-icon_adz9c_11506 {
  margin-right: 1em;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 ._user-modal_adz9c_11567._list-item_adz9c_11509 {
  font-weight: bold;
  font-size: large;
}
._ui_adz9c_9169._overlay_adz9c_11499._fullscreen_adz9c_10718._modal_adz9c_10005 a {
  color: var(--text-color);
  text-decoration: none;
}
._scrolling_adz9c_10760._dimmable_adz9c_11514._dimmed_adz9c_9408 > ._dimmer_adz9c_9564 {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
._scrolling_adz9c_10760._dimmable_adz9c_11514._dimmed_adz9c_9408 ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
._component-volume-control_adz9c_11595 {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
._component-volume-control_adz9c_11595 input {
  max-width: 5.5em;
  height: 4px;
}
._component-volume-control_adz9c_11595._expandable_adz9c_9531 ._popup_adz9c_11606 {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
._component-volume-control_adz9c_11595._expandable_adz9c_9531 input {
  max-width: 8.5em;
  padding: 1em 0em;
}
._component-volume-control_adz9c_11595._expandable_adz9c_9531:not(:hover):not(._expanded_adz9c_9531) ._popup_adz9c_11606 {
  display: none;
}
._ui_adz9c_9169._dimmer_adz9c_9564 {
  background-color: var(--dimmer-background);
}
._ui_adz9c_9169._loading_adz9c_11630._form_adz9c_9620:before {
  background-color: var(--dimmer-background);
}
._page-about_adz9c_11634 p {
  text-align: justify;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._list_adz9c_9429 ._list_adz9c_9429._icon_adz9c_9169 {
  padding: 0;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._basic_adz9c_9424._segment_adz9c_9365 {
  margin: 0;
}
._page-about_adz9c_11634 section._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468 {
  border-radius: 0.5em;
}
._page-about_adz9c_11634 table._ui_adz9c_9169._very_adz9c_9398._basic_adz9c_9424 {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
._page-about_adz9c_11634 table._ui_adz9c_9169._very_adz9c_9398._basic_adz9c_9424 tr:last-child {
  border-bottom: 0;
}
._page-about_adz9c_11634 h1._header_adz9c_9468, ._page-about_adz9c_11634 h1 ._sub_adz9c_9958._header_adz9c_9468 {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
._page-about_adz9c_11634 h1._ui_adz9c_9169._header_adz9c_9468 {
  font-size: 3em;
}
._page-about_adz9c_11634 h1._ui_adz9c_9169._header_adz9c_9468 ._sub_adz9c_9958._header_adz9c_9468 {
  font-size: 0.8em;
}
._page-about_adz9c_11634 ._main_adz9c_9245._pusher_adz9c_9249 {
  margin-top: 0;
  min-height: 10em;
}
._page-about_adz9c_11634 section._segment_adz9c_9365._head_adz9c_9468 {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
._page-about_adz9c_11634 #_pod_adz9c_11523 {
  font-size: 110%;
  display: block;
}
._page-about_adz9c_11634 ._signup-form_adz9c_11678 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 {
  margin-bottom: 2em;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 ._ui_adz9c_9169._secondary_adz9c_8487._pointing_adz9c_11692._menu_adz9c_9249._vertical_adz9c_9419 {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 ._ui_adz9c_9169._secondary_adz9c_8487._pointing_adz9c_11692._menu_adz9c_9249._vertical_adz9c_9419 ._item_adz9c_9253 {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 ._ui_adz9c_9169._secondary_adz9c_8487._pointing_adz9c_11692._menu_adz9c_9249._vertical_adz9c_9419 ._item_adz9c_9253._active_adz9c_8993 {
  border-left-color: currentColor;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 ._ui_adz9c_9169._secondary_adz9c_8487._pointing_adz9c_11692._menu_adz9c_9249._vertical_adz9c_9419 ._item_adz9c_9253._active_adz9c_8993:not(._router-link-exact-active_adz9c_9036) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 ._ui_adz9c_9169._secondary_adz9c_8487._pointing_adz9c_11692._menu_adz9c_9249 ._active_adz9c_8993._item_adz9c_9253 {
  color: var(--vibrant-color);
}
._page-about_adz9c_11634 ._statistics-container_adz9c_11720 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
._page-about_adz9c_11634 ._statistics-container_adz9c_11720 ._statistics-statistic_adz9c_11726 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
._page-about_adz9c_11634 ._statistics-container_adz9c_11720 ._statistics-statistic_adz9c_11726 ._statistics-figure_adz9c_11732 {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
._page-about_adz9c_11634 ._statistics-container_adz9c_11720 ._statistics-statistic_adz9c_11726 ._statistics-figure_adz9c_11732 span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
._page-about_adz9c_11634 ._features-container_adz9c_11740 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
._page-about_adz9c_11634 ._features-container_adz9c_11740 ._features-status_adz9c_11744 {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 {
    flex-direction: row-reverse;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info-toc_adz9c_11689 {
    width: 25%;
}
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 ._about-pod-info_adz9c_11683 {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
._page-about_adz9c_11634 ._about-pod-info-container_adz9c_11683 {
    padding: 0 2em;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._horizontally_adz9c_11763._fitted_adz9c_11763._stripe_adz9c_9365._basic_adz9c_9424._segment_adz9c_9365 {
    padding-top: 0px;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._basic_adz9c_9424._vertically_adz9c_9994._fitted_adz9c_11763._stripe_adz9c_9365._segment_adz9c_9365._content_adz9c_9156 {
    padding: 0px;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._head_adz9c_9468._vertical_adz9c_9419._center_adz9c_9450._aligned_adz9c_9450._stripe_adz9c_9365._segment_adz9c_9365 {
    border-radius: 0 !important;
}
._page-about_adz9c_11634 ._statistics-container_adz9c_11720 ._statistics-statistic_adz9c_11726 {
    flex-basis: 50%;
}
._page-about_adz9c_11634 ._features-container_adz9c_11740 ._column_adz9c_9336 {
    padding: 0 !important;
}
._page-about_adz9c_11634 ._features-container_adz9c_11740 ._column_adz9c_9336 + ._column_adz9c_9336 table {
    border-top: 0;
}
}
._page-about_adz9c_11634 h3._ui_adz9c_9169._header_adz9c_9468 i {
  display: inline;
  font-size: 14px;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._card_adz9c_9624 ._signup-form_adz9c_11678._content_adz9c_9156 {
  flex-grow: initial;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._card_adz9c_9624 ._pod-description_adz9c_11789 {
  flex-direction: column;
  display: flex;
}
._page-about_adz9c_11634 ._ui_adz9c_9169._card_adz9c_9624 ._pod-description_adz9c_11789 p {
  margin: auto;
  padding: 1.2em;
}
._page-admin-account-detail_adz9c_11798 ._placeholder_adz9c_10031._segment_adz9c_9365 {
  width: 100%;
}
._page-admin-account-detail_adz9c_11798 ._ui_adz9c_9169._input_adz9c_9791 input[name=quota] {
  max-width: 7em;
}
._page-admin-domain-detail_adz9c_11805 ._placeholder_adz9c_10031._segment_adz9c_9365 {
  width: 100%;
}
._page-admin-library_adz9c_11809 ._ui_adz9c_9169._menu_adz9c_9249 ._item_adz9c_9253 > ._label_adz9c_9646 {
  position: absolute;
  right: -2em;
}
#_excludeCompilation_adz9c_1 {
  margin-top: 0;
}
#_excludeCompilation_adz9c_1 input {
  margin-top: 0.7rem;
}
#_excludeHeader_adz9c_1 {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
._ui_adz9c_9169._multiple_adz9c_11831._search_adz9c_10940._dropdown_adz9c_9540 > input._search_adz9c_10940 {
  width: auto;
}
._page-home_adz9c_11835 ._ui_adz9c_9169._list_adz9c_9429 ._list_adz9c_9429._icon_adz9c_9169 {
  padding: 0;
}
._page-home_adz9c_11835 h1._header_adz9c_9468, ._page-home_adz9c_11835 h1 ._sub_adz9c_9958._header_adz9c_9468 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
._page-home_adz9c_11835 h1._ui_adz9c_9169._header_adz9c_9468 {
    font-size: 3em;
}
}
._page-home_adz9c_11835 h1._ui_adz9c_9169._header_adz9c_9468 ._sub_adz9c_9958._header_adz9c_9468 {
  font-size: 0.8em;
}
._page-home_adz9c_11835 ._main_adz9c_9245._pusher_adz9c_9249 {
  margin-top: 0;
  min-height: 10em;
}
._page-home_adz9c_11835 section._segment_adz9c_9365._head_adz9c_9468 {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
._page-home_adz9c_11835 #_pod_adz9c_11523 {
  font-size: 110%;
  display: block;
}
#_renderedDescription_adz9c_1 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#_renderedDescription_adz9c_1 p {
  margin: 0;
}
#_renderedDescription_adz9c_1 *:not(:first-child) {
  display: none;
}
._page-library_adz9c_11880 ._ui_adz9c_9169._cards_adz9c_11880 {
  align-items: flex-start;
}
._page-library_adz9c_11880 ._ui_adz9c_9169._cards_adz9c_11880 ._ui_adz9c_9169._card_adz9c_9624 {
  min-height: 200px;
}
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468 {
  background-size: cover;
  background-position: center;
  padding: 0;
}
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468 ._segment-content_adz9c_11891 {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468 ._segment-content_adz9c_11891 {
    padding: 4em;
}
}
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468._with-background_adz9c_9245 ._header_adz9c_9468,
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468._with-background_adz9c_9245 ._header_adz9c_9468 ._sub_adz9c_9958 {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
._page-library_adz9c_11880 ._ui_adz9c_9169._segment_adz9c_9365._head_adz9c_9468._with-background_adz9c_9245 ._segment-content_adz9c_11891 {
  background-color: rgba(0, 0, 0, 0.5);
}
._page-notifications_adz9c_11909 ._event_adz9c_11909 ._ui_adz9c_9169._label_adz9c_9646._avatar_adz9c_9637 {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
._page-profile_adz9c_11915 ._ui_adz9c_9169._header_adz9c_9468 > img._image_adz9c_9123 {
  width: 8em;
}
._theme-light_adz9c_7 {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
._theme-dark_adz9c_7 {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
._direction-rtl_adz9c_12115 ._theme-dark_adz9c_7,
._direction-rtl_adz9c_12115 ._theme-light_adz9c_7 {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
._has-background-light_adz9c_12127 {
  background-color: var(--fw-gray-100);
}
* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
._funkwhale_adz9c_3,
:root {
  --fw-border-radius: 8px;
}
:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
._slider_adz9c_12147 ._label_adz9c_9646 {
  margin-top: -18px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
._slider_adz9c_12147 ._key_adz9c_12153 {
  all: unset;
  cursor: pointer;
  opacity: 0.7;
}
._slider_adz9c_12147 ._key_adz9c_12153._current_adz9c_10575 {
  opacity: 1;
}
._slider_adz9c_12147 ._description_adz9c_12161 {
  font-size: 12px;
  font-weight: 600;
  width: 11rem;
  overflow: visible;
  transition: margin 0.2s;
  --inset: calc(var(--step-size) * var(--current-step));
  margin-left: var(--inset);
  margin-right: calc(0px - var(--inset));
}
._slider_adz9c_12147 ._description_adz9c_12161 p {
  margin: 0;
  line-height: 1.5em;
}
._slider_adz9c_12147 ._range_adz9c_12175 {
  width: calc(var(--step-size) * var(--current-step) + 4px);
  position: absolute;
  top: 6px;
  left: 2.5px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--fw-primary);
  transition: all 0.1s;
  pointer-events: none;
  opacity: var(--slider-opacity);
}
._slider_adz9c_12147 input[type=range]::-moz-range-thumb {
  background-color: var(--fw-primary);
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  pointer-events: none;
}
._slider_adz9c_12147 input[type=range]::-moz-range-track {
  border-radius: 8px;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body._theme-light_adz9c_7, html:not(._dark_adz9c_7) > body:not(._theme-dark_adz9c_7)) ._slider_adz9c_12147 input[type=range]::-moz-range-track, ._force-light-theme_adz9c_7._force-light-theme_adz9c_7._force-light-theme_adz9c_7 ._slider_adz9c_12147 input[type=range]::-moz-range-track {
  background: var(--fw-gray-400);
}
._slider_adz9c_12147 ._pin_adz9c_10902 {
  border-radius: 8px;
  width: 16px;
  height: 16px;
  left: calc(var(--step-size) * var(--current-step));
  background: var(--fw-primary);
  position: absolute;
  top: 2px;
  margin-left: 2px;
  transition: all 0.1s;
  pointer-events: none;
}
._slider_adz9c_12147 input:focus ~ ._pin_adz9c_10902,
._slider_adz9c_12147 input:hover ~ ._pin_adz9c_10902 {
  outline: 1px solid currentColor;
}
._slider_adz9c_12147[disabled] ._pin_adz9c_10902 {
  display: none;
}
._slider_adz9c_12147[disabled] * {
  pointer-events: none;
}._link_1taal_1 {
  --padding: 16px;
  --shift-by: 0.5px;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  padding: calc(var(--padding) / 2 - var(--shift-by)) var(--padding) calc(var(--padding) / 2 + var(--shift-by)) var(--padding);
}
._link_1taal_1._is-icon-only_1taal_10._link_1taal_1 {
  padding: var(--padding);
}
._link_1taal_1 {
  /* Inline Link: */
}
._link_1taal_1._no-spacing_1taal_16._link_1taal_1:not(._is-icon-only_1taal_10) {
  padding: 0;
  margin: 0;
  font-size: 1em;
  outline-offset: 4px;
}
._link_1taal_1 {
  /* Link with background shape: */
}
._link_1taal_1._link_1taal_1._link_1taal_1:not(._is-icon-only_1taal_10) {
  outline-offset: 2px;
}
._link_1taal_1 {
  font-family: var(--font-family);
  font-weight: var(--cf5b55d4);
  font-size: 14px;
  line-height: 1em;
}
._link_1taal_1 > span {
  position: relative;
  top: calc(0px - var(--shift-by));
}
._link_1taal_1:not([disabled]) {
  cursor: pointer;
}
._link_1taal_1 {
  transform: translateX(var(--fw-translate-x)) translateY(var(--fw-translate-y)) scale(var(--fw-scale));
  transition: background-color 0.2s, border-color 0.3s;
}
._link_1taal_1:not(._force-underline_1taal_45) {
  text-decoration: none;
}
._link_1taal_1 {
  border-radius: var(--fw-border-radius);
}
._link_1taal_1._is-round_1taal_51 {
  border-radius: 100vh;
}
._link_1taal_1.router-link-exact-active {
  font-weight: var(--v31d0117c);
}
._link_1taal_1 > i.bi {
  font-size: 1.2rem;
}
._link_1taal_1 > i.bi._large_1taal_60 {
  font-size: 2rem;
}
._link_1taal_1 > i.bi + span:not(:empty) {
  margin-left: 1ch;
}
.direction-rtl ._link_1taal_1 > i.bi + span:not(:empty) {
  margin-left: 0;
  margin-right: 1ch;
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a, .force-light-theme.force-light-theme.force-light-theme else a, else .force-light-theme.force-light-theme.force-light-theme a, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary, .force-light-theme.force-light-theme.force-light-theme else a.is-secondary, else .force-light-theme.force-light-theme.force-light-theme a.is-secondary, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a, .force-dark-theme.force-dark-theme.force-dark-theme else a, else .force-dark-theme.force-dark-theme.force-dark-theme a, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary, else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}
hr:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}
hr:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
.funkwhale,
.funkwhale * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") 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: -0.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-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-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.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-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.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-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-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::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::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-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::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::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-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-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-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-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-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-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-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-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-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-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-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-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-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-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";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "豈";
}
.bi-suitcase2-fill::before {
  content: "更";
}
.bi-suitcase2::before {
  content: "車";
}
.bi-vignette::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised,
.force-light-theme.force-light-theme.force-light-theme .default.raised,
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .primary.raised,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive,
.force-light-theme.force-light-theme.force-light-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button,
.force-light-theme.force-light-theme.force-light-theme .blue.raised,
.force-light-theme.force-light-theme.force-light-theme .blue .action > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button,
.force-light-theme.force-light-theme.force-light-theme .red.raised,
.force-light-theme.force-light-theme.force-light-theme .red .action > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button,
.force-light-theme.force-light-theme.force-light-theme .purple.raised,
.force-light-theme.force-light-theme.force-light-theme .purple .action > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button,
.force-light-theme.force-light-theme.force-light-theme .green.raised,
.force-light-theme.force-light-theme.force-light-theme .green .action > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button,
.force-light-theme.force-light-theme.force-light-theme .yellow.raised,
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary,
.force-dark-theme.force-dark-theme.force-dark-theme .primary {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive,
.force-dark-theme.force-dark-theme.force-dark-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue,
.force-dark-theme.force-dark-theme.force-dark-theme .blue {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red,
.force-dark-theme.force-dark-theme.force-dark-theme .red {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple,
.force-dark-theme.force-dark-theme.force-dark-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green,
.force-dark-theme.force-dark-theme.force-dark-theme .green {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid, :is(.VPDoc .vp-doc, .funkwhale).solid,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active,
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html {
  scroll-behavior: smooth;
}
:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large {
  width: 15em;
  height: 15em;
}
.two-images.large img {
  width: 11em;
}
.two-images img {
  width: 2.5em;
  position: absolute;
}
.two-images img:last-child {
  bottom: 0;
  left: 0;
}
.two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card, .channel-serie-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls, .channel-serie-card .controls {
  margin-right: 1em;
}
.channel-entry-card .image, .channel-serie-card .image {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images, .channel-serie-card .two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large, .channel-serie-card .two-images.large {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img, .channel-serie-card .two-images.large img {
  width: 11em;
}
.channel-entry-card .two-images img, .channel-serie-card .two-images img {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img:last-child, .channel-serie-card .two-images img:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img:first-child, .channel-serie-card .two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content, .channel-serie-card .content {
  flex-grow: 1;
}
.album-entries > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content {
  flex-grow: 1;
}
.ui.artist-label .icon {
  width: 2em;
}
.ui.artist-label.rounded {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img {
  border-radius: 50%;
  vertical-align: middle;
}
.album-entry:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
.album-entry, .channel-entry-card {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta, .channel-entry-card .meta {
  text-align: right;
  min-width: 7em;
}
.album-entry > div, .channel-entry-card > div {
  padding: 0.25em;
}
.album-entry > div:not(:last-child), .channel-entry-card > div:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active, .channel-entry-card.active {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry:hover, .channel-entry-card:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button, .channel-entry-card .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
.channel-image {
  width: 200px;
  height: 200px;
}
.channel-image.large {
  width: 8em !important;
}
.channel-type.field .radio {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected, .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected, .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.main.with-background, .opaque {
  background: var(--background-color);
}
.main.pusher > .ui.secondary.menu {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
.when-queue-focused .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
.when-queue-focused {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#app > :not(.queue-focused) .when-queue-focused {
    display: none;
}
}
#app > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container {
  bottom: 5rem;
  pointer-events: none;
}
.toast-container {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div {
  pointer-events: auto;
}
#footer {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#app > div > main, #app > .main {
  flex: 1;
}
#app > div > .main.pusher,
#app > div > .footer {
  position: relative;
}
@media (min-width: 1025px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
#app > div > .main.pusher,
#app > div > .footer {
  transform: none !important;
}
.ui.small.text.container {
  max-width: 500px !important;
}
.column .ui.text.container {
  max-width: 100% !important;
}
.main.pusher.hidden {
  display: none;
}
.main.pusher > .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
.main.pusher > .ui.secondary.menu {
    padding: 0 2.5rem;
}
}
.main.pusher > .ui.secondary.menu .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui.stripe.segment,
#footer {
  padding: 1em;
}
.ui.stripe.segment.ui.container,
#footer.ui.container {
  margin: 0;
}
@media (min-width: 769px) {
.ui.stripe.segment,
  #footer {
    padding: 2em;
}
}
@media (min-width: 1201px) {
.ui.stripe.segment,
  #footer {
    padding: 3em;
}
}
.stripe.segment > .secondary.menu:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.ui.small.divider {
  margin: 0.5rem 0;
}
.ui.very.small.divider {
  margin: 0.25rem 0;
}
.ui.horizontal.divider {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
.dimmed .ui.bottom-player {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#app > .queue-focused .queue-not-focused {
    display: none;
}
}
.ui.vertical.segment {
  color: var(--main-color);
  background: var(--main-background);
}
.ui.segment:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}
.segment .ui.list .item {
  background-color: transparent;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.center.aligned.menu {
  justify-content: center;
}
.text.center.aligned {
  text-align: center;
}
.ellipsis:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.link {
  cursor: pointer;
}
.ui.icon.header .circular.icon {
  display: flex;
  justify-content: center;
}
a {
  cursor: pointer;
}
.segment.hidden {
  display: none;
}
.hidden:not(.divider) {
  display: none !important;
}
.nomargin {
  margin: 0 !important;
}
.text.align.left {
  text-align: left;
}
.left.floated {
  float: left;
}
.right.floated {
  float: right;
}
@media (max-width: 1023px) {
.desktop-and-up {
    display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-and-below {
    display: none !important;
}
}
@media (max-width: 767px) {
.tablet-and-up {
    display: none !important;
}
}
@media (min-width: 768px) {
.tablet-and-below {
    display: none !important;
}
}
@media (min-width: 769px) {
.mobile-only {
    display: none !important;
}
}
.expandable:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}
.ui.list .list.icon {
  padding-left: 0;
}
.ui.dropdown .item[disabled] {
  display: none;
}
span.diff.added {
  background-color: rgba(0, 255, 0, 0.25);
}
span.diff.removed {
  background-color: rgba(255, 0, 0, 0.25);
}
.default-cover {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
.discrete {
  color: var(--discrete-text-color);
}
.really.discrete {
  color: var(--really-discrete-text-color);
}
.ui.inverted.dimmer {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer {
  color: var(--dimmer-color);
}
.symbol.left::after {
  padding-right: 0.25em;
}
.symbol.right::after {
  padding-left: 0.25em;
}
.symbol.middle::after {
  padding: 0 0.25em;
}
.symbol.at::after {
  content: "@";
}
.symbol.slash::after {
  content: "/";
}
.symbol.pipe::after {
  content: "|";
}
.symbol.middledot::after {
  content: "·";
}
.symbol.infinity::after {
  content: "∞";
}
.symbol.single::after {
  content: "1";
}
.symbol.hashtag::after {
  content: "#";
}
.symbol.ellipses::after {
  content: "…";
}
.symbol.doubledot::after {
  content: "..";
}
.symbol.hyphen::after {
  content: "-";
}
.symbol.colon::after {
  content: ":";
}
.symbol.percent::after {
  content: "%";
}
.component-action-table .count.field {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields {
  margin: 0;
}
.component-album-card.card.app-card > .head-image > .icon {
  margin: 0.5em;
}
#avatarLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.tiny.avatar {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label {
  align-content: center;
  padding: 4px 8px;
}
#radioFilterLabel {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#addFilter {
  margin: 0 0 0 0.85714286em;
}
:not(.active) button.title {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button {
  margin-top: 0.5em;
}
button.reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
.button.icon.tiny {
  padding: 0.5em !important;
}
.floated.buttons .button ~ .dropdown {
  border-left: none;
}
.header-buttons > .buttons {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons {
  margin: 0;
}
.ui.really.basic.button:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group > *:not(:first-child) {
  margin-left: 0.5em;
}
.ui.borderless.button {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.ui.dropdown .menu > .item {
  background: var(--dropdown-background);
}
.ui.circular.button {
  padding: 0.78571429em;
}
.ui.circular.button > i {
  margin-right: 0;
}
.icon.button > i {
  margin-right: 0;
}
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
  color: white;
}
.ui.button:disabled, .ui.buttons .disabled.button:not(.basic), .ui.disabled.active.button, .ui.disabled.button, .ui.disabled.button:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
.card {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card, .force-dark-theme.force-dark-theme.force-dark-theme .card {
  border-color: var(--hover-background-color) !important;
}
.content-form {
  background: var(--input-background);
}
.content-form .segment {
  background: none;
}
.content-form .segment:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu {
  background: none;
  margin-top: -0.5em;
}
.content-form .input {
  width: 100%;
}
.component-copy-input .message {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
.component-empty-state .ui.header .content {
  text-align: center;
  display: block;
}
.favorite-icon.favorited {
  animation: 0.5s linear burst;
  outline-color: transparent;
}
@keyframes burst {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
.ui.basic.button.really.favorite-icon {
  box-shadow: none;
}
.ui.form select.dropdown {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown, .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
.ui.form select.dropdown {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown, .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
.ui.form label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
.ui.checkbox label {
  cursor: pointer;
  color: var(--text-color);
}
input + .help {
  margin-top: 0.5em;
}
.component-form .parent.checkbox {
  margin: 1em 0;
}
.component-form .child.checkbox {
  margin-left: 1em;
}
.ui.labeled.input input,
.ui.labeled.input .label {
  background-color: var(--input-background);
}
.ui.labeled.input input::-moz-placeholder, .ui.labeled.input .label::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input::placeholder,
.ui.labeled.input .label::placeholder {
  color: var(--input-placeholder-color);
}
.ui.icon.input > .icon {
  color: var(--input-color);
}
#updatePlaylistLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#updatePlaylistLabel:before {
  content: "​";
}
.ui.toggle.checkbox label::before {
  background-color: var(--input-selection-background);
}
.component-file-upload .file-uploads.ui.button {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div:not(.divider) {
  padding: 1em;
}
.channel-file {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file > :first-child {
  width: 3em;
}
.channel-file .header {
  margin: 0 1em;
}
.channel-file .header .sub.header {
  margin-top: 0.5em;
}
.component-fs-browser {
  max-height: 400px;
  overflow-y: auto;
}
.component-fs-logs {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
.header.with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.header.with-actions .actions {
  font-weight: normal;
  font-size: 0.6em;
}
.ui.header .content {
  display: block;
}
.component-label.huge.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ui.menu .item > .label {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > .modals {
  z-index: 99999 !important;
}
.modal > .header {
  text-align: center;
}
.component-pagination .ui.pagination.menu .item {
  cursor: pointer;
}
.ui.pagination.menu {
  margin-top: 1em;
}
.ui.pagination.menu + span {
  margin-left: 1em;
}
.ui.pagination.menu {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item {
  color: var(--discrete-background-color);
}
.placeholder.image {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large {
  width: 8em;
  height: 8em;
}
.placeholder.image {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular {
  border-radius: 50%;
}
.placeholder.image.static {
  animation: none;
}
.placeholder.image.shifted {
  margin-top: -15px;
}
.component-placeholder {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment {
  min-height: auto;
}
.component-placeholder.ui.segment .field, .component-placeholder.ui.segment textarea, .component-placeholder.ui.segment .ui.input, .component-placeholder.ui.segment .button {
  max-width: 100%;
}
.component-play-button button.item {
  width: 100%;
}
.component-play-button > .floating.dropdown:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}
#audio-bars {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
.audio-bar {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes sound {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes sound1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound2 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound3 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes sound4 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound5 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound6 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound7 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound8 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1;
}
.audio-bar:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3;
}
.audio-bar:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4;
}
.audio-bar:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6;
}
.audio-bar:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7;
}
.audio-bar:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8;
}
.ui.bottom-player {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar {
  height: 0.2rem;
}
.ui.bottom-player > .segment.fixed-controls {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls-row {
    padding: 0 1em;
    justify-content: space-around;
}
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek {
  opacity: 0.4;
}
@keyframes MOVE-BG {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
.ui.bottom-player > .segment.fixed-controls .discrete.link {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i,
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.fluid) {
    width: 20%;
}
.ui.bottom-player > .segment.fixed-controls .controls.queue-controls {
    width: 32.5%;
}
.ui.bottom-player > .segment.fixed-controls .controls.progress-controls {
    width: 10%;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls {
    gap: 8px;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls i {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls.small, .ui.bottom-player > .segment.fixed-controls .controls .small {
    font-size: 0.9em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls i {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
    line-height: 1em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i {
  color: var(--vibrant-color);
}
.component-player .controls {
  display: flex;
}
.component-player .fake-dropdown {
  display: flex;
  z-index: 2;
}
.component-playlist-editor .duplicate-tracks-list {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes scroll-text {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque, .force-dark-theme.force-dark-theme.force-dark-theme .opaque {
  background-color: rgba(41, 37, 37, 0.8);
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque, .force-light-theme.force-light-theme.force-light-theme .opaque {
  background-color: rgba(255, 255, 255, 0.8);
}
.opaque {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
.queue-controls {
    height: 4rem;
}
}
.ui.clearing.segment {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
.queue-enter-active,
.queue-leave-active {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
.queue-enter-from,
.queue-leave-to {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
.component-queue.main {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
.component-queue.main > .button {
    display: none;
}
}
.component-queue .queue.segment #player {
  padding: 0em;
}
.component-queue .queue.segment #player > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column {
  overflow-y: auto;
}
.component-queue .queue-column .table {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td {
  border: none;
}
.component-queue td:first-child {
  padding-left: 1em !important;
}
.component-queue td:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell {
  width: 4em;
}
.component-queue .mini.image {
  width: 40px;
}
@media (max-width: 1023px) {
.component-queue .queue.segment {
    padding: 0;
}
}
.component-queue .queue.segment > .container {
  margin: 0 !important;
}
@media (max-width: 1023px) {
.component-queue .handle {
    display: none;
}
}
@media (max-width: 767px) {
.component-queue .duration-cell {
    display: none;
}
}
.component-queue .fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
.component-queue .fixed-header {
    padding: 1em;
}
}
@media (min-width: 1024px) {
.component-queue .fixed-header {
    right: 1em;
    left: 38%;
}
}
.component-queue .fixed-header .header .content {
  display: block;
}
.component-queue .current-track #player {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
.component-queue .current-track #player {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
.component-queue .current-track #player > .image {
    max-height: 50vh;
}
}
.component-queue .current-track #player > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1 {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper,
.component-queue .warning.message {
  width: 25em;
}
.component-queue .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress {
  margin: 1.5rem 0;
}
.component-queue .timer {
  font-size: 0.7em;
}
.component-queue .progress {
  cursor: pointer;
}
.component-queue .player-controls {
  display: flex;
}
.component-queue .player-controls .control:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i {
  font-size: 2em;
}
.component-queue .handle {
  cursor: grab;
}
.component-queue .sortable-chosen {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message {
  margin-top: 1em !important;
  margin-right: 1em;
}
.theme-light .cover-container.fullscreen {
  background: #fff;
}
.component-queue #queue-grid {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue {
  position: relative;
}
@media (max-width: 1023px) {
.component-queue #queue-grid {
    grid-template-columns: 1fr 0;
}
.component-queue #queue-grid.show-player #queue {
    display: none;
}
.component-queue #queue-grid.show-queue #player {
    display: none;
}
}
.component-queue #queue-grid #player {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling {
  animation: scroll-text 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas,
.component-queue #queue-grid #player .cover-container .cover img {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1,
.component-queue #queue-grid #player .cover-container .track-info h2 {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip {
  pointer-events: none;
}
.component-queue .queue-item > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.component-queue .queue-item .title.ellipsis {
    max-width: 35vw;
}
}
.component-queue .queue-item {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i {
  color: var(--player-color);
}
.drag-container:not(.dragging) .hover .queue-item {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.component-settings-group .ui.checkbox p {
  margin-top: 1rem;
}
.search-wrapper .category.search .results .category:last-child .results {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
@media (min-width: 1201px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
.sidebar .logo.bordered.icon {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path {
  fill: white;
}
.sidebar .tab {
  flex-direction: column;
}
.component-sidebar .ui.search .input {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt {
  border-radius: 0;
}
.component-sidebar .ui.search .results {
  vertical-align: middle;
}
.component-sidebar .ui.search .name {
  vertical-align: middle;
}
.component-sidebar.sidebar {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
.component-sidebar.sidebar > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar .menu .item.collapse-button-wrapper {
    padding: 0;
}
.component-sidebar.sidebar .collapse.button {
    display: none !important;
}
}
@media (max-width: 1024px) {
.component-sidebar.sidebar {
    position: static !important;
    width: 100% !important;
}
.component-sidebar.sidebar.collapsed .player-wrapper,
  .component-sidebar.sidebar.collapsed .search,
  .component-sidebar.sidebar.collapsed .signup.segment,
  .component-sidebar.sidebar.collapsed nav.secondary {
    display: none;
}
}
.component-sidebar.sidebar > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.component-sidebar .tabs {
    max-height: 500px;
}
}
.component-sidebar .ui.tab.active {
  display: flex;
}
.component-sidebar .tab[data-tab=queue] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper {
  width: 100%;
}
.component-sidebar .sidebar .segment {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item {
  font-size: 1.5em;
}
.component-sidebar .logo {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
.component-sidebar.collapsed .search-wrapper {
    padding: 0;
}
}
.component-sidebar .ui.search {
  display: flex;
}
.component-sidebar .ui.message.black {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image {
  width: 100%;
}
.component-sidebar nav.top {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item,
.component-sidebar nav.top > .right.menu > .item {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label,
.component-sidebar nav.top > .item > .dropdown > .label,
.component-sidebar nav.top > .right.menu > .item > .label,
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label {
  margin-right: 0;
}
.component-sidebar .logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
.component-sidebar .logo-wrapper {
    margin: 0;
}
}
.component-sidebar .logo-wrapper img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
.component-sidebar .logo-wrapper img {
    height: 1.5em;
}
}
.ellipsis-rows tr > td:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.ui.table > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
}
td.align.right {
  text-align: right;
}
.ui.basic.table > tbody > tr {
  border-bottom: var(--table-border);
}
.component-tags-list .ui.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag {
  margin: 0.25em;
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
label .tooltip {
  margin-left: 1em;
}
.component-track-widget .play-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
.component-track-widget .play-overlay {
    top: 2.5em;
    left: 2.5em;
}
}
.component-track-widget .refresh.icon {
  float: right;
}
.component-track-widget .ui.divided.items > .item:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
.component-track-widget .divided.items > .track-item.inline {
    width: 25em;
    float: left;
    border-top: none;
}
.component-track-widget .divided.items > .track-item.inline, .component-track-widget .divided.items > .track-item.inline:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
.track-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content {
  flex-grow: 1;
}
.track-table .row:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
.track-row.row {
  align-content: center;
}
.track-row.row:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time {
  position: relative;
  top: 14px;
}
.track-row .ui.really.tiny.button.play-button,
.track-table.row .ui.really.tiny.button.play-button {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused,
.track-table.row .ui.icon.really.tiny.button.play-button.paused {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown,
.track-table.row .ui.floating.dropdown {
  visibility: hidden;
}
.track-row .ui.favorite-icon,
.track-table.row .ui.favorite-icon {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink,
.track-table.row .ui.favorite-icon.pink {
  visibility: visible;
}
.track-row .actions,
.track-table.row .actions {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column,
.track-table.row .actions.left.floated.column {
  width: 3% !important;
}
.track-row .meta.right.floated.column:not(.mobile),
.track-table.row .meta.right.floated.column:not(.mobile) {
  width: 45px;
}
.track-row .content,
.track-row .meta,
.track-row .image,
.track-table.row .content,
.track-table.row .meta,
.track-table.row .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper,
.track-table.row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column,
.track-table.row .image.column {
  padding: 8px;
}
.track-row .track_image,
.track-table.row .track_image {
  height: 40px;
}
.track-row.active {
  background: rgba(155, 155, 155, 0.2);
}
.track-row:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile,
.track-row.mobile {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile:hover,
.track-row.mobile:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div,
.track-row.mobile > div {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button,
.track-table.mobile .meta,
.track-row.mobile .modal-button,
.track-row.mobile .meta {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art,
.track-row.mobile .meta.with-art {
  align-items: right;
}
.track-table.mobile .modal-button.with-art,
.track-row.mobile .modal-button.with-art {
  align-items: center;
}
.track-table.mobile .actions div,
.track-row.mobile .actions div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button,
.track-row.mobile .ui.favorite-icon.button {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image,
.track-row.mobile .ui.artist-track.mini.image {
  width: 45px;
}
.track-table.mobile .track-title.mobile,
.track-row.mobile .track-title.mobile {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator,
.track-row.mobile .track-title.mobile.play-indicator {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column,
.track-row.mobile .image.left.floated.column {
  width: 61px;
}
.track-row:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon {
  visibility: visible;
}
.track-row,
.track-table {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div:not(.mobile),
.track-table > div:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button,
.track-table .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile,
.track-table .mobile {
  -webkit-tap-highlight-color: transparent;
}
.track-position {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.ui.overlay.fullscreen.modal .track-modal-title,
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.track-table.podcast.row,
.track-row.podcast.row {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image,
.track-row.podcast.row .ui.artist-track.mini.image {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column,
.track-row.podcast.row .image.left.floated.column {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column,
.track-row.podcast.row .content.left.floated.column {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title,
.track-row.podcast.row .content.left.floated.column .podcast-episode-title {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.component-user-link .tiny.circular.avatar {
  width: 1.7em;
  height: 1.7em;
}
.ui.overlay.fullscreen.modal .user-modal-title,
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a {
  color: var(--text-color);
  text-decoration: none;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-volume-control {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup {
  display: none;
}
.ui.dimmer {
  background-color: var(--dimmer-background);
}
.ui.loading.form:before {
  background-color: var(--dimmer-background);
}
.page-about p {
  text-align: justify;
}
.page-about .ui.list .list.icon {
  padding: 0;
}
.page-about .ui.basic.segment {
  margin: 0;
}
.page-about section.ui.segment.head {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr:last-child {
  border-bottom: 0;
}
.page-about h1.header, .page-about h1 .sub.header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-about .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod {
  font-size: 110%;
  display: block;
}
.page-about .signup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item {
  color: var(--vibrant-color);
}
.page-about .statistics-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
.page-about .about-pod-info-container {
    flex-direction: row-reverse;
}
.page-about .about-pod-info-container .about-pod-info-toc {
    width: 25%;
}
.page-about .about-pod-info-container .about-pod-info {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
.page-about .about-pod-info-container {
    padding: 0 2em;
}
.page-about .ui.horizontally.fitted.stripe.basic.segment {
    padding-top: 0px;
}
.page-about .ui.basic.vertically.fitted.stripe.segment.content {
    padding: 0px;
}
.page-about .ui.head.vertical.center.aligned.stripe.segment {
    border-radius: 0 !important;
}
.page-about .statistics-container .statistics-statistic {
    flex-basis: 50%;
}
.page-about .features-container .column {
    padding: 0 !important;
}
.page-about .features-container .column + .column table {
    border-top: 0;
}
}
.page-about h3.ui.header i {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content {
  flex-grow: initial;
}
.page-about .ui.card .pod-description {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p {
  margin: auto;
  padding: 1.2em;
}
.page-admin-account-detail .placeholder.segment {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota] {
  max-width: 7em;
}
.page-admin-domain-detail .placeholder.segment {
  width: 100%;
}
.page-admin-library .ui.menu .item > .label {
  position: absolute;
  right: -2em;
}
#excludeCompilation {
  margin-top: 0;
}
#excludeCompilation input {
  margin-top: 0.7rem;
}
#excludeHeader {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.multiple.search.dropdown > input.search {
  width: auto;
}
.page-home .ui.list .list.icon {
  padding: 0;
}
.page-home h1.header, .page-home h1 .sub.header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
.page-home h1.ui.header {
    font-size: 3em;
}
}
.page-home h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-home .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod {
  font-size: 110%;
  display: block;
}
#renderedDescription {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#renderedDescription p {
  margin: 0;
}
#renderedDescription *:not(:first-child) {
  display: none;
}
.page-library .ui.cards {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card {
  min-height: 200px;
}
.page-library .ui.segment.head {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
.page-library .ui.segment.head .segment-content {
    padding: 4em;
}
}
.page-library .ui.segment.head.with-background .header,
.page-library .ui.segment.head.with-background .header .sub {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-notifications .event .ui.label.avatar {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
.page-profile .ui.header > img.image {
  width: 8em;
}
.theme-light {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
.direction-rtl .theme-dark,
.direction-rtl .theme-light {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
.has-background-light {
  background-color: var(--fw-gray-100);
}
* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
.funkwhale,
:root {
  --fw-border-radius: 8px;
}
:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
.funkwhale.textarea-label > .label {
  margin-top: -18px;
  font-size: 14px;
  font-weight: 600;
}
.funkwhale.textarea {
  background-color: var(--fw-bg-color);
  box-shadow: inset 0 0 0 4px var(--fw-border-color);
}
.funkwhale.textarea.has-preview {
  background-color: var(--fw-bg-color);
}
.funkwhale.textarea > textarea {
  resize: none;
  order: 0;
  outline: none;
  border: none;
  color: currentcolor;
}
.funkwhale.textarea {
  overflow: hidden;
}
.funkwhale.textarea > .textarea-buttons {
  flex-wrap: wrap;
  margin: -8px;
}
.funkwhale.textarea > .textarea-buttons > button + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.funkwhale.textarea > .textarea-buttons > button:has(+ button) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.funkwhale.textarea {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.textarea, .force-light-theme.force-light-theme.force-light-theme .funkwhale.textarea {
  --fw-border-color: var(--fw-bg-color);
  --fw-buttons-border-color: var(--fw-gray-400);
  --fw-bg-color: var(--fw-gray-100);
  --fw-buttons-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.textarea:hover, .force-light-theme.force-light-theme.force-light-theme .funkwhale.textarea:hover {
  --fw-border-color: var(--fw-gray-300);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.textarea.has-preview, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.textarea:hover:focus-within, .force-light-theme.force-light-theme.force-light-theme .funkwhale.textarea.has-preview, .force-light-theme.force-light-theme.force-light-theme .funkwhale.textarea:hover:focus-within {
  --fw-border-color: transparent;
  --fw-bg-color: var(--fw-blue-010);
}
.funkwhale.textarea {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.textarea, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.textarea {
  --fw-bg-color: var(--fw-gray-850);
  --fw-border-color: var(--fw-bg-color);
  --fw-buttons-border-color: var(--fw-gray-950);
  --fw-buttons-color: var(--fw-gray-700);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.textarea:hover, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.textarea:hover {
  --fw-border-color: var(--fw-gray-700);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.textarea.has-preview, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.textarea:hover:focus-within, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.textarea.has-preview, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.textarea:hover:focus-within {
  --fw-border-color: transparent;
  --fw-bg-color: var(--fw-gray-800);
}
.funkwhale.textarea {
  position: relative;
  padding: 8px;
  border-radius: calc(var(--fw-border-radius) + 4px);
}
.funkwhale.textarea.has-preview > .textarea-buttons, .funkwhale.textarea:focus-within > .textarea-buttons {
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: auto;
}
.funkwhale.textarea.has-preview > .preview {
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: auto;
}
.funkwhale.textarea > .preview {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 42px;
  overflow-y: auto;
  background-color: inherit;
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
  transition: all 0.2s ease;
}
.funkwhale.textarea > textarea {
  line-height: 1.5rem;
  display: block;
  width: 100%;
  padding: 8px 12px 8px;
  font-family: monospace;
  background: transparent;
}
.funkwhale.textarea > textarea:-moz-placeholder {
  font-family: var(--font-family);
}
.funkwhale.textarea > textarea:placeholder-shown {
  font-family: var(--font-family);
}
.funkwhale.textarea > .textarea-buttons {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(1rem) scale(1.03);
  pointer-events: none;
  transition: all 0.2s ease;
}.ui.progress[data-v-4995f92c] {
  position: relative;
  cursor: pointer;
  overflow: visible !important; /* Ensure the hit area isn't clipped */
}

/* Create a generous 24px invisible hit area for lumpy fingers on small mobile screens */
.ui.progress[data-v-4995f92c]::after {
  content: "";
  position: absolute;
  top: -5px; /* Slight overlap above */
  bottom: -15px; /* Large area below for easier thumb access */
  left: 0;
  right: 0;
  z-index: 20;
}
.progress-area[data-v-4995f92c] {
  cursor: pointer;
  padding: 10px 0;
}
.fake-dropdown[data-v-4995f92c] {
  border: 1px solid gray;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 8em;
  z-index: 2;
}
.fake-dropdown > .control.button[data-v-4995f92c] {
  padding: 0.5em;
}
.fake-dropdown .position.control[data-v-4995f92c] {
  flex-grow: 1;
}
.fake-dropdown .angle.icon[data-v-4995f92c] {
  margin-right: 0;
}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.drag-container {
  position: relative;
}
.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab !important;
}
.drop-before {
  box-shadow: 0 -1px 0 var(--vibrant-color), inset 0 1px 0 var(--vibrant-color);
}
.drop-before:last-child {
  box-shadow: inset 0 2px 0 var(--vibrant-color);
}
.drop-after {
  box-shadow: 0 1px 0 var(--vibrant-color), inset 0 -1px 0 var(--vibrant-color);
}
.drop-after:last-child {
  box-shadow: inset 0 -2px 0 var(--vibrant-color);
}
.drag-ghost {
  background: transparent !important;
}
.ghost-container {
  position: absolute;
  pointer-events: none;
  z-index: 1002;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  top: 0;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.1);
}
.theme-light .ghost-container {
  background: rgba(0, 0, 0, 0.1);
}
.vue-recycle-scroller__item-view {
  width: 100% !important;
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a, .force-light-theme.force-light-theme.force-light-theme else a, else .force-light-theme.force-light-theme.force-light-theme a, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary, else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary, .force-light-theme.force-light-theme.force-light-theme else a.is-secondary, else .force-light-theme.force-light-theme.force-light-theme a.is-secondary, :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary, .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a,
.funkwhale.link {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a, .force-dark-theme.force-dark-theme.force-dark-theme else a, else .force-dark-theme.force-dark-theme.force-dark-theme a, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary, else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary, else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary, :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}
hr:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}
hr:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
.funkwhale,
.funkwhale * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") 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: -0.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-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-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.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-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.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-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-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::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::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-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::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::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-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-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-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-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-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-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-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-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-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-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-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-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-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-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";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "豈";
}
.bi-suitcase2-fill::before {
  content: "更";
}
.bi-suitcase2::before {
  content: "車";
}
.bi-vignette::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
* {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised,
.force-light-theme.force-light-theme.force-light-theme .default.raised,
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc,
.force-light-theme.force-light-theme.force-light-theme .default,
.force-light-theme.force-light-theme.force-light-theme .VPDoc {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary.raised,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .secondary,
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary > .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale,
.force-light-theme.force-light-theme.force-light-theme .primary,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised,
.force-light-theme.force-light-theme.force-light-theme .primary.raised,
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive,
.force-light-theme.force-light-theme.force-light-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button,
.force-light-theme.force-light-theme.force-light-theme .blue.raised,
.force-light-theme.force-light-theme.force-light-theme .blue .action > button {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue,
.force-light-theme.force-light-theme.force-light-theme .blue {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button,
.force-light-theme.force-light-theme.force-light-theme .red.raised,
.force-light-theme.force-light-theme.force-light-theme .red .action > button {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red,
.force-light-theme.force-light-theme.force-light-theme .red {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button,
.force-light-theme.force-light-theme.force-light-theme .purple.raised,
.force-light-theme.force-light-theme.force-light-theme .purple .action > button {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple,
.force-light-theme.force-light-theme.force-light-theme .purple {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button,
.force-light-theme.force-light-theme.force-light-theme .green.raised,
.force-light-theme.force-light-theme.force-light-theme .green .action > button {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green,
.force-light-theme.force-light-theme.force-light-theme .green {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised,
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button,
.force-light-theme.force-light-theme.force-light-theme .yellow.raised,
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow,
.force-light-theme.force-light-theme.force-light-theme .yellow {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc,
.force-dark-theme.force-dark-theme.force-dark-theme .default,
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary,
.force-dark-theme.force-dark-theme.force-dark-theme .secondary {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary,
.force-dark-theme.force-dark-theme.force-dark-theme .primary {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive,
.force-dark-theme.force-dark-theme.force-dark-theme .destructive {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue,
.force-dark-theme.force-dark-theme.force-dark-theme .blue {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red,
.force-dark-theme.force-dark-theme.force-dark-theme .red {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple,
.force-dark-theme.force-dark-theme.force-dark-theme .purple {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green,
.force-dark-theme.force-dark-theme.force-dark-theme .green {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised,
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised,
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc, .funkwhale) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid, :is(.VPDoc .vp-doc, .funkwhale).solid,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active,
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html {
  scroll-behavior: smooth;
}
:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large {
  width: 15em;
  height: 15em;
}
.two-images.large img {
  width: 11em;
}
.two-images img {
  width: 2.5em;
  position: absolute;
}
.two-images img:last-child {
  bottom: 0;
  left: 0;
}
.two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card, .channel-serie-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls, .channel-serie-card .controls {
  margin-right: 1em;
}
.channel-entry-card .image, .channel-serie-card .image {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images, .channel-serie-card .two-images {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large, .channel-serie-card .two-images.large {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img, .channel-serie-card .two-images.large img {
  width: 11em;
}
.channel-entry-card .two-images img, .channel-serie-card .two-images img {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img:last-child, .channel-serie-card .two-images img:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img:first-child, .channel-serie-card .two-images img:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content, .channel-serie-card .content {
  flex-grow: 1;
}
.album-entries > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content {
  flex-grow: 1;
}
.ui.artist-label .icon {
  width: 2em;
}
.ui.artist-label.rounded {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img {
  border-radius: 50%;
  vertical-align: middle;
}
.album-entry:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
.album-entry, .channel-entry-card {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta, .channel-entry-card .meta {
  text-align: right;
  min-width: 7em;
}
.album-entry > div, .channel-entry-card > div {
  padding: 0.25em;
}
.album-entry > div:not(:last-child), .channel-entry-card > div:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active, .channel-entry-card.active {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry:hover, .channel-entry-card:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button, .channel-entry-card .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
.channel-image {
  width: 200px;
  height: 200px;
}
.channel-image.large {
  width: 8em !important;
}
.channel-type.field .radio {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected, .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.channel-type.field .radio.selected {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected, .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.main.with-background, .opaque {
  background: var(--background-color);
}
.main.pusher > .ui.secondary.menu {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
.when-queue-focused .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
.when-queue-focused {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#app > :not(.queue-focused) .when-queue-focused {
    display: none;
}
}
#app > div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container {
  bottom: 5rem;
  pointer-events: none;
}
.toast-container {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div {
  pointer-events: auto;
}
#footer {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#app > div > main, #app > .main {
  flex: 1;
}
#app > div > .main.pusher,
#app > div > .footer {
  position: relative;
}
@media (min-width: 1025px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#app > div > .main.pusher,
  #app > div > .footer {
    margin-left: 275px !important;
}
}
#app > div > .main.pusher,
#app > div > .footer {
  transform: none !important;
}
.ui.small.text.container {
  max-width: 500px !important;
}
.column .ui.text.container {
  max-width: 100% !important;
}
.main.pusher.hidden {
  display: none;
}
.main.pusher > .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
.main.pusher > .ui.secondary.menu {
    padding: 0 2.5rem;
}
}
.main.pusher > .ui.secondary.menu .item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui.stripe.segment,
#footer {
  padding: 1em;
}
.ui.stripe.segment.ui.container,
#footer.ui.container {
  margin: 0;
}
@media (min-width: 769px) {
.ui.stripe.segment,
  #footer {
    padding: 2em;
}
}
@media (min-width: 1201px) {
.ui.stripe.segment,
  #footer {
    padding: 3em;
}
}
.stripe.segment > .secondary.menu:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.ui.small.divider {
  margin: 0.5rem 0;
}
.ui.very.small.divider {
  margin: 0.25rem 0;
}
.ui.horizontal.divider {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
.dimmed .ui.bottom-player {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#app > .queue-focused .queue-not-focused {
    display: none;
}
}
.ui.vertical.segment {
  color: var(--main-color);
  background: var(--main-background);
}
.ui.segment:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}
.segment .ui.list .item {
  background-color: transparent;
}
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.center.aligned.menu {
  justify-content: center;
}
.text.center.aligned {
  text-align: center;
}
.ellipsis:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.link {
  cursor: pointer;
}
.ui.icon.header .circular.icon {
  display: flex;
  justify-content: center;
}
a {
  cursor: pointer;
}
.segment.hidden {
  display: none;
}
.hidden:not(.divider) {
  display: none !important;
}
.nomargin {
  margin: 0 !important;
}
.text.align.left {
  text-align: left;
}
.left.floated {
  float: left;
}
.right.floated {
  float: right;
}
@media (max-width: 1023px) {
.desktop-and-up {
    display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-and-below {
    display: none !important;
}
}
@media (max-width: 767px) {
.tablet-and-up {
    display: none !important;
}
}
@media (min-width: 768px) {
.tablet-and-below {
    display: none !important;
}
}
@media (min-width: 769px) {
.mobile-only {
    display: none !important;
}
}
.expandable:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}
.ui.list .list.icon {
  padding-left: 0;
}
.ui.dropdown .item[disabled] {
  display: none;
}
span.diff.added {
  background-color: rgba(0, 255, 0, 0.25);
}
span.diff.removed {
  background-color: rgba(255, 0, 0, 0.25);
}
.default-cover {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
.discrete {
  color: var(--discrete-text-color);
}
.really.discrete {
  color: var(--really-discrete-text-color);
}
.ui.inverted.dimmer {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer {
  color: var(--dimmer-color);
}
.symbol.left::after {
  padding-right: 0.25em;
}
.symbol.right::after {
  padding-left: 0.25em;
}
.symbol.middle::after {
  padding: 0 0.25em;
}
.symbol.at::after {
  content: "@";
}
.symbol.slash::after {
  content: "/";
}
.symbol.pipe::after {
  content: "|";
}
.symbol.middledot::after {
  content: "·";
}
.symbol.infinity::after {
  content: "∞";
}
.symbol.single::after {
  content: "1";
}
.symbol.hashtag::after {
  content: "#";
}
.symbol.ellipses::after {
  content: "…";
}
.symbol.doubledot::after {
  content: "..";
}
.symbol.hyphen::after {
  content: "-";
}
.symbol.colon::after {
  content: ":";
}
.symbol.percent::after {
  content: "%";
}
.component-action-table .count.field {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields {
  margin: 0;
}
.component-album-card.card.app-card > .head-image > .icon {
  margin: 0.5em;
}
#avatarLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.tiny.avatar {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label {
  align-content: center;
  padding: 4px 8px;
}
#radioFilterLabel {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#addFilter {
  margin: 0 0 0 0.85714286em;
}
:not(.active) button.title {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button {
  margin-top: 0.5em;
}
button.reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
.button.icon.tiny {
  padding: 0.5em !important;
}
.floated.buttons .button ~ .dropdown {
  border-left: none;
}
.header-buttons > .buttons {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons {
  margin: 0;
}
.ui.really.basic.button:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group > *:not(:first-child) {
  margin-left: 0.5em;
}
.ui.borderless.button {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.ui.dropdown .menu > .item {
  background: var(--dropdown-background);
}
.ui.circular.button {
  padding: 0.78571429em;
}
.ui.circular.button > i {
  margin-right: 0;
}
.icon.button > i {
  margin-right: 0;
}
.ui.inverted.buttons .button:hover,
.ui.inverted.button:hover,
.ui.inverted.buttons .button:focus,
.ui.inverted.button:focus {
  color: white;
}
.ui.button:disabled, .ui.buttons .disabled.button:not(.basic), .ui.disabled.active.button, .ui.disabled.button, .ui.disabled.button:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
.card {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card, .force-dark-theme.force-dark-theme.force-dark-theme .card {
  border-color: var(--hover-background-color) !important;
}
.content-form {
  background: var(--input-background);
}
.content-form .segment {
  background: none;
}
.content-form .segment:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu {
  background: none;
  margin-top: -0.5em;
}
.content-form .input {
  width: 100%;
}
.component-copy-input .message {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
.component-empty-state .ui.header .content {
  text-align: center;
  display: block;
}
.favorite-icon.favorited {
  animation: 0.5s linear burst;
  outline-color: transparent;
}
@keyframes burst {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
.ui.basic.button.really.favorite-icon {
  box-shadow: none;
}
.ui.form select.dropdown {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown, .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
.ui.form select.dropdown {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown, .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
.ui.form label {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
.ui.checkbox label {
  cursor: pointer;
  color: var(--text-color);
}
input + .help {
  margin-top: 0.5em;
}
.component-form .parent.checkbox {
  margin: 1em 0;
}
.component-form .child.checkbox {
  margin-left: 1em;
}
.ui.labeled.input input,
.ui.labeled.input .label {
  background-color: var(--input-background);
}
.ui.labeled.input input::-moz-placeholder, .ui.labeled.input .label::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input::placeholder,
.ui.labeled.input .label::placeholder {
  color: var(--input-placeholder-color);
}
.ui.icon.input > .icon {
  color: var(--input-color);
}
#updatePlaylistLabel {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#updatePlaylistLabel:before {
  content: "​";
}
.ui.toggle.checkbox label::before {
  background-color: var(--input-selection-background);
}
.component-file-upload .file-uploads.ui.button {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div:not(.divider) {
  padding: 1em;
}
.channel-file {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file > :first-child {
  width: 3em;
}
.channel-file .header {
  margin: 0 1em;
}
.channel-file .header .sub.header {
  margin-top: 0.5em;
}
.component-fs-browser {
  max-height: 400px;
  overflow-y: auto;
}
.component-fs-logs {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
.header.with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.header.with-actions .actions {
  font-weight: normal;
  font-size: 0.6em;
}
.ui.header .content {
  display: block;
}
.component-label.huge.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ui.menu .item > .label {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > .modals {
  z-index: 99999 !important;
}
.modal > .header {
  text-align: center;
}
.component-pagination .ui.pagination.menu .item {
  cursor: pointer;
}
.ui.pagination.menu {
  margin-top: 1em;
}
.ui.pagination.menu + span {
  margin-left: 1em;
}
.ui.pagination.menu {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item {
  color: var(--discrete-background-color);
}
.placeholder.image {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large {
  width: 8em;
  height: 8em;
}
.placeholder.image {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular {
  border-radius: 50%;
}
.placeholder.image.static {
  animation: none;
}
.placeholder.image.shifted {
  margin-top: -15px;
}
.component-placeholder {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment {
  min-height: auto;
}
.component-placeholder.ui.segment .field, .component-placeholder.ui.segment textarea, .component-placeholder.ui.segment .ui.input, .component-placeholder.ui.segment .button {
  max-width: 100%;
}
.component-play-button button.item {
  width: 100%;
}
.component-play-button > .floating.dropdown:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}
#audio-bars {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
.audio-bar {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes sound {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes sound1 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound2 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound3 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes sound4 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound5 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound6 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound7 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound8 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1;
}
.audio-bar:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3;
}
.audio-bar:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4;
}
.audio-bar:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6;
}
.audio-bar:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7;
}
.audio-bar:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8;
}
.ui.bottom-player {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar {
  height: 0.2rem;
}
.ui.bottom-player > .segment.fixed-controls {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls-row {
    padding: 0 1em;
    justify-content: space-around;
}
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek {
  opacity: 0.4;
}
@keyframes MOVE-BG {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
.ui.bottom-player > .segment.fixed-controls .discrete.link {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i,
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i,
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.fluid) {
    width: 20%;
}
.ui.bottom-player > .segment.fixed-controls .controls.queue-controls {
    width: 32.5%;
}
.ui.bottom-player > .segment.fixed-controls .controls.progress-controls {
    width: 10%;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls {
    gap: 8px;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls i {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls.small, .ui.bottom-player > .segment.fixed-controls .controls .small {
    font-size: 0.9em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls i {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
    line-height: 1em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i {
  color: var(--vibrant-color);
}
.component-player .controls {
  display: flex;
}
.component-player .fake-dropdown {
  display: flex;
  z-index: 2;
}
.component-playlist-editor .duplicate-tracks-list {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes scroll-text {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque, .force-dark-theme.force-dark-theme.force-dark-theme .opaque {
  background-color: rgba(41, 37, 37, 0.8);
}
.opaque {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque, .force-light-theme.force-light-theme.force-light-theme .opaque {
  background-color: rgba(255, 255, 255, 0.8);
}
.opaque {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
.queue-controls {
    height: 4rem;
}
}
.ui.clearing.segment {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
.queue-enter-active,
.queue-leave-active {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
.queue-enter-from,
.queue-leave-to {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
.component-queue.main {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
.component-queue.main > .button {
    display: none;
}
}
.component-queue .queue.segment #player {
  padding: 0em;
}
.component-queue .queue.segment #player > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column {
  overflow-y: auto;
}
.component-queue .queue-column .table {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td {
  border: none;
}
.component-queue td:first-child {
  padding-left: 1em !important;
}
.component-queue td:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell {
  width: 4em;
}
.component-queue .mini.image {
  width: 40px;
}
@media (max-width: 1023px) {
.component-queue .queue.segment {
    padding: 0;
}
}
.component-queue .queue.segment > .container {
  margin: 0 !important;
}
@media (max-width: 1023px) {
.component-queue .handle {
    display: none;
}
}
@media (max-width: 767px) {
.component-queue .duration-cell {
    display: none;
}
}
.component-queue .fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
.component-queue .fixed-header {
    padding: 1em;
}
}
@media (min-width: 1024px) {
.component-queue .fixed-header {
    right: 1em;
    left: 38%;
}
}
.component-queue .fixed-header .header .content {
  display: block;
}
.component-queue .current-track #player {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
.component-queue .current-track #player {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
.component-queue .current-track #player > .image {
    max-height: 50vh;
}
}
.component-queue .current-track #player > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1 {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper,
.component-queue .warning.message {
  width: 25em;
}
.component-queue .ui.progress .bar {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress {
  margin: 1.5rem 0;
}
.component-queue .timer {
  font-size: 0.7em;
}
.component-queue .progress {
  cursor: pointer;
}
.component-queue .player-controls {
  display: flex;
}
.component-queue .player-controls .control:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i {
  font-size: 2em;
}
.component-queue .handle {
  cursor: grab;
}
.component-queue .sortable-chosen {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message {
  margin-top: 1em !important;
  margin-right: 1em;
}
.theme-light .cover-container.fullscreen {
  background: #fff;
}
.component-queue #queue-grid {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue {
  position: relative;
}
@media (max-width: 1023px) {
.component-queue #queue-grid {
    grid-template-columns: 1fr 0;
}
.component-queue #queue-grid.show-player #queue {
    display: none;
}
.component-queue #queue-grid.show-queue #player {
    display: none;
}
}
.component-queue #queue-grid #player {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1 {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling {
  animation: scroll-text 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas,
.component-queue #queue-grid #player .cover-container .cover img {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
.component-queue #queue-grid #player .cover-container .cover .cover-buttons {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1,
.component-queue #queue-grid #player .cover-container .track-info h2 {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip {
  pointer-events: none;
}
.component-queue .queue-item > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.component-queue .queue-item .title.ellipsis {
    max-width: 35vw;
}
}
.component-queue .queue-item {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i {
  color: var(--player-color);
}
.drag-container:not(.dragging) .hover .queue-item {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.component-settings-group .ui.checkbox p {
  margin-top: 1rem;
}
.search-wrapper .category.search .results .category:last-child .results {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
@media (min-width: 1201px) {
.ui.wide.left.sidebar {
    width: 275px;
}
}
.sidebar .logo.bordered.icon {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path {
  fill: white;
}
.sidebar .tab {
  flex-direction: column;
}
.component-sidebar .ui.search .input {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt {
  border-radius: 0;
}
.component-sidebar .ui.search .results {
  vertical-align: middle;
}
.component-sidebar .ui.search .name {
  vertical-align: middle;
}
.component-sidebar.sidebar {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
.component-sidebar.sidebar > nav {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar .menu .item.collapse-button-wrapper {
    padding: 0;
}
.component-sidebar.sidebar .collapse.button {
    display: none !important;
}
}
@media (max-width: 1024px) {
.component-sidebar.sidebar {
    position: static !important;
    width: 100% !important;
}
.component-sidebar.sidebar.collapsed .player-wrapper,
  .component-sidebar.sidebar.collapsed .search,
  .component-sidebar.sidebar.collapsed .signup.segment,
  .component-sidebar.sidebar.collapsed nav.secondary {
    display: none;
}
}
.component-sidebar.sidebar > div {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.component-sidebar .tabs {
    max-height: 500px;
}
}
.component-sidebar .ui.tab.active {
  display: flex;
}
.component-sidebar .tab[data-tab=queue] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper {
  width: 100%;
}
.component-sidebar .sidebar .segment {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item {
  font-size: 1.5em;
}
.component-sidebar .logo {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
.component-sidebar.collapsed .search-wrapper {
    padding: 0;
}
}
.component-sidebar .ui.search {
  display: flex;
}
.component-sidebar .ui.message.black {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image {
  width: 100%;
}
.component-sidebar nav.top {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item,
.component-sidebar nav.top > .right.menu > .item {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label,
.component-sidebar nav.top > .item > .dropdown > .label,
.component-sidebar nav.top > .right.menu > .item > .label,
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label {
  margin-right: 0;
}
.component-sidebar .logo-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
.component-sidebar .logo-wrapper {
    margin: 0;
}
}
.component-sidebar .logo-wrapper img {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
.component-sidebar .logo-wrapper img {
    height: 1.5em;
}
}
.ellipsis-rows tr > td:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.ui.table > caption {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.table-wrapper {
  display: block;
  overflow-x: auto;
}
td.align.right {
  text-align: right;
}
.ui.basic.table > tbody > tr {
  border-bottom: var(--table-border);
}
.component-tags-list .ui.circular.label {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag {
  margin: 0.25em;
}
[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
label .tooltip {
  margin-left: 1em;
}
.component-track-widget .play-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
.component-track-widget .play-overlay {
    top: 2.5em;
    left: 2.5em;
}
}
.component-track-widget .refresh.icon {
  float: right;
}
.component-track-widget .ui.divided.items > .item:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
.component-track-widget .divided.items > .track-item.inline {
    width: 25em;
    float: left;
    border-top: none;
}
.component-track-widget .divided.items > .track-item.inline, .component-track-widget .divided.items > .track-item.inline:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
.track-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content {
  flex-grow: 1;
}
.track-table .row:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
.track-row.row {
  align-content: center;
}
.track-row.row:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time {
  position: relative;
  top: 14px;
}
.track-row .ui.really.tiny.button.play-button,
.track-table.row .ui.really.tiny.button.play-button {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused,
.track-table.row .ui.icon.really.tiny.button.play-button.paused {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown,
.track-table.row .ui.floating.dropdown {
  visibility: hidden;
}
.track-row .ui.favorite-icon,
.track-table.row .ui.favorite-icon {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink,
.track-table.row .ui.favorite-icon.pink {
  visibility: visible;
}
.track-row .actions,
.track-table.row .actions {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column,
.track-table.row .actions.left.floated.column {
  width: 3% !important;
}
.track-row .meta.right.floated.column:not(.mobile),
.track-table.row .meta.right.floated.column:not(.mobile) {
  width: 45px;
}
.track-row .content,
.track-row .meta,
.track-row .image,
.track-table.row .content,
.track-table.row .meta,
.track-table.row .image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper,
.track-table.row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column,
.track-table.row .image.column {
  padding: 8px;
}
.track-row .track_image,
.track-table.row .track_image {
  height: 40px;
}
.track-row.active {
  background: rgba(155, 155, 155, 0.2);
}
.track-row:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile,
.track-row.mobile {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile:hover,
.track-row.mobile:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div,
.track-row.mobile > div {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button,
.track-table.mobile .meta,
.track-row.mobile .modal-button,
.track-row.mobile .meta {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art,
.track-row.mobile .meta.with-art {
  align-items: right;
}
.track-table.mobile .modal-button.with-art,
.track-row.mobile .modal-button.with-art {
  align-items: center;
}
.track-table.mobile .actions div,
.track-row.mobile .actions div {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button,
.track-row.mobile .ui.favorite-icon.button {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image,
.track-row.mobile .ui.artist-track.mini.image {
  width: 45px;
}
.track-table.mobile .track-title.mobile,
.track-row.mobile .track-title.mobile {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator,
.track-row.mobile .track-title.mobile.play-indicator {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column,
.track-row.mobile .image.left.floated.column {
  width: 61px;
}
.track-row:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon {
  visibility: visible;
}
.track-row,
.track-table {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div:not(.mobile),
.track-table > div:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button,
.track-table .favorite-icon.tiny.button {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile,
.track-table .mobile {
  -webkit-tap-highlight-color: transparent;
}
.track-position {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.ui.overlay.fullscreen.modal .track-modal-title,
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.track-table.podcast.row,
.track-row.podcast.row {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image,
.track-row.podcast.row .ui.artist-track.mini.image {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column,
.track-row.podcast.row .image.left.floated.column {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column,
.track-row.podcast.row .content.left.floated.column {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title,
.track-row.podcast.row .content.left.floated.column .podcast-episode-title {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.component-user-link .tiny.circular.avatar {
  width: 1.7em;
  height: 1.7em;
}
.ui.overlay.fullscreen.modal .user-modal-title,
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a {
  color: var(--text-color);
  text-decoration: none;
}
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-volume-control {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup {
  display: none;
}
.ui.dimmer {
  background-color: var(--dimmer-background);
}
.ui.loading.form:before {
  background-color: var(--dimmer-background);
}
.page-about p {
  text-align: justify;
}
.page-about .ui.list .list.icon {
  padding: 0;
}
.page-about .ui.basic.segment {
  margin: 0;
}
.page-about section.ui.segment.head {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr:last-child {
  border-bottom: 0;
}
.page-about h1.header, .page-about h1 .sub.header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-about .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod {
  font-size: 110%;
  display: block;
}
.page-about .signup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item {
  color: var(--vibrant-color);
}
.page-about .statistics-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
.page-about .about-pod-info-container {
    flex-direction: row-reverse;
}
.page-about .about-pod-info-container .about-pod-info-toc {
    width: 25%;
}
.page-about .about-pod-info-container .about-pod-info {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
.page-about .about-pod-info-container {
    padding: 0 2em;
}
.page-about .ui.horizontally.fitted.stripe.basic.segment {
    padding-top: 0px;
}
.page-about .ui.basic.vertically.fitted.stripe.segment.content {
    padding: 0px;
}
.page-about .ui.head.vertical.center.aligned.stripe.segment {
    border-radius: 0 !important;
}
.page-about .statistics-container .statistics-statistic {
    flex-basis: 50%;
}
.page-about .features-container .column {
    padding: 0 !important;
}
.page-about .features-container .column + .column table {
    border-top: 0;
}
}
.page-about h3.ui.header i {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content {
  flex-grow: initial;
}
.page-about .ui.card .pod-description {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p {
  margin: auto;
  padding: 1.2em;
}
.page-admin-account-detail .placeholder.segment {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota] {
  max-width: 7em;
}
.page-admin-domain-detail .placeholder.segment {
  width: 100%;
}
.page-admin-library .ui.menu .item > .label {
  position: absolute;
  right: -2em;
}
#excludeCompilation {
  margin-top: 0;
}
#excludeCompilation input {
  margin-top: 0.7rem;
}
#excludeHeader {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.multiple.search.dropdown > input.search {
  width: auto;
}
.page-home .ui.list .list.icon {
  padding: 0;
}
.page-home h1.header, .page-home h1 .sub.header {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
.page-home h1.ui.header {
    font-size: 3em;
}
}
.page-home h1.ui.header .sub.header {
  font-size: 0.8em;
}
.page-home .main.pusher {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod {
  font-size: 110%;
  display: block;
}
#renderedDescription {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#renderedDescription p {
  margin: 0;
}
#renderedDescription *:not(:first-child) {
  display: none;
}
.page-library .ui.cards {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card {
  min-height: 200px;
}
.page-library .ui.segment.head {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
.page-library .ui.segment.head .segment-content {
    padding: 4em;
}
}
.page-library .ui.segment.head.with-background .header,
.page-library .ui.segment.head.with-background .header .sub {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-notifications .event .ui.label.avatar {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
.page-profile .ui.header > img.image {
  width: 8em;
}
.theme-light {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
.direction-rtl .theme-dark,
.direction-rtl .theme-light {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
.has-background-light {
  background-color: var(--fw-gray-100);
}
* {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
.funkwhale,
:root {
  --fw-border-radius: 8px;
}
:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
.funkwhale.popover-container {
  width: -moz-max-content;
  width: max-content;
}
.funkwhale.popover-container.split-button {
  display: inline-flex;
  gap: 0;
}
.funkwhale.popover-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.funkwhale.popover-outer:not(.is-mobile) {
  pointer-events: none;
}
.funkwhale.popover {
  border: 1px solid var(--fw-border-color);
  background-color: color-mix(in oklab, var(--background-color) 98%, var(--color));
}
.funkwhale.popover hr {
  border-bottom: 1px solid var(--fw-border-color);
}
.funkwhale.popover {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.popover, .force-light-theme.force-light-theme.force-light-theme .funkwhale.popover {
  --fw-border-color: var(--fw-gray-500);
}
.funkwhale.popover {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.popover, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.popover {
  --fw-border-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.popover .popover-item:hover, .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.popover .popover-item:hover {
  background-color: var(--hover-background-color);
}
.funkwhale.popover {
  pointer-events: auto;
}
.funkwhale.popover.is-mobile {
  width: 90vw;
  margin: 0 5vw;
  left: 0 !important;
  box-shadow: 0 0 0 1000vh rgba(0, 0, 0, 0.2), 0 0 100vh rgba(0, 0, 0, 0.6);
}
.funkwhale.popover {
  position: absolute;
  padding: 16px;
  border-radius: var(--fw-border-radius);
  min-width: 246px;
  z-index: 999;
  font-size: 0.875rem;
}
.funkwhale.popover hr {
  padding-top: 12px;
  margin-bottom: 12px;
}
div[data-v-c078cdda] { color:var(--fw-text-color);
}
.popover .popover-item {
  cursor: pointer;
  text-decoration: none;
  padding: 0px 8px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: var(--fw-border-radius);
  white-space: nowrap;
  color: var(--color) !important;
  animation: var(--v66b12b3c) var(--v89d53cfc) steps(1, end) 1 reverse;
}
.popover .popover-item:hover {
  background-color: var(--hover-background-color);
}
.popover .popover-item > .bi:first-child {
  margin-right: 16px;
}
.popover .popover-item > .bi:last-child {
  margin-right: 8px;
}
.popover .popover-item > .after {
  margin-left: auto;
}
.popover .popover-item.button {
  justify-content: flex-start !important;
  height: 32px !important;
  padding: 0px 8px;
  border: none;
  align-items: center;
  color: var(--color) !important;
}
.popover .popover-item.button:hover {
  background-color: var(--hover-background-color) !important;
}
.popover .popover-item.button i:first-child {
  margin-right: 0px;
}
.popover .popover-item.button span {
  width: 100%;
  position: relative;
}
.popover .popover-item.button span i {
  font-size: 14px;
}
.popover .popover-item.button span > i {
  margin-right: 14px !important;
}
.popover .popover-item.button span .after {
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  display: flex;
  place-items: center;
  gap: 8px;
}
.popover .popover-item.button span .after > i:last-child {
  margin-right: 12px;
}
@keyframes flash {
50% {
    filter: invert(1);
}
}._pill_c5ok7_1 {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  outline: 0px transparent;
  border: 0px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 100vh;
  margin: -4 -8px;
  padding: 4px 4px;
  border-radius: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  cursor: var(--cursor, pointer);
}
._pill_c5ok7_1 > ._container_c5ok7_17 {
  border-radius: inherit;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-content_c5ok7_20 {
  padding: 4px 9px;
  white-space: nowrap;
  min-width: 56px;
  border-radius: inherit;
  position: relative;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-contentinput_c5ok7_27 {
  min-width: 44px;
  flex-basis: 44px;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-content_c5ok7_20:focus-visible, ._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-content_c5ok7_20:focus {
  outline: 1px solid var(--focus-ring-color);
  outline-offset: 2px;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-content_c5ok7_20:has(+ ._pill-action_c5ok7_35) {
  margin-right: -26px;
  padding-right: 26px;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-image_c5ok7_39 {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  height: 26px;
  aspect-ratio: 1;
  align-content: center;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-image_c5ok7_39 > * {
  height: 100%;
  width: 100%;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-image_c5ok7_39 > i._bi_c5ok7_51 {
  font-size: 18px;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-image_c5ok7_39 > img {
  object-fit: cover;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-action_c5ok7_35 {
  position: relative;
  width: 44px;
  cursor: var(--cursor, pointer);
  height: 44px;
  padding: 9px;
  margin: -9px;
  aspect-ratio: 1;
  border-radius: inherit;
  overflow: hidden;
  align-content: center;
  flex-shrink: 0;
}
._pill_c5ok7_1 > ._container_c5ok7_17 > ._pill-action_c5ok7_35 > * {
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
._pill_c5ok7_1:hover:not(._no-underline_c5ok7_75) {
  text-decoration: underline;
}
._pill_c5ok7_1[disabled] {
  font-weight: normal;
  cursor: default;
}
._pill_c5ok7_1._is-focused_c5ok7_82, ._pill_c5ok7_1:focus {
  box-shadow: none !important;
}
._input_c5ok7_86 {
  margin: -4px -16px;
  position: relative;
}
._input_c5ok7_86:has(+ * ._input-delete-button_c5ok7_90:hover) input {
  background: var(--background-color);
  color: var(--disabled-color) !important;
}a.username[data-v-af591a25] {
  text-decoration: none;
  height: 25px;
}
else a[data-v-50243406],
.funkwhale.link[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a[data-v-50243406], else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme else a[data-v-50243406], else .force-light-theme.force-light-theme.force-light-theme a[data-v-50243406], :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme .funkwhale.link[data-v-50243406] {
  --fw-link-color: var(--fw-blue-400);
  --fw-link-hover-color: var(--fw-blue-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) else a.is-secondary[data-v-50243406], else :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) a.is-secondary[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme else a.is-secondary[data-v-50243406], else .force-light-theme.force-light-theme.force-light-theme a.is-secondary[data-v-50243406], :is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .funkwhale.link.is-secondary[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme .funkwhale.link.is-secondary[data-v-50243406] {
  --fw-link-color: var(--fw-gray-600);
  --fw-link-hover-color: var(--fw-gray-700);
}
else a[data-v-50243406],
.funkwhale.link[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a[data-v-50243406], else :is(body.theme-dark, html.dark > body:not(.theme-light)) a[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme else a[data-v-50243406], else .force-dark-theme.force-dark-theme.force-dark-theme a[data-v-50243406], :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link[data-v-50243406] {
  --fw-link-color: var(--fw-gray-300);
  --fw-link-hover-color: var(--fw-gray-400);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) else a.is-secondary[data-v-50243406], else :is(body.theme-dark, html.dark > body:not(.theme-light)) a.is-secondary[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme else a.is-secondary[data-v-50243406], else .force-dark-theme.force-dark-theme.force-dark-theme a.is-secondary[data-v-50243406], :is(body.theme-dark, html.dark > body:not(.theme-light)) .funkwhale.link.is-secondary[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .funkwhale.link.is-secondary[data-v-50243406] {
  --fw-link-color: var(--fw-gray-500);
  --fw-link-hover-color: var(--fw-gray-600);
}
hr[data-v-50243406]:not(.is-raw) {
  border: none;
  border-bottom: 1px solid var(--fw-border-color);
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) hr[data-v-50243406]:not(.is-raw), .force-light-theme.force-light-theme.force-light-theme hr[data-v-50243406]:not(.is-raw) {
  --fw-border-color: var(--fw-gray-200);
}
hr[data-v-50243406]:not(.is-raw) {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) hr[data-v-50243406]:not(.is-raw), .force-dark-theme.force-dark-theme.force-dark-theme hr[data-v-50243406]:not(.is-raw) {
  --fw-border-color: var(--fw-gray-800);
}
hr[data-v-50243406]:not(.is-raw) {
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
}
.funkwhale[data-v-50243406],
.funkwhale[data-v-50243406] * {
  box-sizing: border-box;
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/bootstrap-icons-dSOGREQ0.woff2") format("woff2"), url("/assets/bootstrap-icons-BYTZb8m0.woff") format("woff");
}
.bi[data-v-50243406]::before,
[class^=bi-][data-v-50243406]::before,
[class*=" bi-"][data-v-50243406]::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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123[data-v-50243406]::before {
  content: "\f67f";
}
.bi-alarm-fill[data-v-50243406]::before {
  content: "\f101";
}
.bi-alarm[data-v-50243406]::before {
  content: "\f102";
}
.bi-align-bottom[data-v-50243406]::before {
  content: "\f103";
}
.bi-align-center[data-v-50243406]::before {
  content: "\f104";
}
.bi-align-end[data-v-50243406]::before {
  content: "\f105";
}
.bi-align-middle[data-v-50243406]::before {
  content: "\f106";
}
.bi-align-start[data-v-50243406]::before {
  content: "\f107";
}
.bi-align-top[data-v-50243406]::before {
  content: "\f108";
}
.bi-alt[data-v-50243406]::before {
  content: "\f109";
}
.bi-app-indicator[data-v-50243406]::before {
  content: "\f10a";
}
.bi-app[data-v-50243406]::before {
  content: "\f10b";
}
.bi-archive-fill[data-v-50243406]::before {
  content: "\f10c";
}
.bi-archive[data-v-50243406]::before {
  content: "\f10d";
}
.bi-arrow-90deg-down[data-v-50243406]::before {
  content: "\f10e";
}
.bi-arrow-90deg-left[data-v-50243406]::before {
  content: "\f10f";
}
.bi-arrow-90deg-right[data-v-50243406]::before {
  content: "\f110";
}
.bi-arrow-90deg-up[data-v-50243406]::before {
  content: "\f111";
}
.bi-arrow-bar-down[data-v-50243406]::before {
  content: "\f112";
}
.bi-arrow-bar-left[data-v-50243406]::before {
  content: "\f113";
}
.bi-arrow-bar-right[data-v-50243406]::before {
  content: "\f114";
}
.bi-arrow-bar-up[data-v-50243406]::before {
  content: "\f115";
}
.bi-arrow-clockwise[data-v-50243406]::before {
  content: "\f116";
}
.bi-arrow-counterclockwise[data-v-50243406]::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill[data-v-50243406]::before {
  content: "\f118";
}
.bi-arrow-down-circle[data-v-50243406]::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill[data-v-50243406]::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle[data-v-50243406]::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill[data-v-50243406]::before {
  content: "\f11c";
}
.bi-arrow-down-left-square[data-v-50243406]::before {
  content: "\f11d";
}
.bi-arrow-down-left[data-v-50243406]::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill[data-v-50243406]::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle[data-v-50243406]::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill[data-v-50243406]::before {
  content: "\f121";
}
.bi-arrow-down-right-square[data-v-50243406]::before {
  content: "\f122";
}
.bi-arrow-down-right[data-v-50243406]::before {
  content: "\f123";
}
.bi-arrow-down-short[data-v-50243406]::before {
  content: "\f124";
}
.bi-arrow-down-square-fill[data-v-50243406]::before {
  content: "\f125";
}
.bi-arrow-down-square[data-v-50243406]::before {
  content: "\f126";
}
.bi-arrow-down-up[data-v-50243406]::before {
  content: "\f127";
}
.bi-arrow-down[data-v-50243406]::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill[data-v-50243406]::before {
  content: "\f129";
}
.bi-arrow-left-circle[data-v-50243406]::before {
  content: "\f12a";
}
.bi-arrow-left-right[data-v-50243406]::before {
  content: "\f12b";
}
.bi-arrow-left-short[data-v-50243406]::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill[data-v-50243406]::before {
  content: "\f12d";
}
.bi-arrow-left-square[data-v-50243406]::before {
  content: "\f12e";
}
.bi-arrow-left[data-v-50243406]::before {
  content: "\f12f";
}
.bi-arrow-repeat[data-v-50243406]::before {
  content: "\f130";
}
.bi-arrow-return-left[data-v-50243406]::before {
  content: "\f131";
}
.bi-arrow-return-right[data-v-50243406]::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill[data-v-50243406]::before {
  content: "\f133";
}
.bi-arrow-right-circle[data-v-50243406]::before {
  content: "\f134";
}
.bi-arrow-right-short[data-v-50243406]::before {
  content: "\f135";
}
.bi-arrow-right-square-fill[data-v-50243406]::before {
  content: "\f136";
}
.bi-arrow-right-square[data-v-50243406]::before {
  content: "\f137";
}
.bi-arrow-right[data-v-50243406]::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill[data-v-50243406]::before {
  content: "\f139";
}
.bi-arrow-up-circle[data-v-50243406]::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill[data-v-50243406]::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle[data-v-50243406]::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill[data-v-50243406]::before {
  content: "\f13d";
}
.bi-arrow-up-left-square[data-v-50243406]::before {
  content: "\f13e";
}
.bi-arrow-up-left[data-v-50243406]::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill[data-v-50243406]::before {
  content: "\f140";
}
.bi-arrow-up-right-circle[data-v-50243406]::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill[data-v-50243406]::before {
  content: "\f142";
}
.bi-arrow-up-right-square[data-v-50243406]::before {
  content: "\f143";
}
.bi-arrow-up-right[data-v-50243406]::before {
  content: "\f144";
}
.bi-arrow-up-short[data-v-50243406]::before {
  content: "\f145";
}
.bi-arrow-up-square-fill[data-v-50243406]::before {
  content: "\f146";
}
.bi-arrow-up-square[data-v-50243406]::before {
  content: "\f147";
}
.bi-arrow-up[data-v-50243406]::before {
  content: "\f148";
}
.bi-arrows-angle-contract[data-v-50243406]::before {
  content: "\f149";
}
.bi-arrows-angle-expand[data-v-50243406]::before {
  content: "\f14a";
}
.bi-arrows-collapse[data-v-50243406]::before {
  content: "\f14b";
}
.bi-arrows-expand[data-v-50243406]::before {
  content: "\f14c";
}
.bi-arrows-fullscreen[data-v-50243406]::before {
  content: "\f14d";
}
.bi-arrows-move[data-v-50243406]::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill[data-v-50243406]::before {
  content: "\f14f";
}
.bi-aspect-ratio[data-v-50243406]::before {
  content: "\f150";
}
.bi-asterisk[data-v-50243406]::before {
  content: "\f151";
}
.bi-at[data-v-50243406]::before {
  content: "\f152";
}
.bi-award-fill[data-v-50243406]::before {
  content: "\f153";
}
.bi-award[data-v-50243406]::before {
  content: "\f154";
}
.bi-back[data-v-50243406]::before {
  content: "\f155";
}
.bi-backspace-fill[data-v-50243406]::before {
  content: "\f156";
}
.bi-backspace-reverse-fill[data-v-50243406]::before {
  content: "\f157";
}
.bi-backspace-reverse[data-v-50243406]::before {
  content: "\f158";
}
.bi-backspace[data-v-50243406]::before {
  content: "\f159";
}
.bi-badge-3d-fill[data-v-50243406]::before {
  content: "\f15a";
}
.bi-badge-3d[data-v-50243406]::before {
  content: "\f15b";
}
.bi-badge-4k-fill[data-v-50243406]::before {
  content: "\f15c";
}
.bi-badge-4k[data-v-50243406]::before {
  content: "\f15d";
}
.bi-badge-8k-fill[data-v-50243406]::before {
  content: "\f15e";
}
.bi-badge-8k[data-v-50243406]::before {
  content: "\f15f";
}
.bi-badge-ad-fill[data-v-50243406]::before {
  content: "\f160";
}
.bi-badge-ad[data-v-50243406]::before {
  content: "\f161";
}
.bi-badge-ar-fill[data-v-50243406]::before {
  content: "\f162";
}
.bi-badge-ar[data-v-50243406]::before {
  content: "\f163";
}
.bi-badge-cc-fill[data-v-50243406]::before {
  content: "\f164";
}
.bi-badge-cc[data-v-50243406]::before {
  content: "\f165";
}
.bi-badge-hd-fill[data-v-50243406]::before {
  content: "\f166";
}
.bi-badge-hd[data-v-50243406]::before {
  content: "\f167";
}
.bi-badge-tm-fill[data-v-50243406]::before {
  content: "\f168";
}
.bi-badge-tm[data-v-50243406]::before {
  content: "\f169";
}
.bi-badge-vo-fill[data-v-50243406]::before {
  content: "\f16a";
}
.bi-badge-vo[data-v-50243406]::before {
  content: "\f16b";
}
.bi-badge-vr-fill[data-v-50243406]::before {
  content: "\f16c";
}
.bi-badge-vr[data-v-50243406]::before {
  content: "\f16d";
}
.bi-badge-wc-fill[data-v-50243406]::before {
  content: "\f16e";
}
.bi-badge-wc[data-v-50243406]::before {
  content: "\f16f";
}
.bi-bag-check-fill[data-v-50243406]::before {
  content: "\f170";
}
.bi-bag-check[data-v-50243406]::before {
  content: "\f171";
}
.bi-bag-dash-fill[data-v-50243406]::before {
  content: "\f172";
}
.bi-bag-dash[data-v-50243406]::before {
  content: "\f173";
}
.bi-bag-fill[data-v-50243406]::before {
  content: "\f174";
}
.bi-bag-plus-fill[data-v-50243406]::before {
  content: "\f175";
}
.bi-bag-plus[data-v-50243406]::before {
  content: "\f176";
}
.bi-bag-x-fill[data-v-50243406]::before {
  content: "\f177";
}
.bi-bag-x[data-v-50243406]::before {
  content: "\f178";
}
.bi-bag[data-v-50243406]::before {
  content: "\f179";
}
.bi-bar-chart-fill[data-v-50243406]::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill[data-v-50243406]::before {
  content: "\f17b";
}
.bi-bar-chart-line[data-v-50243406]::before {
  content: "\f17c";
}
.bi-bar-chart-steps[data-v-50243406]::before {
  content: "\f17d";
}
.bi-bar-chart[data-v-50243406]::before {
  content: "\f17e";
}
.bi-basket-fill[data-v-50243406]::before {
  content: "\f17f";
}
.bi-basket[data-v-50243406]::before {
  content: "\f180";
}
.bi-basket2-fill[data-v-50243406]::before {
  content: "\f181";
}
.bi-basket2[data-v-50243406]::before {
  content: "\f182";
}
.bi-basket3-fill[data-v-50243406]::before {
  content: "\f183";
}
.bi-basket3[data-v-50243406]::before {
  content: "\f184";
}
.bi-battery-charging[data-v-50243406]::before {
  content: "\f185";
}
.bi-battery-full[data-v-50243406]::before {
  content: "\f186";
}
.bi-battery-half[data-v-50243406]::before {
  content: "\f187";
}
.bi-battery[data-v-50243406]::before {
  content: "\f188";
}
.bi-bell-fill[data-v-50243406]::before {
  content: "\f189";
}
.bi-bell[data-v-50243406]::before {
  content: "\f18a";
}
.bi-bezier[data-v-50243406]::before {
  content: "\f18b";
}
.bi-bezier2[data-v-50243406]::before {
  content: "\f18c";
}
.bi-bicycle[data-v-50243406]::before {
  content: "\f18d";
}
.bi-binoculars-fill[data-v-50243406]::before {
  content: "\f18e";
}
.bi-binoculars[data-v-50243406]::before {
  content: "\f18f";
}
.bi-blockquote-left[data-v-50243406]::before {
  content: "\f190";
}
.bi-blockquote-right[data-v-50243406]::before {
  content: "\f191";
}
.bi-book-fill[data-v-50243406]::before {
  content: "\f192";
}
.bi-book-half[data-v-50243406]::before {
  content: "\f193";
}
.bi-book[data-v-50243406]::before {
  content: "\f194";
}
.bi-bookmark-check-fill[data-v-50243406]::before {
  content: "\f195";
}
.bi-bookmark-check[data-v-50243406]::before {
  content: "\f196";
}
.bi-bookmark-dash-fill[data-v-50243406]::before {
  content: "\f197";
}
.bi-bookmark-dash[data-v-50243406]::before {
  content: "\f198";
}
.bi-bookmark-fill[data-v-50243406]::before {
  content: "\f199";
}
.bi-bookmark-heart-fill[data-v-50243406]::before {
  content: "\f19a";
}
.bi-bookmark-heart[data-v-50243406]::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill[data-v-50243406]::before {
  content: "\f19c";
}
.bi-bookmark-plus[data-v-50243406]::before {
  content: "\f19d";
}
.bi-bookmark-star-fill[data-v-50243406]::before {
  content: "\f19e";
}
.bi-bookmark-star[data-v-50243406]::before {
  content: "\f19f";
}
.bi-bookmark-x-fill[data-v-50243406]::before {
  content: "\f1a0";
}
.bi-bookmark-x[data-v-50243406]::before {
  content: "\f1a1";
}
.bi-bookmark[data-v-50243406]::before {
  content: "\f1a2";
}
.bi-bookmarks-fill[data-v-50243406]::before {
  content: "\f1a3";
}
.bi-bookmarks[data-v-50243406]::before {
  content: "\f1a4";
}
.bi-bookshelf[data-v-50243406]::before {
  content: "\f1a5";
}
.bi-bootstrap-fill[data-v-50243406]::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot[data-v-50243406]::before {
  content: "\f1a7";
}
.bi-bootstrap[data-v-50243406]::before {
  content: "\f1a8";
}
.bi-border-all[data-v-50243406]::before {
  content: "\f1a9";
}
.bi-border-bottom[data-v-50243406]::before {
  content: "\f1aa";
}
.bi-border-center[data-v-50243406]::before {
  content: "\f1ab";
}
.bi-border-inner[data-v-50243406]::before {
  content: "\f1ac";
}
.bi-border-left[data-v-50243406]::before {
  content: "\f1ad";
}
.bi-border-middle[data-v-50243406]::before {
  content: "\f1ae";
}
.bi-border-outer[data-v-50243406]::before {
  content: "\f1af";
}
.bi-border-right[data-v-50243406]::before {
  content: "\f1b0";
}
.bi-border-style[data-v-50243406]::before {
  content: "\f1b1";
}
.bi-border-top[data-v-50243406]::before {
  content: "\f1b2";
}
.bi-border-width[data-v-50243406]::before {
  content: "\f1b3";
}
.bi-border[data-v-50243406]::before {
  content: "\f1b4";
}
.bi-bounding-box-circles[data-v-50243406]::before {
  content: "\f1b5";
}
.bi-bounding-box[data-v-50243406]::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left[data-v-50243406]::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right[data-v-50243406]::before {
  content: "\f1b8";
}
.bi-box-arrow-down[data-v-50243406]::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left[data-v-50243406]::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right[data-v-50243406]::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down[data-v-50243406]::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left[data-v-50243406]::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right[data-v-50243406]::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left[data-v-50243406]::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right[data-v-50243406]::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up[data-v-50243406]::before {
  content: "\f1c1";
}
.bi-box-arrow-left[data-v-50243406]::before {
  content: "\f1c2";
}
.bi-box-arrow-right[data-v-50243406]::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left[data-v-50243406]::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right[data-v-50243406]::before {
  content: "\f1c5";
}
.bi-box-arrow-up[data-v-50243406]::before {
  content: "\f1c6";
}
.bi-box-seam[data-v-50243406]::before {
  content: "\f1c7";
}
.bi-box[data-v-50243406]::before {
  content: "\f1c8";
}
.bi-braces[data-v-50243406]::before {
  content: "\f1c9";
}
.bi-bricks[data-v-50243406]::before {
  content: "\f1ca";
}
.bi-briefcase-fill[data-v-50243406]::before {
  content: "\f1cb";
}
.bi-briefcase[data-v-50243406]::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill[data-v-50243406]::before {
  content: "\f1cd";
}
.bi-brightness-alt-high[data-v-50243406]::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill[data-v-50243406]::before {
  content: "\f1cf";
}
.bi-brightness-alt-low[data-v-50243406]::before {
  content: "\f1d0";
}
.bi-brightness-high-fill[data-v-50243406]::before {
  content: "\f1d1";
}
.bi-brightness-high[data-v-50243406]::before {
  content: "\f1d2";
}
.bi-brightness-low-fill[data-v-50243406]::before {
  content: "\f1d3";
}
.bi-brightness-low[data-v-50243406]::before {
  content: "\f1d4";
}
.bi-broadcast-pin[data-v-50243406]::before {
  content: "\f1d5";
}
.bi-broadcast[data-v-50243406]::before {
  content: "\f1d6";
}
.bi-brush-fill[data-v-50243406]::before {
  content: "\f1d7";
}
.bi-brush[data-v-50243406]::before {
  content: "\f1d8";
}
.bi-bucket-fill[data-v-50243406]::before {
  content: "\f1d9";
}
.bi-bucket[data-v-50243406]::before {
  content: "\f1da";
}
.bi-bug-fill[data-v-50243406]::before {
  content: "\f1db";
}
.bi-bug[data-v-50243406]::before {
  content: "\f1dc";
}
.bi-building[data-v-50243406]::before {
  content: "\f1dd";
}
.bi-bullseye[data-v-50243406]::before {
  content: "\f1de";
}
.bi-calculator-fill[data-v-50243406]::before {
  content: "\f1df";
}
.bi-calculator[data-v-50243406]::before {
  content: "\f1e0";
}
.bi-calendar-check-fill[data-v-50243406]::before {
  content: "\f1e1";
}
.bi-calendar-check[data-v-50243406]::before {
  content: "\f1e2";
}
.bi-calendar-date-fill[data-v-50243406]::before {
  content: "\f1e3";
}
.bi-calendar-date[data-v-50243406]::before {
  content: "\f1e4";
}
.bi-calendar-day-fill[data-v-50243406]::before {
  content: "\f1e5";
}
.bi-calendar-day[data-v-50243406]::before {
  content: "\f1e6";
}
.bi-calendar-event-fill[data-v-50243406]::before {
  content: "\f1e7";
}
.bi-calendar-event[data-v-50243406]::before {
  content: "\f1e8";
}
.bi-calendar-fill[data-v-50243406]::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill[data-v-50243406]::before {
  content: "\f1ea";
}
.bi-calendar-minus[data-v-50243406]::before {
  content: "\f1eb";
}
.bi-calendar-month-fill[data-v-50243406]::before {
  content: "\f1ec";
}
.bi-calendar-month[data-v-50243406]::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill[data-v-50243406]::before {
  content: "\f1ee";
}
.bi-calendar-plus[data-v-50243406]::before {
  content: "\f1ef";
}
.bi-calendar-range-fill[data-v-50243406]::before {
  content: "\f1f0";
}
.bi-calendar-range[data-v-50243406]::before {
  content: "\f1f1";
}
.bi-calendar-week-fill[data-v-50243406]::before {
  content: "\f1f2";
}
.bi-calendar-week[data-v-50243406]::before {
  content: "\f1f3";
}
.bi-calendar-x-fill[data-v-50243406]::before {
  content: "\f1f4";
}
.bi-calendar-x[data-v-50243406]::before {
  content: "\f1f5";
}
.bi-calendar[data-v-50243406]::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill[data-v-50243406]::before {
  content: "\f1f7";
}
.bi-calendar2-check[data-v-50243406]::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill[data-v-50243406]::before {
  content: "\f1f9";
}
.bi-calendar2-date[data-v-50243406]::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill[data-v-50243406]::before {
  content: "\f1fb";
}
.bi-calendar2-day[data-v-50243406]::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill[data-v-50243406]::before {
  content: "\f1fd";
}
.bi-calendar2-event[data-v-50243406]::before {
  content: "\f1fe";
}
.bi-calendar2-fill[data-v-50243406]::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill[data-v-50243406]::before {
  content: "\f200";
}
.bi-calendar2-minus[data-v-50243406]::before {
  content: "\f201";
}
.bi-calendar2-month-fill[data-v-50243406]::before {
  content: "\f202";
}
.bi-calendar2-month[data-v-50243406]::before {
  content: "\f203";
}
.bi-calendar2-plus-fill[data-v-50243406]::before {
  content: "\f204";
}
.bi-calendar2-plus[data-v-50243406]::before {
  content: "\f205";
}
.bi-calendar2-range-fill[data-v-50243406]::before {
  content: "\f206";
}
.bi-calendar2-range[data-v-50243406]::before {
  content: "\f207";
}
.bi-calendar2-week-fill[data-v-50243406]::before {
  content: "\f208";
}
.bi-calendar2-week[data-v-50243406]::before {
  content: "\f209";
}
.bi-calendar2-x-fill[data-v-50243406]::before {
  content: "\f20a";
}
.bi-calendar2-x[data-v-50243406]::before {
  content: "\f20b";
}
.bi-calendar2[data-v-50243406]::before {
  content: "\f20c";
}
.bi-calendar3-event-fill[data-v-50243406]::before {
  content: "\f20d";
}
.bi-calendar3-event[data-v-50243406]::before {
  content: "\f20e";
}
.bi-calendar3-fill[data-v-50243406]::before {
  content: "\f20f";
}
.bi-calendar3-range-fill[data-v-50243406]::before {
  content: "\f210";
}
.bi-calendar3-range[data-v-50243406]::before {
  content: "\f211";
}
.bi-calendar3-week-fill[data-v-50243406]::before {
  content: "\f212";
}
.bi-calendar3-week[data-v-50243406]::before {
  content: "\f213";
}
.bi-calendar3[data-v-50243406]::before {
  content: "\f214";
}
.bi-calendar4-event[data-v-50243406]::before {
  content: "\f215";
}
.bi-calendar4-range[data-v-50243406]::before {
  content: "\f216";
}
.bi-calendar4-week[data-v-50243406]::before {
  content: "\f217";
}
.bi-calendar4[data-v-50243406]::before {
  content: "\f218";
}
.bi-camera-fill[data-v-50243406]::before {
  content: "\f219";
}
.bi-camera-reels-fill[data-v-50243406]::before {
  content: "\f21a";
}
.bi-camera-reels[data-v-50243406]::before {
  content: "\f21b";
}
.bi-camera-video-fill[data-v-50243406]::before {
  content: "\f21c";
}
.bi-camera-video-off-fill[data-v-50243406]::before {
  content: "\f21d";
}
.bi-camera-video-off[data-v-50243406]::before {
  content: "\f21e";
}
.bi-camera-video[data-v-50243406]::before {
  content: "\f21f";
}
.bi-camera[data-v-50243406]::before {
  content: "\f220";
}
.bi-camera2[data-v-50243406]::before {
  content: "\f221";
}
.bi-capslock-fill[data-v-50243406]::before {
  content: "\f222";
}
.bi-capslock[data-v-50243406]::before {
  content: "\f223";
}
.bi-card-checklist[data-v-50243406]::before {
  content: "\f224";
}
.bi-card-heading[data-v-50243406]::before {
  content: "\f225";
}
.bi-card-image[data-v-50243406]::before {
  content: "\f226";
}
.bi-card-list[data-v-50243406]::before {
  content: "\f227";
}
.bi-card-text[data-v-50243406]::before {
  content: "\f228";
}
.bi-caret-down-fill[data-v-50243406]::before {
  content: "\f229";
}
.bi-caret-down-square-fill[data-v-50243406]::before {
  content: "\f22a";
}
.bi-caret-down-square[data-v-50243406]::before {
  content: "\f22b";
}
.bi-caret-down[data-v-50243406]::before {
  content: "\f22c";
}
.bi-caret-left-fill[data-v-50243406]::before {
  content: "\f22d";
}
.bi-caret-left-square-fill[data-v-50243406]::before {
  content: "\f22e";
}
.bi-caret-left-square[data-v-50243406]::before {
  content: "\f22f";
}
.bi-caret-left[data-v-50243406]::before {
  content: "\f230";
}
.bi-caret-right-fill[data-v-50243406]::before {
  content: "\f231";
}
.bi-caret-right-square-fill[data-v-50243406]::before {
  content: "\f232";
}
.bi-caret-right-square[data-v-50243406]::before {
  content: "\f233";
}
.bi-caret-right[data-v-50243406]::before {
  content: "\f234";
}
.bi-caret-up-fill[data-v-50243406]::before {
  content: "\f235";
}
.bi-caret-up-square-fill[data-v-50243406]::before {
  content: "\f236";
}
.bi-caret-up-square[data-v-50243406]::before {
  content: "\f237";
}
.bi-caret-up[data-v-50243406]::before {
  content: "\f238";
}
.bi-cart-check-fill[data-v-50243406]::before {
  content: "\f239";
}
.bi-cart-check[data-v-50243406]::before {
  content: "\f23a";
}
.bi-cart-dash-fill[data-v-50243406]::before {
  content: "\f23b";
}
.bi-cart-dash[data-v-50243406]::before {
  content: "\f23c";
}
.bi-cart-fill[data-v-50243406]::before {
  content: "\f23d";
}
.bi-cart-plus-fill[data-v-50243406]::before {
  content: "\f23e";
}
.bi-cart-plus[data-v-50243406]::before {
  content: "\f23f";
}
.bi-cart-x-fill[data-v-50243406]::before {
  content: "\f240";
}
.bi-cart-x[data-v-50243406]::before {
  content: "\f241";
}
.bi-cart[data-v-50243406]::before {
  content: "\f242";
}
.bi-cart2[data-v-50243406]::before {
  content: "\f243";
}
.bi-cart3[data-v-50243406]::before {
  content: "\f244";
}
.bi-cart4[data-v-50243406]::before {
  content: "\f245";
}
.bi-cash-stack[data-v-50243406]::before {
  content: "\f246";
}
.bi-cash[data-v-50243406]::before {
  content: "\f247";
}
.bi-cast[data-v-50243406]::before {
  content: "\f248";
}
.bi-chat-dots-fill[data-v-50243406]::before {
  content: "\f249";
}
.bi-chat-dots[data-v-50243406]::before {
  content: "\f24a";
}
.bi-chat-fill[data-v-50243406]::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill[data-v-50243406]::before {
  content: "\f24c";
}
.bi-chat-left-dots[data-v-50243406]::before {
  content: "\f24d";
}
.bi-chat-left-fill[data-v-50243406]::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill[data-v-50243406]::before {
  content: "\f24f";
}
.bi-chat-left-quote[data-v-50243406]::before {
  content: "\f250";
}
.bi-chat-left-text-fill[data-v-50243406]::before {
  content: "\f251";
}
.bi-chat-left-text[data-v-50243406]::before {
  content: "\f252";
}
.bi-chat-left[data-v-50243406]::before {
  content: "\f253";
}
.bi-chat-quote-fill[data-v-50243406]::before {
  content: "\f254";
}
.bi-chat-quote[data-v-50243406]::before {
  content: "\f255";
}
.bi-chat-right-dots-fill[data-v-50243406]::before {
  content: "\f256";
}
.bi-chat-right-dots[data-v-50243406]::before {
  content: "\f257";
}
.bi-chat-right-fill[data-v-50243406]::before {
  content: "\f258";
}
.bi-chat-right-quote-fill[data-v-50243406]::before {
  content: "\f259";
}
.bi-chat-right-quote[data-v-50243406]::before {
  content: "\f25a";
}
.bi-chat-right-text-fill[data-v-50243406]::before {
  content: "\f25b";
}
.bi-chat-right-text[data-v-50243406]::before {
  content: "\f25c";
}
.bi-chat-right[data-v-50243406]::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill[data-v-50243406]::before {
  content: "\f25e";
}
.bi-chat-square-dots[data-v-50243406]::before {
  content: "\f25f";
}
.bi-chat-square-fill[data-v-50243406]::before {
  content: "\f260";
}
.bi-chat-square-quote-fill[data-v-50243406]::before {
  content: "\f261";
}
.bi-chat-square-quote[data-v-50243406]::before {
  content: "\f262";
}
.bi-chat-square-text-fill[data-v-50243406]::before {
  content: "\f263";
}
.bi-chat-square-text[data-v-50243406]::before {
  content: "\f264";
}
.bi-chat-square[data-v-50243406]::before {
  content: "\f265";
}
.bi-chat-text-fill[data-v-50243406]::before {
  content: "\f266";
}
.bi-chat-text[data-v-50243406]::before {
  content: "\f267";
}
.bi-chat[data-v-50243406]::before {
  content: "\f268";
}
.bi-check-all[data-v-50243406]::before {
  content: "\f269";
}
.bi-check-circle-fill[data-v-50243406]::before {
  content: "\f26a";
}
.bi-check-circle[data-v-50243406]::before {
  content: "\f26b";
}
.bi-check-square-fill[data-v-50243406]::before {
  content: "\f26c";
}
.bi-check-square[data-v-50243406]::before {
  content: "\f26d";
}
.bi-check[data-v-50243406]::before {
  content: "\f26e";
}
.bi-check2-all[data-v-50243406]::before {
  content: "\f26f";
}
.bi-check2-circle[data-v-50243406]::before {
  content: "\f270";
}
.bi-check2-square[data-v-50243406]::before {
  content: "\f271";
}
.bi-check2[data-v-50243406]::before {
  content: "\f272";
}
.bi-chevron-bar-contract[data-v-50243406]::before {
  content: "\f273";
}
.bi-chevron-bar-down[data-v-50243406]::before {
  content: "\f274";
}
.bi-chevron-bar-expand[data-v-50243406]::before {
  content: "\f275";
}
.bi-chevron-bar-left[data-v-50243406]::before {
  content: "\f276";
}
.bi-chevron-bar-right[data-v-50243406]::before {
  content: "\f277";
}
.bi-chevron-bar-up[data-v-50243406]::before {
  content: "\f278";
}
.bi-chevron-compact-down[data-v-50243406]::before {
  content: "\f279";
}
.bi-chevron-compact-left[data-v-50243406]::before {
  content: "\f27a";
}
.bi-chevron-compact-right[data-v-50243406]::before {
  content: "\f27b";
}
.bi-chevron-compact-up[data-v-50243406]::before {
  content: "\f27c";
}
.bi-chevron-contract[data-v-50243406]::before {
  content: "\f27d";
}
.bi-chevron-double-down[data-v-50243406]::before {
  content: "\f27e";
}
.bi-chevron-double-left[data-v-50243406]::before {
  content: "\f27f";
}
.bi-chevron-double-right[data-v-50243406]::before {
  content: "\f280";
}
.bi-chevron-double-up[data-v-50243406]::before {
  content: "\f281";
}
.bi-chevron-down[data-v-50243406]::before {
  content: "\f282";
}
.bi-chevron-expand[data-v-50243406]::before {
  content: "\f283";
}
.bi-chevron-left[data-v-50243406]::before {
  content: "\f284";
}
.bi-chevron-right[data-v-50243406]::before {
  content: "\f285";
}
.bi-chevron-up[data-v-50243406]::before {
  content: "\f286";
}
.bi-circle-fill[data-v-50243406]::before {
  content: "\f287";
}
.bi-circle-half[data-v-50243406]::before {
  content: "\f288";
}
.bi-circle-square[data-v-50243406]::before {
  content: "\f289";
}
.bi-circle[data-v-50243406]::before {
  content: "\f28a";
}
.bi-clipboard-check[data-v-50243406]::before {
  content: "\f28b";
}
.bi-clipboard-data[data-v-50243406]::before {
  content: "\f28c";
}
.bi-clipboard-minus[data-v-50243406]::before {
  content: "\f28d";
}
.bi-clipboard-plus[data-v-50243406]::before {
  content: "\f28e";
}
.bi-clipboard-x[data-v-50243406]::before {
  content: "\f28f";
}
.bi-clipboard[data-v-50243406]::before {
  content: "\f290";
}
.bi-clock-fill[data-v-50243406]::before {
  content: "\f291";
}
.bi-clock-history[data-v-50243406]::before {
  content: "\f292";
}
.bi-clock[data-v-50243406]::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill[data-v-50243406]::before {
  content: "\f294";
}
.bi-cloud-arrow-down[data-v-50243406]::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill[data-v-50243406]::before {
  content: "\f296";
}
.bi-cloud-arrow-up[data-v-50243406]::before {
  content: "\f297";
}
.bi-cloud-check-fill[data-v-50243406]::before {
  content: "\f298";
}
.bi-cloud-check[data-v-50243406]::before {
  content: "\f299";
}
.bi-cloud-download-fill[data-v-50243406]::before {
  content: "\f29a";
}
.bi-cloud-download[data-v-50243406]::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill[data-v-50243406]::before {
  content: "\f29c";
}
.bi-cloud-drizzle[data-v-50243406]::before {
  content: "\f29d";
}
.bi-cloud-fill[data-v-50243406]::before {
  content: "\f29e";
}
.bi-cloud-fog-fill[data-v-50243406]::before {
  content: "\f29f";
}
.bi-cloud-fog[data-v-50243406]::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill[data-v-50243406]::before {
  content: "\f2a1";
}
.bi-cloud-fog2[data-v-50243406]::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill[data-v-50243406]::before {
  content: "\f2a3";
}
.bi-cloud-hail[data-v-50243406]::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill[data-v-50243406]::before {
  content: "\f2a6";
}
.bi-cloud-haze[data-v-50243406]::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill[data-v-50243406]::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill[data-v-50243406]::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill[data-v-50243406]::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain[data-v-50243406]::before {
  content: "\f2ab";
}
.bi-cloud-lightning[data-v-50243406]::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill[data-v-50243406]::before {
  content: "\f2ad";
}
.bi-cloud-minus[data-v-50243406]::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill[data-v-50243406]::before {
  content: "\f2af";
}
.bi-cloud-moon[data-v-50243406]::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill[data-v-50243406]::before {
  content: "\f2b1";
}
.bi-cloud-plus[data-v-50243406]::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill[data-v-50243406]::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill[data-v-50243406]::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy[data-v-50243406]::before {
  content: "\f2b5";
}
.bi-cloud-rain[data-v-50243406]::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill[data-v-50243406]::before {
  content: "\f2b7";
}
.bi-cloud-slash[data-v-50243406]::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill[data-v-50243406]::before {
  content: "\f2b9";
}
.bi-cloud-sleet[data-v-50243406]::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill[data-v-50243406]::before {
  content: "\f2bb";
}
.bi-cloud-snow[data-v-50243406]::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill[data-v-50243406]::before {
  content: "\f2bd";
}
.bi-cloud-sun[data-v-50243406]::before {
  content: "\f2be";
}
.bi-cloud-upload-fill[data-v-50243406]::before {
  content: "\f2bf";
}
.bi-cloud-upload[data-v-50243406]::before {
  content: "\f2c0";
}
.bi-cloud[data-v-50243406]::before {
  content: "\f2c1";
}
.bi-clouds-fill[data-v-50243406]::before {
  content: "\f2c2";
}
.bi-clouds[data-v-50243406]::before {
  content: "\f2c3";
}
.bi-cloudy-fill[data-v-50243406]::before {
  content: "\f2c4";
}
.bi-cloudy[data-v-50243406]::before {
  content: "\f2c5";
}
.bi-code-slash[data-v-50243406]::before {
  content: "\f2c6";
}
.bi-code-square[data-v-50243406]::before {
  content: "\f2c7";
}
.bi-code[data-v-50243406]::before {
  content: "\f2c8";
}
.bi-collection-fill[data-v-50243406]::before {
  content: "\f2c9";
}
.bi-collection-play-fill[data-v-50243406]::before {
  content: "\f2ca";
}
.bi-collection-play[data-v-50243406]::before {
  content: "\f2cb";
}
.bi-collection[data-v-50243406]::before {
  content: "\f2cc";
}
.bi-columns-gap[data-v-50243406]::before {
  content: "\f2cd";
}
.bi-columns[data-v-50243406]::before {
  content: "\f2ce";
}
.bi-command[data-v-50243406]::before {
  content: "\f2cf";
}
.bi-compass-fill[data-v-50243406]::before {
  content: "\f2d0";
}
.bi-compass[data-v-50243406]::before {
  content: "\f2d1";
}
.bi-cone-striped[data-v-50243406]::before {
  content: "\f2d2";
}
.bi-cone[data-v-50243406]::before {
  content: "\f2d3";
}
.bi-controller[data-v-50243406]::before {
  content: "\f2d4";
}
.bi-cpu-fill[data-v-50243406]::before {
  content: "\f2d5";
}
.bi-cpu[data-v-50243406]::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill[data-v-50243406]::before {
  content: "\f2d7";
}
.bi-credit-card-2-back[data-v-50243406]::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill[data-v-50243406]::before {
  content: "\f2d9";
}
.bi-credit-card-2-front[data-v-50243406]::before {
  content: "\f2da";
}
.bi-credit-card-fill[data-v-50243406]::before {
  content: "\f2db";
}
.bi-credit-card[data-v-50243406]::before {
  content: "\f2dc";
}
.bi-crop[data-v-50243406]::before {
  content: "\f2dd";
}
.bi-cup-fill[data-v-50243406]::before {
  content: "\f2de";
}
.bi-cup-straw[data-v-50243406]::before {
  content: "\f2df";
}
.bi-cup[data-v-50243406]::before {
  content: "\f2e0";
}
.bi-cursor-fill[data-v-50243406]::before {
  content: "\f2e1";
}
.bi-cursor-text[data-v-50243406]::before {
  content: "\f2e2";
}
.bi-cursor[data-v-50243406]::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted[data-v-50243406]::before {
  content: "\f2e4";
}
.bi-dash-circle-fill[data-v-50243406]::before {
  content: "\f2e5";
}
.bi-dash-circle[data-v-50243406]::before {
  content: "\f2e6";
}
.bi-dash-square-dotted[data-v-50243406]::before {
  content: "\f2e7";
}
.bi-dash-square-fill[data-v-50243406]::before {
  content: "\f2e8";
}
.bi-dash-square[data-v-50243406]::before {
  content: "\f2e9";
}
.bi-dash[data-v-50243406]::before {
  content: "\f2ea";
}
.bi-diagram-2-fill[data-v-50243406]::before {
  content: "\f2eb";
}
.bi-diagram-2[data-v-50243406]::before {
  content: "\f2ec";
}
.bi-diagram-3-fill[data-v-50243406]::before {
  content: "\f2ed";
}
.bi-diagram-3[data-v-50243406]::before {
  content: "\f2ee";
}
.bi-diamond-fill[data-v-50243406]::before {
  content: "\f2ef";
}
.bi-diamond-half[data-v-50243406]::before {
  content: "\f2f0";
}
.bi-diamond[data-v-50243406]::before {
  content: "\f2f1";
}
.bi-dice-1-fill[data-v-50243406]::before {
  content: "\f2f2";
}
.bi-dice-1[data-v-50243406]::before {
  content: "\f2f3";
}
.bi-dice-2-fill[data-v-50243406]::before {
  content: "\f2f4";
}
.bi-dice-2[data-v-50243406]::before {
  content: "\f2f5";
}
.bi-dice-3-fill[data-v-50243406]::before {
  content: "\f2f6";
}
.bi-dice-3[data-v-50243406]::before {
  content: "\f2f7";
}
.bi-dice-4-fill[data-v-50243406]::before {
  content: "\f2f8";
}
.bi-dice-4[data-v-50243406]::before {
  content: "\f2f9";
}
.bi-dice-5-fill[data-v-50243406]::before {
  content: "\f2fa";
}
.bi-dice-5[data-v-50243406]::before {
  content: "\f2fb";
}
.bi-dice-6-fill[data-v-50243406]::before {
  content: "\f2fc";
}
.bi-dice-6[data-v-50243406]::before {
  content: "\f2fd";
}
.bi-disc-fill[data-v-50243406]::before {
  content: "\f2fe";
}
.bi-disc[data-v-50243406]::before {
  content: "\f2ff";
}
.bi-discord[data-v-50243406]::before {
  content: "\f300";
}
.bi-display-fill[data-v-50243406]::before {
  content: "\f301";
}
.bi-display[data-v-50243406]::before {
  content: "\f302";
}
.bi-distribute-horizontal[data-v-50243406]::before {
  content: "\f303";
}
.bi-distribute-vertical[data-v-50243406]::before {
  content: "\f304";
}
.bi-door-closed-fill[data-v-50243406]::before {
  content: "\f305";
}
.bi-door-closed[data-v-50243406]::before {
  content: "\f306";
}
.bi-door-open-fill[data-v-50243406]::before {
  content: "\f307";
}
.bi-door-open[data-v-50243406]::before {
  content: "\f308";
}
.bi-dot[data-v-50243406]::before {
  content: "\f309";
}
.bi-download[data-v-50243406]::before {
  content: "\f30a";
}
.bi-droplet-fill[data-v-50243406]::before {
  content: "\f30b";
}
.bi-droplet-half[data-v-50243406]::before {
  content: "\f30c";
}
.bi-droplet[data-v-50243406]::before {
  content: "\f30d";
}
.bi-earbuds[data-v-50243406]::before {
  content: "\f30e";
}
.bi-easel-fill[data-v-50243406]::before {
  content: "\f30f";
}
.bi-easel[data-v-50243406]::before {
  content: "\f310";
}
.bi-egg-fill[data-v-50243406]::before {
  content: "\f311";
}
.bi-egg-fried[data-v-50243406]::before {
  content: "\f312";
}
.bi-egg[data-v-50243406]::before {
  content: "\f313";
}
.bi-eject-fill[data-v-50243406]::before {
  content: "\f314";
}
.bi-eject[data-v-50243406]::before {
  content: "\f315";
}
.bi-emoji-angry-fill[data-v-50243406]::before {
  content: "\f316";
}
.bi-emoji-angry[data-v-50243406]::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill[data-v-50243406]::before {
  content: "\f318";
}
.bi-emoji-dizzy[data-v-50243406]::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill[data-v-50243406]::before {
  content: "\f31a";
}
.bi-emoji-expressionless[data-v-50243406]::before {
  content: "\f31b";
}
.bi-emoji-frown-fill[data-v-50243406]::before {
  content: "\f31c";
}
.bi-emoji-frown[data-v-50243406]::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill[data-v-50243406]::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes[data-v-50243406]::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill[data-v-50243406]::before {
  content: "\f320";
}
.bi-emoji-laughing[data-v-50243406]::before {
  content: "\f321";
}
.bi-emoji-neutral-fill[data-v-50243406]::before {
  content: "\f322";
}
.bi-emoji-neutral[data-v-50243406]::before {
  content: "\f323";
}
.bi-emoji-smile-fill[data-v-50243406]::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill[data-v-50243406]::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down[data-v-50243406]::before {
  content: "\f326";
}
.bi-emoji-smile[data-v-50243406]::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill[data-v-50243406]::before {
  content: "\f328";
}
.bi-emoji-sunglasses[data-v-50243406]::before {
  content: "\f329";
}
.bi-emoji-wink-fill[data-v-50243406]::before {
  content: "\f32a";
}
.bi-emoji-wink[data-v-50243406]::before {
  content: "\f32b";
}
.bi-envelope-fill[data-v-50243406]::before {
  content: "\f32c";
}
.bi-envelope-open-fill[data-v-50243406]::before {
  content: "\f32d";
}
.bi-envelope-open[data-v-50243406]::before {
  content: "\f32e";
}
.bi-envelope[data-v-50243406]::before {
  content: "\f32f";
}
.bi-eraser-fill[data-v-50243406]::before {
  content: "\f330";
}
.bi-eraser[data-v-50243406]::before {
  content: "\f331";
}
.bi-exclamation-circle-fill[data-v-50243406]::before {
  content: "\f332";
}
.bi-exclamation-circle[data-v-50243406]::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill[data-v-50243406]::before {
  content: "\f334";
}
.bi-exclamation-diamond[data-v-50243406]::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill[data-v-50243406]::before {
  content: "\f336";
}
.bi-exclamation-octagon[data-v-50243406]::before {
  content: "\f337";
}
.bi-exclamation-square-fill[data-v-50243406]::before {
  content: "\f338";
}
.bi-exclamation-square[data-v-50243406]::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill[data-v-50243406]::before {
  content: "\f33a";
}
.bi-exclamation-triangle[data-v-50243406]::before {
  content: "\f33b";
}
.bi-exclamation[data-v-50243406]::before {
  content: "\f33c";
}
.bi-exclude[data-v-50243406]::before {
  content: "\f33d";
}
.bi-eye-fill[data-v-50243406]::before {
  content: "\f33e";
}
.bi-eye-slash-fill[data-v-50243406]::before {
  content: "\f33f";
}
.bi-eye-slash[data-v-50243406]::before {
  content: "\f340";
}
.bi-eye[data-v-50243406]::before {
  content: "\f341";
}
.bi-eyedropper[data-v-50243406]::before {
  content: "\f342";
}
.bi-eyeglasses[data-v-50243406]::before {
  content: "\f343";
}
.bi-facebook[data-v-50243406]::before {
  content: "\f344";
}
.bi-file-arrow-down-fill[data-v-50243406]::before {
  content: "\f345";
}
.bi-file-arrow-down[data-v-50243406]::before {
  content: "\f346";
}
.bi-file-arrow-up-fill[data-v-50243406]::before {
  content: "\f347";
}
.bi-file-arrow-up[data-v-50243406]::before {
  content: "\f348";
}
.bi-file-bar-graph-fill[data-v-50243406]::before {
  content: "\f349";
}
.bi-file-bar-graph[data-v-50243406]::before {
  content: "\f34a";
}
.bi-file-binary-fill[data-v-50243406]::before {
  content: "\f34b";
}
.bi-file-binary[data-v-50243406]::before {
  content: "\f34c";
}
.bi-file-break-fill[data-v-50243406]::before {
  content: "\f34d";
}
.bi-file-break[data-v-50243406]::before {
  content: "\f34e";
}
.bi-file-check-fill[data-v-50243406]::before {
  content: "\f34f";
}
.bi-file-check[data-v-50243406]::before {
  content: "\f350";
}
.bi-file-code-fill[data-v-50243406]::before {
  content: "\f351";
}
.bi-file-code[data-v-50243406]::before {
  content: "\f352";
}
.bi-file-diff-fill[data-v-50243406]::before {
  content: "\f353";
}
.bi-file-diff[data-v-50243406]::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill[data-v-50243406]::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down[data-v-50243406]::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill[data-v-50243406]::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up[data-v-50243406]::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill[data-v-50243406]::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph[data-v-50243406]::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill[data-v-50243406]::before {
  content: "\f35b";
}
.bi-file-earmark-binary[data-v-50243406]::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill[data-v-50243406]::before {
  content: "\f35d";
}
.bi-file-earmark-break[data-v-50243406]::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill[data-v-50243406]::before {
  content: "\f35f";
}
.bi-file-earmark-check[data-v-50243406]::before {
  content: "\f360";
}
.bi-file-earmark-code-fill[data-v-50243406]::before {
  content: "\f361";
}
.bi-file-earmark-code[data-v-50243406]::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill[data-v-50243406]::before {
  content: "\f363";
}
.bi-file-earmark-diff[data-v-50243406]::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill[data-v-50243406]::before {
  content: "\f365";
}
.bi-file-earmark-easel[data-v-50243406]::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill[data-v-50243406]::before {
  content: "\f367";
}
.bi-file-earmark-excel[data-v-50243406]::before {
  content: "\f368";
}
.bi-file-earmark-fill[data-v-50243406]::before {
  content: "\f369";
}
.bi-file-earmark-font-fill[data-v-50243406]::before {
  content: "\f36a";
}
.bi-file-earmark-font[data-v-50243406]::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill[data-v-50243406]::before {
  content: "\f36c";
}
.bi-file-earmark-image[data-v-50243406]::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill[data-v-50243406]::before {
  content: "\f36e";
}
.bi-file-earmark-lock[data-v-50243406]::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill[data-v-50243406]::before {
  content: "\f370";
}
.bi-file-earmark-lock2[data-v-50243406]::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill[data-v-50243406]::before {
  content: "\f372";
}
.bi-file-earmark-medical[data-v-50243406]::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill[data-v-50243406]::before {
  content: "\f374";
}
.bi-file-earmark-minus[data-v-50243406]::before {
  content: "\f375";
}
.bi-file-earmark-music-fill[data-v-50243406]::before {
  content: "\f376";
}
.bi-file-earmark-music[data-v-50243406]::before {
  content: "\f377";
}
.bi-file-earmark-person-fill[data-v-50243406]::before {
  content: "\f378";
}
.bi-file-earmark-person[data-v-50243406]::before {
  content: "\f379";
}
.bi-file-earmark-play-fill[data-v-50243406]::before {
  content: "\f37a";
}
.bi-file-earmark-play[data-v-50243406]::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill[data-v-50243406]::before {
  content: "\f37c";
}
.bi-file-earmark-plus[data-v-50243406]::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill[data-v-50243406]::before {
  content: "\f37e";
}
.bi-file-earmark-post[data-v-50243406]::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill[data-v-50243406]::before {
  content: "\f380";
}
.bi-file-earmark-ppt[data-v-50243406]::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill[data-v-50243406]::before {
  content: "\f382";
}
.bi-file-earmark-richtext[data-v-50243406]::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill[data-v-50243406]::before {
  content: "\f384";
}
.bi-file-earmark-ruled[data-v-50243406]::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill[data-v-50243406]::before {
  content: "\f386";
}
.bi-file-earmark-slides[data-v-50243406]::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill[data-v-50243406]::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet[data-v-50243406]::before {
  content: "\f389";
}
.bi-file-earmark-text-fill[data-v-50243406]::before {
  content: "\f38a";
}
.bi-file-earmark-text[data-v-50243406]::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill[data-v-50243406]::before {
  content: "\f38c";
}
.bi-file-earmark-word[data-v-50243406]::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill[data-v-50243406]::before {
  content: "\f38e";
}
.bi-file-earmark-x[data-v-50243406]::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill[data-v-50243406]::before {
  content: "\f390";
}
.bi-file-earmark-zip[data-v-50243406]::before {
  content: "\f391";
}
.bi-file-earmark[data-v-50243406]::before {
  content: "\f392";
}
.bi-file-easel-fill[data-v-50243406]::before {
  content: "\f393";
}
.bi-file-easel[data-v-50243406]::before {
  content: "\f394";
}
.bi-file-excel-fill[data-v-50243406]::before {
  content: "\f395";
}
.bi-file-excel[data-v-50243406]::before {
  content: "\f396";
}
.bi-file-fill[data-v-50243406]::before {
  content: "\f397";
}
.bi-file-font-fill[data-v-50243406]::before {
  content: "\f398";
}
.bi-file-font[data-v-50243406]::before {
  content: "\f399";
}
.bi-file-image-fill[data-v-50243406]::before {
  content: "\f39a";
}
.bi-file-image[data-v-50243406]::before {
  content: "\f39b";
}
.bi-file-lock-fill[data-v-50243406]::before {
  content: "\f39c";
}
.bi-file-lock[data-v-50243406]::before {
  content: "\f39d";
}
.bi-file-lock2-fill[data-v-50243406]::before {
  content: "\f39e";
}
.bi-file-lock2[data-v-50243406]::before {
  content: "\f39f";
}
.bi-file-medical-fill[data-v-50243406]::before {
  content: "\f3a0";
}
.bi-file-medical[data-v-50243406]::before {
  content: "\f3a1";
}
.bi-file-minus-fill[data-v-50243406]::before {
  content: "\f3a2";
}
.bi-file-minus[data-v-50243406]::before {
  content: "\f3a3";
}
.bi-file-music-fill[data-v-50243406]::before {
  content: "\f3a4";
}
.bi-file-music[data-v-50243406]::before {
  content: "\f3a5";
}
.bi-file-person-fill[data-v-50243406]::before {
  content: "\f3a6";
}
.bi-file-person[data-v-50243406]::before {
  content: "\f3a7";
}
.bi-file-play-fill[data-v-50243406]::before {
  content: "\f3a8";
}
.bi-file-play[data-v-50243406]::before {
  content: "\f3a9";
}
.bi-file-plus-fill[data-v-50243406]::before {
  content: "\f3aa";
}
.bi-file-plus[data-v-50243406]::before {
  content: "\f3ab";
}
.bi-file-post-fill[data-v-50243406]::before {
  content: "\f3ac";
}
.bi-file-post[data-v-50243406]::before {
  content: "\f3ad";
}
.bi-file-ppt-fill[data-v-50243406]::before {
  content: "\f3ae";
}
.bi-file-ppt[data-v-50243406]::before {
  content: "\f3af";
}
.bi-file-richtext-fill[data-v-50243406]::before {
  content: "\f3b0";
}
.bi-file-richtext[data-v-50243406]::before {
  content: "\f3b1";
}
.bi-file-ruled-fill[data-v-50243406]::before {
  content: "\f3b2";
}
.bi-file-ruled[data-v-50243406]::before {
  content: "\f3b3";
}
.bi-file-slides-fill[data-v-50243406]::before {
  content: "\f3b4";
}
.bi-file-slides[data-v-50243406]::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill[data-v-50243406]::before {
  content: "\f3b6";
}
.bi-file-spreadsheet[data-v-50243406]::before {
  content: "\f3b7";
}
.bi-file-text-fill[data-v-50243406]::before {
  content: "\f3b8";
}
.bi-file-text[data-v-50243406]::before {
  content: "\f3b9";
}
.bi-file-word-fill[data-v-50243406]::before {
  content: "\f3ba";
}
.bi-file-word[data-v-50243406]::before {
  content: "\f3bb";
}
.bi-file-x-fill[data-v-50243406]::before {
  content: "\f3bc";
}
.bi-file-x[data-v-50243406]::before {
  content: "\f3bd";
}
.bi-file-zip-fill[data-v-50243406]::before {
  content: "\f3be";
}
.bi-file-zip[data-v-50243406]::before {
  content: "\f3bf";
}
.bi-file[data-v-50243406]::before {
  content: "\f3c0";
}
.bi-files-alt[data-v-50243406]::before {
  content: "\f3c1";
}
.bi-files[data-v-50243406]::before {
  content: "\f3c2";
}
.bi-film[data-v-50243406]::before {
  content: "\f3c3";
}
.bi-filter-circle-fill[data-v-50243406]::before {
  content: "\f3c4";
}
.bi-filter-circle[data-v-50243406]::before {
  content: "\f3c5";
}
.bi-filter-left[data-v-50243406]::before {
  content: "\f3c6";
}
.bi-filter-right[data-v-50243406]::before {
  content: "\f3c7";
}
.bi-filter-square-fill[data-v-50243406]::before {
  content: "\f3c8";
}
.bi-filter-square[data-v-50243406]::before {
  content: "\f3c9";
}
.bi-filter[data-v-50243406]::before {
  content: "\f3ca";
}
.bi-flag-fill[data-v-50243406]::before {
  content: "\f3cb";
}
.bi-flag[data-v-50243406]::before {
  content: "\f3cc";
}
.bi-flower1[data-v-50243406]::before {
  content: "\f3cd";
}
.bi-flower2[data-v-50243406]::before {
  content: "\f3ce";
}
.bi-flower3[data-v-50243406]::before {
  content: "\f3cf";
}
.bi-folder-check[data-v-50243406]::before {
  content: "\f3d0";
}
.bi-folder-fill[data-v-50243406]::before {
  content: "\f3d1";
}
.bi-folder-minus[data-v-50243406]::before {
  content: "\f3d2";
}
.bi-folder-plus[data-v-50243406]::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill[data-v-50243406]::before {
  content: "\f3d4";
}
.bi-folder-symlink[data-v-50243406]::before {
  content: "\f3d5";
}
.bi-folder-x[data-v-50243406]::before {
  content: "\f3d6";
}
.bi-folder[data-v-50243406]::before {
  content: "\f3d7";
}
.bi-folder2-open[data-v-50243406]::before {
  content: "\f3d8";
}
.bi-folder2[data-v-50243406]::before {
  content: "\f3d9";
}
.bi-fonts[data-v-50243406]::before {
  content: "\f3da";
}
.bi-forward-fill[data-v-50243406]::before {
  content: "\f3db";
}
.bi-forward[data-v-50243406]::before {
  content: "\f3dc";
}
.bi-front[data-v-50243406]::before {
  content: "\f3dd";
}
.bi-fullscreen-exit[data-v-50243406]::before {
  content: "\f3de";
}
.bi-fullscreen[data-v-50243406]::before {
  content: "\f3df";
}
.bi-funnel-fill[data-v-50243406]::before {
  content: "\f3e0";
}
.bi-funnel[data-v-50243406]::before {
  content: "\f3e1";
}
.bi-gear-fill[data-v-50243406]::before {
  content: "\f3e2";
}
.bi-gear-wide-connected[data-v-50243406]::before {
  content: "\f3e3";
}
.bi-gear-wide[data-v-50243406]::before {
  content: "\f3e4";
}
.bi-gear[data-v-50243406]::before {
  content: "\f3e5";
}
.bi-gem[data-v-50243406]::before {
  content: "\f3e6";
}
.bi-geo-alt-fill[data-v-50243406]::before {
  content: "\f3e7";
}
.bi-geo-alt[data-v-50243406]::before {
  content: "\f3e8";
}
.bi-geo-fill[data-v-50243406]::before {
  content: "\f3e9";
}
.bi-geo[data-v-50243406]::before {
  content: "\f3ea";
}
.bi-gift-fill[data-v-50243406]::before {
  content: "\f3eb";
}
.bi-gift[data-v-50243406]::before {
  content: "\f3ec";
}
.bi-github[data-v-50243406]::before {
  content: "\f3ed";
}
.bi-globe[data-v-50243406]::before {
  content: "\f3ee";
}
.bi-globe2[data-v-50243406]::before {
  content: "\f3ef";
}
.bi-google[data-v-50243406]::before {
  content: "\f3f0";
}
.bi-graph-down[data-v-50243406]::before {
  content: "\f3f1";
}
.bi-graph-up[data-v-50243406]::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill[data-v-50243406]::before {
  content: "\f3f3";
}
.bi-grid-1x2[data-v-50243406]::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill[data-v-50243406]::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap[data-v-50243406]::before {
  content: "\f3f6";
}
.bi-grid-3x2[data-v-50243406]::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill[data-v-50243406]::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap[data-v-50243406]::before {
  content: "\f3f9";
}
.bi-grid-3x3[data-v-50243406]::before {
  content: "\f3fa";
}
.bi-grid-fill[data-v-50243406]::before {
  content: "\f3fb";
}
.bi-grid[data-v-50243406]::before {
  content: "\f3fc";
}
.bi-grip-horizontal[data-v-50243406]::before {
  content: "\f3fd";
}
.bi-grip-vertical[data-v-50243406]::before {
  content: "\f3fe";
}
.bi-hammer[data-v-50243406]::before {
  content: "\f3ff";
}
.bi-hand-index-fill[data-v-50243406]::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill[data-v-50243406]::before {
  content: "\f401";
}
.bi-hand-index-thumb[data-v-50243406]::before {
  content: "\f402";
}
.bi-hand-index[data-v-50243406]::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill[data-v-50243406]::before {
  content: "\f404";
}
.bi-hand-thumbs-down[data-v-50243406]::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill[data-v-50243406]::before {
  content: "\f406";
}
.bi-hand-thumbs-up[data-v-50243406]::before {
  content: "\f407";
}
.bi-handbag-fill[data-v-50243406]::before {
  content: "\f408";
}
.bi-handbag[data-v-50243406]::before {
  content: "\f409";
}
.bi-hash[data-v-50243406]::before {
  content: "\f40a";
}
.bi-hdd-fill[data-v-50243406]::before {
  content: "\f40b";
}
.bi-hdd-network-fill[data-v-50243406]::before {
  content: "\f40c";
}
.bi-hdd-network[data-v-50243406]::before {
  content: "\f40d";
}
.bi-hdd-rack-fill[data-v-50243406]::before {
  content: "\f40e";
}
.bi-hdd-rack[data-v-50243406]::before {
  content: "\f40f";
}
.bi-hdd-stack-fill[data-v-50243406]::before {
  content: "\f410";
}
.bi-hdd-stack[data-v-50243406]::before {
  content: "\f411";
}
.bi-hdd[data-v-50243406]::before {
  content: "\f412";
}
.bi-headphones[data-v-50243406]::before {
  content: "\f413";
}
.bi-headset[data-v-50243406]::before {
  content: "\f414";
}
.bi-heart-fill[data-v-50243406]::before {
  content: "\f415";
}
.bi-heart-half[data-v-50243406]::before {
  content: "\f416";
}
.bi-heart[data-v-50243406]::before {
  content: "\f417";
}
.bi-heptagon-fill[data-v-50243406]::before {
  content: "\f418";
}
.bi-heptagon-half[data-v-50243406]::before {
  content: "\f419";
}
.bi-heptagon[data-v-50243406]::before {
  content: "\f41a";
}
.bi-hexagon-fill[data-v-50243406]::before {
  content: "\f41b";
}
.bi-hexagon-half[data-v-50243406]::before {
  content: "\f41c";
}
.bi-hexagon[data-v-50243406]::before {
  content: "\f41d";
}
.bi-hourglass-bottom[data-v-50243406]::before {
  content: "\f41e";
}
.bi-hourglass-split[data-v-50243406]::before {
  content: "\f41f";
}
.bi-hourglass-top[data-v-50243406]::before {
  content: "\f420";
}
.bi-hourglass[data-v-50243406]::before {
  content: "\f421";
}
.bi-house-door-fill[data-v-50243406]::before {
  content: "\f422";
}
.bi-house-door[data-v-50243406]::before {
  content: "\f423";
}
.bi-house-fill[data-v-50243406]::before {
  content: "\f424";
}
.bi-house[data-v-50243406]::before {
  content: "\f425";
}
.bi-hr[data-v-50243406]::before {
  content: "\f426";
}
.bi-hurricane[data-v-50243406]::before {
  content: "\f427";
}
.bi-image-alt[data-v-50243406]::before {
  content: "\f428";
}
.bi-image-fill[data-v-50243406]::before {
  content: "\f429";
}
.bi-image[data-v-50243406]::before {
  content: "\f42a";
}
.bi-images[data-v-50243406]::before {
  content: "\f42b";
}
.bi-inbox-fill[data-v-50243406]::before {
  content: "\f42c";
}
.bi-inbox[data-v-50243406]::before {
  content: "\f42d";
}
.bi-inboxes-fill[data-v-50243406]::before {
  content: "\f42e";
}
.bi-inboxes[data-v-50243406]::before {
  content: "\f42f";
}
.bi-info-circle-fill[data-v-50243406]::before {
  content: "\f430";
}
.bi-info-circle[data-v-50243406]::before {
  content: "\f431";
}
.bi-info-square-fill[data-v-50243406]::before {
  content: "\f432";
}
.bi-info-square[data-v-50243406]::before {
  content: "\f433";
}
.bi-info[data-v-50243406]::before {
  content: "\f434";
}
.bi-input-cursor-text[data-v-50243406]::before {
  content: "\f435";
}
.bi-input-cursor[data-v-50243406]::before {
  content: "\f436";
}
.bi-instagram[data-v-50243406]::before {
  content: "\f437";
}
.bi-intersect[data-v-50243406]::before {
  content: "\f438";
}
.bi-journal-album[data-v-50243406]::before {
  content: "\f439";
}
.bi-journal-arrow-down[data-v-50243406]::before {
  content: "\f43a";
}
.bi-journal-arrow-up[data-v-50243406]::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill[data-v-50243406]::before {
  content: "\f43c";
}
.bi-journal-bookmark[data-v-50243406]::before {
  content: "\f43d";
}
.bi-journal-check[data-v-50243406]::before {
  content: "\f43e";
}
.bi-journal-code[data-v-50243406]::before {
  content: "\f43f";
}
.bi-journal-medical[data-v-50243406]::before {
  content: "\f440";
}
.bi-journal-minus[data-v-50243406]::before {
  content: "\f441";
}
.bi-journal-plus[data-v-50243406]::before {
  content: "\f442";
}
.bi-journal-richtext[data-v-50243406]::before {
  content: "\f443";
}
.bi-journal-text[data-v-50243406]::before {
  content: "\f444";
}
.bi-journal-x[data-v-50243406]::before {
  content: "\f445";
}
.bi-journal[data-v-50243406]::before {
  content: "\f446";
}
.bi-journals[data-v-50243406]::before {
  content: "\f447";
}
.bi-joystick[data-v-50243406]::before {
  content: "\f448";
}
.bi-justify-left[data-v-50243406]::before {
  content: "\f449";
}
.bi-justify-right[data-v-50243406]::before {
  content: "\f44a";
}
.bi-justify[data-v-50243406]::before {
  content: "\f44b";
}
.bi-kanban-fill[data-v-50243406]::before {
  content: "\f44c";
}
.bi-kanban[data-v-50243406]::before {
  content: "\f44d";
}
.bi-key-fill[data-v-50243406]::before {
  content: "\f44e";
}
.bi-key[data-v-50243406]::before {
  content: "\f44f";
}
.bi-keyboard-fill[data-v-50243406]::before {
  content: "\f450";
}
.bi-keyboard[data-v-50243406]::before {
  content: "\f451";
}
.bi-ladder[data-v-50243406]::before {
  content: "\f452";
}
.bi-lamp-fill[data-v-50243406]::before {
  content: "\f453";
}
.bi-lamp[data-v-50243406]::before {
  content: "\f454";
}
.bi-laptop-fill[data-v-50243406]::before {
  content: "\f455";
}
.bi-laptop[data-v-50243406]::before {
  content: "\f456";
}
.bi-layer-backward[data-v-50243406]::before {
  content: "\f457";
}
.bi-layer-forward[data-v-50243406]::before {
  content: "\f458";
}
.bi-layers-fill[data-v-50243406]::before {
  content: "\f459";
}
.bi-layers-half[data-v-50243406]::before {
  content: "\f45a";
}
.bi-layers[data-v-50243406]::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse[data-v-50243406]::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset[data-v-50243406]::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse[data-v-50243406]::before {
  content: "\f45e";
}
.bi-layout-sidebar[data-v-50243406]::before {
  content: "\f45f";
}
.bi-layout-split[data-v-50243406]::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse[data-v-50243406]::before {
  content: "\f461";
}
.bi-layout-text-sidebar[data-v-50243406]::before {
  content: "\f462";
}
.bi-layout-text-window-reverse[data-v-50243406]::before {
  content: "\f463";
}
.bi-layout-text-window[data-v-50243406]::before {
  content: "\f464";
}
.bi-layout-three-columns[data-v-50243406]::before {
  content: "\f465";
}
.bi-layout-wtf[data-v-50243406]::before {
  content: "\f466";
}
.bi-life-preserver[data-v-50243406]::before {
  content: "\f467";
}
.bi-lightbulb-fill[data-v-50243406]::before {
  content: "\f468";
}
.bi-lightbulb-off-fill[data-v-50243406]::before {
  content: "\f469";
}
.bi-lightbulb-off[data-v-50243406]::before {
  content: "\f46a";
}
.bi-lightbulb[data-v-50243406]::before {
  content: "\f46b";
}
.bi-lightning-charge-fill[data-v-50243406]::before {
  content: "\f46c";
}
.bi-lightning-charge[data-v-50243406]::before {
  content: "\f46d";
}
.bi-lightning-fill[data-v-50243406]::before {
  content: "\f46e";
}
.bi-lightning[data-v-50243406]::before {
  content: "\f46f";
}
.bi-link-45deg[data-v-50243406]::before {
  content: "\f470";
}
.bi-link[data-v-50243406]::before {
  content: "\f471";
}
.bi-linkedin[data-v-50243406]::before {
  content: "\f472";
}
.bi-list-check[data-v-50243406]::before {
  content: "\f473";
}
.bi-list-nested[data-v-50243406]::before {
  content: "\f474";
}
.bi-list-ol[data-v-50243406]::before {
  content: "\f475";
}
.bi-list-stars[data-v-50243406]::before {
  content: "\f476";
}
.bi-list-task[data-v-50243406]::before {
  content: "\f477";
}
.bi-list-ul[data-v-50243406]::before {
  content: "\f478";
}
.bi-list[data-v-50243406]::before {
  content: "\f479";
}
.bi-lock-fill[data-v-50243406]::before {
  content: "\f47a";
}
.bi-lock[data-v-50243406]::before {
  content: "\f47b";
}
.bi-mailbox[data-v-50243406]::before {
  content: "\f47c";
}
.bi-mailbox2[data-v-50243406]::before {
  content: "\f47d";
}
.bi-map-fill[data-v-50243406]::before {
  content: "\f47e";
}
.bi-map[data-v-50243406]::before {
  content: "\f47f";
}
.bi-markdown-fill[data-v-50243406]::before {
  content: "\f480";
}
.bi-markdown[data-v-50243406]::before {
  content: "\f481";
}
.bi-mask[data-v-50243406]::before {
  content: "\f482";
}
.bi-megaphone-fill[data-v-50243406]::before {
  content: "\f483";
}
.bi-megaphone[data-v-50243406]::before {
  content: "\f484";
}
.bi-menu-app-fill[data-v-50243406]::before {
  content: "\f485";
}
.bi-menu-app[data-v-50243406]::before {
  content: "\f486";
}
.bi-menu-button-fill[data-v-50243406]::before {
  content: "\f487";
}
.bi-menu-button-wide-fill[data-v-50243406]::before {
  content: "\f488";
}
.bi-menu-button-wide[data-v-50243406]::before {
  content: "\f489";
}
.bi-menu-button[data-v-50243406]::before {
  content: "\f48a";
}
.bi-menu-down[data-v-50243406]::before {
  content: "\f48b";
}
.bi-menu-up[data-v-50243406]::before {
  content: "\f48c";
}
.bi-mic-fill[data-v-50243406]::before {
  content: "\f48d";
}
.bi-mic-mute-fill[data-v-50243406]::before {
  content: "\f48e";
}
.bi-mic-mute[data-v-50243406]::before {
  content: "\f48f";
}
.bi-mic[data-v-50243406]::before {
  content: "\f490";
}
.bi-minecart-loaded[data-v-50243406]::before {
  content: "\f491";
}
.bi-minecart[data-v-50243406]::before {
  content: "\f492";
}
.bi-moisture[data-v-50243406]::before {
  content: "\f493";
}
.bi-moon-fill[data-v-50243406]::before {
  content: "\f494";
}
.bi-moon-stars-fill[data-v-50243406]::before {
  content: "\f495";
}
.bi-moon-stars[data-v-50243406]::before {
  content: "\f496";
}
.bi-moon[data-v-50243406]::before {
  content: "\f497";
}
.bi-mouse-fill[data-v-50243406]::before {
  content: "\f498";
}
.bi-mouse[data-v-50243406]::before {
  content: "\f499";
}
.bi-mouse2-fill[data-v-50243406]::before {
  content: "\f49a";
}
.bi-mouse2[data-v-50243406]::before {
  content: "\f49b";
}
.bi-mouse3-fill[data-v-50243406]::before {
  content: "\f49c";
}
.bi-mouse3[data-v-50243406]::before {
  content: "\f49d";
}
.bi-music-note-beamed[data-v-50243406]::before {
  content: "\f49e";
}
.bi-music-note-list[data-v-50243406]::before {
  content: "\f49f";
}
.bi-music-note[data-v-50243406]::before {
  content: "\f4a0";
}
.bi-music-player-fill[data-v-50243406]::before {
  content: "\f4a1";
}
.bi-music-player[data-v-50243406]::before {
  content: "\f4a2";
}
.bi-newspaper[data-v-50243406]::before {
  content: "\f4a3";
}
.bi-node-minus-fill[data-v-50243406]::before {
  content: "\f4a4";
}
.bi-node-minus[data-v-50243406]::before {
  content: "\f4a5";
}
.bi-node-plus-fill[data-v-50243406]::before {
  content: "\f4a6";
}
.bi-node-plus[data-v-50243406]::before {
  content: "\f4a7";
}
.bi-nut-fill[data-v-50243406]::before {
  content: "\f4a8";
}
.bi-nut[data-v-50243406]::before {
  content: "\f4a9";
}
.bi-octagon-fill[data-v-50243406]::before {
  content: "\f4aa";
}
.bi-octagon-half[data-v-50243406]::before {
  content: "\f4ab";
}
.bi-octagon[data-v-50243406]::before {
  content: "\f4ac";
}
.bi-option[data-v-50243406]::before {
  content: "\f4ad";
}
.bi-outlet[data-v-50243406]::before {
  content: "\f4ae";
}
.bi-paint-bucket[data-v-50243406]::before {
  content: "\f4af";
}
.bi-palette-fill[data-v-50243406]::before {
  content: "\f4b0";
}
.bi-palette[data-v-50243406]::before {
  content: "\f4b1";
}
.bi-palette2[data-v-50243406]::before {
  content: "\f4b2";
}
.bi-paperclip[data-v-50243406]::before {
  content: "\f4b3";
}
.bi-paragraph[data-v-50243406]::before {
  content: "\f4b4";
}
.bi-patch-check-fill[data-v-50243406]::before {
  content: "\f4b5";
}
.bi-patch-check[data-v-50243406]::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill[data-v-50243406]::before {
  content: "\f4b7";
}
.bi-patch-exclamation[data-v-50243406]::before {
  content: "\f4b8";
}
.bi-patch-minus-fill[data-v-50243406]::before {
  content: "\f4b9";
}
.bi-patch-minus[data-v-50243406]::before {
  content: "\f4ba";
}
.bi-patch-plus-fill[data-v-50243406]::before {
  content: "\f4bb";
}
.bi-patch-plus[data-v-50243406]::before {
  content: "\f4bc";
}
.bi-patch-question-fill[data-v-50243406]::before {
  content: "\f4bd";
}
.bi-patch-question[data-v-50243406]::before {
  content: "\f4be";
}
.bi-pause-btn-fill[data-v-50243406]::before {
  content: "\f4bf";
}
.bi-pause-btn[data-v-50243406]::before {
  content: "\f4c0";
}
.bi-pause-circle-fill[data-v-50243406]::before {
  content: "\f4c1";
}
.bi-pause-circle[data-v-50243406]::before {
  content: "\f4c2";
}
.bi-pause-fill[data-v-50243406]::before {
  content: "\f4c3";
}
.bi-pause[data-v-50243406]::before {
  content: "\f4c4";
}
.bi-peace-fill[data-v-50243406]::before {
  content: "\f4c5";
}
.bi-peace[data-v-50243406]::before {
  content: "\f4c6";
}
.bi-pen-fill[data-v-50243406]::before {
  content: "\f4c7";
}
.bi-pen[data-v-50243406]::before {
  content: "\f4c8";
}
.bi-pencil-fill[data-v-50243406]::before {
  content: "\f4c9";
}
.bi-pencil-square[data-v-50243406]::before {
  content: "\f4ca";
}
.bi-pencil[data-v-50243406]::before {
  content: "\f4cb";
}
.bi-pentagon-fill[data-v-50243406]::before {
  content: "\f4cc";
}
.bi-pentagon-half[data-v-50243406]::before {
  content: "\f4cd";
}
.bi-pentagon[data-v-50243406]::before {
  content: "\f4ce";
}
.bi-people-fill[data-v-50243406]::before {
  content: "\f4cf";
}
.bi-people[data-v-50243406]::before {
  content: "\f4d0";
}
.bi-percent[data-v-50243406]::before {
  content: "\f4d1";
}
.bi-person-badge-fill[data-v-50243406]::before {
  content: "\f4d2";
}
.bi-person-badge[data-v-50243406]::before {
  content: "\f4d3";
}
.bi-person-bounding-box[data-v-50243406]::before {
  content: "\f4d4";
}
.bi-person-check-fill[data-v-50243406]::before {
  content: "\f4d5";
}
.bi-person-check[data-v-50243406]::before {
  content: "\f4d6";
}
.bi-person-circle[data-v-50243406]::before {
  content: "\f4d7";
}
.bi-person-dash-fill[data-v-50243406]::before {
  content: "\f4d8";
}
.bi-person-dash[data-v-50243406]::before {
  content: "\f4d9";
}
.bi-person-fill[data-v-50243406]::before {
  content: "\f4da";
}
.bi-person-lines-fill[data-v-50243406]::before {
  content: "\f4db";
}
.bi-person-plus-fill[data-v-50243406]::before {
  content: "\f4dc";
}
.bi-person-plus[data-v-50243406]::before {
  content: "\f4dd";
}
.bi-person-square[data-v-50243406]::before {
  content: "\f4de";
}
.bi-person-x-fill[data-v-50243406]::before {
  content: "\f4df";
}
.bi-person-x[data-v-50243406]::before {
  content: "\f4e0";
}
.bi-person[data-v-50243406]::before {
  content: "\f4e1";
}
.bi-phone-fill[data-v-50243406]::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill[data-v-50243406]::before {
  content: "\f4e3";
}
.bi-phone-landscape[data-v-50243406]::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill[data-v-50243406]::before {
  content: "\f4e5";
}
.bi-phone-vibrate[data-v-50243406]::before {
  content: "\f4e6";
}
.bi-phone[data-v-50243406]::before {
  content: "\f4e7";
}
.bi-pie-chart-fill[data-v-50243406]::before {
  content: "\f4e8";
}
.bi-pie-chart[data-v-50243406]::before {
  content: "\f4e9";
}
.bi-pin-angle-fill[data-v-50243406]::before {
  content: "\f4ea";
}
.bi-pin-angle[data-v-50243406]::before {
  content: "\f4eb";
}
.bi-pin-fill[data-v-50243406]::before {
  content: "\f4ec";
}
.bi-pin[data-v-50243406]::before {
  content: "\f4ed";
}
.bi-pip-fill[data-v-50243406]::before {
  content: "\f4ee";
}
.bi-pip[data-v-50243406]::before {
  content: "\f4ef";
}
.bi-play-btn-fill[data-v-50243406]::before {
  content: "\f4f0";
}
.bi-play-btn[data-v-50243406]::before {
  content: "\f4f1";
}
.bi-play-circle-fill[data-v-50243406]::before {
  content: "\f4f2";
}
.bi-play-circle[data-v-50243406]::before {
  content: "\f4f3";
}
.bi-play-fill[data-v-50243406]::before {
  content: "\f4f4";
}
.bi-play[data-v-50243406]::before {
  content: "\f4f5";
}
.bi-plug-fill[data-v-50243406]::before {
  content: "\f4f6";
}
.bi-plug[data-v-50243406]::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted[data-v-50243406]::before {
  content: "\f4f8";
}
.bi-plus-circle-fill[data-v-50243406]::before {
  content: "\f4f9";
}
.bi-plus-circle[data-v-50243406]::before {
  content: "\f4fa";
}
.bi-plus-square-dotted[data-v-50243406]::before {
  content: "\f4fb";
}
.bi-plus-square-fill[data-v-50243406]::before {
  content: "\f4fc";
}
.bi-plus-square[data-v-50243406]::before {
  content: "\f4fd";
}
.bi-plus[data-v-50243406]::before {
  content: "\f4fe";
}
.bi-power[data-v-50243406]::before {
  content: "\f4ff";
}
.bi-printer-fill[data-v-50243406]::before {
  content: "\f500";
}
.bi-printer[data-v-50243406]::before {
  content: "\f501";
}
.bi-puzzle-fill[data-v-50243406]::before {
  content: "\f502";
}
.bi-puzzle[data-v-50243406]::before {
  content: "\f503";
}
.bi-question-circle-fill[data-v-50243406]::before {
  content: "\f504";
}
.bi-question-circle[data-v-50243406]::before {
  content: "\f505";
}
.bi-question-diamond-fill[data-v-50243406]::before {
  content: "\f506";
}
.bi-question-diamond[data-v-50243406]::before {
  content: "\f507";
}
.bi-question-octagon-fill[data-v-50243406]::before {
  content: "\f508";
}
.bi-question-octagon[data-v-50243406]::before {
  content: "\f509";
}
.bi-question-square-fill[data-v-50243406]::before {
  content: "\f50a";
}
.bi-question-square[data-v-50243406]::before {
  content: "\f50b";
}
.bi-question[data-v-50243406]::before {
  content: "\f50c";
}
.bi-rainbow[data-v-50243406]::before {
  content: "\f50d";
}
.bi-receipt-cutoff[data-v-50243406]::before {
  content: "\f50e";
}
.bi-receipt[data-v-50243406]::before {
  content: "\f50f";
}
.bi-reception-0[data-v-50243406]::before {
  content: "\f510";
}
.bi-reception-1[data-v-50243406]::before {
  content: "\f511";
}
.bi-reception-2[data-v-50243406]::before {
  content: "\f512";
}
.bi-reception-3[data-v-50243406]::before {
  content: "\f513";
}
.bi-reception-4[data-v-50243406]::before {
  content: "\f514";
}
.bi-record-btn-fill[data-v-50243406]::before {
  content: "\f515";
}
.bi-record-btn[data-v-50243406]::before {
  content: "\f516";
}
.bi-record-circle-fill[data-v-50243406]::before {
  content: "\f517";
}
.bi-record-circle[data-v-50243406]::before {
  content: "\f518";
}
.bi-record-fill[data-v-50243406]::before {
  content: "\f519";
}
.bi-record[data-v-50243406]::before {
  content: "\f51a";
}
.bi-record2-fill[data-v-50243406]::before {
  content: "\f51b";
}
.bi-record2[data-v-50243406]::before {
  content: "\f51c";
}
.bi-reply-all-fill[data-v-50243406]::before {
  content: "\f51d";
}
.bi-reply-all[data-v-50243406]::before {
  content: "\f51e";
}
.bi-reply-fill[data-v-50243406]::before {
  content: "\f51f";
}
.bi-reply[data-v-50243406]::before {
  content: "\f520";
}
.bi-rss-fill[data-v-50243406]::before {
  content: "\f521";
}
.bi-rss[data-v-50243406]::before {
  content: "\f522";
}
.bi-rulers[data-v-50243406]::before {
  content: "\f523";
}
.bi-save-fill[data-v-50243406]::before {
  content: "\f524";
}
.bi-save[data-v-50243406]::before {
  content: "\f525";
}
.bi-save2-fill[data-v-50243406]::before {
  content: "\f526";
}
.bi-save2[data-v-50243406]::before {
  content: "\f527";
}
.bi-scissors[data-v-50243406]::before {
  content: "\f528";
}
.bi-screwdriver[data-v-50243406]::before {
  content: "\f529";
}
.bi-search[data-v-50243406]::before {
  content: "\f52a";
}
.bi-segmented-nav[data-v-50243406]::before {
  content: "\f52b";
}
.bi-server[data-v-50243406]::before {
  content: "\f52c";
}
.bi-share-fill[data-v-50243406]::before {
  content: "\f52d";
}
.bi-share[data-v-50243406]::before {
  content: "\f52e";
}
.bi-shield-check[data-v-50243406]::before {
  content: "\f52f";
}
.bi-shield-exclamation[data-v-50243406]::before {
  content: "\f530";
}
.bi-shield-fill-check[data-v-50243406]::before {
  content: "\f531";
}
.bi-shield-fill-exclamation[data-v-50243406]::before {
  content: "\f532";
}
.bi-shield-fill-minus[data-v-50243406]::before {
  content: "\f533";
}
.bi-shield-fill-plus[data-v-50243406]::before {
  content: "\f534";
}
.bi-shield-fill-x[data-v-50243406]::before {
  content: "\f535";
}
.bi-shield-fill[data-v-50243406]::before {
  content: "\f536";
}
.bi-shield-lock-fill[data-v-50243406]::before {
  content: "\f537";
}
.bi-shield-lock[data-v-50243406]::before {
  content: "\f538";
}
.bi-shield-minus[data-v-50243406]::before {
  content: "\f539";
}
.bi-shield-plus[data-v-50243406]::before {
  content: "\f53a";
}
.bi-shield-shaded[data-v-50243406]::before {
  content: "\f53b";
}
.bi-shield-slash-fill[data-v-50243406]::before {
  content: "\f53c";
}
.bi-shield-slash[data-v-50243406]::before {
  content: "\f53d";
}
.bi-shield-x[data-v-50243406]::before {
  content: "\f53e";
}
.bi-shield[data-v-50243406]::before {
  content: "\f53f";
}
.bi-shift-fill[data-v-50243406]::before {
  content: "\f540";
}
.bi-shift[data-v-50243406]::before {
  content: "\f541";
}
.bi-shop-window[data-v-50243406]::before {
  content: "\f542";
}
.bi-shop[data-v-50243406]::before {
  content: "\f543";
}
.bi-shuffle[data-v-50243406]::before {
  content: "\f544";
}
.bi-signpost-2-fill[data-v-50243406]::before {
  content: "\f545";
}
.bi-signpost-2[data-v-50243406]::before {
  content: "\f546";
}
.bi-signpost-fill[data-v-50243406]::before {
  content: "\f547";
}
.bi-signpost-split-fill[data-v-50243406]::before {
  content: "\f548";
}
.bi-signpost-split[data-v-50243406]::before {
  content: "\f549";
}
.bi-signpost[data-v-50243406]::before {
  content: "\f54a";
}
.bi-sim-fill[data-v-50243406]::before {
  content: "\f54b";
}
.bi-sim[data-v-50243406]::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill[data-v-50243406]::before {
  content: "\f54d";
}
.bi-skip-backward-btn[data-v-50243406]::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill[data-v-50243406]::before {
  content: "\f54f";
}
.bi-skip-backward-circle[data-v-50243406]::before {
  content: "\f550";
}
.bi-skip-backward-fill[data-v-50243406]::before {
  content: "\f551";
}
.bi-skip-backward[data-v-50243406]::before {
  content: "\f552";
}
.bi-skip-end-btn-fill[data-v-50243406]::before {
  content: "\f553";
}
.bi-skip-end-btn[data-v-50243406]::before {
  content: "\f554";
}
.bi-skip-end-circle-fill[data-v-50243406]::before {
  content: "\f555";
}
.bi-skip-end-circle[data-v-50243406]::before {
  content: "\f556";
}
.bi-skip-end-fill[data-v-50243406]::before {
  content: "\f557";
}
.bi-skip-end[data-v-50243406]::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill[data-v-50243406]::before {
  content: "\f559";
}
.bi-skip-forward-btn[data-v-50243406]::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill[data-v-50243406]::before {
  content: "\f55b";
}
.bi-skip-forward-circle[data-v-50243406]::before {
  content: "\f55c";
}
.bi-skip-forward-fill[data-v-50243406]::before {
  content: "\f55d";
}
.bi-skip-forward[data-v-50243406]::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill[data-v-50243406]::before {
  content: "\f55f";
}
.bi-skip-start-btn[data-v-50243406]::before {
  content: "\f560";
}
.bi-skip-start-circle-fill[data-v-50243406]::before {
  content: "\f561";
}
.bi-skip-start-circle[data-v-50243406]::before {
  content: "\f562";
}
.bi-skip-start-fill[data-v-50243406]::before {
  content: "\f563";
}
.bi-skip-start[data-v-50243406]::before {
  content: "\f564";
}
.bi-slack[data-v-50243406]::before {
  content: "\f565";
}
.bi-slash-circle-fill[data-v-50243406]::before {
  content: "\f566";
}
.bi-slash-circle[data-v-50243406]::before {
  content: "\f567";
}
.bi-slash-square-fill[data-v-50243406]::before {
  content: "\f568";
}
.bi-slash-square[data-v-50243406]::before {
  content: "\f569";
}
.bi-slash[data-v-50243406]::before {
  content: "\f56a";
}
.bi-sliders[data-v-50243406]::before {
  content: "\f56b";
}
.bi-smartwatch[data-v-50243406]::before {
  content: "\f56c";
}
.bi-snow[data-v-50243406]::before {
  content: "\f56d";
}
.bi-snow2[data-v-50243406]::before {
  content: "\f56e";
}
.bi-snow3[data-v-50243406]::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt[data-v-50243406]::before {
  content: "\f570";
}
.bi-sort-alpha-down[data-v-50243406]::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt[data-v-50243406]::before {
  content: "\f572";
}
.bi-sort-alpha-up[data-v-50243406]::before {
  content: "\f573";
}
.bi-sort-down-alt[data-v-50243406]::before {
  content: "\f574";
}
.bi-sort-down[data-v-50243406]::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt[data-v-50243406]::before {
  content: "\f576";
}
.bi-sort-numeric-down[data-v-50243406]::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt[data-v-50243406]::before {
  content: "\f578";
}
.bi-sort-numeric-up[data-v-50243406]::before {
  content: "\f579";
}
.bi-sort-up-alt[data-v-50243406]::before {
  content: "\f57a";
}
.bi-sort-up[data-v-50243406]::before {
  content: "\f57b";
}
.bi-soundwave[data-v-50243406]::before {
  content: "\f57c";
}
.bi-speaker-fill[data-v-50243406]::before {
  content: "\f57d";
}
.bi-speaker[data-v-50243406]::before {
  content: "\f57e";
}
.bi-speedometer[data-v-50243406]::before {
  content: "\f57f";
}
.bi-speedometer2[data-v-50243406]::before {
  content: "\f580";
}
.bi-spellcheck[data-v-50243406]::before {
  content: "\f581";
}
.bi-square-fill[data-v-50243406]::before {
  content: "\f582";
}
.bi-square-half[data-v-50243406]::before {
  content: "\f583";
}
.bi-square[data-v-50243406]::before {
  content: "\f584";
}
.bi-stack[data-v-50243406]::before {
  content: "\f585";
}
.bi-star-fill[data-v-50243406]::before {
  content: "\f586";
}
.bi-star-half[data-v-50243406]::before {
  content: "\f587";
}
.bi-star[data-v-50243406]::before {
  content: "\f588";
}
.bi-stars[data-v-50243406]::before {
  content: "\f589";
}
.bi-stickies-fill[data-v-50243406]::before {
  content: "\f58a";
}
.bi-stickies[data-v-50243406]::before {
  content: "\f58b";
}
.bi-sticky-fill[data-v-50243406]::before {
  content: "\f58c";
}
.bi-sticky[data-v-50243406]::before {
  content: "\f58d";
}
.bi-stop-btn-fill[data-v-50243406]::before {
  content: "\f58e";
}
.bi-stop-btn[data-v-50243406]::before {
  content: "\f58f";
}
.bi-stop-circle-fill[data-v-50243406]::before {
  content: "\f590";
}
.bi-stop-circle[data-v-50243406]::before {
  content: "\f591";
}
.bi-stop-fill[data-v-50243406]::before {
  content: "\f592";
}
.bi-stop[data-v-50243406]::before {
  content: "\f593";
}
.bi-stoplights-fill[data-v-50243406]::before {
  content: "\f594";
}
.bi-stoplights[data-v-50243406]::before {
  content: "\f595";
}
.bi-stopwatch-fill[data-v-50243406]::before {
  content: "\f596";
}
.bi-stopwatch[data-v-50243406]::before {
  content: "\f597";
}
.bi-subtract[data-v-50243406]::before {
  content: "\f598";
}
.bi-suit-club-fill[data-v-50243406]::before {
  content: "\f599";
}
.bi-suit-club[data-v-50243406]::before {
  content: "\f59a";
}
.bi-suit-diamond-fill[data-v-50243406]::before {
  content: "\f59b";
}
.bi-suit-diamond[data-v-50243406]::before {
  content: "\f59c";
}
.bi-suit-heart-fill[data-v-50243406]::before {
  content: "\f59d";
}
.bi-suit-heart[data-v-50243406]::before {
  content: "\f59e";
}
.bi-suit-spade-fill[data-v-50243406]::before {
  content: "\f59f";
}
.bi-suit-spade[data-v-50243406]::before {
  content: "\f5a0";
}
.bi-sun-fill[data-v-50243406]::before {
  content: "\f5a1";
}
.bi-sun[data-v-50243406]::before {
  content: "\f5a2";
}
.bi-sunglasses[data-v-50243406]::before {
  content: "\f5a3";
}
.bi-sunrise-fill[data-v-50243406]::before {
  content: "\f5a4";
}
.bi-sunrise[data-v-50243406]::before {
  content: "\f5a5";
}
.bi-sunset-fill[data-v-50243406]::before {
  content: "\f5a6";
}
.bi-sunset[data-v-50243406]::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal[data-v-50243406]::before {
  content: "\f5a8";
}
.bi-symmetry-vertical[data-v-50243406]::before {
  content: "\f5a9";
}
.bi-table[data-v-50243406]::before {
  content: "\f5aa";
}
.bi-tablet-fill[data-v-50243406]::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill[data-v-50243406]::before {
  content: "\f5ac";
}
.bi-tablet-landscape[data-v-50243406]::before {
  content: "\f5ad";
}
.bi-tablet[data-v-50243406]::before {
  content: "\f5ae";
}
.bi-tag-fill[data-v-50243406]::before {
  content: "\f5af";
}
.bi-tag[data-v-50243406]::before {
  content: "\f5b0";
}
.bi-tags-fill[data-v-50243406]::before {
  content: "\f5b1";
}
.bi-tags[data-v-50243406]::before {
  content: "\f5b2";
}
.bi-telegram[data-v-50243406]::before {
  content: "\f5b3";
}
.bi-telephone-fill[data-v-50243406]::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill[data-v-50243406]::before {
  content: "\f5b5";
}
.bi-telephone-forward[data-v-50243406]::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill[data-v-50243406]::before {
  content: "\f5b7";
}
.bi-telephone-inbound[data-v-50243406]::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill[data-v-50243406]::before {
  content: "\f5b9";
}
.bi-telephone-minus[data-v-50243406]::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill[data-v-50243406]::before {
  content: "\f5bb";
}
.bi-telephone-outbound[data-v-50243406]::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill[data-v-50243406]::before {
  content: "\f5bd";
}
.bi-telephone-plus[data-v-50243406]::before {
  content: "\f5be";
}
.bi-telephone-x-fill[data-v-50243406]::before {
  content: "\f5bf";
}
.bi-telephone-x[data-v-50243406]::before {
  content: "\f5c0";
}
.bi-telephone[data-v-50243406]::before {
  content: "\f5c1";
}
.bi-terminal-fill[data-v-50243406]::before {
  content: "\f5c2";
}
.bi-terminal[data-v-50243406]::before {
  content: "\f5c3";
}
.bi-text-center[data-v-50243406]::before {
  content: "\f5c4";
}
.bi-text-indent-left[data-v-50243406]::before {
  content: "\f5c5";
}
.bi-text-indent-right[data-v-50243406]::before {
  content: "\f5c6";
}
.bi-text-left[data-v-50243406]::before {
  content: "\f5c7";
}
.bi-text-paragraph[data-v-50243406]::before {
  content: "\f5c8";
}
.bi-text-right[data-v-50243406]::before {
  content: "\f5c9";
}
.bi-textarea-resize[data-v-50243406]::before {
  content: "\f5ca";
}
.bi-textarea-t[data-v-50243406]::before {
  content: "\f5cb";
}
.bi-textarea[data-v-50243406]::before {
  content: "\f5cc";
}
.bi-thermometer-half[data-v-50243406]::before {
  content: "\f5cd";
}
.bi-thermometer-high[data-v-50243406]::before {
  content: "\f5ce";
}
.bi-thermometer-low[data-v-50243406]::before {
  content: "\f5cf";
}
.bi-thermometer-snow[data-v-50243406]::before {
  content: "\f5d0";
}
.bi-thermometer-sun[data-v-50243406]::before {
  content: "\f5d1";
}
.bi-thermometer[data-v-50243406]::before {
  content: "\f5d2";
}
.bi-three-dots-vertical[data-v-50243406]::before {
  content: "\f5d3";
}
.bi-three-dots[data-v-50243406]::before {
  content: "\f5d4";
}
.bi-toggle-off[data-v-50243406]::before {
  content: "\f5d5";
}
.bi-toggle-on[data-v-50243406]::before {
  content: "\f5d6";
}
.bi-toggle2-off[data-v-50243406]::before {
  content: "\f5d7";
}
.bi-toggle2-on[data-v-50243406]::before {
  content: "\f5d8";
}
.bi-toggles[data-v-50243406]::before {
  content: "\f5d9";
}
.bi-toggles2[data-v-50243406]::before {
  content: "\f5da";
}
.bi-tools[data-v-50243406]::before {
  content: "\f5db";
}
.bi-tornado[data-v-50243406]::before {
  content: "\f5dc";
}
.bi-trash-fill[data-v-50243406]::before {
  content: "\f5dd";
}
.bi-trash[data-v-50243406]::before {
  content: "\f5de";
}
.bi-trash2-fill[data-v-50243406]::before {
  content: "\f5df";
}
.bi-trash2[data-v-50243406]::before {
  content: "\f5e0";
}
.bi-tree-fill[data-v-50243406]::before {
  content: "\f5e1";
}
.bi-tree[data-v-50243406]::before {
  content: "\f5e2";
}
.bi-triangle-fill[data-v-50243406]::before {
  content: "\f5e3";
}
.bi-triangle-half[data-v-50243406]::before {
  content: "\f5e4";
}
.bi-triangle[data-v-50243406]::before {
  content: "\f5e5";
}
.bi-trophy-fill[data-v-50243406]::before {
  content: "\f5e6";
}
.bi-trophy[data-v-50243406]::before {
  content: "\f5e7";
}
.bi-tropical-storm[data-v-50243406]::before {
  content: "\f5e8";
}
.bi-truck-flatbed[data-v-50243406]::before {
  content: "\f5e9";
}
.bi-truck[data-v-50243406]::before {
  content: "\f5ea";
}
.bi-tsunami[data-v-50243406]::before {
  content: "\f5eb";
}
.bi-tv-fill[data-v-50243406]::before {
  content: "\f5ec";
}
.bi-tv[data-v-50243406]::before {
  content: "\f5ed";
}
.bi-twitch[data-v-50243406]::before {
  content: "\f5ee";
}
.bi-twitter[data-v-50243406]::before {
  content: "\f5ef";
}
.bi-type-bold[data-v-50243406]::before {
  content: "\f5f0";
}
.bi-type-h1[data-v-50243406]::before {
  content: "\f5f1";
}
.bi-type-h2[data-v-50243406]::before {
  content: "\f5f2";
}
.bi-type-h3[data-v-50243406]::before {
  content: "\f5f3";
}
.bi-type-italic[data-v-50243406]::before {
  content: "\f5f4";
}
.bi-type-strikethrough[data-v-50243406]::before {
  content: "\f5f5";
}
.bi-type-underline[data-v-50243406]::before {
  content: "\f5f6";
}
.bi-type[data-v-50243406]::before {
  content: "\f5f7";
}
.bi-ui-checks-grid[data-v-50243406]::before {
  content: "\f5f8";
}
.bi-ui-checks[data-v-50243406]::before {
  content: "\f5f9";
}
.bi-ui-radios-grid[data-v-50243406]::before {
  content: "\f5fa";
}
.bi-ui-radios[data-v-50243406]::before {
  content: "\f5fb";
}
.bi-umbrella-fill[data-v-50243406]::before {
  content: "\f5fc";
}
.bi-umbrella[data-v-50243406]::before {
  content: "\f5fd";
}
.bi-union[data-v-50243406]::before {
  content: "\f5fe";
}
.bi-unlock-fill[data-v-50243406]::before {
  content: "\f5ff";
}
.bi-unlock[data-v-50243406]::before {
  content: "\f600";
}
.bi-upc-scan[data-v-50243406]::before {
  content: "\f601";
}
.bi-upc[data-v-50243406]::before {
  content: "\f602";
}
.bi-upload[data-v-50243406]::before {
  content: "\f603";
}
.bi-vector-pen[data-v-50243406]::before {
  content: "\f604";
}
.bi-view-list[data-v-50243406]::before {
  content: "\f605";
}
.bi-view-stacked[data-v-50243406]::before {
  content: "\f606";
}
.bi-vinyl-fill[data-v-50243406]::before {
  content: "\f607";
}
.bi-vinyl[data-v-50243406]::before {
  content: "\f608";
}
.bi-voicemail[data-v-50243406]::before {
  content: "\f609";
}
.bi-volume-down-fill[data-v-50243406]::before {
  content: "\f60a";
}
.bi-volume-down[data-v-50243406]::before {
  content: "\f60b";
}
.bi-volume-mute-fill[data-v-50243406]::before {
  content: "\f60c";
}
.bi-volume-mute[data-v-50243406]::before {
  content: "\f60d";
}
.bi-volume-off-fill[data-v-50243406]::before {
  content: "\f60e";
}
.bi-volume-off[data-v-50243406]::before {
  content: "\f60f";
}
.bi-volume-up-fill[data-v-50243406]::before {
  content: "\f610";
}
.bi-volume-up[data-v-50243406]::before {
  content: "\f611";
}
.bi-vr[data-v-50243406]::before {
  content: "\f612";
}
.bi-wallet-fill[data-v-50243406]::before {
  content: "\f613";
}
.bi-wallet[data-v-50243406]::before {
  content: "\f614";
}
.bi-wallet2[data-v-50243406]::before {
  content: "\f615";
}
.bi-watch[data-v-50243406]::before {
  content: "\f616";
}
.bi-water[data-v-50243406]::before {
  content: "\f617";
}
.bi-whatsapp[data-v-50243406]::before {
  content: "\f618";
}
.bi-wifi-1[data-v-50243406]::before {
  content: "\f619";
}
.bi-wifi-2[data-v-50243406]::before {
  content: "\f61a";
}
.bi-wifi-off[data-v-50243406]::before {
  content: "\f61b";
}
.bi-wifi[data-v-50243406]::before {
  content: "\f61c";
}
.bi-wind[data-v-50243406]::before {
  content: "\f61d";
}
.bi-window-dock[data-v-50243406]::before {
  content: "\f61e";
}
.bi-window-sidebar[data-v-50243406]::before {
  content: "\f61f";
}
.bi-window[data-v-50243406]::before {
  content: "\f620";
}
.bi-wrench[data-v-50243406]::before {
  content: "\f621";
}
.bi-x-circle-fill[data-v-50243406]::before {
  content: "\f622";
}
.bi-x-circle[data-v-50243406]::before {
  content: "\f623";
}
.bi-x-diamond-fill[data-v-50243406]::before {
  content: "\f624";
}
.bi-x-diamond[data-v-50243406]::before {
  content: "\f625";
}
.bi-x-octagon-fill[data-v-50243406]::before {
  content: "\f626";
}
.bi-x-octagon[data-v-50243406]::before {
  content: "\f627";
}
.bi-x-square-fill[data-v-50243406]::before {
  content: "\f628";
}
.bi-x-square[data-v-50243406]::before {
  content: "\f629";
}
.bi-x[data-v-50243406]::before {
  content: "\f62a";
}
.bi-youtube[data-v-50243406]::before {
  content: "\f62b";
}
.bi-zoom-in[data-v-50243406]::before {
  content: "\f62c";
}
.bi-zoom-out[data-v-50243406]::before {
  content: "\f62d";
}
.bi-bank[data-v-50243406]::before {
  content: "\f62e";
}
.bi-bank2[data-v-50243406]::before {
  content: "\f62f";
}
.bi-bell-slash-fill[data-v-50243406]::before {
  content: "\f630";
}
.bi-bell-slash[data-v-50243406]::before {
  content: "\f631";
}
.bi-cash-coin[data-v-50243406]::before {
  content: "\f632";
}
.bi-check-lg[data-v-50243406]::before {
  content: "\f633";
}
.bi-coin[data-v-50243406]::before {
  content: "\f634";
}
.bi-currency-bitcoin[data-v-50243406]::before {
  content: "\f635";
}
.bi-currency-dollar[data-v-50243406]::before {
  content: "\f636";
}
.bi-currency-euro[data-v-50243406]::before {
  content: "\f637";
}
.bi-currency-exchange[data-v-50243406]::before {
  content: "\f638";
}
.bi-currency-pound[data-v-50243406]::before {
  content: "\f639";
}
.bi-currency-yen[data-v-50243406]::before {
  content: "\f63a";
}
.bi-dash-lg[data-v-50243406]::before {
  content: "\f63b";
}
.bi-exclamation-lg[data-v-50243406]::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill[data-v-50243406]::before {
  content: "\f63d";
}
.bi-file-earmark-pdf[data-v-50243406]::before {
  content: "\f63e";
}
.bi-file-pdf-fill[data-v-50243406]::before {
  content: "\f63f";
}
.bi-file-pdf[data-v-50243406]::before {
  content: "\f640";
}
.bi-gender-ambiguous[data-v-50243406]::before {
  content: "\f641";
}
.bi-gender-female[data-v-50243406]::before {
  content: "\f642";
}
.bi-gender-male[data-v-50243406]::before {
  content: "\f643";
}
.bi-gender-trans[data-v-50243406]::before {
  content: "\f644";
}
.bi-headset-vr[data-v-50243406]::before {
  content: "\f645";
}
.bi-info-lg[data-v-50243406]::before {
  content: "\f646";
}
.bi-mastodon[data-v-50243406]::before {
  content: "\f647";
}
.bi-messenger[data-v-50243406]::before {
  content: "\f648";
}
.bi-piggy-bank-fill[data-v-50243406]::before {
  content: "\f649";
}
.bi-piggy-bank[data-v-50243406]::before {
  content: "\f64a";
}
.bi-pin-map-fill[data-v-50243406]::before {
  content: "\f64b";
}
.bi-pin-map[data-v-50243406]::before {
  content: "\f64c";
}
.bi-plus-lg[data-v-50243406]::before {
  content: "\f64d";
}
.bi-question-lg[data-v-50243406]::before {
  content: "\f64e";
}
.bi-recycle[data-v-50243406]::before {
  content: "\f64f";
}
.bi-reddit[data-v-50243406]::before {
  content: "\f650";
}
.bi-safe-fill[data-v-50243406]::before {
  content: "\f651";
}
.bi-safe2-fill[data-v-50243406]::before {
  content: "\f652";
}
.bi-safe2[data-v-50243406]::before {
  content: "\f653";
}
.bi-sd-card-fill[data-v-50243406]::before {
  content: "\f654";
}
.bi-sd-card[data-v-50243406]::before {
  content: "\f655";
}
.bi-skype[data-v-50243406]::before {
  content: "\f656";
}
.bi-slash-lg[data-v-50243406]::before {
  content: "\f657";
}
.bi-translate[data-v-50243406]::before {
  content: "\f658";
}
.bi-x-lg[data-v-50243406]::before {
  content: "\f659";
}
.bi-safe[data-v-50243406]::before {
  content: "\f65a";
}
.bi-apple[data-v-50243406]::before {
  content: "\f65b";
}
.bi-microsoft[data-v-50243406]::before {
  content: "\f65d";
}
.bi-windows[data-v-50243406]::before {
  content: "\f65e";
}
.bi-behance[data-v-50243406]::before {
  content: "\f65c";
}
.bi-dribbble[data-v-50243406]::before {
  content: "\f65f";
}
.bi-line[data-v-50243406]::before {
  content: "\f660";
}
.bi-medium[data-v-50243406]::before {
  content: "\f661";
}
.bi-paypal[data-v-50243406]::before {
  content: "\f662";
}
.bi-pinterest[data-v-50243406]::before {
  content: "\f663";
}
.bi-signal[data-v-50243406]::before {
  content: "\f664";
}
.bi-snapchat[data-v-50243406]::before {
  content: "\f665";
}
.bi-spotify[data-v-50243406]::before {
  content: "\f666";
}
.bi-stack-overflow[data-v-50243406]::before {
  content: "\f667";
}
.bi-strava[data-v-50243406]::before {
  content: "\f668";
}
.bi-wordpress[data-v-50243406]::before {
  content: "\f669";
}
.bi-vimeo[data-v-50243406]::before {
  content: "\f66a";
}
.bi-activity[data-v-50243406]::before {
  content: "\f66b";
}
.bi-easel2-fill[data-v-50243406]::before {
  content: "\f66c";
}
.bi-easel2[data-v-50243406]::before {
  content: "\f66d";
}
.bi-easel3-fill[data-v-50243406]::before {
  content: "\f66e";
}
.bi-easel3[data-v-50243406]::before {
  content: "\f66f";
}
.bi-fan[data-v-50243406]::before {
  content: "\f670";
}
.bi-fingerprint[data-v-50243406]::before {
  content: "\f671";
}
.bi-graph-down-arrow[data-v-50243406]::before {
  content: "\f672";
}
.bi-graph-up-arrow[data-v-50243406]::before {
  content: "\f673";
}
.bi-hypnotize[data-v-50243406]::before {
  content: "\f674";
}
.bi-magic[data-v-50243406]::before {
  content: "\f675";
}
.bi-person-rolodex[data-v-50243406]::before {
  content: "\f676";
}
.bi-person-video[data-v-50243406]::before {
  content: "\f677";
}
.bi-person-video2[data-v-50243406]::before {
  content: "\f678";
}
.bi-person-video3[data-v-50243406]::before {
  content: "\f679";
}
.bi-person-workspace[data-v-50243406]::before {
  content: "\f67a";
}
.bi-radioactive[data-v-50243406]::before {
  content: "\f67b";
}
.bi-webcam-fill[data-v-50243406]::before {
  content: "\f67c";
}
.bi-webcam[data-v-50243406]::before {
  content: "\f67d";
}
.bi-yin-yang[data-v-50243406]::before {
  content: "\f67e";
}
.bi-bandaid-fill[data-v-50243406]::before {
  content: "\f680";
}
.bi-bandaid[data-v-50243406]::before {
  content: "\f681";
}
.bi-bluetooth[data-v-50243406]::before {
  content: "\f682";
}
.bi-body-text[data-v-50243406]::before {
  content: "\f683";
}
.bi-boombox[data-v-50243406]::before {
  content: "\f684";
}
.bi-boxes[data-v-50243406]::before {
  content: "\f685";
}
.bi-dpad-fill[data-v-50243406]::before {
  content: "\f686";
}
.bi-dpad[data-v-50243406]::before {
  content: "\f687";
}
.bi-ear-fill[data-v-50243406]::before {
  content: "\f688";
}
.bi-ear[data-v-50243406]::before {
  content: "\f689";
}
.bi-envelope-check-fill[data-v-50243406]::before {
  content: "\f68b";
}
.bi-envelope-check[data-v-50243406]::before {
  content: "\f68c";
}
.bi-envelope-dash-fill[data-v-50243406]::before {
  content: "\f68e";
}
.bi-envelope-dash[data-v-50243406]::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill[data-v-50243406]::before {
  content: "\f691";
}
.bi-envelope-exclamation[data-v-50243406]::before {
  content: "\f692";
}
.bi-envelope-plus-fill[data-v-50243406]::before {
  content: "\f693";
}
.bi-envelope-plus[data-v-50243406]::before {
  content: "\f694";
}
.bi-envelope-slash-fill[data-v-50243406]::before {
  content: "\f696";
}
.bi-envelope-slash[data-v-50243406]::before {
  content: "\f697";
}
.bi-envelope-x-fill[data-v-50243406]::before {
  content: "\f699";
}
.bi-envelope-x[data-v-50243406]::before {
  content: "\f69a";
}
.bi-explicit-fill[data-v-50243406]::before {
  content: "\f69b";
}
.bi-explicit[data-v-50243406]::before {
  content: "\f69c";
}
.bi-git[data-v-50243406]::before {
  content: "\f69d";
}
.bi-infinity[data-v-50243406]::before {
  content: "\f69e";
}
.bi-list-columns-reverse[data-v-50243406]::before {
  content: "\f69f";
}
.bi-list-columns[data-v-50243406]::before {
  content: "\f6a0";
}
.bi-meta[data-v-50243406]::before {
  content: "\f6a1";
}
.bi-nintendo-switch[data-v-50243406]::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal[data-v-50243406]::before {
  content: "\f6a5";
}
.bi-pc-display[data-v-50243406]::before {
  content: "\f6a6";
}
.bi-pc-horizontal[data-v-50243406]::before {
  content: "\f6a7";
}
.bi-pc[data-v-50243406]::before {
  content: "\f6a8";
}
.bi-playstation[data-v-50243406]::before {
  content: "\f6a9";
}
.bi-plus-slash-minus[data-v-50243406]::before {
  content: "\f6aa";
}
.bi-projector-fill[data-v-50243406]::before {
  content: "\f6ab";
}
.bi-projector[data-v-50243406]::before {
  content: "\f6ac";
}
.bi-qr-code-scan[data-v-50243406]::before {
  content: "\f6ad";
}
.bi-qr-code[data-v-50243406]::before {
  content: "\f6ae";
}
.bi-quora[data-v-50243406]::before {
  content: "\f6af";
}
.bi-quote[data-v-50243406]::before {
  content: "\f6b0";
}
.bi-robot[data-v-50243406]::before {
  content: "\f6b1";
}
.bi-send-check-fill[data-v-50243406]::before {
  content: "\f6b2";
}
.bi-send-check[data-v-50243406]::before {
  content: "\f6b3";
}
.bi-send-dash-fill[data-v-50243406]::before {
  content: "\f6b4";
}
.bi-send-dash[data-v-50243406]::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill[data-v-50243406]::before {
  content: "\f6b7";
}
.bi-send-exclamation[data-v-50243406]::before {
  content: "\f6b8";
}
.bi-send-fill[data-v-50243406]::before {
  content: "\f6b9";
}
.bi-send-plus-fill[data-v-50243406]::before {
  content: "\f6ba";
}
.bi-send-plus[data-v-50243406]::before {
  content: "\f6bb";
}
.bi-send-slash-fill[data-v-50243406]::before {
  content: "\f6bc";
}
.bi-send-slash[data-v-50243406]::before {
  content: "\f6bd";
}
.bi-send-x-fill[data-v-50243406]::before {
  content: "\f6be";
}
.bi-send-x[data-v-50243406]::before {
  content: "\f6bf";
}
.bi-send[data-v-50243406]::before {
  content: "\f6c0";
}
.bi-steam[data-v-50243406]::before {
  content: "\f6c1";
}
.bi-terminal-dash[data-v-50243406]::before {
  content: "\f6c3";
}
.bi-terminal-plus[data-v-50243406]::before {
  content: "\f6c4";
}
.bi-terminal-split[data-v-50243406]::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill[data-v-50243406]::before {
  content: "\f6c6";
}
.bi-ticket-detailed[data-v-50243406]::before {
  content: "\f6c7";
}
.bi-ticket-fill[data-v-50243406]::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill[data-v-50243406]::before {
  content: "\f6c9";
}
.bi-ticket-perforated[data-v-50243406]::before {
  content: "\f6ca";
}
.bi-ticket[data-v-50243406]::before {
  content: "\f6cb";
}
.bi-tiktok[data-v-50243406]::before {
  content: "\f6cc";
}
.bi-window-dash[data-v-50243406]::before {
  content: "\f6cd";
}
.bi-window-desktop[data-v-50243406]::before {
  content: "\f6ce";
}
.bi-window-fullscreen[data-v-50243406]::before {
  content: "\f6cf";
}
.bi-window-plus[data-v-50243406]::before {
  content: "\f6d0";
}
.bi-window-split[data-v-50243406]::before {
  content: "\f6d1";
}
.bi-window-stack[data-v-50243406]::before {
  content: "\f6d2";
}
.bi-window-x[data-v-50243406]::before {
  content: "\f6d3";
}
.bi-xbox[data-v-50243406]::before {
  content: "\f6d4";
}
.bi-ethernet[data-v-50243406]::before {
  content: "\f6d5";
}
.bi-hdmi-fill[data-v-50243406]::before {
  content: "\f6d6";
}
.bi-hdmi[data-v-50243406]::before {
  content: "\f6d7";
}
.bi-usb-c-fill[data-v-50243406]::before {
  content: "\f6d8";
}
.bi-usb-c[data-v-50243406]::before {
  content: "\f6d9";
}
.bi-usb-fill[data-v-50243406]::before {
  content: "\f6da";
}
.bi-usb-plug-fill[data-v-50243406]::before {
  content: "\f6db";
}
.bi-usb-plug[data-v-50243406]::before {
  content: "\f6dc";
}
.bi-usb-symbol[data-v-50243406]::before {
  content: "\f6dd";
}
.bi-usb[data-v-50243406]::before {
  content: "\f6de";
}
.bi-boombox-fill[data-v-50243406]::before {
  content: "\f6df";
}
.bi-displayport[data-v-50243406]::before {
  content: "\f6e1";
}
.bi-gpu-card[data-v-50243406]::before {
  content: "\f6e2";
}
.bi-memory[data-v-50243406]::before {
  content: "\f6e3";
}
.bi-modem-fill[data-v-50243406]::before {
  content: "\f6e4";
}
.bi-modem[data-v-50243406]::before {
  content: "\f6e5";
}
.bi-motherboard-fill[data-v-50243406]::before {
  content: "\f6e6";
}
.bi-motherboard[data-v-50243406]::before {
  content: "\f6e7";
}
.bi-optical-audio-fill[data-v-50243406]::before {
  content: "\f6e8";
}
.bi-optical-audio[data-v-50243406]::before {
  content: "\f6e9";
}
.bi-pci-card[data-v-50243406]::before {
  content: "\f6ea";
}
.bi-router-fill[data-v-50243406]::before {
  content: "\f6eb";
}
.bi-router[data-v-50243406]::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill[data-v-50243406]::before {
  content: "\f6ef";
}
.bi-thunderbolt[data-v-50243406]::before {
  content: "\f6f0";
}
.bi-usb-drive-fill[data-v-50243406]::before {
  content: "\f6f1";
}
.bi-usb-drive[data-v-50243406]::before {
  content: "\f6f2";
}
.bi-usb-micro-fill[data-v-50243406]::before {
  content: "\f6f3";
}
.bi-usb-micro[data-v-50243406]::before {
  content: "\f6f4";
}
.bi-usb-mini-fill[data-v-50243406]::before {
  content: "\f6f5";
}
.bi-usb-mini[data-v-50243406]::before {
  content: "\f6f6";
}
.bi-cloud-haze2[data-v-50243406]::before {
  content: "\f6f7";
}
.bi-device-hdd-fill[data-v-50243406]::before {
  content: "\f6f8";
}
.bi-device-hdd[data-v-50243406]::before {
  content: "\f6f9";
}
.bi-device-ssd-fill[data-v-50243406]::before {
  content: "\f6fa";
}
.bi-device-ssd[data-v-50243406]::before {
  content: "\f6fb";
}
.bi-displayport-fill[data-v-50243406]::before {
  content: "\f6fc";
}
.bi-mortarboard-fill[data-v-50243406]::before {
  content: "\f6fd";
}
.bi-mortarboard[data-v-50243406]::before {
  content: "\f6fe";
}
.bi-terminal-x[data-v-50243406]::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill[data-v-50243406]::before {
  content: "\f700";
}
.bi-arrow-through-heart[data-v-50243406]::before {
  content: "\f701";
}
.bi-badge-sd-fill[data-v-50243406]::before {
  content: "\f702";
}
.bi-badge-sd[data-v-50243406]::before {
  content: "\f703";
}
.bi-bag-heart-fill[data-v-50243406]::before {
  content: "\f704";
}
.bi-bag-heart[data-v-50243406]::before {
  content: "\f705";
}
.bi-balloon-fill[data-v-50243406]::before {
  content: "\f706";
}
.bi-balloon-heart-fill[data-v-50243406]::before {
  content: "\f707";
}
.bi-balloon-heart[data-v-50243406]::before {
  content: "\f708";
}
.bi-balloon[data-v-50243406]::before {
  content: "\f709";
}
.bi-box2-fill[data-v-50243406]::before {
  content: "\f70a";
}
.bi-box2-heart-fill[data-v-50243406]::before {
  content: "\f70b";
}
.bi-box2-heart[data-v-50243406]::before {
  content: "\f70c";
}
.bi-box2[data-v-50243406]::before {
  content: "\f70d";
}
.bi-braces-asterisk[data-v-50243406]::before {
  content: "\f70e";
}
.bi-calendar-heart-fill[data-v-50243406]::before {
  content: "\f70f";
}
.bi-calendar-heart[data-v-50243406]::before {
  content: "\f710";
}
.bi-calendar2-heart-fill[data-v-50243406]::before {
  content: "\f711";
}
.bi-calendar2-heart[data-v-50243406]::before {
  content: "\f712";
}
.bi-chat-heart-fill[data-v-50243406]::before {
  content: "\f713";
}
.bi-chat-heart[data-v-50243406]::before {
  content: "\f714";
}
.bi-chat-left-heart-fill[data-v-50243406]::before {
  content: "\f715";
}
.bi-chat-left-heart[data-v-50243406]::before {
  content: "\f716";
}
.bi-chat-right-heart-fill[data-v-50243406]::before {
  content: "\f717";
}
.bi-chat-right-heart[data-v-50243406]::before {
  content: "\f718";
}
.bi-chat-square-heart-fill[data-v-50243406]::before {
  content: "\f719";
}
.bi-chat-square-heart[data-v-50243406]::before {
  content: "\f71a";
}
.bi-clipboard-check-fill[data-v-50243406]::before {
  content: "\f71b";
}
.bi-clipboard-data-fill[data-v-50243406]::before {
  content: "\f71c";
}
.bi-clipboard-fill[data-v-50243406]::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill[data-v-50243406]::before {
  content: "\f71e";
}
.bi-clipboard-heart[data-v-50243406]::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill[data-v-50243406]::before {
  content: "\f720";
}
.bi-clipboard-plus-fill[data-v-50243406]::before {
  content: "\f721";
}
.bi-clipboard-pulse[data-v-50243406]::before {
  content: "\f722";
}
.bi-clipboard-x-fill[data-v-50243406]::before {
  content: "\f723";
}
.bi-clipboard2-check-fill[data-v-50243406]::before {
  content: "\f724";
}
.bi-clipboard2-check[data-v-50243406]::before {
  content: "\f725";
}
.bi-clipboard2-data-fill[data-v-50243406]::before {
  content: "\f726";
}
.bi-clipboard2-data[data-v-50243406]::before {
  content: "\f727";
}
.bi-clipboard2-fill[data-v-50243406]::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill[data-v-50243406]::before {
  content: "\f729";
}
.bi-clipboard2-heart[data-v-50243406]::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill[data-v-50243406]::before {
  content: "\f72b";
}
.bi-clipboard2-minus[data-v-50243406]::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill[data-v-50243406]::before {
  content: "\f72d";
}
.bi-clipboard2-plus[data-v-50243406]::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill[data-v-50243406]::before {
  content: "\f72f";
}
.bi-clipboard2-pulse[data-v-50243406]::before {
  content: "\f730";
}
.bi-clipboard2-x-fill[data-v-50243406]::before {
  content: "\f731";
}
.bi-clipboard2-x[data-v-50243406]::before {
  content: "\f732";
}
.bi-clipboard2[data-v-50243406]::before {
  content: "\f733";
}
.bi-emoji-kiss-fill[data-v-50243406]::before {
  content: "\f734";
}
.bi-emoji-kiss[data-v-50243406]::before {
  content: "\f735";
}
.bi-envelope-heart-fill[data-v-50243406]::before {
  content: "\f736";
}
.bi-envelope-heart[data-v-50243406]::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill[data-v-50243406]::before {
  content: "\f738";
}
.bi-envelope-open-heart[data-v-50243406]::before {
  content: "\f739";
}
.bi-envelope-paper-fill[data-v-50243406]::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill[data-v-50243406]::before {
  content: "\f73b";
}
.bi-envelope-paper-heart[data-v-50243406]::before {
  content: "\f73c";
}
.bi-envelope-paper[data-v-50243406]::before {
  content: "\f73d";
}
.bi-filetype-aac[data-v-50243406]::before {
  content: "\f73e";
}
.bi-filetype-ai[data-v-50243406]::before {
  content: "\f73f";
}
.bi-filetype-bmp[data-v-50243406]::before {
  content: "\f740";
}
.bi-filetype-cs[data-v-50243406]::before {
  content: "\f741";
}
.bi-filetype-css[data-v-50243406]::before {
  content: "\f742";
}
.bi-filetype-csv[data-v-50243406]::before {
  content: "\f743";
}
.bi-filetype-doc[data-v-50243406]::before {
  content: "\f744";
}
.bi-filetype-docx[data-v-50243406]::before {
  content: "\f745";
}
.bi-filetype-exe[data-v-50243406]::before {
  content: "\f746";
}
.bi-filetype-gif[data-v-50243406]::before {
  content: "\f747";
}
.bi-filetype-heic[data-v-50243406]::before {
  content: "\f748";
}
.bi-filetype-html[data-v-50243406]::before {
  content: "\f749";
}
.bi-filetype-java[data-v-50243406]::before {
  content: "\f74a";
}
.bi-filetype-jpg[data-v-50243406]::before {
  content: "\f74b";
}
.bi-filetype-js[data-v-50243406]::before {
  content: "\f74c";
}
.bi-filetype-jsx[data-v-50243406]::before {
  content: "\f74d";
}
.bi-filetype-key[data-v-50243406]::before {
  content: "\f74e";
}
.bi-filetype-m4p[data-v-50243406]::before {
  content: "\f74f";
}
.bi-filetype-md[data-v-50243406]::before {
  content: "\f750";
}
.bi-filetype-mdx[data-v-50243406]::before {
  content: "\f751";
}
.bi-filetype-mov[data-v-50243406]::before {
  content: "\f752";
}
.bi-filetype-mp3[data-v-50243406]::before {
  content: "\f753";
}
.bi-filetype-mp4[data-v-50243406]::before {
  content: "\f754";
}
.bi-filetype-otf[data-v-50243406]::before {
  content: "\f755";
}
.bi-filetype-pdf[data-v-50243406]::before {
  content: "\f756";
}
.bi-filetype-php[data-v-50243406]::before {
  content: "\f757";
}
.bi-filetype-png[data-v-50243406]::before {
  content: "\f758";
}
.bi-filetype-ppt[data-v-50243406]::before {
  content: "\f75a";
}
.bi-filetype-psd[data-v-50243406]::before {
  content: "\f75b";
}
.bi-filetype-py[data-v-50243406]::before {
  content: "\f75c";
}
.bi-filetype-raw[data-v-50243406]::before {
  content: "\f75d";
}
.bi-filetype-rb[data-v-50243406]::before {
  content: "\f75e";
}
.bi-filetype-sass[data-v-50243406]::before {
  content: "\f75f";
}
.bi-filetype-scss[data-v-50243406]::before {
  content: "\f760";
}
.bi-filetype-sh[data-v-50243406]::before {
  content: "\f761";
}
.bi-filetype-svg[data-v-50243406]::before {
  content: "\f762";
}
.bi-filetype-tiff[data-v-50243406]::before {
  content: "\f763";
}
.bi-filetype-tsx[data-v-50243406]::before {
  content: "\f764";
}
.bi-filetype-ttf[data-v-50243406]::before {
  content: "\f765";
}
.bi-filetype-txt[data-v-50243406]::before {
  content: "\f766";
}
.bi-filetype-wav[data-v-50243406]::before {
  content: "\f767";
}
.bi-filetype-woff[data-v-50243406]::before {
  content: "\f768";
}
.bi-filetype-xls[data-v-50243406]::before {
  content: "\f76a";
}
.bi-filetype-xml[data-v-50243406]::before {
  content: "\f76b";
}
.bi-filetype-yml[data-v-50243406]::before {
  content: "\f76c";
}
.bi-heart-arrow[data-v-50243406]::before {
  content: "\f76d";
}
.bi-heart-pulse-fill[data-v-50243406]::before {
  content: "\f76e";
}
.bi-heart-pulse[data-v-50243406]::before {
  content: "\f76f";
}
.bi-heartbreak-fill[data-v-50243406]::before {
  content: "\f770";
}
.bi-heartbreak[data-v-50243406]::before {
  content: "\f771";
}
.bi-hearts[data-v-50243406]::before {
  content: "\f772";
}
.bi-hospital-fill[data-v-50243406]::before {
  content: "\f773";
}
.bi-hospital[data-v-50243406]::before {
  content: "\f774";
}
.bi-house-heart-fill[data-v-50243406]::before {
  content: "\f775";
}
.bi-house-heart[data-v-50243406]::before {
  content: "\f776";
}
.bi-incognito[data-v-50243406]::before {
  content: "\f777";
}
.bi-magnet-fill[data-v-50243406]::before {
  content: "\f778";
}
.bi-magnet[data-v-50243406]::before {
  content: "\f779";
}
.bi-person-heart[data-v-50243406]::before {
  content: "\f77a";
}
.bi-person-hearts[data-v-50243406]::before {
  content: "\f77b";
}
.bi-phone-flip[data-v-50243406]::before {
  content: "\f77c";
}
.bi-plugin[data-v-50243406]::before {
  content: "\f77d";
}
.bi-postage-fill[data-v-50243406]::before {
  content: "\f77e";
}
.bi-postage-heart-fill[data-v-50243406]::before {
  content: "\f77f";
}
.bi-postage-heart[data-v-50243406]::before {
  content: "\f780";
}
.bi-postage[data-v-50243406]::before {
  content: "\f781";
}
.bi-postcard-fill[data-v-50243406]::before {
  content: "\f782";
}
.bi-postcard-heart-fill[data-v-50243406]::before {
  content: "\f783";
}
.bi-postcard-heart[data-v-50243406]::before {
  content: "\f784";
}
.bi-postcard[data-v-50243406]::before {
  content: "\f785";
}
.bi-search-heart-fill[data-v-50243406]::before {
  content: "\f786";
}
.bi-search-heart[data-v-50243406]::before {
  content: "\f787";
}
.bi-sliders2-vertical[data-v-50243406]::before {
  content: "\f788";
}
.bi-sliders2[data-v-50243406]::before {
  content: "\f789";
}
.bi-trash3-fill[data-v-50243406]::before {
  content: "\f78a";
}
.bi-trash3[data-v-50243406]::before {
  content: "\f78b";
}
.bi-valentine[data-v-50243406]::before {
  content: "\f78c";
}
.bi-valentine2[data-v-50243406]::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill[data-v-50243406]::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle[data-v-50243406]::before {
  content: "\f78f";
}
.bi-wrench-adjustable[data-v-50243406]::before {
  content: "\f790";
}
.bi-filetype-json[data-v-50243406]::before {
  content: "\f791";
}
.bi-filetype-pptx[data-v-50243406]::before {
  content: "\f792";
}
.bi-filetype-xlsx[data-v-50243406]::before {
  content: "\f793";
}
.bi-1-circle-fill[data-v-50243406]::before {
  content: "\f796";
}
.bi-1-circle[data-v-50243406]::before {
  content: "\f797";
}
.bi-1-square-fill[data-v-50243406]::before {
  content: "\f798";
}
.bi-1-square[data-v-50243406]::before {
  content: "\f799";
}
.bi-2-circle-fill[data-v-50243406]::before {
  content: "\f79c";
}
.bi-2-circle[data-v-50243406]::before {
  content: "\f79d";
}
.bi-2-square-fill[data-v-50243406]::before {
  content: "\f79e";
}
.bi-2-square[data-v-50243406]::before {
  content: "\f79f";
}
.bi-3-circle-fill[data-v-50243406]::before {
  content: "\f7a2";
}
.bi-3-circle[data-v-50243406]::before {
  content: "\f7a3";
}
.bi-3-square-fill[data-v-50243406]::before {
  content: "\f7a4";
}
.bi-3-square[data-v-50243406]::before {
  content: "\f7a5";
}
.bi-4-circle-fill[data-v-50243406]::before {
  content: "\f7a8";
}
.bi-4-circle[data-v-50243406]::before {
  content: "\f7a9";
}
.bi-4-square-fill[data-v-50243406]::before {
  content: "\f7aa";
}
.bi-4-square[data-v-50243406]::before {
  content: "\f7ab";
}
.bi-5-circle-fill[data-v-50243406]::before {
  content: "\f7ae";
}
.bi-5-circle[data-v-50243406]::before {
  content: "\f7af";
}
.bi-5-square-fill[data-v-50243406]::before {
  content: "\f7b0";
}
.bi-5-square[data-v-50243406]::before {
  content: "\f7b1";
}
.bi-6-circle-fill[data-v-50243406]::before {
  content: "\f7b4";
}
.bi-6-circle[data-v-50243406]::before {
  content: "\f7b5";
}
.bi-6-square-fill[data-v-50243406]::before {
  content: "\f7b6";
}
.bi-6-square[data-v-50243406]::before {
  content: "\f7b7";
}
.bi-7-circle-fill[data-v-50243406]::before {
  content: "\f7ba";
}
.bi-7-circle[data-v-50243406]::before {
  content: "\f7bb";
}
.bi-7-square-fill[data-v-50243406]::before {
  content: "\f7bc";
}
.bi-7-square[data-v-50243406]::before {
  content: "\f7bd";
}
.bi-8-circle-fill[data-v-50243406]::before {
  content: "\f7c0";
}
.bi-8-circle[data-v-50243406]::before {
  content: "\f7c1";
}
.bi-8-square-fill[data-v-50243406]::before {
  content: "\f7c2";
}
.bi-8-square[data-v-50243406]::before {
  content: "\f7c3";
}
.bi-9-circle-fill[data-v-50243406]::before {
  content: "\f7c6";
}
.bi-9-circle[data-v-50243406]::before {
  content: "\f7c7";
}
.bi-9-square-fill[data-v-50243406]::before {
  content: "\f7c8";
}
.bi-9-square[data-v-50243406]::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill[data-v-50243406]::before {
  content: "\f7ca";
}
.bi-airplane-engines[data-v-50243406]::before {
  content: "\f7cb";
}
.bi-airplane-fill[data-v-50243406]::before {
  content: "\f7cc";
}
.bi-airplane[data-v-50243406]::before {
  content: "\f7cd";
}
.bi-alexa[data-v-50243406]::before {
  content: "\f7ce";
}
.bi-alipay[data-v-50243406]::before {
  content: "\f7cf";
}
.bi-android[data-v-50243406]::before {
  content: "\f7d0";
}
.bi-android2[data-v-50243406]::before {
  content: "\f7d1";
}
.bi-box-fill[data-v-50243406]::before {
  content: "\f7d2";
}
.bi-box-seam-fill[data-v-50243406]::before {
  content: "\f7d3";
}
.bi-browser-chrome[data-v-50243406]::before {
  content: "\f7d4";
}
.bi-browser-edge[data-v-50243406]::before {
  content: "\f7d5";
}
.bi-browser-firefox[data-v-50243406]::before {
  content: "\f7d6";
}
.bi-browser-safari[data-v-50243406]::before {
  content: "\f7d7";
}
.bi-c-circle-fill[data-v-50243406]::before {
  content: "\f7da";
}
.bi-c-circle[data-v-50243406]::before {
  content: "\f7db";
}
.bi-c-square-fill[data-v-50243406]::before {
  content: "\f7dc";
}
.bi-c-square[data-v-50243406]::before {
  content: "\f7dd";
}
.bi-capsule-pill[data-v-50243406]::before {
  content: "\f7de";
}
.bi-capsule[data-v-50243406]::before {
  content: "\f7df";
}
.bi-car-front-fill[data-v-50243406]::before {
  content: "\f7e0";
}
.bi-car-front[data-v-50243406]::before {
  content: "\f7e1";
}
.bi-cassette-fill[data-v-50243406]::before {
  content: "\f7e2";
}
.bi-cassette[data-v-50243406]::before {
  content: "\f7e3";
}
.bi-cc-circle-fill[data-v-50243406]::before {
  content: "\f7e6";
}
.bi-cc-circle[data-v-50243406]::before {
  content: "\f7e7";
}
.bi-cc-square-fill[data-v-50243406]::before {
  content: "\f7e8";
}
.bi-cc-square[data-v-50243406]::before {
  content: "\f7e9";
}
.bi-cup-hot-fill[data-v-50243406]::before {
  content: "\f7ea";
}
.bi-cup-hot[data-v-50243406]::before {
  content: "\f7eb";
}
.bi-currency-rupee[data-v-50243406]::before {
  content: "\f7ec";
}
.bi-dropbox[data-v-50243406]::before {
  content: "\f7ed";
}
.bi-escape[data-v-50243406]::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill[data-v-50243406]::before {
  content: "\f7ef";
}
.bi-fast-forward-btn[data-v-50243406]::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill[data-v-50243406]::before {
  content: "\f7f1";
}
.bi-fast-forward-circle[data-v-50243406]::before {
  content: "\f7f2";
}
.bi-fast-forward-fill[data-v-50243406]::before {
  content: "\f7f3";
}
.bi-fast-forward[data-v-50243406]::before {
  content: "\f7f4";
}
.bi-filetype-sql[data-v-50243406]::before {
  content: "\f7f5";
}
.bi-fire[data-v-50243406]::before {
  content: "\f7f6";
}
.bi-google-play[data-v-50243406]::before {
  content: "\f7f7";
}
.bi-h-circle-fill[data-v-50243406]::before {
  content: "\f7fa";
}
.bi-h-circle[data-v-50243406]::before {
  content: "\f7fb";
}
.bi-h-square-fill[data-v-50243406]::before {
  content: "\f7fc";
}
.bi-h-square[data-v-50243406]::before {
  content: "\f7fd";
}
.bi-indent[data-v-50243406]::before {
  content: "\f7fe";
}
.bi-lungs-fill[data-v-50243406]::before {
  content: "\f7ff";
}
.bi-lungs[data-v-50243406]::before {
  content: "\f800";
}
.bi-microsoft-teams[data-v-50243406]::before {
  content: "\f801";
}
.bi-p-circle-fill[data-v-50243406]::before {
  content: "\f804";
}
.bi-p-circle[data-v-50243406]::before {
  content: "\f805";
}
.bi-p-square-fill[data-v-50243406]::before {
  content: "\f806";
}
.bi-p-square[data-v-50243406]::before {
  content: "\f807";
}
.bi-pass-fill[data-v-50243406]::before {
  content: "\f808";
}
.bi-pass[data-v-50243406]::before {
  content: "\f809";
}
.bi-prescription[data-v-50243406]::before {
  content: "\f80a";
}
.bi-prescription2[data-v-50243406]::before {
  content: "\f80b";
}
.bi-r-circle-fill[data-v-50243406]::before {
  content: "\f80e";
}
.bi-r-circle[data-v-50243406]::before {
  content: "\f80f";
}
.bi-r-square-fill[data-v-50243406]::before {
  content: "\f810";
}
.bi-r-square[data-v-50243406]::before {
  content: "\f811";
}
.bi-repeat-1[data-v-50243406]::before {
  content: "\f812";
}
.bi-repeat[data-v-50243406]::before {
  content: "\f813";
}
.bi-rewind-btn-fill[data-v-50243406]::before {
  content: "\f814";
}
.bi-rewind-btn[data-v-50243406]::before {
  content: "\f815";
}
.bi-rewind-circle-fill[data-v-50243406]::before {
  content: "\f816";
}
.bi-rewind-circle[data-v-50243406]::before {
  content: "\f817";
}
.bi-rewind-fill[data-v-50243406]::before {
  content: "\f818";
}
.bi-rewind[data-v-50243406]::before {
  content: "\f819";
}
.bi-train-freight-front-fill[data-v-50243406]::before {
  content: "\f81a";
}
.bi-train-freight-front[data-v-50243406]::before {
  content: "\f81b";
}
.bi-train-front-fill[data-v-50243406]::before {
  content: "\f81c";
}
.bi-train-front[data-v-50243406]::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill[data-v-50243406]::before {
  content: "\f81e";
}
.bi-train-lightrail-front[data-v-50243406]::before {
  content: "\f81f";
}
.bi-truck-front-fill[data-v-50243406]::before {
  content: "\f820";
}
.bi-truck-front[data-v-50243406]::before {
  content: "\f821";
}
.bi-ubuntu[data-v-50243406]::before {
  content: "\f822";
}
.bi-unindent[data-v-50243406]::before {
  content: "\f823";
}
.bi-unity[data-v-50243406]::before {
  content: "\f824";
}
.bi-universal-access-circle[data-v-50243406]::before {
  content: "\f825";
}
.bi-universal-access[data-v-50243406]::before {
  content: "\f826";
}
.bi-virus[data-v-50243406]::before {
  content: "\f827";
}
.bi-virus2[data-v-50243406]::before {
  content: "\f828";
}
.bi-wechat[data-v-50243406]::before {
  content: "\f829";
}
.bi-yelp[data-v-50243406]::before {
  content: "\f82a";
}
.bi-sign-stop-fill[data-v-50243406]::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill[data-v-50243406]::before {
  content: "\f82c";
}
.bi-sign-stop-lights[data-v-50243406]::before {
  content: "\f82d";
}
.bi-sign-stop[data-v-50243406]::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill[data-v-50243406]::before {
  content: "\f82f";
}
.bi-sign-turn-left[data-v-50243406]::before {
  content: "\f830";
}
.bi-sign-turn-right-fill[data-v-50243406]::before {
  content: "\f831";
}
.bi-sign-turn-right[data-v-50243406]::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill[data-v-50243406]::before {
  content: "\f833";
}
.bi-sign-turn-slight-left[data-v-50243406]::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill[data-v-50243406]::before {
  content: "\f835";
}
.bi-sign-turn-slight-right[data-v-50243406]::before {
  content: "\f836";
}
.bi-sign-yield-fill[data-v-50243406]::before {
  content: "\f837";
}
.bi-sign-yield[data-v-50243406]::before {
  content: "\f838";
}
.bi-ev-station-fill[data-v-50243406]::before {
  content: "\f839";
}
.bi-ev-station[data-v-50243406]::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill[data-v-50243406]::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel[data-v-50243406]::before {
  content: "\f83c";
}
.bi-fuel-pump-fill[data-v-50243406]::before {
  content: "\f83d";
}
.bi-fuel-pump[data-v-50243406]::before {
  content: "\f83e";
}
.bi-0-circle-fill[data-v-50243406]::before {
  content: "\f83f";
}
.bi-0-circle[data-v-50243406]::before {
  content: "\f840";
}
.bi-0-square-fill[data-v-50243406]::before {
  content: "\f841";
}
.bi-0-square[data-v-50243406]::before {
  content: "\f842";
}
.bi-rocket-fill[data-v-50243406]::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill[data-v-50243406]::before {
  content: "\f844";
}
.bi-rocket-takeoff[data-v-50243406]::before {
  content: "\f845";
}
.bi-rocket[data-v-50243406]::before {
  content: "\f846";
}
.bi-stripe[data-v-50243406]::before {
  content: "\f847";
}
.bi-subscript[data-v-50243406]::before {
  content: "\f848";
}
.bi-superscript[data-v-50243406]::before {
  content: "\f849";
}
.bi-trello[data-v-50243406]::before {
  content: "\f84a";
}
.bi-envelope-at-fill[data-v-50243406]::before {
  content: "\f84b";
}
.bi-envelope-at[data-v-50243406]::before {
  content: "\f84c";
}
.bi-regex[data-v-50243406]::before {
  content: "\f84d";
}
.bi-text-wrap[data-v-50243406]::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill[data-v-50243406]::before {
  content: "\f84f";
}
.bi-sign-dead-end[data-v-50243406]::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill[data-v-50243406]::before {
  content: "\f851";
}
.bi-sign-do-not-enter[data-v-50243406]::before {
  content: "\f852";
}
.bi-sign-intersection-fill[data-v-50243406]::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill[data-v-50243406]::before {
  content: "\f854";
}
.bi-sign-intersection-side[data-v-50243406]::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill[data-v-50243406]::before {
  content: "\f856";
}
.bi-sign-intersection-t[data-v-50243406]::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill[data-v-50243406]::before {
  content: "\f858";
}
.bi-sign-intersection-y[data-v-50243406]::before {
  content: "\f859";
}
.bi-sign-intersection[data-v-50243406]::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill[data-v-50243406]::before {
  content: "\f85b";
}
.bi-sign-merge-left[data-v-50243406]::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill[data-v-50243406]::before {
  content: "\f85d";
}
.bi-sign-merge-right[data-v-50243406]::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill[data-v-50243406]::before {
  content: "\f85f";
}
.bi-sign-no-left-turn[data-v-50243406]::before {
  content: "\f860";
}
.bi-sign-no-parking-fill[data-v-50243406]::before {
  content: "\f861";
}
.bi-sign-no-parking[data-v-50243406]::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill[data-v-50243406]::before {
  content: "\f863";
}
.bi-sign-no-right-turn[data-v-50243406]::before {
  content: "\f864";
}
.bi-sign-railroad-fill[data-v-50243406]::before {
  content: "\f865";
}
.bi-sign-railroad[data-v-50243406]::before {
  content: "\f866";
}
.bi-building-add[data-v-50243406]::before {
  content: "\f867";
}
.bi-building-check[data-v-50243406]::before {
  content: "\f868";
}
.bi-building-dash[data-v-50243406]::before {
  content: "\f869";
}
.bi-building-down[data-v-50243406]::before {
  content: "\f86a";
}
.bi-building-exclamation[data-v-50243406]::before {
  content: "\f86b";
}
.bi-building-fill-add[data-v-50243406]::before {
  content: "\f86c";
}
.bi-building-fill-check[data-v-50243406]::before {
  content: "\f86d";
}
.bi-building-fill-dash[data-v-50243406]::before {
  content: "\f86e";
}
.bi-building-fill-down[data-v-50243406]::before {
  content: "\f86f";
}
.bi-building-fill-exclamation[data-v-50243406]::before {
  content: "\f870";
}
.bi-building-fill-gear[data-v-50243406]::before {
  content: "\f871";
}
.bi-building-fill-lock[data-v-50243406]::before {
  content: "\f872";
}
.bi-building-fill-slash[data-v-50243406]::before {
  content: "\f873";
}
.bi-building-fill-up[data-v-50243406]::before {
  content: "\f874";
}
.bi-building-fill-x[data-v-50243406]::before {
  content: "\f875";
}
.bi-building-fill[data-v-50243406]::before {
  content: "\f876";
}
.bi-building-gear[data-v-50243406]::before {
  content: "\f877";
}
.bi-building-lock[data-v-50243406]::before {
  content: "\f878";
}
.bi-building-slash[data-v-50243406]::before {
  content: "\f879";
}
.bi-building-up[data-v-50243406]::before {
  content: "\f87a";
}
.bi-building-x[data-v-50243406]::before {
  content: "\f87b";
}
.bi-buildings-fill[data-v-50243406]::before {
  content: "\f87c";
}
.bi-buildings[data-v-50243406]::before {
  content: "\f87d";
}
.bi-bus-front-fill[data-v-50243406]::before {
  content: "\f87e";
}
.bi-bus-front[data-v-50243406]::before {
  content: "\f87f";
}
.bi-ev-front-fill[data-v-50243406]::before {
  content: "\f880";
}
.bi-ev-front[data-v-50243406]::before {
  content: "\f881";
}
.bi-globe-americas[data-v-50243406]::before {
  content: "\f882";
}
.bi-globe-asia-australia[data-v-50243406]::before {
  content: "\f883";
}
.bi-globe-central-south-asia[data-v-50243406]::before {
  content: "\f884";
}
.bi-globe-europe-africa[data-v-50243406]::before {
  content: "\f885";
}
.bi-house-add-fill[data-v-50243406]::before {
  content: "\f886";
}
.bi-house-add[data-v-50243406]::before {
  content: "\f887";
}
.bi-house-check-fill[data-v-50243406]::before {
  content: "\f888";
}
.bi-house-check[data-v-50243406]::before {
  content: "\f889";
}
.bi-house-dash-fill[data-v-50243406]::before {
  content: "\f88a";
}
.bi-house-dash[data-v-50243406]::before {
  content: "\f88b";
}
.bi-house-down-fill[data-v-50243406]::before {
  content: "\f88c";
}
.bi-house-down[data-v-50243406]::before {
  content: "\f88d";
}
.bi-house-exclamation-fill[data-v-50243406]::before {
  content: "\f88e";
}
.bi-house-exclamation[data-v-50243406]::before {
  content: "\f88f";
}
.bi-house-gear-fill[data-v-50243406]::before {
  content: "\f890";
}
.bi-house-gear[data-v-50243406]::before {
  content: "\f891";
}
.bi-house-lock-fill[data-v-50243406]::before {
  content: "\f892";
}
.bi-house-lock[data-v-50243406]::before {
  content: "\f893";
}
.bi-house-slash-fill[data-v-50243406]::before {
  content: "\f894";
}
.bi-house-slash[data-v-50243406]::before {
  content: "\f895";
}
.bi-house-up-fill[data-v-50243406]::before {
  content: "\f896";
}
.bi-house-up[data-v-50243406]::before {
  content: "\f897";
}
.bi-house-x-fill[data-v-50243406]::before {
  content: "\f898";
}
.bi-house-x[data-v-50243406]::before {
  content: "\f899";
}
.bi-person-add[data-v-50243406]::before {
  content: "\f89a";
}
.bi-person-down[data-v-50243406]::before {
  content: "\f89b";
}
.bi-person-exclamation[data-v-50243406]::before {
  content: "\f89c";
}
.bi-person-fill-add[data-v-50243406]::before {
  content: "\f89d";
}
.bi-person-fill-check[data-v-50243406]::before {
  content: "\f89e";
}
.bi-person-fill-dash[data-v-50243406]::before {
  content: "\f89f";
}
.bi-person-fill-down[data-v-50243406]::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation[data-v-50243406]::before {
  content: "\f8a1";
}
.bi-person-fill-gear[data-v-50243406]::before {
  content: "\f8a2";
}
.bi-person-fill-lock[data-v-50243406]::before {
  content: "\f8a3";
}
.bi-person-fill-slash[data-v-50243406]::before {
  content: "\f8a4";
}
.bi-person-fill-up[data-v-50243406]::before {
  content: "\f8a5";
}
.bi-person-fill-x[data-v-50243406]::before {
  content: "\f8a6";
}
.bi-person-gear[data-v-50243406]::before {
  content: "\f8a7";
}
.bi-person-lock[data-v-50243406]::before {
  content: "\f8a8";
}
.bi-person-slash[data-v-50243406]::before {
  content: "\f8a9";
}
.bi-person-up[data-v-50243406]::before {
  content: "\f8aa";
}
.bi-scooter[data-v-50243406]::before {
  content: "\f8ab";
}
.bi-taxi-front-fill[data-v-50243406]::before {
  content: "\f8ac";
}
.bi-taxi-front[data-v-50243406]::before {
  content: "\f8ad";
}
.bi-amd[data-v-50243406]::before {
  content: "\f8ae";
}
.bi-database-add[data-v-50243406]::before {
  content: "\f8af";
}
.bi-database-check[data-v-50243406]::before {
  content: "\f8b0";
}
.bi-database-dash[data-v-50243406]::before {
  content: "\f8b1";
}
.bi-database-down[data-v-50243406]::before {
  content: "\f8b2";
}
.bi-database-exclamation[data-v-50243406]::before {
  content: "\f8b3";
}
.bi-database-fill-add[data-v-50243406]::before {
  content: "\f8b4";
}
.bi-database-fill-check[data-v-50243406]::before {
  content: "\f8b5";
}
.bi-database-fill-dash[data-v-50243406]::before {
  content: "\f8b6";
}
.bi-database-fill-down[data-v-50243406]::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation[data-v-50243406]::before {
  content: "\f8b8";
}
.bi-database-fill-gear[data-v-50243406]::before {
  content: "\f8b9";
}
.bi-database-fill-lock[data-v-50243406]::before {
  content: "\f8ba";
}
.bi-database-fill-slash[data-v-50243406]::before {
  content: "\f8bb";
}
.bi-database-fill-up[data-v-50243406]::before {
  content: "\f8bc";
}
.bi-database-fill-x[data-v-50243406]::before {
  content: "\f8bd";
}
.bi-database-fill[data-v-50243406]::before {
  content: "\f8be";
}
.bi-database-gear[data-v-50243406]::before {
  content: "\f8bf";
}
.bi-database-lock[data-v-50243406]::before {
  content: "\f8c0";
}
.bi-database-slash[data-v-50243406]::before {
  content: "\f8c1";
}
.bi-database-up[data-v-50243406]::before {
  content: "\f8c2";
}
.bi-database-x[data-v-50243406]::before {
  content: "\f8c3";
}
.bi-database[data-v-50243406]::before {
  content: "\f8c4";
}
.bi-houses-fill[data-v-50243406]::before {
  content: "\f8c5";
}
.bi-houses[data-v-50243406]::before {
  content: "\f8c6";
}
.bi-nvidia[data-v-50243406]::before {
  content: "\f8c7";
}
.bi-person-vcard-fill[data-v-50243406]::before {
  content: "\f8c8";
}
.bi-person-vcard[data-v-50243406]::before {
  content: "\f8c9";
}
.bi-sina-weibo[data-v-50243406]::before {
  content: "\f8ca";
}
.bi-tencent-qq[data-v-50243406]::before {
  content: "\f8cb";
}
.bi-wikipedia[data-v-50243406]::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase[data-v-50243406]::before {
  content: "\f2a5";
}
.bi-alphabet[data-v-50243406]::before {
  content: "\f68a";
}
.bi-amazon[data-v-50243406]::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical[data-v-50243406]::before {
  content: "\f690";
}
.bi-arrows-expand-vertical[data-v-50243406]::before {
  content: "\f695";
}
.bi-arrows-vertical[data-v-50243406]::before {
  content: "\f698";
}
.bi-arrows[data-v-50243406]::before {
  content: "\f6a2";
}
.bi-ban-fill[data-v-50243406]::before {
  content: "\f6a3";
}
.bi-ban[data-v-50243406]::before {
  content: "\f6b6";
}
.bi-bing[data-v-50243406]::before {
  content: "\f6c2";
}
.bi-cake[data-v-50243406]::before {
  content: "\f6e0";
}
.bi-cake2[data-v-50243406]::before {
  content: "\f6ed";
}
.bi-cookie[data-v-50243406]::before {
  content: "\f6ee";
}
.bi-copy[data-v-50243406]::before {
  content: "\f759";
}
.bi-crosshair[data-v-50243406]::before {
  content: "\f769";
}
.bi-crosshair2[data-v-50243406]::before {
  content: "\f794";
}
.bi-emoji-astonished-fill[data-v-50243406]::before {
  content: "\f795";
}
.bi-emoji-astonished[data-v-50243406]::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill[data-v-50243406]::before {
  content: "\f79b";
}
.bi-emoji-grimace[data-v-50243406]::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill[data-v-50243406]::before {
  content: "\f7a1";
}
.bi-emoji-grin[data-v-50243406]::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill[data-v-50243406]::before {
  content: "\f7a7";
}
.bi-emoji-surprise[data-v-50243406]::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill[data-v-50243406]::before {
  content: "\f7ad";
}
.bi-emoji-tear[data-v-50243406]::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill[data-v-50243406]::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down[data-v-50243406]::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill[data-v-50243406]::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up[data-v-50243406]::before {
  content: "\f7be";
}
.bi-feather[data-v-50243406]::before {
  content: "\f7bf";
}
.bi-feather2[data-v-50243406]::before {
  content: "\f7c4";
}
.bi-floppy-fill[data-v-50243406]::before {
  content: "\f7c5";
}
.bi-floppy[data-v-50243406]::before {
  content: "\f7d8";
}
.bi-floppy2-fill[data-v-50243406]::before {
  content: "\f7d9";
}
.bi-floppy2[data-v-50243406]::before {
  content: "\f7e4";
}
.bi-gitlab[data-v-50243406]::before {
  content: "\f7e5";
}
.bi-highlighter[data-v-50243406]::before {
  content: "\f7f8";
}
.bi-marker-tip[data-v-50243406]::before {
  content: "\f802";
}
.bi-nvme-fill[data-v-50243406]::before {
  content: "\f803";
}
.bi-nvme[data-v-50243406]::before {
  content: "\f80c";
}
.bi-opencollective[data-v-50243406]::before {
  content: "\f80d";
}
.bi-pci-card-network[data-v-50243406]::before {
  content: "\f8cd";
}
.bi-pci-card-sound[data-v-50243406]::before {
  content: "\f8ce";
}
.bi-radar[data-v-50243406]::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill[data-v-50243406]::before {
  content: "\f8d0";
}
.bi-send-arrow-down[data-v-50243406]::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill[data-v-50243406]::before {
  content: "\f8d2";
}
.bi-send-arrow-up[data-v-50243406]::before {
  content: "\f8d3";
}
.bi-sim-slash-fill[data-v-50243406]::before {
  content: "\f8d4";
}
.bi-sim-slash[data-v-50243406]::before {
  content: "\f8d5";
}
.bi-sourceforge[data-v-50243406]::before {
  content: "\f8d6";
}
.bi-substack[data-v-50243406]::before {
  content: "\f8d7";
}
.bi-threads-fill[data-v-50243406]::before {
  content: "\f8d8";
}
.bi-threads[data-v-50243406]::before {
  content: "\f8d9";
}
.bi-transparency[data-v-50243406]::before {
  content: "\f8da";
}
.bi-twitter-x[data-v-50243406]::before {
  content: "\f8db";
}
.bi-type-h4[data-v-50243406]::before {
  content: "\f8dc";
}
.bi-type-h5[data-v-50243406]::before {
  content: "\f8dd";
}
.bi-type-h6[data-v-50243406]::before {
  content: "\f8de";
}
.bi-backpack-fill[data-v-50243406]::before {
  content: "\f8df";
}
.bi-backpack[data-v-50243406]::before {
  content: "\f8e0";
}
.bi-backpack2-fill[data-v-50243406]::before {
  content: "\f8e1";
}
.bi-backpack2[data-v-50243406]::before {
  content: "\f8e2";
}
.bi-backpack3-fill[data-v-50243406]::before {
  content: "\f8e3";
}
.bi-backpack3[data-v-50243406]::before {
  content: "\f8e4";
}
.bi-backpack4-fill[data-v-50243406]::before {
  content: "\f8e5";
}
.bi-backpack4[data-v-50243406]::before {
  content: "\f8e6";
}
.bi-brilliance[data-v-50243406]::before {
  content: "\f8e7";
}
.bi-cake-fill[data-v-50243406]::before {
  content: "\f8e8";
}
.bi-cake2-fill[data-v-50243406]::before {
  content: "\f8e9";
}
.bi-duffle-fill[data-v-50243406]::before {
  content: "\f8ea";
}
.bi-duffle[data-v-50243406]::before {
  content: "\f8eb";
}
.bi-exposure[data-v-50243406]::before {
  content: "\f8ec";
}
.bi-gender-neuter[data-v-50243406]::before {
  content: "\f8ed";
}
.bi-highlights[data-v-50243406]::before {
  content: "\f8ee";
}
.bi-luggage-fill[data-v-50243406]::before {
  content: "\f8ef";
}
.bi-luggage[data-v-50243406]::before {
  content: "\f8f0";
}
.bi-mailbox-flag[data-v-50243406]::before {
  content: "\f8f1";
}
.bi-mailbox2-flag[data-v-50243406]::before {
  content: "\f8f2";
}
.bi-noise-reduction[data-v-50243406]::before {
  content: "\f8f3";
}
.bi-passport-fill[data-v-50243406]::before {
  content: "\f8f4";
}
.bi-passport[data-v-50243406]::before {
  content: "\f8f5";
}
.bi-person-arms-up[data-v-50243406]::before {
  content: "\f8f6";
}
.bi-person-raised-hand[data-v-50243406]::before {
  content: "\f8f7";
}
.bi-person-standing-dress[data-v-50243406]::before {
  content: "\f8f8";
}
.bi-person-standing[data-v-50243406]::before {
  content: "\f8f9";
}
.bi-person-walking[data-v-50243406]::before {
  content: "\f8fa";
}
.bi-person-wheelchair[data-v-50243406]::before {
  content: "\f8fb";
}
.bi-shadows[data-v-50243406]::before {
  content: "\f8fc";
}
.bi-suitcase-fill[data-v-50243406]::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill[data-v-50243406]::before {
  content: "\f8fe";
}
.bi-suitcase-lg[data-v-50243406]::before {
  content: "\f8ff";
}
.bi-suitcase[data-v-50243406]::before {
  content: "豈";
}
.bi-suitcase2-fill[data-v-50243406]::before {
  content: "更";
}
.bi-suitcase2[data-v-50243406]::before {
  content: "車";
}
.bi-vignette[data-v-50243406]::before {
  content: "賈";
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Black-BGKY3P7n.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BlackItalic-Bn3AYdVg.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Bold-B5iD31kO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-BoldItalic-CT6m3OwA.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular-BwLIet1C.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Light-hJCcuSzX.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-LightItalic-DInKUxwu.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Thin-BBFgnKgu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-ThinItalic-BKQInFEV.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* arabic */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-arabic-Cafbb7Zc.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-ext-tDTa1Fj6.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Vazirmatn-VF-latin-BFexNX-K.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
[data-v-50243406]:root {
  --fw-blue-010: #fdfdff;
  --fw-blue-100: #65a2bb;
  --fw-blue-400: #0a85ae;
  --fw-blue-500: #05769d;
  --fw-blue-600: #00658c;
  --fw-blue-700: #004f70;
  --fw-blue-800: #003f5a;
  --fw-blue-900: #1f1f2d;
  --fw-red-010: #fffcfc;
  --fw-red-100: #c4766e;
  --fw-red-400: #cd2e1f;
  --fw-red-500: #bb2a1c;
  --fw-red-600: #af271a;
  --fw-red-700: #9c1a0e;
  --fw-red-800: #7d150b;
  --fw-red-900: #520600;
  --fw-gray-100: #f2efef;
  --fw-gray-200: #eee9e9;
  --fw-gray-300: #ddd9d9;
  --fw-gray-400: #cfcaca;
  --fw-gray-500: #b3afaf;
  --fw-gray-600: #908888;
  --fw-gray-700: #605656;
  --fw-gray-800: #4d4547;
  --fw-gray-900: #292525;
  --fw-gray-850: #403a3b;
  --fw-gray-950: #322f2f;
  --fw-gray-960: #292525;
  --fw-gray-970: #211e1e;
  --fw-beige-100: #fafaf6;
  --fw-beige-200: #f5f5f1;
  --fw-beige-300: #e8e8e4;
  --fw-beige-400: #dadad6;
  --fw-pastel-blue-1: #afdde9;
  --fw-pastel-blue-2: #87cdde;
  --fw-pastel-blue-3: #5fbcd3;
  --fw-pastel-blue-4: #37abc8;
  --fw-pastel-red-1: #f4d7d7;
  --fw-pastel-red-2: #e9afaf;
  --fw-pastel-red-3: #de8787;
  --fw-pastel-red-4: #d35f5f;
  --fw-pastel-purple-1: #b37db1;
  --fw-pastel-purple-2: #a0619b;
  --fw-pastel-purple-3: #806b7e;
  --fw-pastel-purple-4: #67535f;
  --fw-pastel-green-1: #afcd7d;
  --fw-pastel-green-2: #84a846;
  --fw-pastel-green-3: #5aa546;
  --fw-pastel-green-4: #5d944e;
  --fw-pastel-yellow-1: #fdeb63;
  --fw-pastel-yellow-2: #ffe32f;
  --fw-pastel-yellow-3: #fed100;
  --fw-pastel-yellow-4: #efa300;
  --fw-secondary: #ff6600;
  --fw-primary: var(--fw-blue-400);
}
[data-v-50243406] {
  --autofocus-outline-color: color-mix(in oklab, var(--background-color) 80%, transparent);
}
[data-v-50243406]:root:has(body.theme-light) {
  --background-color: var(--fw-beige-100);
}
:is(body.theme-light[data-v-50243406], html:not(.dark) > body[data-v-50243406]:not(.theme-dark)),
.force-light-theme.force-light-theme.force-light-theme[data-v-50243406] {
  --focus-ring-color: var(--fw-primary);
  --shadow-color: rgba(0, 0, 0, 0.3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .default[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .VPDoc[data-v-50243406] {
  --link-color: var(--fw-blue-400);
  --link-hover-color: var(--fw-blue-500);
  --color: var(--fw-gray-900);
  --background-color: var(--fw-beige-100);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-beige-400);
  --hover-border-color: var(--hover-background-color);
  --active-color: var(--fw-gray-900);
  --active-background-color: var(--fw-beige-600);
  --active-border-color: var(--fw-gray-600);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-beige-100);
  --disabled-border-color: var(--fw-beige-100);
  --player-color: var(--fw-gray-700);
  --player-background: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .default.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .VPDoc.raised[data-v-50243406] {
  --background-color: var(--fw-beige-300);
  --border-color: color-mix(in oklab, var(--fw-beige-400) 90%, currentcolor);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .default[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .VPDoc[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .default[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .VPDoc[data-v-50243406] {
  --link-active-border-color: var(--fw-beige-400);
  --link-exact-active-background-color: var(--fw-beige-400);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-500);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-100);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-600);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale[data-v-50243406] {
  --color: var(--fw-gray-700);
  --background-color: var(--fw-gray-200);
  --border-color: var(--fw-gray-300);
  --hover-color: var(--fw-gray-800);
  --hover-background-color: var(--fw-gray-300);
  --hover-border-color: var(--fw-gray-800);
  --active-color: var(--fw-gray-970);
  --active-background-color: var(--fw-gray-400);
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale.raised[data-v-50243406] {
  --background-color: var(--fw-gray-300);
  --border-color: var(--fw-gray-300);
  --hover-background-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-500);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .secondary .funkwhale[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .secondary .funkwhale[data-v-50243406] {
  --link-color: var(--fw-blue-600);
  --link-hover-color: var(--fw-blue-700);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale[data-v-50243406] {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-400);
  --border-color: var(--fw-blue-010);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  outline-offset: 2px;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary > .primary[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale > .primary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary > .primary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale > .primary[data-v-50243406] {
  --border-color: var(--fw-blue-010);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale[data-v-50243406] {
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-600);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-100) 20%, var(--fw-blue-400));
  --disabled-border-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale.raised[data-v-50243406] {
  --background-color: var(--fw-blue-600);
  --hover-background-color: var(--fw-blue-700);
  --active-background-color: var(--fw-blue-800);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary[data-v-50243406]:not(:is(.ghost, .outline)),
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .primary .funkwhale[data-v-50243406]:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary[data-v-50243406]:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .primary .funkwhale[data-v-50243406]:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .destructive[data-v-50243406] {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-600);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-010);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .destructive[data-v-50243406]:not(:is(.ghost, .outline)),
.force-light-theme.force-light-theme.force-light-theme .destructive[data-v-50243406]:not(:is(.ghost, .outline)) {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .blue[data-v-50243406] {
  --color: var(--fw-blue-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-blue-1);
  --hover-background-color: var(--fw-pastel-blue-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue .action > button[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .blue.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .blue .action > button[data-v-50243406] {
  --background-color: var(--fw-pastel-blue-2);
  --hover-background-color: var(--fw-pastel-blue-3);
  --active-background-color: var(--fw-pastel-blue-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .blue[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .blue[data-v-50243406] {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .red[data-v-50243406] {
  --color: var(--fw-red-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red .action > button[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .red.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .red .action > button[data-v-50243406] {
  --background-color: var(--fw-pastel-red-2);
  --hover-background-color: var(--fw-pastel-red-3);
  --active-background-color: var(--fw-pastel-red-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .red[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .red[data-v-50243406] {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .purple[data-v-50243406] {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-purple-1);
  --hover-color: color-mix(in oklab, white 80%, var(--fw-pastel-purple-1));
  --hover-background-color: var(--fw-pastel-purple-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple .action > button[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .purple.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .purple .action > button[data-v-50243406] {
  --background-color: var(--fw-pastel-purple-2);
  --hover-background-color: var(--fw-pastel-purple-3);
  --active-background-color: var(--fw-pastel-purple-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .purple[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .purple[data-v-50243406] {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .green[data-v-50243406] {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-green-1);
  --hover-background-color: var(--fw-pastel-green-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green .action > button[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .green.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .green .action > button[data-v-50243406] {
  --background-color: var(--fw-pastel-green-2);
  --hover-background-color: var(--fw-pastel-green-3);
  --active-background-color: var(--fw-pastel-green-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .green[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .green[data-v-50243406] {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .yellow[data-v-50243406] {
  --color: var(--fw-gray-900);
  --color-over-transparent: var(--background-color);
  --background-color: var(--fw-pastel-yellow-1);
  --hover-background-color: var(--fw-pastel-yellow-2);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow.raised[data-v-50243406],
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow .action > button[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .yellow.raised[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .yellow .action > button[data-v-50243406] {
  --background-color: var(--fw-pastel-yellow-2);
  --hover-background-color: var(--fw-pastel-yellow-3);
  --active-background-color: var(--fw-pastel-yellow-4);
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .yellow[data-v-50243406],
.force-light-theme.force-light-theme.force-light-theme .yellow[data-v-50243406] {
  --link-color: var(--fw-blue-010);
  --link-hover-color: white;
}
[data-v-50243406]:root:has(body.theme-dark) {
  --background-color: var(--fw-gray-960);
}
:is(body.theme-dark[data-v-50243406], html.dark > body[data-v-50243406]:not(.theme-light)),
.force-dark-theme.force-dark-theme.force-dark-theme[data-v-50243406] {
  --focus-ring-color: var(--fw-gray-600);
  --shadow-color: rgba(0, 0, 0, 0.8);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .default[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc[data-v-50243406] {
  --link-color: var(--fw-gray-300);
  --link-hover-color: var(--fw-gray-200);
  --color: var(--fw-beige-100);
  --background-color: var(--fw-gray-960);
  --border-color: var(--fw-gray-700);
  --hover-color: var(--fw-beige-400);
  --hover-background-color: var(--fw-gray-850);
  --hover-border-color: var(--fw-gray-850);
  --active-color: var(--fw-gray-200);
  --active-background-color: var(--fw-gray-700);
  --active-border-color: var(--fw-gray-700);
  --pressed-color: var(--fw-red-010);
  --pressed-background-color: var(--fw-gray-970);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-950);
  --disabled-border-color: var(--fw-gray-950);
  --player-color: var(--fw-gray-300);
  --player-background: var(--fw-gray-950);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .default.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc.raised[data-v-50243406] {
  --background-color: var(--fw-gray-950);
  --border-color: var(--fw-gray-600);
  --link-color: var(--fw-gray-400);
  --link-hover-color: var(--fw-gray-200);
  --link-exact-active-background-color: var(--fw-gray-800);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .default[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .VPDoc[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .default[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .VPDoc[data-v-50243406] {
  --link-active-border-color: var(--fw-gray-800);
  --link-exact-active-background-color: var(--fw-gray-700);
  --link-exact-active-border-color: transparent;
  --void-off-background-color: var(--fw-gray-800);
  --void-off-pin-color: var(--fw-beige-100);
  --void-on-background-color: var(--fw-blue-400);
  --void-on-pin-color: var(--fw-beige-100);
  --void-off-hover-background-color: var(--fw-gray-700);
  --void-off-hover-pin-color: var(--fw-beige-200);
  --void-on-hover-background-color: var(--fw-blue-400);
  --void-on-hover-pin-color: var(--fw-blue-010);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .secondary[data-v-50243406] {
  --color: var(--fw-gray-300);
  --background-color: var(--fw-gray-850);
  --border-color: var(--fw-gray-600);
  --hover-color: var(--fw-gray-200);
  --hover-background-color: var(--fw-gray-800);
  --hover-border-color: var(--fw-gray-800);
  --active-color: color-mix(in oklab, var(--fw-gray-200) 50%, var(--fw-gray-300));
  --active-background-color: color-mix(in oklab, var(--fw-gray-950), var(--fw-gray-970));
  --active-border-color: var(--fw-gray-400);
  --pressed-color: var(--fw-beige-200);
  --pressed-background-color: var(--fw-gray-900);
  --pressed-hover-background-color: var(--fw-gray-100);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-900) 20%, var(--fw-gray-950));
  --disabled-border-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .secondary.raised[data-v-50243406] {
  --color: var(--fw-gray-200);
  --background-color: var(--fw-gray-700);
  --disabled-background-color: color-mix(in oklab, var(--fw-gray-800) 80%, var(--fw-gray-700));
  --border-color: var(--fw-gray-500);
  --hover-background-color: color-mix(in oklab, var(--fw-gray-600) 20%, var(--fw-gray-700));
  --active-color: var(--fw-gray-400);
  --active-background-color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .secondary[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .secondary[data-v-50243406] {
  --link-color: var(--fw-gray-500);
  --link-hover-color: var(--fw-gray-600);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .primary[data-v-50243406] {
  --color: var(--fw-blue-010);
  --color-over-transparent: var(--fw-blue-500);
  --background-color: var(--fw-blue-600);
  --border-color: var(--fw-blue-100);
  --hover-color: var(--fw-blue-010);
  --hover-background-color: var(--fw-blue-500);
  --active-color: var(--fw-blue-010);
  --active-background-color: var(--fw-blue-800);
  --pressed-color: var(--fw-blue-010);
  --pressed-background-color: var(--fw-blue-900);
  --disabled-color: color-mix(in oklab, var(--fw-blue-010) 10%, var(--fw-blue-100));
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-700) 50%, var(--fw-blue-600));
  --disabled-border-color: var(--hover-background-color);
  --focus-ring-color: var(--background-color);
  outline-offset: 2px;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .primary.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .primary.raised[data-v-50243406] {
  --background-color: var(--fw-blue-400);
  --hover-background-color: var(--fw-blue-100);
  --hover-border-color: var(--fw-blue-100);
  --active-background-color: var(--fw-blue-900);
  --disabled-background-color: color-mix(in oklab, var(--fw-blue-500) 20%, var(--fw-blue-600));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .destructive[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .destructive[data-v-50243406] {
  --color: var(--fw-red-010);
  --color-over-transparent: var(--fw-red-100);
  --background-color: var(--fw-red-500);
  --border-color: var(--fw-red-100);
  --hover-color: var(--fw-gray-100);
  --hover-background-color: var(--fw-red-600);
  --hover-border-color: var(--fw-red-600);
  --active-color: var(--fw-gray-100);
  --active-background-color: var(--fw-red-700);
  --active-border-color: var(--fw-red-700);
  --disabled-color: var(--fw-gray-500);
  --disabled-background-color: var(--fw-gray-100);
  --disabled-border-color: var(--fw-gray-100);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .blue[data-v-50243406] {
  --color: var(--fw-pastel-blue-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-blue-2);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-blue-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .blue .action > button[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .blue.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .blue .action > button[data-v-50243406] {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-blue-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .red[data-v-50243406] {
  --color: var(--fw-pastel-red-1);
  --color-over-transparent: var(--background-color);
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-red-2));
  --hover-color: var(--fw-pastel-red-3);
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .red .action > button[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .red.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .red .action > button[data-v-50243406] {
  --background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-2));
  --hover-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-3));
  --active-background-color: color-mix(in oklab, black 65%, var(--fw-pastel-red-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .purple[data-v-50243406] {
  --color: var(--fw-gray-100);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-purple-1);
  --background-color: color-mix(in oklab, black 50%, var(--fw-pastel-purple-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .purple .action > button[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .purple.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .purple .action > button[data-v-50243406] {
  --background-color: color-mix(in oklab, black 61%, var(--fw-pastel-purple-2));
  --hover-background-color: color-mix(in oklab, black 66%, var(--fw-pastel-purple-3));
  --active-background-color: color-mix(in oklab, black 71%, var(--fw-pastel-purple-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .green[data-v-50243406] {
  --color: var(--fw-pastel-green-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-green-2);
  --background-color: color-mix(in oklab, black 55%, var(--fw-pastel-green-1));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .green .action > button[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .green.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .green .action > button[data-v-50243406] {
  --background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-2));
  --hover-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-3));
  --active-background-color: color-mix(in oklab, black 60%, var(--fw-pastel-green-4));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .yellow[data-v-50243406] {
  --color: var(--fw-pastel-yellow-1);
  --color-over-transparent: var(--background-color);
  --hover-color: var(--fw-pastel-yellow-3);
  --background-color: color-mix(in oklab, black 53%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, var(--background-color) 83%, var(--hover-color));
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow.raised[data-v-50243406],
:is(body.theme-dark, html.dark > body:not(.theme-light)) .yellow .action > button[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .yellow.raised[data-v-50243406],
.force-dark-theme.force-dark-theme.force-dark-theme .yellow .action > button[data-v-50243406] {
  --background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-3));
  --hover-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-2));
  --active-background-color: color-mix(in oklab, black 45%, var(--fw-pastel-yellow-1));
  --disabled-color: var(--fw-gray-700);
  --disabled-border-color: var(--fw-gray-400);
  --disabled-background-color: transparent;
}
:is(.VPDoc .vp-doc[data-v-50243406], .funkwhale[data-v-50243406]) {
  color: var(--color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[data-v-50243406] {
  color: var(--link-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[data-v-50243406]:hover {
  color: var(--link-hover-color);
}
:is(.VPDoc .vp-doc, .funkwhale) a[disabled][data-v-50243406] {
  cursor: default;
}
:is(.VPDoc .vp-doc, .funkwhale) [aria-pressed=true][data-v-50243406] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) [autofocus][data-v-50243406]:focus:not(:focus-visible),
:is(.VPDoc .vp-doc, .funkwhale) [fake-focus=true][data-v-50243406] {
  outline: 4px solid var(--autofocus-outline-color) !important;
  outline-offset: 2px !important;
}
:is(.VPDoc .vp-doc, .funkwhale) hr[data-v-50243406] {
  border-color: var(--border-color);
}
:is(.VPDoc .vp-doc[data-v-50243406], .funkwhale[data-v-50243406]) :is(button, input, a):focus-visible {
  outline: 4px solid var(--focus-ring-color);
  outline-offset: -4px;
}
:is(.VPDoc .vp-doc[data-v-50243406], .funkwhale[data-v-50243406]) :is(button, input, a):focus-visible:is(a) {
  outline-offset: -0.1ch;
}
:is(.VPDoc .vp-doc, .funkwhale) .solid[data-v-50243406], :is(.VPDoc .vp-doc, .funkwhale).solid[data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button[data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) button[data-v-50243406]:not(:is(.ghost, .outline, .tabs-item)) {
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[data-v-50243406]:hover:not(:has(.interactive:hover)):not([disabled]), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[data-v-50243406]:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[data-v-50243406]:hover:not(:has(.interactive:hover)):not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[data-v-50243406]:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true][data-v-50243406], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true][data-v-50243406] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[aria-pressed=true][data-v-50243406]:hover, :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[aria-pressed=true][data-v-50243406]:hover,
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[aria-pressed=true][data-v-50243406]:hover,
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[aria-pressed=true][data-v-50243406]:hover {
  background-color: var(--pressed-hover-background-color, var(--hover-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)), :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  color: var(--active-color);
  background-color: var(--active-background-color);
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .solid.interactive[disabled][data-v-50243406], :is(.VPDoc .vp-doc, .funkwhale).solid.interactive[disabled][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .alert > .actions > button.interactive[disabled][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) button:not(:is(.ghost, .outline, .tabs-item)).interactive[disabled][data-v-50243406] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost[data-v-50243406] {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[data-v-50243406]:hover:not(:has(.interactive:hover)):not([disabled]) {
  color: var(--hover-color, var(--color));
  background-color: var(--hover-background-color);
  border-color: var(--hover-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[aria-pressed=true][data-v-50243406] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[data-v-50243406]:active {
  color: var(--active-color);
  background-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[disabled][data-v-50243406] {
  color: color-mix(in oklab, var(--disabled-color) 50%, var(--color-over-transparent, var(--color)));
  border-color: transparent;
  background-color: transparent;
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive[data-v-50243406] {
  /* &.active {
    border-color: var(--link-active-border-color);
  } */
}
:is(.VPDoc .vp-doc, .funkwhale) .ghost.interactive.router-link-exact-active[data-v-50243406]:not(.router-link-no-matching-query-flags) {
  background-color: var(--exact-active-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline[data-v-50243406] {
  color: var(--color-over-transparent, var(--color));
  background-color: transparent;
  border: 1px solid var(--border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[data-v-50243406]:hover:not([disabled]),
:is(.VPDoc .vp-doc, .funkwhale) .outline button[data-v-50243406]:hover:not([disabled]) {
  color: var(--hover-color, var(--color));
  border-color: var(--hover-border-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[aria-pressed=true][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[aria-pressed=true][data-v-50243406] {
  color: var(--pressed-color, var(--active-color));
  background-color: var(--pressed-background-color, var(--active-background-color));
  border-color: var(--pressed-background-color, var(--active-background-color));
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)),
:is(.VPDoc .vp-doc, .funkwhale) .outline button[data-v-50243406]:is(:active, .active:not(.router-link-no-matching-query-flags)) {
  border-color: var(--active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active[data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .outline button:is(:active, .active:not(.router-link-no-matching-query-flags)).router-link-exact-active[data-v-50243406] {
  border-color: var(--exact-active-border-color);
  background-color: var(--exact-active-background-color);
}
:is(.VPDoc .vp-doc, .funkwhale) .outline.interactive[disabled][data-v-50243406],
:is(.VPDoc .vp-doc, .funkwhale) .outline button[disabled][data-v-50243406] {
  color: var(--disabled-color);
  border-color: var(--disabled-border-color);
  background-color: var(--disabled-background-color);
}
html[data-v-50243406] {
  scroll-behavior: smooth;
}
[data-v-50243406]:root {
  --fw-track-progress: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
html[data-v-50243406] {
    scroll-behavior: auto;
}
}
input[type=search][data-v-50243406]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.two-images[data-v-50243406] {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.two-images.large[data-v-50243406] {
  width: 15em;
  height: 15em;
}
.two-images.large img[data-v-50243406] {
  width: 11em;
}
.two-images img[data-v-50243406] {
  width: 2.5em;
  position: absolute;
}
.two-images img[data-v-50243406]:last-child {
  bottom: 0;
  left: 0;
}
.two-images img[data-v-50243406]:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card[data-v-50243406], .channel-serie-card[data-v-50243406] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.channel-entry-card .controls[data-v-50243406], .channel-serie-card .controls[data-v-50243406] {
  margin-right: 1em;
}
.channel-entry-card .image[data-v-50243406], .channel-serie-card .image[data-v-50243406] {
  width: 3em;
  height: 3em;
  margin-right: 1em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
}
.channel-entry-card .two-images[data-v-50243406], .channel-serie-card .two-images[data-v-50243406] {
  margin-right: 1em;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
.channel-entry-card .two-images.large[data-v-50243406], .channel-serie-card .two-images.large[data-v-50243406] {
  width: 15em;
  height: 15em;
}
.channel-entry-card .two-images.large img[data-v-50243406], .channel-serie-card .two-images.large img[data-v-50243406] {
  width: 11em;
}
.channel-entry-card .two-images img[data-v-50243406], .channel-serie-card .two-images img[data-v-50243406] {
  width: 2.5em;
  position: absolute;
}
.channel-entry-card .two-images img[data-v-50243406]:last-child, .channel-serie-card .two-images img[data-v-50243406]:last-child {
  bottom: 0;
  left: 0;
}
.channel-entry-card .two-images img[data-v-50243406]:first-child, .channel-serie-card .two-images img[data-v-50243406]:first-child {
  top: 0;
  right: 0;
}
.channel-entry-card .content[data-v-50243406], .channel-serie-card .content[data-v-50243406] {
  flex-grow: 1;
}
.album-entries > div[data-v-50243406] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-entries .content[data-v-50243406] {
  flex-grow: 1;
}
.ui.artist-label .icon[data-v-50243406] {
  width: 2em;
}
.ui.artist-label.rounded[data-v-50243406] {
  border-radius: 5em;
  padding: 0.2em 0.75em 0.2em 0.2em;
  line-height: 2em;
}
.ui.artist-label.rounded img[data-v-50243406] {
  border-radius: 50%;
  vertical-align: middle;
}
.album-entry[data-v-50243406]:hover {
  cursor: pointer;
}
.album-entry:hover .ui.inverted.vibrant.button[data-v-50243406] {
  background-color: var(--vibrant-hover-color);
  color: white;
  box-shadow: 0 0 0 2px var(--vibrant-color) inset;
}
.album-entry[data-v-50243406], .channel-entry-card[data-v-50243406] {
  border-radius: 5px;
  padding: 0.5em;
}
.album-entry .meta[data-v-50243406], .channel-entry-card .meta[data-v-50243406] {
  text-align: right;
  min-width: 7em;
}
.album-entry > div[data-v-50243406], .channel-entry-card > div[data-v-50243406] {
  padding: 0.25em;
}
.album-entry > div[data-v-50243406]:not(:last-child), .channel-entry-card > div[data-v-50243406]:not(:last-child) {
  margin-right: 0.25em;
}
.album-entry.active[data-v-50243406], .channel-entry-card.active[data-v-50243406] {
  background: rgba(155, 155, 155, 0.2);
}
.album-entry[data-v-50243406]:hover, .channel-entry-card[data-v-50243406]:hover {
  background: rgba(155, 155, 155, 0.1);
}
.album-entry .favorite-icon.tiny.button[data-v-50243406], .channel-entry-card .favorite-icon.tiny.button[data-v-50243406] {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
}
.channel-image[data-v-50243406] {
  width: 200px;
  height: 200px;
}
.channel-image.large[data-v-50243406] {
  width: 8em !important;
}
.channel-type.field .radio[data-v-50243406] {
  display: block;
  padding: 1.5em;
}
.channel-type.field .radio.selected[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .channel-type.field .radio.selected[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme .channel-type.field .radio.selected[data-v-50243406] {
  background-color: rgba(0, 0, 0, 0.05);
}
.channel-type.field .radio.selected[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .channel-type.field .radio.selected[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .channel-type.field .radio.selected[data-v-50243406] {
  background-color: rgba(255, 255, 255, 0.05);
}
.main.with-background[data-v-50243406], .opaque[data-v-50243406] {
  background: var(--background-color);
}
.main.pusher > .ui.secondary.menu[data-v-50243406] {
  box-shadow: var(--secondary-menu-box-shadow);
  background: var(--secondary-menu-background);
}
.main.pusher > .ui.secondary.menu .ui.item.active[data-v-50243406] {
  box-shadow: var(--secondary-menu-active-item-box-shadow);
}
.when-queue-focused .group[data-v-50243406] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
}
.when-queue-focused .group[data-v-50243406] > * {
  margin-left: 0.5em;
}
@media (max-width: 1023px) {
.when-queue-focused[data-v-50243406] {
    width: 100%;
    justify-content: space-between !important;
}
}
@media (max-width: 1023px) {
#app > :not(.queue-focused) .when-queue-focused[data-v-50243406] {
    display: none;
}
}
#app > div[data-v-50243406] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
#app > div.has-bottom-player[data-v-50243406] {
  padding-bottom: 4rem;
}
#app > div.has-bottom-player + .toast-container[data-v-50243406] {
  bottom: 5rem;
  pointer-events: none;
}
.toast-container[data-v-50243406] {
  pointer-events: none;
  top: 1em;
  min-height: auto !important;
}
.toast-container > div[data-v-50243406] {
  pointer-events: auto;
}
#footer[data-v-50243406] {
  border-bottom: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}
#app > div > main[data-v-50243406], #app > .main[data-v-50243406] {
  flex: 1;
}
#app > div > .main.pusher[data-v-50243406],
#app > div > .footer[data-v-50243406] {
  position: relative;
}
@media (min-width: 1025px) {
#app > div > .main.pusher[data-v-50243406],
  #app > div > .footer[data-v-50243406] {
    margin-left: 275px !important;
}
}
@media (min-width: 1201px) {
#app > div > .main.pusher[data-v-50243406],
  #app > div > .footer[data-v-50243406] {
    margin-left: 275px !important;
}
}
#app > div > .main.pusher[data-v-50243406],
#app > div > .footer[data-v-50243406] {
  transform: none !important;
}
.ui.small.text.container[data-v-50243406] {
  max-width: 500px !important;
}
.column .ui.text.container[data-v-50243406] {
  max-width: 100% !important;
}
.main.pusher.hidden[data-v-50243406] {
  display: none;
}
.main.pusher > .ui.secondary.menu[data-v-50243406] {
  margin-left: 0;
  margin-right: 0;
  border: none;
  overflow-y: auto;
}
.main.pusher > .ui.secondary.menu .ui.item[data-v-50243406] {
  border: none;
  border-bottom-style: none;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
.main.pusher > .ui.secondary.menu[data-v-50243406] {
    padding: 0 2.5rem;
}
}
.main.pusher > .ui.secondary.menu .item[data-v-50243406] {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ui.stripe.segment[data-v-50243406],
#footer[data-v-50243406] {
  padding: 1em;
}
.ui.stripe.segment.ui.container[data-v-50243406],
#footer.ui.container[data-v-50243406] {
  margin: 0;
}
@media (min-width: 769px) {
.ui.stripe.segment[data-v-50243406],
  #footer[data-v-50243406] {
    padding: 2em;
}
}
@media (min-width: 1201px) {
.ui.stripe.segment[data-v-50243406],
  #footer[data-v-50243406] {
    padding: 3em;
}
}
.stripe.segment > .secondary.menu[data-v-50243406]:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.ui.small.divider[data-v-50243406] {
  margin: 0.5rem 0;
}
.ui.very.small.divider[data-v-50243406] {
  margin: 0.25rem 0;
}
.ui.horizontal.divider[data-v-50243406] {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 1023px) {
.dimmed .ui.bottom-player[data-v-50243406] {
    z-index: 0;
}
}
@media (max-width: 1023px) {
#app > .queue-focused .queue-not-focused[data-v-50243406] {
    display: none;
}
}
.ui.vertical.segment[data-v-50243406] {
  color: var(--main-color);
  background: var(--main-background);
}
.ui.segment[data-v-50243406]:not(.basic):not(.vertical) {
  color: var(--segment-color);
  background: var(--segment-background);
}
.segment .ui.list .item[data-v-50243406] {
  background-color: transparent;
}
.visually-hidden[data-v-50243406] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden[data-v-50243406]:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}
.center.aligned.menu[data-v-50243406] {
  justify-content: center;
}
.text.center.aligned[data-v-50243406] {
  text-align: center;
}
.ellipsis[data-v-50243406]:not(.icon) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.link[data-v-50243406] {
  cursor: pointer;
}
.ui.icon.header .circular.icon[data-v-50243406] {
  display: flex;
  justify-content: center;
}
a[data-v-50243406] {
  cursor: pointer;
}
.segment.hidden[data-v-50243406] {
  display: none;
}
.hidden[data-v-50243406]:not(.divider) {
  display: none !important;
}
.nomargin[data-v-50243406] {
  margin: 0 !important;
}
.text.align.left[data-v-50243406] {
  text-align: left;
}
.left.floated[data-v-50243406] {
  float: left;
}
.right.floated[data-v-50243406] {
  float: right;
}
@media (max-width: 1023px) {
.desktop-and-up[data-v-50243406] {
    display: none !important;
}
}
@media (min-width: 1024px) {
.desktop-and-below[data-v-50243406] {
    display: none !important;
}
}
@media (max-width: 767px) {
.tablet-and-up[data-v-50243406] {
    display: none !important;
}
}
@media (min-width: 768px) {
.tablet-and-below[data-v-50243406] {
    display: none !important;
}
}
@media (min-width: 769px) {
.mobile-only[data-v-50243406] {
    display: none !important;
}
}
.expandable[data-v-50243406]:not(.expanded) {
  overflow: hidden;
  max-height: 15vh;
}
.ui.list .list.icon[data-v-50243406] {
  padding-left: 0;
}
.ui.dropdown .item[disabled][data-v-50243406] {
  display: none;
}
span.diff.added[data-v-50243406] {
  background-color: rgba(0, 255, 0, 0.25);
}
span.diff.removed[data-v-50243406] {
  background-color: rgba(255, 0, 0, 0.25);
}
.default-cover[data-v-50243406] {
  background-image: url("/assets/default-cover-R_6x7k-h.png") !important;
}
.discrete[data-v-50243406] {
  color: var(--discrete-text-color);
}
.really.discrete[data-v-50243406] {
  color: var(--really-discrete-text-color);
}
.ui.inverted.dimmer[data-v-50243406] {
  background-color: var(--dimmer-background);
}
.ui.inverted.dimmer > .ui.dimmer[data-v-50243406] {
  color: var(--dimmer-color);
}
.symbol.left[data-v-50243406]::after {
  padding-right: 0.25em;
}
.symbol.right[data-v-50243406]::after {
  padding-left: 0.25em;
}
.symbol.middle[data-v-50243406]::after {
  padding: 0 0.25em;
}
.symbol.at[data-v-50243406]::after {
  content: "@";
}
.symbol.slash[data-v-50243406]::after {
  content: "/";
}
.symbol.pipe[data-v-50243406]::after {
  content: "|";
}
.symbol.middledot[data-v-50243406]::after {
  content: "·";
}
.symbol.infinity[data-v-50243406]::after {
  content: "∞";
}
.symbol.single[data-v-50243406]::after {
  content: "1";
}
.symbol.hashtag[data-v-50243406]::after {
  content: "#";
}
.symbol.ellipses[data-v-50243406]::after {
  content: "…";
}
.symbol.doubledot[data-v-50243406]::after {
  content: "..";
}
.symbol.hyphen[data-v-50243406]::after {
  content: "-";
}
.symbol.colon[data-v-50243406]::after {
  content: ":";
}
.symbol.percent[data-v-50243406]::after {
  content: "%";
}
.component-action-table .count.field[data-v-50243406] {
  font-weight: normal;
}
.component-action-table .ui.form .inline.fields[data-v-50243406] {
  margin: 0;
}
.component-album-card.card.app-card > .head-image > .icon[data-v-50243406] {
  margin: 0.5em;
}
#avatarLabel[data-v-50243406] {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.tiny.avatar[data-v-50243406] {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 1em !important;
  border-radius: 50%;
}
.ui.tiny.avatar.label[data-v-50243406] {
  align-content: center;
  padding: 4px 8px;
}
#radioFilterLabel[data-v-50243406] {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
#addFilter[data-v-50243406] {
  margin: 0 0 0 0.85714286em;
}
:not(.active) button.title[data-v-50243406] {
  outline-color: white;
}

/* button, *[role="button"] {
  * {
    cursor: pointer;
  }
}*/
.reset.button[data-v-50243406] {
  margin-top: 0.5em;
}
button.reset[data-v-50243406] {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
}
.button.icon.tiny[data-v-50243406] {
  padding: 0.5em !important;
}
.floated.buttons .button ~ .dropdown[data-v-50243406] {
  border-left: none;
}
.header-buttons > .buttons[data-v-50243406] {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  font-size: 1em;
}
.header-buttons > .buttons .buttons[data-v-50243406] {
  margin: 0;
}
.ui.really.basic.button[data-v-50243406]:not(:focus) {
  box-shadow: none !important;
  background-color: none !important;
}

/* [role="button"] {
  cursor: pointer;
} */
.button-group[data-v-50243406] > *:not(:first-child) {
  margin-left: 0.5em;
}
.ui.borderless.button[data-v-50243406] {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.ui.dropdown .menu > .item[data-v-50243406] {
  background: var(--dropdown-background);
}
.ui.circular.button[data-v-50243406] {
  padding: 0.78571429em;
}
.ui.circular.button > i[data-v-50243406] {
  margin-right: 0;
}
.icon.button > i[data-v-50243406] {
  margin-right: 0;
}
.ui.inverted.buttons .button[data-v-50243406]:hover,
.ui.inverted.button[data-v-50243406]:hover,
.ui.inverted.buttons .button[data-v-50243406]:focus,
.ui.inverted.button[data-v-50243406]:focus {
  color: white;
}
.ui.button[data-v-50243406]:disabled, .ui.buttons .disabled.button[data-v-50243406]:not(.basic), .ui.disabled.active.button[data-v-50243406], .ui.disabled.button[data-v-50243406], .ui.disabled.button[data-v-50243406]:hover {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}
.card[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .card[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .card[data-v-50243406] {
  border-color: var(--hover-background-color) !important;
}
.content-form[data-v-50243406] {
  background: var(--input-background);
}
.content-form .segment[data-v-50243406] {
  background: none;
}
.content-form .segment[data-v-50243406]:first-child {
  min-height: 15em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.content-form .segment:first-child textarea[data-v-50243406] {
  height: 100%;
  resize: none;
  overflow-y: hidden;
  max-height: none;
}
.content-form .ui.secondary.menu[data-v-50243406] {
  background: none;
  margin-top: -0.5em;
}
.content-form .input[data-v-50243406] {
  width: 100%;
}
.component-copy-input .message[data-v-50243406] {
  position: absolute;
  right: 0;
  bottom: -3em;
  padding: 0.3em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 999;
}
.component-empty-state .ui.header .content[data-v-50243406] {
  text-align: center;
  display: block;
}
.favorite-icon.favorited[data-v-50243406] {
  animation: 0.5s linear burst-50243406;
  outline-color: transparent;
}
@keyframes burst-50243406 {
0%, 10% {
    transform: scale(1);
    opacity: 0.5;
    color: lavender;
    box-shadow: none;
}
45% {
    transform: scale(0.2) rotate(30deg);
    opacity: 0.75;
    box-shadow: none;
}
50% {
    transform: scale(2) rotate(-37.5deg);
    opacity: 1;
    color: #E03997;
    text-shadow: 2px 2px 6px rgba(235, 9, 9, 0.5);
    box-shadow: none;
}
90%, 95% {
    transform: scale(1) rotate(10deg);
    text-shadow: none;
}
100% {
    transform: rotate(-2.5deg);
}
}
.ui.basic.button.really.favorite-icon[data-v-50243406] {
  box-shadow: none;
}
.ui.form select.dropdown[data-v-50243406] {
  display: block;
  height: 48px;
  margin-top: 7px;
  border-radius: var(--fw-border-radius);
  font-size: 14px;
  font-family: var(--font-family);
  line-height: 28px;
  border: 12px solid transparent;
  padding: 0px 12px;
  color: var(--input-color);
  transition: color 0.1s ease, border-color 0.1s ease;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .ui.form select.dropdown[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme .ui.form select.dropdown[data-v-50243406] {
  color: var(--fw-gray-800);
  background-color: var(--fw-gray-200);
  border-color: transparent;
}
.ui.form select.dropdown[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .ui.form select.dropdown[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .ui.form select.dropdown[data-v-50243406] {
  color: var(--fw-gray-300);
  background-color: var(--fw-gray-850);
  border-color: var(--fw-gray-850);
}
.ui.form label[data-v-50243406] {
  font-size: 14px;
  font-weight: 600;
  align-self: baseline;
}
.ui.checkbox label[data-v-50243406] {
  cursor: pointer;
  color: var(--text-color);
}
input + .help[data-v-50243406] {
  margin-top: 0.5em;
}
.component-form .parent.checkbox[data-v-50243406] {
  margin: 1em 0;
}
.component-form .child.checkbox[data-v-50243406] {
  margin-left: 1em;
}
.ui.labeled.input input[data-v-50243406],
.ui.labeled.input .label[data-v-50243406] {
  background-color: var(--input-background);
}
.ui.labeled.input input[data-v-50243406]::-moz-placeholder, .ui.labeled.input .label[data-v-50243406]::-moz-placeholder {
  color: var(--input-placeholder-color);
}
.ui.labeled.input input[data-v-50243406]::placeholder,
.ui.labeled.input .label[data-v-50243406]::placeholder {
  color: var(--input-placeholder-color);
}
.ui.icon.input > .icon[data-v-50243406] {
  color: var(--input-color);
}
#updatePlaylistLabel[data-v-50243406] {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
#updatePlaylistLabel[data-v-50243406]:before {
  content: "​";
}
.ui.toggle.checkbox label[data-v-50243406]::before {
  background-color: var(--input-selection-background);
}
.component-file-upload .file-uploads.ui.button[data-v-50243406] {
  display: block;
  padding: 2em 1em;
  width: 100%;
  box-shadow: none;
  border-style: dashed !important;
  border: 2px solid rgba(50, 50, 50, 0.5);
  font-size: 1.5em;
}
.component-file-upload .file-uploads.channels.ui.button[data-v-50243406] {
  font-size: 1.2em;
  padding: 0;
}
.component-file-upload .file-uploads.channels.ui.button > div[data-v-50243406]:not(.divider) {
  padding: 1em;
}
.channel-file[data-v-50243406] {
  display: flex;
  align-items: top;
  margin-bottom: 1em;
}
.channel-file[data-v-50243406] > :first-child {
  width: 3em;
}
.channel-file .header[data-v-50243406] {
  margin: 0 1em;
}
.channel-file .header .sub.header[data-v-50243406] {
  margin-top: 0.5em;
}
.component-fs-browser[data-v-50243406] {
  max-height: 400px;
  overflow-y: auto;
}
.component-fs-logs[data-v-50243406] {
  max-height: 300px;
  overflow-y: auto;
  background-color: rgb(25, 25, 25) !important;
  color: white !important;
}
@media (min-width: 769px) {
.header.with-actions[data-v-50243406] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.header.with-actions .actions[data-v-50243406] {
  font-weight: normal;
  font-size: 0.6em;
}
.ui.header .content[data-v-50243406] {
  display: block;
}
.component-label.huge.circular.label[data-v-50243406] {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-label.vertically-spaced.label.ui[data-v-50243406] {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ui.menu .item > .label[data-v-50243406] {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
body > .modals[data-v-50243406] {
  z-index: 99999 !important;
}
.modal > .header[data-v-50243406] {
  text-align: center;
}
.component-pagination .ui.pagination.menu .item[data-v-50243406] {
  cursor: pointer;
}
.ui.pagination.menu[data-v-50243406] {
  margin-top: 1em;
}
.ui.pagination.menu + span[data-v-50243406] {
  margin-left: 1em;
}
.ui.pagination.menu[data-v-50243406] {
  color: var(--text-color);
  background-color: var(--light-background-color);
}
.ui.pagination.menu .active.item[data-v-50243406] {
  color: var(--discrete-background-color);
}
.placeholder.image[data-v-50243406] {
  background-color: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
}
.placeholder.image.large[data-v-50243406] {
  width: 8em;
  height: 8em;
}
.placeholder.image[data-v-50243406] {
  max-width: 100%;
  display: block;
}
.placeholder.image.circular[data-v-50243406] {
  border-radius: 50%;
}
.placeholder.image.static[data-v-50243406] {
  animation: none;
}
.placeholder.image.shifted[data-v-50243406] {
  margin-top: -15px;
}
.component-placeholder[data-v-50243406] {
  width: 100%;
}
.component-placeholder.ui.small.placeholder.segment[data-v-50243406] {
  min-height: auto;
}
.component-placeholder.ui.segment .field[data-v-50243406], .component-placeholder.ui.segment textarea[data-v-50243406], .component-placeholder.ui.segment .ui.input[data-v-50243406], .component-placeholder.ui.segment .button[data-v-50243406] {
  max-width: 100%;
}
.component-play-button button.item[data-v-50243406] {
  width: 100%;
}
.component-play-button > .floating.dropdown[data-v-50243406]:not(.button) {
  background: transparent;
  padding: 0;
  border: none;
}
#audio-bars[data-v-50243406] {
  height: 48px;
  display: flex;
  width: 48px;
  align-items: center;
  padding: 8px;
}
.audio-bar[data-v-50243406] {
  background: var(--main-color);
  width: 8px;
  height: 100%;
  animation: sound-50243406 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate;
  will-change: opacity, transform;
  transform-origin: bottom;
}
@keyframes sound-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1) translateZ(0);
}
}
/* Keyframes for individual bars */
@keyframes sound1-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound2-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound3-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(1); /* Scale to 100% of the container height */
}
}
@keyframes sound4-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound5-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.9); /* Scale to 90% of the container height */
}
}
@keyframes sound6-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.8); /* Scale to 80% of the container height */
}
}
@keyframes sound7-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.7); /* Scale to 70% of the container height */
}
}
@keyframes sound8-50243406 {
0% {
    opacity: 0.35;
    transform: scaleY(0.1) translateZ(0);
}
100% {
    opacity: 1;
    transform: scaleY(0.6); /* Scale to 60% of the container height */
}
}
/* Bass frequencies - slower attack, higher elevation */
.audio-bar[data-v-50243406]:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: sound1-50243406;
}
.audio-bar[data-v-50243406]:nth-child(2) {
  animation-duration: 0.7s;
  animation-name: sound2-50243406;
}

/* Mid frequencies - moderate attack and elevation */
.audio-bar[data-v-50243406]:nth-child(3) {
  animation-duration: 0.6s;
  animation-name: sound3-50243406;
}
.audio-bar[data-v-50243406]:nth-child(4) {
  animation-duration: 0.5s;
  animation-name: sound4-50243406;
}
.audio-bar[data-v-50243406]:nth-child(5) {
  animation-duration: 0.4s;
  animation-name: sound5-50243406;
}

/* High frequencies - quicker attack, lower elevation */
.audio-bar[data-v-50243406]:nth-child(6) {
  animation-duration: 0.4s;
  animation-name: sound6-50243406;
}
.audio-bar[data-v-50243406]:nth-child(7) {
  animation-duration: 0.3s;
  animation-name: sound7-50243406;
}
.audio-bar[data-v-50243406]:nth-child(8) {
  animation-duration: 0.2s;
  animation-name: sound8-50243406;
}
.ui.bottom-player[data-v-50243406] {
  z-index: 999999;
  width: 100%;
  width: 100vw;
}
.ui.bottom-player .ui.top.attached.progress[data-v-50243406] {
  top: 0;
  height: 3px;
  z-index: 1;
  border-radius: 0;
}
.ui.bottom-player .ui.top.attached.progress .bar[data-v-50243406] {
  height: 0.2rem;
}
.ui.bottom-player > .segment.fixed-controls[data-v-50243406] {
  max-width: 100vw;
  color: var(--color);
  background: var(--player-background);
  width: 100%;
  border-radius: 0;
  padding: 0em;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1001;
  height: 4rem;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls-row[data-v-50243406] {
  height: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls-row[data-v-50243406] {
    padding: 0 1em;
    justify-content: space-around;
}
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress[data-v-50243406] {
  overflow: hidden;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar[data-v-50243406] {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
  position: absolute;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.seek[data-v-50243406] {
  background: var(--player-color);
  opacity: 0;
  transition: opacity 0.2s ease;
  mix-blend-mode: overlay;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress .bar.position[data-v-50243406] {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:hover .bar.seek[data-v-50243406] {
  opacity: 0.4;
}
@keyframes MOVE-BG-50243406 {
from {
    transform: translateX(0px);
}
to {
    transform: translateX(46px);
}
}
.ui.bottom-player > .segment.fixed-controls .discrete.link[data-v-50243406] {
  color: inherit;
}
.ui.bottom-player > .segment.fixed-controls .indicating.progress .bar[data-v-50243406] {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG-50243406;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ui.bottom-player > .segment.fixed-controls .ui.progress:not(.indeterminate) .bar.position[data-v-50243406]:not(.buffer) {
  background: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .track-controls[data-v-50243406] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image[data-v-50243406] {
  margin: 0.5em;
  width: auto;
  margin-right: 1em;
}
.ui.bottom-player > .segment.fixed-controls .track-controls .image > img[data-v-50243406] {
  max-height: 40px;
  max-width: 40px;
}
.ui.bottom-player > .segment.fixed-controls .controls[data-v-50243406] {
  min-width: 8em;
}
.ui.bottom-player > .segment.fixed-controls .controls a[data-v-50243406] {
  text-decoration: none;
  font-size: 16px;
}
.ui.bottom-player > .segment.fixed-controls .controls .meta[data-v-50243406] {
  line-height: 1.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls .button[data-v-50243406] {
  border: none;
  cursor: pointer;
}
.ui.bottom-player > .segment.fixed-controls .controls .button[data-v-50243406]:hover {
  background-color: transparent !important;
}
.ui.bottom-player > .segment.fixed-controls .controls .button:hover > i[data-v-50243406] {
  color: var(--color);
  transform: scale(1.2);
}
.ui.bottom-player > .segment.fixed-controls .controls .button:disabled i[data-v-50243406] {
  color: var(--fw-gray-700);
}
.ui.bottom-player > .segment.fixed-controls .controls #volume-slider[data-v-50243406] {
  accent-color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .looping > i[data-v-50243406],
.ui.bottom-player > .segment.fixed-controls .controls .shuffling > i[data-v-50243406],
.ui.bottom-player > .segment.fixed-controls .controls .looping:hover > i[data-v-50243406],
.ui.bottom-player > .segment.fixed-controls .controls .shuffling:hover > i[data-v-50243406] {
  color: var(--vibrant-color);
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls[data-v-50243406]:not(.fluid) {
    width: 20%;
}
.ui.bottom-player > .segment.fixed-controls .controls.queue-controls[data-v-50243406] {
    width: 32.5%;
}
.ui.bottom-player > .segment.fixed-controls .controls.progress-controls[data-v-50243406] {
    width: 10%;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls[data-v-50243406] {
    gap: 8px;
}
.ui.bottom-player > .segment.fixed-controls .controls.player-controls i[data-v-50243406] {
    font-size: 1.8em;
}
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls.small[data-v-50243406], .ui.bottom-player > .segment.fixed-controls .controls .small[data-v-50243406] {
    font-size: 0.9em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls i[data-v-50243406] {
  font-size: 1.3em;
  color: var(--player-color);
}
.ui.bottom-player > .segment.fixed-controls .controls .large i[data-v-50243406] {
  font-size: 3.2em;
}
@media (min-width: 1025px) {
.ui.bottom-player > .segment.fixed-controls .controls[data-v-50243406]:not(.track-controls) {
    line-height: 1em;
}
}
.ui.bottom-player > .segment.fixed-controls .controls[data-v-50243406]:not(.track-controls) {
  justify-content: center;
  align-items: center;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-right[data-v-50243406] {
  justify-content: flex-end;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls).align-left[data-v-50243406] {
  justify-content: flex-start;
}
.ui.bottom-player > .segment.fixed-controls .controls[data-v-50243406]:not(.track-controls) > * {
  padding: 0.5em;
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control[data-v-50243406] {
  background-color: transparent;
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control[data-v-50243406]:hover {
  color: var(--vibrant-color);
}
.ui.bottom-player > .segment.fixed-controls .controls:not(.track-controls) .close-control i[data-v-50243406] {
  color: var(--vibrant-color);
}
.component-player .controls[data-v-50243406] {
  display: flex;
}
.component-player .fake-dropdown[data-v-50243406] {
  display: flex;
  z-index: 2;
}
.component-playlist-editor .duplicate-tracks-list[data-v-50243406] {
  max-height: 10em;
  overflow-y: auto;
}
@keyframes scroll-text-50243406 {
0%, 10%, 90%, 100% {
    transform: translateX(0);
}
45%, 55% {
    transform: translateX(calc(-25% + 10px));
}
}
.opaque[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) .opaque[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme .opaque[data-v-50243406] {
  background-color: rgba(41, 37, 37, 0.8);
}
.opaque[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) .opaque[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme .opaque[data-v-50243406] {
  background-color: rgba(255, 255, 255, 0.8);
}
.opaque[data-v-50243406] {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (max-width: 1023px) {
.queue-controls[data-v-50243406] {
    height: 4rem;
}
}
.ui.clearing.segment[data-v-50243406] {
  box-shadow: var(--secondary-menu-box-shadow);
  margin: 0 !important;
}
.queue-enter-active[data-v-50243406],
.queue-leave-active[data-v-50243406] {
  transition: all 0.2s ease !important;
  will-change: transform, opacity !important;
}
.queue-enter-from[data-v-50243406],
.queue-leave-to[data-v-50243406] {
  opacity: 0 !important;
  transform: translateY(5vh) !important;
}
.component-queue.main[data-v-50243406] {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.component-queue.main > .button[data-v-50243406] {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999999;
}
@media (max-width: 1023px) {
.component-queue.main > .button[data-v-50243406] {
    display: none;
}
}
.component-queue .queue.segment #player[data-v-50243406] {
  padding: 0em;
}
.component-queue .queue.segment #player[data-v-50243406] > * {
  padding: 0.5em;
}
.component-queue #queue .sub.header[data-v-50243406] {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.component-queue .queue-column[data-v-50243406] {
  overflow-y: auto;
}
.component-queue .queue-column .table[data-v-50243406] {
  margin-top: 4em !important;
  margin-bottom: 4rem;
}
.component-queue .ui.table > tbody > tr > td.controls[data-v-50243406] {
  text-align: right;
}
.component-queue .ui.table > tbody > tr > td[data-v-50243406] {
  border: none;
}
.component-queue td[data-v-50243406]:first-child {
  padding-left: 1em !important;
}
.component-queue td[data-v-50243406]:last-child {
  padding-right: 1em !important;
}
.component-queue .image-cell[data-v-50243406] {
  width: 4em;
}
.component-queue .mini.image[data-v-50243406] {
  width: 40px;
}
@media (max-width: 1023px) {
.component-queue .queue.segment[data-v-50243406] {
    padding: 0;
}
}
.component-queue .queue.segment > .container[data-v-50243406] {
  margin: 0 !important;
}
@media (max-width: 1023px) {
.component-queue .handle[data-v-50243406] {
    display: none;
}
}
@media (max-width: 767px) {
.component-queue .duration-cell[data-v-50243406] {
    display: none;
}
}
.component-queue .fixed-header[data-v-50243406] {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
.component-queue .fixed-header[data-v-50243406] {
    padding: 1em;
}
}
@media (min-width: 1024px) {
.component-queue .fixed-header[data-v-50243406] {
    right: 1em;
    left: 38%;
}
}
.component-queue .fixed-header .header .content[data-v-50243406] {
  display: block;
}
.component-queue .current-track #player[data-v-50243406] {
  font-size: 1.8em;
  padding: 1em;
  text-align: center;
  display: flex;
  position: fixed;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  top: 0;
  width: 32%;
}
.component-queue .current-track #player > img[data-v-50243406] {
  width: 100%;
  height: auto;
  max-height: 50vh;
  max-width: 50vh;
}
@media (max-width: 1023px) {
.component-queue .current-track #player[data-v-50243406] {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
    width: 100vw;
    left: 0;
    right: 0;
}
.component-queue .current-track #player > .image[data-v-50243406] {
    max-height: 50vh;
}
}
.component-queue .current-track #player[data-v-50243406] > *:not(.image):not(img) {
  width: 100%;
}
.component-queue .current-track #player h1[data-v-50243406] {
  margin: 0;
  min-height: auto;
}
.component-queue .progress-area .progress[data-v-50243406] {
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.1); /* This makes it visible on load */
  position: relative;
  overflow: hidden;
}
.component-queue .ui.progress .bar.position[data-v-50243406] {
  /* Fallback to 0% if the variable is missing */
  transform: translate3d(calc(var(--fw-track-progress, 0%) - 100%), 0, 0);
}
.component-queue .progress-wrapper[data-v-50243406],
.component-queue .warning.message[data-v-50243406] {
  width: 25em;
}
.component-queue .ui.progress .bar[data-v-50243406] {
  transition: none;
  width: 100%;
  transform-origin: top left;
  will-change: transform;
}
.component-queue .ui.progress .bar.position[data-v-50243406] {
  transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
.component-queue .ui.progress .buffer.bar[data-v-50243406] {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1em;
  margin-bottom: -1em;
}
.component-queue .ui.progress:not(.indeterminate) .bar.position[data-v-50243406]:not(.buffer) {
  background: var(--vibrant-color);
}
.component-queue .indicating.progress .bar[data-v-50243406] {
  left: -46px;
  width: 200% !important;
  color: grey;
  background: repeating-linear-gradient(-55deg, grey 1px, grey 10px, transparent 10px, transparent 20px) !important;
  animation-name: MOVE-BG-50243406;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.component-queue .indicating.progress .bar[data-v-50243406]:not(.buffer) {
  background: transparent !important;
}
.component-queue .ui.progress[data-v-50243406] {
  margin: 1.5rem 0;
}
.component-queue .timer[data-v-50243406] {
  font-size: 0.7em;
}
.component-queue .progress[data-v-50243406] {
  cursor: pointer;
}
.component-queue .player-controls[data-v-50243406] {
  display: flex;
}
.component-queue .player-controls .control[data-v-50243406]:not(:first-child) {
  margin-left: 1em;
}
.component-queue .player-controls.queue-controls .button[data-v-50243406] {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none;
}
.component-queue .player-controls.queue-controls .button[data-v-50243406]:hover {
  background: transparent;
}
.component-queue .player-controls.queue-controls .button:hover i[data-v-50243406] {
  transform: scale(1.2);
}
.component-queue .player-controls.queue-controls .button.large > i[data-v-50243406] {
  font-size: 4em;
}
.component-queue .player-controls.queue-controls .button > i[data-v-50243406] {
  font-size: 2em;
}
.component-queue .handle[data-v-50243406] {
  cursor: grab;
}
.component-queue .sortable-chosen[data-v-50243406] {
  cursor: grabbing;
}
.component-queue .queue-item.sortable-ghost td[data-v-50243406] {
  border-top: 3px dashed rgba(0, 0, 0, 0.15) !important;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td[data-v-50243406]:first-child {
  border-left: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .queue-item.sortable-ghost td[data-v-50243406]:last-child {
  border-right: 3px dashed rgba(0, 0, 0, 0.15) !important;
}
.component-queue .radio-populating[data-v-50243406] {
  margin-top: 1em;
  color: #333;
  text-align: center;
}
.component-queue .radio-message[data-v-50243406] {
  margin-top: 1em !important;
  margin-right: 1em;
}
.theme-light .cover-container.fullscreen[data-v-50243406] {
  background: #fff;
}
.component-queue #queue-grid[data-v-50243406] {
  display: grid;
  grid-template-columns: 37.5% 62.5%;
}
.component-queue #queue-grid #queue[data-v-50243406] {
  position: relative;
}
@media (max-width: 1023px) {
.component-queue #queue-grid[data-v-50243406] {
    grid-template-columns: 1fr 0;
}
.component-queue #queue-grid.show-player #queue[data-v-50243406] {
    display: none;
}
.component-queue #queue-grid.show-queue #player[data-v-50243406] {
    display: none;
}
}
.component-queue #queue-grid #player[data-v-50243406] {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100vw;
}
.component-queue #queue-grid #player h1[data-v-50243406] {
  width: 100%;
  max-width: 90%;
  margin: 0px;
  overflow: clip;
}
.component-queue #queue-grid #player h1 a.track[data-v-50243406] {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}
.component-queue #queue-grid #player h1 a.track.scrolling[data-v-50243406] {
  animation: scroll-text-50243406 8s ease-in-out infinite;
}
.component-queue #queue-grid #player h2[data-v-50243406] {
  margin-top: 0px;
  margin-bottom: 10px;
}
.component-queue #queue-grid #player h2 a[data-v-50243406] {
  font-size: 16px;
}
.component-queue #queue-grid #player .cover-container[data-v-50243406] {
  width: 50vh;
  max-width: 90%;
  display: flex;
}
.component-queue #queue-grid #player .cover-container.idle[data-v-50243406] {
  cursor: none;
}
.component-queue #queue-grid #player .cover-container.fullscreen canvas[data-v-50243406] {
  transform: translateY(calc(50vh - 50vw));
}
.component-queue #queue-grid #player .cover-container .cover[data-v-50243406] {
  width: 100%;
  position: relative;
}
.component-queue #queue-grid #player .cover-container .cover canvas[data-v-50243406],
.component-queue #queue-grid #player .cover-container .cover img[data-v-50243406] {
  width: 100%;
  height: 100%;
}
.component-queue #queue-grid #player .cover-container .cover canvas[data-v-50243406] {
  aspect-ratio: 1;
}
.component-queue #queue-grid #player .cover-container .cover img[data-v-50243406] {
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.component-queue #queue-grid #player .cover-container .cover:hover .cover-buttons[data-v-50243406] {
  opacity: 1;
  transform: translateY(0);
}
.component-queue #queue-grid #player .cover-container .cover .cover-shadow[data-v-50243406] {
  transform: scale(1.2);
  filter: blur(15vh);
  border-radius: 22vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons[data-v-50243406] {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  pointer-events: none;
}
@media (min-width: 769px) {
.component-queue #queue-grid #player .cover-container .cover .cover-buttons[data-v-50243406] {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(0.5em);
}
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons .tooltip[data-v-50243406] {
  z-index: 2;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button[data-v-50243406] {
  z-index: 2;
  padding: 0.78571429em;
  pointer-events: all;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button[data-v-50243406]:first-child {
  margin-right: 0 !important;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon[data-v-50243406] {
  display: inline-block;
  margin-right: 0 !important;
  display: contents;
}
.component-queue #queue-grid #player .cover-container .cover .cover-buttons button i.icon[data-v-50243406]::before {
  display: flex;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.component-queue #queue-grid #player .cover-container .track-info[data-v-50243406] {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  color: #fff;
  text-align: left;
  padding: 3em 1em 1em;
}
.component-queue #queue-grid #player .cover-container .track-info h1[data-v-50243406],
.component-queue #queue-grid #player .cover-container .track-info h2[data-v-50243406] {
  margin: 0;
}
.component-queue #queue-grid #player .cover-container:not(.fullscreen) .track-info[data-v-50243406] {
  transition: none !important;
}
.component-queue #queue-grid #player .progress-wrapper[data-v-50243406] {
  font-size: 1.5rem;
  max-width: 90%;
}
.component-queue #queue-grid #player .progress-wrapper .position.bar[data-v-50243406] {
  position: relative;
  bottom: 0px;
  height: 1em;
}
.component-queue #queue-grid > div[data-v-50243406] {
  height: calc(100vh - 4rem);
  margin: 0 !important;
}
.component-queue #queue-grid > div[data-v-50243406]:nth-child(2) {
  display: grid;
  grid-template-rows: auto 1fr;
}
.component-queue #queue-grid > div[data-v-50243406]:nth-child(2) > :nth-child(2) {
  overflow-y: hidden;
}
.component-queue #queue-grid > div:nth-child(2) .virtual-list[data-v-50243406] {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.component-queue .queue-item[data-v-50243406] {
  height: 60px;
  display: grid;
  grid-template-columns: 10% auto 1fr 10% auto;
  cursor: pointer;
  padding: 0 0.875rem;
}
.component-queue .queue-item .heart[data-v-50243406]:not(.pink) {
  color: rgba(0, 0, 0, 0.2);
}
.component-queue .queue-item .handle > .grip[data-v-50243406] {
  pointer-events: none;
}
.component-queue .queue-item > div[data-v-50243406] {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.component-queue .queue-item .title.ellipsis[data-v-50243406] {
    max-width: 35vw;
}
}
.component-queue .queue-item[data-v-50243406] {
  /* button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active[data-v-50243406] {
  /* .button.pink > i {
    color: var(--fw-red-800);
  } */
}
.component-queue .queue-item.active:hover .button > i[data-v-50243406] {
  color: var(--player-color);
}
.drag-container:not(.dragging) .hover .queue-item[data-v-50243406] {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-color);
}
.component-settings-group .ui.checkbox p[data-v-50243406] {
  margin-top: 1rem;
}
.search-wrapper .category.search .results .category:last-child .results[data-v-50243406] {
  border-left: 0;
  text-align: right;
}
@media (min-width: 1025px) {
.ui.wide.left.sidebar[data-v-50243406] {
    width: 275px;
}
}
@media (min-width: 1201px) {
.ui.wide.left.sidebar[data-v-50243406] {
    width: 275px;
}
}
.sidebar .logo.bordered.icon[data-v-50243406] {
  padding: 0.5em 0.41em !important;
}
.sidebar .logo path[data-v-50243406] {
  fill: white;
}
.sidebar .tab[data-v-50243406] {
  flex-direction: column;
}
.component-sidebar .ui.search .input[data-v-50243406] {
  flex: 1;
}
.component-sidebar .ui.search .input .prompt[data-v-50243406] {
  border-radius: 0;
}
.component-sidebar .ui.search .results[data-v-50243406] {
  vertical-align: middle;
}
.component-sidebar .ui.search .name[data-v-50243406] {
  vertical-align: middle;
}
.component-sidebar.sidebar[data-v-50243406] {
  z-index: 10000 !important;
  overflow-y: visible !important;
  background: var(--sidebar-background);
  z-index: 1;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar[data-v-50243406] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4em;
}
}
.component-sidebar.sidebar > nav[data-v-50243406] {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 1025px) {
.component-sidebar.sidebar .menu .item.collapse-button-wrapper[data-v-50243406] {
    padding: 0;
}
.component-sidebar.sidebar .collapse.button[data-v-50243406] {
    display: none !important;
}
}
@media (max-width: 1024px) {
.component-sidebar.sidebar[data-v-50243406] {
    position: static !important;
    width: 100% !important;
}
.component-sidebar.sidebar.collapsed .player-wrapper[data-v-50243406],
  .component-sidebar.sidebar.collapsed .search[data-v-50243406],
  .component-sidebar.sidebar.collapsed .signup.segment[data-v-50243406],
  .component-sidebar.sidebar.collapsed nav.secondary[data-v-50243406] {
    display: none;
}
}
.component-sidebar.sidebar > div[data-v-50243406] {
  margin: 0;
  background-color: var(--sidebar-background);
}
.component-sidebar.sidebar .menu.vertical[data-v-50243406] {
  background: transparent;
}
.component-sidebar .ui.vertical.menu .item .item[data-v-50243406] {
  font-size: 1em;
}
.component-sidebar .ui.vertical.menu .item .item > i.icon[data-v-50243406] {
  float: none;
  margin: 0 0.5em 0 0;
}
.component-sidebar .ui.vertical.menu .item.router-link-exact-active[data-v-50243406] {
  border-right: 5px solid var(--vibrant-color);
  border-radius: 0 !important;
  background: var(--sidebar-active-item-background) !important;
}
.component-sidebar .ui.vertical.menu .item.collapsed:not(:focus) > .menu[data-v-50243406] {
  display: none;
}
.component-sidebar .ui.vertical.menu .item.collapsed .header[data-v-50243406] {
  margin-bottom: 0;
}
.component-sidebar .ui.vertical.menu .collapsible.item .header[data-v-50243406] {
  cursor: pointer;
}
.component-sidebar .ui.secondary.menu[data-v-50243406] {
  margin-left: 0;
  margin-right: 0;
}
.component-sidebar .tabs[data-v-50243406] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.component-sidebar .tabs[data-v-50243406] {
    max-height: 500px;
}
}
.component-sidebar .ui.tab.active[data-v-50243406] {
  display: flex;
}
.component-sidebar .tab[data-tab=queue][data-v-50243406] {
  flex-direction: column;
}
.component-sidebar .tab[data-tab=queue] tr[data-v-50243406] {
  cursor: pointer;
}
.component-sidebar .tab[data-tab=queue] td[data-v-50243406]:nth-child(2) {
  width: 55px;
}
.component-sidebar .item .header .angle.icon[data-v-50243406] {
  float: right;
  margin: 0;
}
.component-sidebar .tab[data-tab=library][data-v-50243406] {
  flex-direction: column;
  flex: 1 1 auto;
}
.component-sidebar .tab[data-tab=library] > .menu[data-v-50243406] {
  flex: 1;
  flex-grow: 1;
}
.component-sidebar .tab[data-tab=library] > .player-wrapper[data-v-50243406] {
  width: 100%;
}
.component-sidebar .sidebar .segment[data-v-50243406] {
  margin: 0;
  border-radius: 0;
}
.component-sidebar .ui.menu .item.inline.admin-dropdown.dropdown > .menu[data-v-50243406] {
  left: 0;
  right: auto;
}
.component-sidebar .ui.segment.header-wrapper[data-v-50243406] {
  background: var(--sidebar-header-background);
  color: var(--sidebar-header-color);
  box-shadow: var(--sidebar-header-box-shadow);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 0;
}
.component-sidebar .ui.segment.header-wrapper nav > .item[data-v-50243406]:hover,
.component-sidebar .ui.segment.header-wrapper nav > .menu > .item > .item[data-v-50243406]:hover {
  background-color: transparent;
}
.component-sidebar nav.top.title-menu[data-v-50243406] {
  flex-grow: 1;
}
.component-sidebar nav.top.title-menu .item[data-v-50243406] {
  font-size: 1.5em;
}
.component-sidebar .logo[data-v-50243406] {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
@media (max-width: 1023px) {
.component-sidebar.collapsed .search-wrapper[data-v-50243406] {
    padding: 0;
}
}
.component-sidebar .ui.search[data-v-50243406] {
  display: flex;
}
.component-sidebar .ui.message.black[data-v-50243406] {
  background: var(--sidebar-background);
}
.component-sidebar .ui.mini.image[data-v-50243406] {
  width: 100%;
}
.component-sidebar nav.top[data-v-50243406] {
  align-items: self-end;
  padding: 0.5em 0;
}
.component-sidebar nav.top > .item[data-v-50243406],
.component-sidebar nav.top > .right.menu > .item[data-v-50243406] {
  font-size: 1.2em;
}
.component-sidebar nav.top > .item > .label[data-v-50243406],
.component-sidebar nav.top > .item > .dropdown > .label[data-v-50243406],
.component-sidebar nav.top > .right.menu > .item > .label[data-v-50243406],
.component-sidebar nav.top > .right.menu > .item > .dropdown > .label[data-v-50243406] {
  font-size: 0.5em;
  right: 1.7em;
  bottom: -0.5em;
  z-index: 0 !important;
}
.component-sidebar .ui.user-dropdown .ui.menu[data-v-50243406] {
  left: auto;
  right: 0;
}
.component-sidebar .ui.user-dropdown > .text > .label[data-v-50243406] {
  margin-right: 0;
}
.component-sidebar .logo-wrapper[data-v-50243406] {
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
.component-sidebar .logo-wrapper[data-v-50243406] {
    margin: 0;
}
}
.component-sidebar .logo-wrapper img[data-v-50243406] {
  height: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 769px) {
.component-sidebar .logo-wrapper img[data-v-50243406] {
    height: 1.5em;
}
}
.ellipsis-rows tr > td[data-v-50243406]:nth-child(1) {
  max-width: 4em;
}
.ellipsis-rows tr > td[data-v-50243406]:nth-child(2) {
  position: relative;
}
.ellipsis-rows tr > td[data-v-50243406]:nth-child(2):before {
  content: "&nbsp;";
  visibility: hidden;
}
.ellipsis-rows tr > td[data-v-50243406]:nth-child(2) > * {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.ui.table > caption[data-v-50243406] {
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.table-wrapper[data-v-50243406] {
  display: block;
  overflow-x: auto;
}
td.align.right[data-v-50243406] {
  text-align: right;
}
.ui.basic.table > tbody > tr[data-v-50243406] {
  border-bottom: var(--table-border);
}
.component-tags-list .ui.circular.label[data-v-50243406] {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.component-tags-list .hashtag[data-v-50243406] {
  margin: 0.25em;
}
[data-tooltip][data-v-50243406] {
  position: relative;
  cursor: help;
}
[data-tooltip][data-v-50243406]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
  white-space: normal;
  width: 200px;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tooltip-background);
  color: var(--tooltip-color);
  font-size: 0.875rem;
  line-height: 1.4;
}
[data-tooltip][data-v-50243406]:hover::after {
  opacity: 1;
}
label .tooltip[data-v-50243406] {
  margin-left: 1em;
}
.component-track-widget .play-overlay[data-v-50243406] {
  position: absolute;
  top: 4em;
  left: 4em;
}
@media (min-width: 769px) {
.component-track-widget .play-overlay[data-v-50243406] {
    top: 2.5em;
    left: 2.5em;
}
}
.component-track-widget .refresh.icon[data-v-50243406] {
  float: right;
}
.component-track-widget .ui.divided.items > .item[data-v-50243406]:last-child {
  padding-bottom: 1em !important;
}
@media (min-width: 769px) {
.component-track-widget .divided.items > .track-item.inline[data-v-50243406] {
    width: 25em;
    float: left;
    border-top: none;
}
.component-track-widget .divided.items > .track-item.inline[data-v-50243406], .component-track-widget .divided.items > .track-item.inline[data-v-50243406]:first-child {
    margin-top: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 1em 0 !important;
}
}
.track-table > div[data-v-50243406] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.track-table .content[data-v-50243406] {
  flex-grow: 1;
}
.track-table .row[data-v-50243406]:not(.mobile) {
  border-top: 1px solid var(--border-color);
  color: var(--fw-gray-500);
}
.track-row.row[data-v-50243406] {
  align-content: center;
}
.track-row.row[data-v-50243406]:last-child {
  border-bottom: 1px solid var(--border-color);
}
.track-row.row .meta.column > time[data-v-50243406] {
  position: relative;
  top: 14px;
}
.track-row .ui.really.tiny.button.play-button[data-v-50243406],
.track-table.row .ui.really.tiny.button.play-button[data-v-50243406] {
  visibility: hidden;
}
.track-row .ui.icon.really.tiny.button.play-button.paused[data-v-50243406],
.track-table.row .ui.icon.really.tiny.button.play-button.paused[data-v-50243406] {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row .ui.floating.dropdown[data-v-50243406],
.track-table.row .ui.floating.dropdown[data-v-50243406] {
  visibility: hidden;
}
.track-row .ui.favorite-icon[data-v-50243406],
.track-table.row .ui.favorite-icon[data-v-50243406] {
  visibility: hidden;
}
.track-row .ui.favorite-icon.pink[data-v-50243406],
.track-table.row .ui.favorite-icon.pink[data-v-50243406] {
  visibility: visible;
}
.track-row .actions[data-v-50243406],
.track-table.row .actions[data-v-50243406] {
  max-width: 2rem;
  width: 100%;
}
.track-row .actions.left.floated.column[data-v-50243406],
.track-table.row .actions.left.floated.column[data-v-50243406] {
  width: 3% !important;
}
.track-row .meta.right.floated.column[data-v-50243406]:not(.mobile),
.track-table.row .meta.right.floated.column[data-v-50243406]:not(.mobile) {
  width: 45px;
}
.track-row .content[data-v-50243406],
.track-row .meta[data-v-50243406],
.track-row .image[data-v-50243406],
.track-table.row .content[data-v-50243406],
.track-table.row .meta[data-v-50243406],
.track-table.row .image[data-v-50243406] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-row .helper[data-v-50243406],
.track-table.row .helper[data-v-50243406] {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.track-row .image.column[data-v-50243406],
.track-table.row .image.column[data-v-50243406] {
  padding: 8px;
}
.track-row .track_image[data-v-50243406],
.track-table.row .track_image[data-v-50243406] {
  height: 40px;
}
.track-row.active[data-v-50243406] {
  background: rgba(155, 155, 155, 0.2);
}
.track-row[data-v-50243406]:hover:not(.mobile) {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile[data-v-50243406],
.track-row.mobile[data-v-50243406] {
  height: 75px;
  align-items: center;
  display: flex;
}
.track-table.mobile[data-v-50243406]:hover,
.track-row.mobile[data-v-50243406]:hover {
  background: rgba(155, 155, 155, 0.1);
}
.track-table.mobile > div[data-v-50243406],
.track-row.mobile > div[data-v-50243406] {
  margin-right: 0.25em;
}
.track-table.mobile .modal-button[data-v-50243406],
.track-table.mobile .meta[data-v-50243406],
.track-row.mobile .modal-button[data-v-50243406],
.track-row.mobile .meta[data-v-50243406] {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  margin: 10% 0;
  width: 10vw !important;
}
.track-table.mobile .meta.with-art[data-v-50243406],
.track-row.mobile .meta.with-art[data-v-50243406] {
  align-items: right;
}
.track-table.mobile .modal-button.with-art[data-v-50243406],
.track-row.mobile .modal-button.with-art[data-v-50243406] {
  align-items: center;
}
.track-table.mobile .actions div[data-v-50243406],
.track-row.mobile .actions div[data-v-50243406] {
  height: 75px;
  line-height: 75px;
  width: 10vw;
}
.track-table.mobile .ui.favorite-icon.button[data-v-50243406],
.track-row.mobile .ui.favorite-icon.button[data-v-50243406] {
  pointer-events: none;
}
.track-table.mobile .ui.artist-track.mini.image[data-v-50243406],
.track-row.mobile .ui.artist-track.mini.image[data-v-50243406] {
  width: 45px;
}
.track-table.mobile .track-title.mobile[data-v-50243406],
.track-row.mobile .track-title.mobile[data-v-50243406] {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.track-table.mobile .track-title.mobile.play-indicator[data-v-50243406],
.track-row.mobile .track-title.mobile.play-indicator[data-v-50243406] {
  color: var(--vibrant-color);
}
.track-table.mobile .image.left.floated.column[data-v-50243406],
.track-row.mobile .image.left.floated.column[data-v-50243406] {
  width: 61px;
}
.track-row[data-v-50243406]:hover:not(.mobile) {
  cursor: pointer;
}
.track-row:hover:not(.mobile) .ui.icon.really.tiny.button.play-button[data-v-50243406] {
  color: var(--main-color);
  visibility: visible;
  display: contents;
  left: auto;
  right: auto;
}
.track-row:hover:not(.mobile) .ui.floating.dropdown[data-v-50243406] {
  visibility: visible;
}
.track-row:hover:not(.mobile) .ui.favorite-icon[data-v-50243406] {
  visibility: visible;
}
.track-row[data-v-50243406],
.track-table[data-v-50243406] {
  padding: 0.5em !important; /* Overwrite fomantic ui padding rules */
}
.track-row > div[data-v-50243406]:not(.mobile),
.track-table > div[data-v-50243406]:not(.mobile) {
  padding: 0.25em;
  margin-right: 0.25em;
}
.track-row .favorite-icon.tiny.button[data-v-50243406],
.track-table .favorite-icon.tiny.button[data-v-50243406] {
  border: none !important;
  padding: 0 !important;
  margin: 0 0.5em;
  transition: all ease-in-out;
}
.track-row .mobile[data-v-50243406],
.track-table .mobile[data-v-50243406] {
  -webkit-tap-highlight-color: transparent;
}
.track-position[data-v-50243406] {
  cursor: pointer;
  display: inline;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  font-family: var(--font-family);
  line-height: 1em;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.track-position .mobile span[data-v-50243406] {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.ui.overlay.fullscreen.modal .track-modal-title[data-v-50243406],
.ui.overlay.fullscreen.modal .track-modal-subtitle[data-v-50243406] {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .track-modal-subtitle[data-v-50243406] {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .track-modal.list-icon[data-v-50243406] {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .track-modal.list-item[data-v-50243406] {
  font-weight: bold;
  font-size: large;
}
.scrolling.dimmable.dimmed > .dimmer[data-v-50243406] {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed[data-v-50243406] ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.track-table.podcast.row[data-v-50243406],
.track-row.podcast.row[data-v-50243406] {
  height: 20vh;
  align-items: center;
  display: flex;
}
.track-table.podcast.row .ui.artist-track.mini.image[data-v-50243406],
.track-row.podcast.row .ui.artist-track.mini.image[data-v-50243406] {
  height: 15vh;
  width: auto;
  top: auto;
  bottom: auto;
}
.track-table.podcast.row .image.left.floated.column[data-v-50243406],
.track-row.podcast.row .image.left.floated.column[data-v-50243406] {
  width: 15vh;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.track-table.podcast.row .content.left.floated.column[data-v-50243406],
.track-row.podcast.row .content.left.floated.column[data-v-50243406] {
  margin-left: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.track-table.podcast.row .content.left.floated.column .podcast-episode-title[data-v-50243406],
.track-row.podcast.row .content.left.floated.column .podcast-episode-title[data-v-50243406] {
  font-weight: bold;
  font-size: medium;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.component-user-link .tiny.circular.avatar[data-v-50243406] {
  width: 1.7em;
  height: 1.7em;
}
.ui.overlay.fullscreen.modal .user-modal-title[data-v-50243406],
.ui.overlay.fullscreen.modal .user-modal-subtitle[data-v-50243406] {
  margin: 0.1em;
}
.ui.overlay.fullscreen.modal .user-modal-subtitle[data-v-50243406] {
  font-weight: normal;
}
.ui.overlay.fullscreen.modal .user-modal.list-icon[data-v-50243406] {
  margin-right: 1em;
}
.ui.overlay.fullscreen.modal .user-modal.list-item[data-v-50243406] {
  font-weight: bold;
  font-size: large;
}
.ui.overlay.fullscreen.modal a[data-v-50243406] {
  color: var(--text-color);
  text-decoration: none;
}
.scrolling.dimmable.dimmed > .dimmer[data-v-50243406] {
  overflow: auto;
  --webkit-overflow-scrolling: touch;
}
.scrolling.dimmable.dimmed[data-v-50243406] ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-volume-control[data-v-50243406] {
  display: flex;
  line-height: inherit;
  align-items: center;
  position: relative;
  overflow: visible;
}
.component-volume-control input[data-v-50243406] {
  max-width: 5.5em;
  height: 4px;
}
.component-volume-control.expandable .popup[data-v-50243406] {
  background-color: var(--player-background);
  border-radius: var(--fw-border-radius);
  position: absolute;
  left: -4em;
  top: calc(-7em + 5px);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 0.5em;
}
.component-volume-control.expandable input[data-v-50243406] {
  max-width: 8.5em;
  padding: 1em 0em;
}
.component-volume-control.expandable:not(:hover):not(.expanded) .popup[data-v-50243406] {
  display: none;
}
.ui.dimmer[data-v-50243406] {
  background-color: var(--dimmer-background);
}
.ui.loading.form[data-v-50243406]:before {
  background-color: var(--dimmer-background);
}
.page-about p[data-v-50243406] {
  text-align: justify;
}
.page-about .ui.list .list.icon[data-v-50243406] {
  padding: 0;
}
.page-about .ui.basic.segment[data-v-50243406] {
  margin: 0;
}
.page-about section.ui.segment.head[data-v-50243406] {
  border-radius: 0.5em;
}
.page-about table.ui.very.basic[data-v-50243406] {
  border-radius: 0;
  border-top: var(--table-border);
  border-bottom: var(--table-border);
}
.page-about table.ui.very.basic tr[data-v-50243406]:last-child {
  border-bottom: 0;
}
.page-about h1.header[data-v-50243406], .page-about h1 .sub.header[data-v-50243406] {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.page-about h1.ui.header[data-v-50243406] {
  font-size: 3em;
}
.page-about h1.ui.header .sub.header[data-v-50243406] {
  font-size: 0.8em;
}
.page-about .main.pusher[data-v-50243406] {
  margin-top: 0;
  min-height: 10em;
}
.page-about section.segment.head[data-v-50243406] {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about #pod[data-v-50243406] {
  font-size: 110%;
  display: block;
}
.page-about .signup-form[data-v-50243406] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-about .about-pod-info-container[data-v-50243406] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc[data-v-50243406] {
  margin-bottom: 2em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical[data-v-50243406] {
  border-right-width: 0;
  border-right-style: none;
  border-left: var(--table-border);
  border-left-width: 2px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item[data-v-50243406] {
  border-right-style: none;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-in-out;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active[data-v-50243406] {
  border-left-color: currentColor;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu.vertical .item.active[data-v-50243406]:not(.router-link-exact-active) {
  border-left: 4px solid currentColor;
  margin-left: -3px;
  margin-right: -1px;
}
.page-about .about-pod-info-container .about-pod-info-toc .ui.secondary.pointing.menu .active.item[data-v-50243406] {
  color: var(--vibrant-color);
}
.page-about .statistics-container[data-v-50243406] {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.page-about .statistics-container .statistics-statistic[data-v-50243406] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  flex-basis: 25%;
}
.page-about .statistics-container .statistics-statistic .statistics-figure[data-v-50243406] {
  color: var(--really-discrete-text-color);
  padding-bottom: 1rem;
}
.page-about .statistics-container .statistics-statistic .statistics-figure span[data-v-50243406] {
  display: inline-block;
  padding-bottom: 0.25rem;
}
.page-about .features-container[data-v-50243406] {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page-about .features-container .features-status[data-v-50243406] {
  color: var(--really-discrete-text-color);
}
@media (min-width: 1025px) {
.page-about .about-pod-info-container[data-v-50243406] {
    flex-direction: row-reverse;
}
.page-about .about-pod-info-container .about-pod-info-toc[data-v-50243406] {
    width: 25%;
}
.page-about .about-pod-info-container .about-pod-info[data-v-50243406] {
    width: 75%;
    padding-right: 2em;
}
}
@media (max-width: 767px) {
.page-about .about-pod-info-container[data-v-50243406] {
    padding: 0 2em;
}
.page-about .ui.horizontally.fitted.stripe.basic.segment[data-v-50243406] {
    padding-top: 0px;
}
.page-about .ui.basic.vertically.fitted.stripe.segment.content[data-v-50243406] {
    padding: 0px;
}
.page-about .ui.head.vertical.center.aligned.stripe.segment[data-v-50243406] {
    border-radius: 0 !important;
}
.page-about .statistics-container .statistics-statistic[data-v-50243406] {
    flex-basis: 50%;
}
.page-about .features-container .column[data-v-50243406] {
    padding: 0 !important;
}
.page-about .features-container .column + .column table[data-v-50243406] {
    border-top: 0;
}
}
.page-about h3.ui.header i[data-v-50243406] {
  display: inline;
  font-size: 14px;
}
.page-about .ui.card .signup-form.content[data-v-50243406] {
  flex-grow: initial;
}
.page-about .ui.card .pod-description[data-v-50243406] {
  flex-direction: column;
  display: flex;
}
.page-about .ui.card .pod-description p[data-v-50243406] {
  margin: auto;
  padding: 1.2em;
}
.page-admin-account-detail .placeholder.segment[data-v-50243406] {
  width: 100%;
}
.page-admin-account-detail .ui.input input[name=quota][data-v-50243406] {
  max-width: 7em;
}
.page-admin-domain-detail .placeholder.segment[data-v-50243406] {
  width: 100%;
}
.page-admin-library .ui.menu .item > .label[data-v-50243406] {
  position: absolute;
  right: -2em;
}
#excludeCompilation[data-v-50243406] {
  margin-top: 0;
}
#excludeCompilation input[data-v-50243406] {
  margin-top: 0.7rem;
}
#excludeHeader[data-v-50243406] {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: var(--form-label-color);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}
.ui.multiple.search.dropdown > input.search[data-v-50243406] {
  width: auto;
}
.page-home .ui.list .list.icon[data-v-50243406] {
  padding: 0;
}
.page-home h1.header[data-v-50243406], .page-home h1 .sub.header[data-v-50243406] {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
@media (min-width: 769px) {
.page-home h1.ui.header[data-v-50243406] {
    font-size: 3em;
}
}
.page-home h1.ui.header .sub.header[data-v-50243406] {
  font-size: 0.8em;
}
.page-home .main.pusher[data-v-50243406] {
  margin-top: 0;
  min-height: 10em;
}
.page-home section.segment.head[data-v-50243406] {
  padding: 8em 3em;
  background: linear-gradient(90deg, rgb(40, 88, 125) 0%, rgb(64, 130, 180) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home #pod[data-v-50243406] {
  font-size: 110%;
  display: block;
}
#renderedDescription[data-v-50243406] {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#renderedDescription p[data-v-50243406] {
  margin: 0;
}
#renderedDescription[data-v-50243406] *:not(:first-child) {
  display: none;
}
.page-library .ui.cards[data-v-50243406] {
  align-items: flex-start;
}
.page-library .ui.cards .ui.card[data-v-50243406] {
  min-height: 200px;
}
.page-library .ui.segment.head[data-v-50243406] {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page-library .ui.segment.head .segment-content[data-v-50243406] {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 769px) {
.page-library .ui.segment.head .segment-content[data-v-50243406] {
    padding: 4em;
}
}
.page-library .ui.segment.head.with-background .header[data-v-50243406],
.page-library .ui.segment.head.with-background .header .sub[data-v-50243406] {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: white !important;
}
.page-library .ui.segment.head.with-background .segment-content[data-v-50243406] {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-notifications .event .ui.label.avatar[data-v-50243406] {
  font-size: 1.5em;
  position: relative;
  top: 0.35em;
}
.page-profile .ui.header > img.image[data-v-50243406] {
  width: 8em;
}
.theme-light[data-v-50243406] {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: #0d52bf;
  --link-text-decoration: none;
  --link-hover-color: #002e99;
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: white;
  --text-color: rgba(0, 0, 0, 0.87);
  --discrete-text-color: rgba(0, 0, 0, 0.72);
  --really-discrete-text-color: rgba(0, 0, 0, 0.57);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0 -2px 0 0 #000;
  --secondary-menu-active-item-color: rgba(0, 0, 0, 0.95);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgba(0, 0, 0, 0.6);
  --button-basic-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgba(100, 100, 100, 0.4);
  --input-selection-color: var(--text-selection-color);
  --input-background: white;
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(34, 36, 38, 0.15);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgba(0, 0, 0, 0.05);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: var(--site-background);
  --table-background: transparent;
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(255, 255, 255, 0.85);
  --dimmer-color: var(--text-color);
  --border-color: rgba(34, 36, 38, 0.15);
}

/* purgecss start ignore */
.theme-dark[data-v-50243406] {
  --font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  --vibrant-color: #f2711c;
  --vibrant-hover-color: #f26202;
  --vibrant-active-color: #cf590c;
  --vibrant-focus-color: var(--vibrant-hover-color);
  --success-color: #206b00;
  --success-hover-color: #3a9104;
  --success-active-color: #198f35;
  --success-focus-color: var(--success-hover-color);
  --primary-color: #0050C6;
  --primary-hover-color: #1678c2;
  --primary-active-color: #1a69a4;
  --primary-focus-color: var(--primary-hover-color);
  --warning-color: #FBBD08;
  --warning-hover-color: #eaae00;
  --warning-active-color: #cd9903;
  --warning-focus-color: var(--warning-hover-color);
  --danger-color: #DB2828;
  --danger-hover-color: #ff392b;
  --danger-active-color: #b21e1e;
  --danger-focus-color: var(--danger-hover-color);
  --accent-color: #00B5AD;
  --accent-hover-color: #009c95;
  --accent-active-color: #00827c;
  --accent-focus-color: var(--accent-hover-color);
  --link-color: rgb(255, 144, 0);
  --link-text-decoration: none;
  --link-hover-color: rgb(255, 144, 0);
  --link-hover-text-decoration: underline;
  --sidebar-background: #2D2F33;
  --sidebar-header-background: var(--sidebar-background);
  --sidebar-header-color: var(--sidebar-color);
  --sidebar-active-item-background: rgba(255, 255, 255, 0.15);
  --sidebar-header-box-shadow: none;
  --sidebar-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
  --site-background: rgb(43, 58, 66);
  --text-color: rgb(223, 235, 240);
  --discrete-text-color: rgba(223, 235, 240, 0.904);
  --really-discrete-text-color: rgba(223, 235, 240, 0.804);
  --text-selection-background: #CCE2FF;
  --text-selection-color: rgba(0, 0, 0, 0.87);
  --header-color: var(--text-color);
  --main-color: var(--text-color);
  --main-background: var(--site-background);
  --menu-item-color: var(--text-color);
  --secondary-menu-background: var(--site-background);
  --secondary-menu-box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
  --secondary-menu-active-item-box-shadow: inset 0px -2px 0px 0px rgba(63, 102, 97, 0.95);
  --secondary-menu-active-item-color: rgb(223, 235, 240);
  --secondary-menu-hover-item-color: var(--secondary-menu-active-item-color);
  --inverted-menu-item-color: hsla(0, 0%, 100%, 0.75);
  --inverted-menu-item-header-color: hsla(0, 0%, 100%, 0.95);
  --menu-inverted-active-item-color: white;
  --button-basic-background: transparent;
  --button-basic-color: rgb(223, 235, 240);
  --button-basic-box-shadow: 0px 0px 0px 1px rgba(223, 235, 240, 0.15) inset;
  --button-basic-hover-background: var(--site-background);
  --button-basic-hover-color: var(--text-color);
  --button-basic-hover-box-shadow: 0px 0px 0px 1px rgb(223, 235, 240) inset;
  --button-orange-background: var(--vibrant-color);
  --form-label-color: var(--text-color);
  --input-selection-background: rgb(223, 235, 240);
  --input-selection-color: var(--text-selection-color);
  --input-background: rgb(65, 86, 97);
  --input-color: var(--text-color);
  --input-focus-color: var(--input-color);
  --input-focus-background: var(--input-background);
  --input-placeholder-color: var(--really-discrete-text-color);
  --input-focus-placeholder-color: var(--discrete-text-color);
  --divider-color: rgba(104, 136, 155, 0.5);
  --divider: 1px solid var(--divider-color);
  --modal-background: var(--site-background);
  --dropdown-background: var(--input-background);
  --dropdown-color: var(--input-color);
  --dropdown-header-color: var(--dropdown-color);
  --dropdown-item-color: var(--dropdown-color);
  --dropdown-item-hover-color: var(--dropdown-item-color);
  --dropdown-item-hover-background: rgb(51, 71, 82);
  --dropdown-item-selected-color: var(--dropdown-item-hover-color);
  --dropdown-item-selected-background: var(--dropdown-item-hover-background);
  --segment-color: var(--text-color);
  --segment-background: rgb(51, 71, 82);
  --table-background: rgb(65, 86, 97);
  --table-border: var(--divider);
  --tooltip-background: var(--site-background);
  --tooltip-color: var(--text-color);
  --card-background: var(--site-background);
  --card-text-color: var(--text-color);
  --card-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
  --dimmer-background: rgba(43, 58, 66, 0.9);
  --dimmer-color: var(--text-color);
  --border-color: rgba(104, 136, 155, 0.5);
  --light-background-color: rgb(51, 71, 82);
  --light-shadow-color: rgba(223, 235, 240, 0.15);
  --shadow-color: rgba(63, 102, 97, 0.95);
  --box-shadow: 0px 1px 3px 0px rgba(63, 88, 102, 0.95), 0px 0px 0px 1px rgba(63, 88, 102, 0.98);
  --secondary-meny-box-shadow: inset 0px -2px 0px 0px rgb(51, 71, 82);
}
.direction-rtl .theme-dark[data-v-50243406],
.direction-rtl .theme-light[data-v-50243406] {
  --font-family: "Vazirmatn", ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
html[data-v-50243406],
body[data-v-50243406] {
  font-family: var(--font-family);
  font-size: 16px;
  margin: 0;
}
.has-background-light[data-v-50243406] {
  background-color: var(--fw-gray-100);
}
[data-v-50243406] {
  --fw-translate-x: 0;
  --fw-translate-y: 0;
  --fw-scale: 1;
}
.funkwhale[data-v-50243406],[data-v-50243406]:root {
  --fw-border-radius: 8px;
}
[data-v-50243406]:root {
  /* Do not show white background when scrolling past the end */
  overscroll-behavior: none;
}
header > nav button.button[data-v-50243406] {
  padding: 10px;
}
header > nav button.button.user-menu[data-v-50243406] {
  padding: 0px !important;
}
header > nav button.button.user-menu .avatar[data-v-50243406] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) header > nav button.button.user-menu .avatar.label[data-v-50243406], .force-light-theme.force-light-theme.force-light-theme header > nav button.button.user-menu .avatar.label[data-v-50243406] {
  background-color: var(--fw-gray-900);
  color: var(--fw-beige-300);
}
:is(body.theme-light, html:not(.dark) > body:not(.theme-dark)) header > nav button.button.user-menu .avatar.label[data-v-50243406]:hover, .force-light-theme.force-light-theme.force-light-theme header > nav button.button.user-menu .avatar.label[data-v-50243406]:hover {
  color: var(--fw-color);
  background-color: var(--hover-background-color);
}
header > nav button.button.user-menu .avatar[data-v-50243406] {
  /* Satisfy both vitepress (docs) and funkwhale (front) convention */
  /* Also note the strong (triple) force which satisfies the CSS gods very much (enough) */
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) header > nav button.button.user-menu .avatar.label[data-v-50243406], .force-dark-theme.force-dark-theme.force-dark-theme header > nav button.button.user-menu .avatar.label[data-v-50243406] {
  background-color: var(--fw-beige-400);
  color: var(--fw-gray-900);
}
:is(body.theme-dark, html.dark > body:not(.theme-light)) header > nav button.button.user-menu .avatar.label[data-v-50243406]:hover, .force-dark-theme.force-dark-theme.force-dark-theme header > nav button.button.user-menu .avatar.label[data-v-50243406]:hover {
  color: var(--fw-color);
  background-color: var(--hover-background-color);
}
nav.button-list[data-v-50243406] {
  width: 100%;
}
nav.button-list a[data-v-50243406]:hover {
  background-color: transparent;
  border: none;
}
.funkwhale {
&.options-button {
    will-change: transform;
    transition: all .2s ease;
    font-size: 0.6rem !important;
    padding: 0.6em;
&.is-ghost {
      position: absolute;
      bottom: 0px;
      right: 0px;
}
}
}

.funkwhale.split-button.button[data-v-93831426] {
  gap: 0px;
  padding: 0px;
}._card_1qxg2_1 {
  --fw-card-padding: var(--v79a9cb40);
  position: relative;
  cursor: var(--ab698a18);
  color: var(--fw-text-color);
  background-color: var(--fw-bg-color);
  box-shadow: 0px 2px 8px 0px var(--v33466edb);
  border-radius: var(--fw-border-radius);
  font-size: 1rem;
}
._card_1qxg2_1 > ._covering_1qxg2_11 {
  position: absolute;
  inset: 0;
}
._card_1qxg2_1 > ._covering_1qxg2_11 ~ :is(._title_1qxg2_15, ._content_1qxg2_15:not(:has(:is(button, input, a, select)))) {
  pointer-events: none;
}
._card_1qxg2_1 > ._covering_1qxg2_11:hover ~ :is(._content_1qxg2_15:not(:has(:is(button, input, a, select)))) {
  text-decoration: underline;
}
._card_1qxg2_1 > ._image_1qxg2_21 {
  overflow: hidden;
  border-radius: var(--fw-border-radius) var(--fw-border-radius) 0 0;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  pointer-events: none;
}
._card_1qxg2_1 > ._image_1qxg2_21._with-padding_1qxg2_30 {
  margin: var(--fw-card-padding) var(--fw-card-padding) calc(var(--fw-card-padding) / 2) var(--fw-card-padding);
  width: calc(100% - 2 * var(--fw-card-padding));
  border-radius: var(--fw-border-radius);
}
._card_1qxg2_1 > ._icon_1qxg2_35 {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  pointer-events: none;
}
._card_1qxg2_1 > ._icon_1qxg2_35.large {
  font-size: 32px;
  margin: -8px;
}
._card_1qxg2_1:has(> ._image_1qxg2_21) > ._icon_1qxg2_35 {
  top: var(--fw-card-padding);
  right: var(--fw-card-padding);
  font-size: 1.2rem;
}
._card_1qxg2_1 > ._title_1qxg2_15 {
  margin: 0;
  padding: 0 var(--fw-card-padding);
  line-height: 1.3em;
  font-size: 1.125em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}
._card_1qxg2_1:has(> ._icon_1qxg2_35):not(:has(._image_1qxg2_21)) > ._title_1qxg2_15 {
  padding-right: calc(var(--fw-card-padding) + 22px);
}
._card_1qxg2_1._is-category_1qxg2_65 > ._title_1qxg2_15 {
  font-size: 1.75em;
  padding-bottom: 0.125em;
}
._card_1qxg2_1:has(> ._image_1qxg2_21:not(._with-padding_1qxg2_30)) > ._title_1qxg2_15 {
  margin-top: 16px;
}
._card_1qxg2_1 > ._topright_1qxg2_72 {
  position: absolute;
  top: 0;
  right: 0;
}
._card_1qxg2_1 > ._alert_1qxg2_77 {
  padding-left: var(--fw-card-padding);
  padding-right: var(--fw-card-padding);
  margin-top: 8px;
}
._card_1qxg2_1 > ._tags_1qxg2_82 {
  padding: 0 var(--fw-card-padding);
  margin: 8px -4px 0px -4px;
}
._card_1qxg2_1 > ._content_1qxg2_15 {
  overflow: hidden;
  padding: 0 var(--fw-card-padding);
  /* Consider making all line height, vertical paddings, margins and borders,
  a multiple of a global vertical rhythm so that side-by-side lines coincide */
  line-height: 24px;
  margin-top: 8px;
}
._card_1qxg2_1 > ._footer_1qxg2_94 {
  padding: calc(var(--fw-card-padding) - 4px);
  display: flex;
  gap: 4px;
  align-items: end;
  font-size: 0.8125rem;
  margin-top: 16px;
}
._card_1qxg2_1 > ._footer_1qxg2_94 > ._options-button_1qxg2_102 {
  margin-left: auto;
}
._card_1qxg2_1 {
  /* If both card and an action control has a special color, draw foreground color line above that action control */
}
._card_1qxg2_1:is(.primary, .destructive) > ._action_1qxg2_108 :is(.primary, .destructive) {
  border-top-color: color-mix(in oklab, var(--color) 50%, transparent) !important;
}
._card_1qxg2_1 > ._action_1qxg2_108 {
  display: flex;
  background: color-mix(in oklab, var(--fw-bg-color) 80%, var(--fw-gray-500));
  border-bottom-left-radius: var(--fw-border-radius);
  border-bottom-right-radius: var(--fw-border-radius);
  margin-top: var(--fw-card-padding);
}
._card_1qxg2_1 > ._action_1qxg2_108 > *:not(._with-padding_1qxg2_30) {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
._card_1qxg2_1 > ._action_1qxg2_108 > *:not(._with-padding_1qxg2_30):not(:first-child) {
  border-bottom-left-radius: 0;
}
._card_1qxg2_1 > ._action_1qxg2_108 > *:not(._with-padding_1qxg2_30):not(:last-child) {
  border-bottom-right-radius: 0;
}
.play-button[data-v-cc93e6ec] {
  top: 16px;
  right: 16px;
}
.channel-image[data-v-0f75c6d6] {
  border-radius: 50%;
  width: 168px;
  height: 168px;
  margin: 16px;
}
.podcast-image[data-v-0f75c6d6] {
  width: 168px;
  height: 168px;
  margin: 16px;
}
.play-button[data-v-0f75c6d6] {
  top: 16px;
  right: 16px;
}a.username[data-v-bbb199d0] {
  text-decoration: none;
}.channel-image[data-v-6ac213b5] {
  border-radius: 50%;
  width: 168px;
  height: 168px;
  margin: 16px;
}
.podcast-image[data-v-6ac213b5] {
  width: 168px;
  height: 168px;
  margin: 16px;
}
.play-button[data-v-6ac213b5] {
  top: 16px;
  right: 16px;
}
.funkwhale.pagination {

    /* People using a screen reader want to be able to use default 'previous page', 'next page' controls*/
@media screen and (max-width: 671px) {
        flex-wrap: wrap;
.visually-hidden-when-small:not(:focus):not(:active) {
           	border: 0;
           	clip: rect(0 0 0 0);
           	clip-path: inset(50%);
           	height: 1px;
           	margin: -1px;
           	overflow: hidden;
           	padding: 0;
           	position: absolute;
           	white-space: nowrap;
           	width: 1px;
}
}

    height: 34px;
    display: flex;
    justify-content: center;
&.is-small {
> .pages {
        width: auto;
}
> .goto {
        margin-right: auto;
}
}
> ul.pages {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 4px;
      margin-bottom: 8px;
> li {
        margin: 0;
        text-align: center;
&:not(:first-child):not(:last-child) {
          min-width: 34px;
}
&:first-child > .funkwhale.button,
        &:last-child > .funkwhale.button {
          width: 94px;
          text-align: center;
}
}
}
}

._row_1emo9_2 > :has(> :is(a, span)) {
    line-height: 46px;
}
._row_1emo9_2 > div {
    /* total height 64px, according to designs on penpot */
    margin-bottom: 8px;
    margin-right: 8px;
    height: 48px;
}

._table_kjj04_2 {
    width: 100%; align-self: stretch; display: grid;
}

  /* Table cells */
._table_kjj04_2 > * {
    height: 64px;
    display: flex;
    align-items: center;
}

  /* Table header */
._table-header_kjj04_14 {
    display: contents;
}
  /* Table header cells */
._table-header_kjj04_14 > *{
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 36px;
    border: 0px solid var(--border-color);
    border-width: 1px 0;
    color: color-mix(in oklab, currentcolor 50%, var(--border-color));
    font-weight: 900;
    grid-column: span 1;
}

  /* Auto-expand cells if following cells are empty */
._table_kjj04_2 > :has(+ :empty) {
    grid-column-end: span 2;
}
._table_kjj04_2 > :has(+ :empty + :empty) {
    grid-column-end: span 3;
}
._table_kjj04_2 > :has(+ :empty + :empty + :empty) {
    grid-column-end: span 4;
}

  /* Hide empty content (after the header row)  */
._table_kjj04_2 > ._table-header_kjj04_14 ~ :empty {
    display: none;
}

[table-header] > label[data-v-33df68a5] {
    padding-left: 4px;
    align-self: center !important;
}
.channel-image[data-v-ad79b317] {
  border-radius: 50%;
  width: 168px;
  height: 168px;
  margin: 16px;
}
.play-button[data-v-ad79b317] {
  top: 16px;
  right: 16px;
}.playlist-grid[data-v-c59172da] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
}
.playlist-grid > img[data-v-c59172da] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button[data-v-c59172da] {
  top: 16px;
  right: 16px;
}
.playlist-meta[data-v-c59172da] {
  display: flex;
}
.playlist-action[data-v-c59172da] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 8px;
}.play-button.is-icon-only[data-v-f44d2ab1] {
  top: 16px;
  right: 16px;
}
h6.title[data-v-f44d2ab1] {
  font-size: 3em;
}
._headerLayout_1ny60_2 {
  /* Stretch the header of the section over all grid columns */
  --grid-column: 1 / -1;

  align-self: baseline;
  align-items: baseline;
  position: relative;

  /* When header is overlapping previous interactive elements, allow clicks to go through: */
  pointer-events: none;
&>*{
    pointer-events: auto;
}
}
._badge_1ny60_17._badge_1ny60_17._badge_1ny60_17._badge_1ny60_17 {
    font-weight: 1000;
    border-radius: 100%;
    height: 21px;
    min-width: 21px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    vertical-align: text-top;
    line-height: 20px;
    pointer-events: none;
    background-color: var(--color);
    color: var(--background-color);
    border: none;
}


/* Thank you, css, for offering this weird alternative to !important */
header._left_1ny60_35._left_1ny60_35 {
  justify-content: start;
}
._uncollapsible_1ny60_39 {
  margin-top: -64px;
  pointer-events: none;
&>*{
    pointer-events: auto;
}
}
._summary_1ny60_47 {
  align-self: baseline;
  min-width: calc(100% + 32px);
  margin: 0 -16px;
  --fw-border-radius: 32px;
}

/* Visually push ghost link and non-solid button to the edge */
._action_1ny60_55 {
  display: contents;
& > .interactive:not(:is(.primary, .solid, .destructive, .secondary)):is(button, a.ghost) {
    margin-right: -16px;
}
}

.search-section~._hideIfAfterSection_141zb_2 {
    display: none;
}
._placeholder_141zb_5 {
    position: relative;
    top: 0;
    flex-grow: 1;
    border: none;
    border-radius: 8px;
    height: 48px;
    flex-shrink: 0;
    opacity: .2;
    transition: all .2s;
}
._input_141zb_16._input_141zb_16._input_141zb_16 {
    height: 48px;
    z-index: var(--ae54b02c);
    position: fixed;
&> * {
        z-index: 99999;
}
    transition: width .2s, top .3s, left .4s;
}
._sidebar_1d9yf_1 ._logo_1d9yf_1 {
  display: block;
  width: 40px;
  height: 40px;
  margin: 16px;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 {
  overflow: auto;
  top: 0;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11 {
  background: var(--fw-blue-500);
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  padding: 2px;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11._v-enter-active_1d9yf_19, ._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11._v-leave-active_1d9yf_19 {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11._v-leave-to_1d9yf_22, ._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11._v-enter-from_1d9yf_22 {
  transform: translateY(0.5rem);
  opacity: 0;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11 > ._progress_1d9yf_26 {
  height: 0.25rem;
  width: 100%;
  transition: max-width 0.1s ease;
  background: var(--fw-gray-100);
  border-radius: 100vh;
  position: relative;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11 > ._progress_1d9yf_26._fake_1d9yf_34 {
  background: var(--fw-blue-700);
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._upload-progress_1d9yf_11 > ._progress_1d9yf_26:not(._fake_1d9yf_34) {
  position: absolute;
  inset: 2px;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._avatar_1d9yf_41 {
  aspect-ratio: 1;
  background: var(--fw-beige-100);
  border-radius: 100%;
  text-decoration: none !important;
  color: var(--fw-gray-700);
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._avatar_1d9yf_41 > img,
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._avatar_1d9yf_41 > i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  border-radius: 100vh;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 > h3 {
  margin: 0;
  padding: 0 32px 8px;
  font-size: 14px;
  line-height: 1.2;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 ._menu-links_1d9yf_64 {
  padding: 0 16px 72px;
  flex-grow: 1;
}
._sidebar_1d9yf_1 .hide-on-mobile {
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
  transition: all 0.8s;
}
@media screen and (min-width: 1024px) {
._sidebar_1d9yf_1 {
    height: 100%;
}
._sidebar_1d9yf_1 .hide-on-desktop {
    display: none !important;
}
._sidebar_1d9yf_1 .hide-on-mobile {
    max-height: 100dvh;
    pointer-events: unset;
}
._sidebar_1d9yf_1._sticky-content_1d9yf_7 {
    position: sticky;
    max-height: 100dvh;
}
}
._description_1obk2_2 {
    font-size: 0.875em;
}

._description_1obk2_2 {
    font-size: 0.875em;
}
._pills_1fhr5_1 > ._label_1fhr5_1 {
  margin-top: -18px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
._pills_1fhr5_1 > ._list_1fhr5_7 {
  position: relative;
  margin: 0 -4px;
  border-radius: 22px;
  gap: 0px;
  padding: 4.5px 6px;
  min-height: 36px;
}
._pills_1fhr5_1 > ._list_1fhr5_7 > ._pill_1fhr5_1 {
  background: transparent !important;
  border-color: transparent !important;
}
._pills_1fhr5_1 > ._list_1fhr5_7 ._empty_1fhr5_19 {
  flex-grow: 1;
  --cursor: text;
}
._pills_1fhr5_1:hover:has(select) > ._list_1fhr5_7 {
  box-shadow: inset 0 0 0 4px var(--border-color);
}
._pills_1fhr5_1 :has(> select:focus) {
  box-shadow: inset 0 0 0 4px var(--focus-ring-color);
}._uploader_14p41_1 label {
  background: transparent;
  cursor: pointer;
}._uploader_1e486_1 {
  padding: 32px;
  border-radius: var(--fw-border-radius);
  border: 2px dashed var(--border-color);
}
._table_1e486_7 b {
  padding: 0 6px;
}
._icon_tf752_2 {
  font-size: 100px;
  padding: 28px;
  inset: 0;
  display: block;
  text-align: center;
}

.v-enter-active,
.v-leave-active {
  transition: all 0.5s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
&.forward {
    transform: translateX(100%);
}
&.backward {
    transform: translateX(-100%);
}
}
.v-leave-to {
&.forward {
    transform: translateX(100%);
}
&.backward {
    transform: translateX(-100%);
}
}

.responsive[data-v-c687ff1c] {
  display: grid !important;
  grid-template-columns: 300px 1fr;
  grid-template-rows: min-content auto 4rem;

  min-height: 100vh;

  grid-template-areas:
    "sidebar sidebar"
    "main main"
    "player player";
@media screen and (min-width: 1024px) {
    grid-template-areas:
      "sidebar main"
      "sidebar main"
      "player player";
}
}

html, body {
    background-color: var(--background-color);
}

/* Make inert pages (behind modals) unscrollable */
body:has(#app[inert="true"]) {
  overflow: hidden;
}

._layout_oadwc_2 {
  padding: 32px;

  /* Make space for the play bar */
  padding-bottom: 5rem;

  transition: all .3s;
}

i[data-v-73bbf469] {
    margin-right: 8px;
    font-size: 14px;
}
.ui.circular.avatar[data-v-e32fb273] {
  float: left;
  text-align: center;
  border-radius: 50%;
}
.ui.circular.avatar.label[data-v-e32fb273] {
  align-content: center;
  padding: 4px 8px;
  margin-right: 8px;
}
.input-right {
&[data-v-ccf18e14] {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 48px;
  min-width: 48px;
  display: flex;
}
.button[data-v-ccf18e14] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0px !important;
}
}
p.message[data-v-ccf18e14] {
  background-color: var(--background-color);
  color: var(--color);
  padding: 8px;
  position: absolute;
  top: 32px;
  right: -4px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 1px 12px 0px var(--shadow-color);
}
[data-v-eb9afe0d]:has(> .description) {
  position: relative;
  align-items: first baseline;
}
.description[data-v-eb9afe0d] {
  display: flex;
  flex-direction: column;
}
.description.truncated[data-v-eb9afe0d] {
  overflow: hidden;
  text-overflow: ellipsis;
}