diff --git a/.github/workflows/blog-bitix-deploy.yml b/.github/workflows/blog-bitix-deploy.yml index a05fc2b3e0f..5d5b582584f 100644 --- a/.github/workflows/blog-bitix-deploy.yml +++ b/.github/workflows/blog-bitix-deploy.yml @@ -9,10 +9,10 @@ jobs: env: HUGO_VERSION: 0.121.1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: master - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: path: deploy/ ref: gh-pages @@ -57,9 +57,6 @@ jobs: run: | npm run less-main hugo gen chromastyles --style=github > themes/bitix/static/assets/css/syntax.css - cp themes/bitix/static/assets/css/syntax.css themes/bitix/layouts/partials/style-syntax.amp.css - cp themes/bitix/static/assets/css/main.css themes/bitix/layouts/partials/style-main.amp.css - npm run minify-amp - name: Generate content run: | hugo --destination="deploy/" --gc --cleanDestinationDir diff --git a/404.html b/404.html deleted file mode 100644 index 02a0c0ce7be..00000000000 --- a/404.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - - - - - 404 Page not found - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - - - - -
-
-
-
- Blog Bitix - -
-
- - -
-
- -
- - - -
-
-
- - diff --git a/blog-generate-styles.sh b/blog-generate-styles.sh index 5344ec74142..4d664876f79 100755 --- a/blog-generate-styles.sh +++ b/blog-generate-styles.sh @@ -4,7 +4,3 @@ set -e npm run less-main hugo gen chromastyles --style=github > themes/bitix/static/assets/css/syntax.css -cp themes/bitix/static/assets/css/syntax.css themes/bitix/layouts/partials/style-syntax.amp.css -cp themes/bitix/static/assets/css/main.css themes/bitix/layouts/partials/style-main.amp.css - -npm run minify-amp diff --git a/content/posts/2016/2016-11-13-usar-una-imagen-de-fondo-aleatoria-al-cargar-una-pagina-web/code/app-theme.js b/content/posts/2016/2016-11-13-usar-una-imagen-de-fondo-aleatoria-al-cargar-una-pagina-web/code/app-theme.js index a852584527d..5beba18a11a 100644 --- a/content/posts/2016/2016-11-13-usar-una-imagen-de-fondo-aleatoria-al-cargar-una-pagina-web/code/app-theme.js +++ b/content/posts/2016/2016-11-13-usar-una-imagen-de-fondo-aleatoria-al-cargar-una-pagina-web/code/app-theme.js @@ -6,17 +6,17 @@ define(['jquery'], function($) { var spec = { backgrounds: [ - 'confectionary.png', - 'dimension.png', - 'skulls.png', - 'tree_bark.png', - 'contemporary_china_2.png', - 'eight_horns.png', - 'swirl_pattern.png', - 'upfeathers.png', - 'contemporary_china.png', - 'paisley.png', - 'symphony.png' + 'confectionary.webp', + 'dimension.webp', + 'skulls.webp', + 'tree_bark.webp', + 'contemporary_china_2.webp', + 'eight_horns.webp', + 'swirl_pattern.webp', + 'upfeathers.webp', + 'contemporary_china.webp', + 'paisley.webp', + 'symphony.webp' ] }; diff --git a/content/posts/2020/2020-08-21-que-hace-y-ventajas-de-un-preprocesador-de-estilos-css/code/main.less b/content/posts/2020/2020-08-21-que-hace-y-ventajas-de-un-preprocesador-de-estilos-css/code/main.less index 6f18c6fe06b..91b949c01d0 100644 --- a/content/posts/2020/2020-08-21-que-hace-y-ventajas-de-un-preprocesador-de-estilos-css/code/main.less +++ b/content/posts/2020/2020-08-21-que-hace-y-ventajas-de-un-preprocesador-de-estilos-css/code/main.less @@ -15,7 +15,7 @@ body { font-weight: 400; margin-bottom: 50px; background-color: @background-page; - background-image: url('/blog-bitix/assets/images/backgrounds/grey.png'); + background-image: url('/blog-bitix/assets/images/backgrounds/grey.webp'); } ... diff --git a/content/posts/2024/2024-01-01-analisis-del-juego-continuacion-de-la-historia-the-last-of-us-parte-2/index.markdown b/content/posts/2024/2024-01-01-analisis-del-juego-continuacion-de-la-historia-the-last-of-us-parte-2/index.markdown index b782578b742..2eeaf5fa6fb 100644 --- a/content/posts/2024/2024-01-01-analisis-del-juego-continuacion-de-la-historia-the-last-of-us-parte-2/index.markdown +++ b/content/posts/2024/2024-01-01-analisis-del-juego-continuacion-de-la-historia-the-last-of-us-parte-2/index.markdown @@ -116,13 +116,13 @@ También son importantes los manuales de entrenamiento que dan nuevas capacidade {{< image gallery="true" - image1="image:the-last-of-us-parte-2-componentes.webp" optionsthumb1="300x200" title1="" - image2="image:the-last-of-us-parte-2-fabricar.webp" optionsthumb2="300x200" title2="" - image3="image:the-last-of-us-parte-2-habilidades.webp" optionsthumb3="300x200" title3="" >}} + image1="image:the-last-of-us-parte-2-componentes.webp" optionsthumb1="300x200" title1="Componentes" + image2="image:the-last-of-us-parte-2-fabricar.webp" optionsthumb2="300x200" title2="Fabricar" + image3="image:the-last-of-us-parte-2-habilidades.webp" optionsthumb3="300x200" title3="Habilidades" >}} {{< image gallery="true" - image1="image:the-last-of-us-parte-2-manules-de-entrenamiento.webp" optionsthumb1="300x200" title1="" - caption="" >}} + image1="image:the-last-of-us-parte-2-manules-de-entrenamiento.webp" optionsthumb1="300x200" title1="Manuales de entrenamiento" + caption="Recursos" >}} ### Coleccionables diff --git a/misc/2016/gists/5a071fff1edbd801b8a984b9c8bb310c/app-theme.js b/misc/2016/gists/5a071fff1edbd801b8a984b9c8bb310c/app-theme.js index 396c4b65432..80debfc9626 100644 --- a/misc/2016/gists/5a071fff1edbd801b8a984b9c8bb310c/app-theme.js +++ b/misc/2016/gists/5a071fff1edbd801b8a984b9c8bb310c/app-theme.js @@ -6,17 +6,17 @@ define(['jquery'], function($) { var spec = { backgrounds: [ - 'confectionary.png', - 'dimension.png', - 'skulls.png', - 'tree_bark.png', - 'contemporary_china_2.png', - 'eight_horns.png', - 'swirl_pattern.png', + 'confectionary.webp', + 'dimension.webp', + 'skulls.webp', + 'tree_bark.webp', + 'contemporary_china_2.webp', + 'eight_horns.webp', + 'swirl_pattern.webp', 'upfeathers.png', - 'contemporary_china.png', - 'paisley.png', - 'symphony.png' + 'contemporary_china.webp', + 'paisley.webp', + 'symphony.webp' ] }; diff --git a/package.json b/package.json index 7fd12b45b93..9e387704619 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "webpack": "^5.61.0" }, "scripts": { - "less-main": "lessc themes/bitix/static/assets/css/main.less themes/bitix/static/assets/css/main.css", - "minify-amp": "minify themes/bitix/layouts/partials/style-bootstrap.amp.css > themes/bitix/layouts/partials/style-bootstrap.amp.min.css && minify themes/bitix/layouts/partials/style-main.amp.css > themes/bitix/layouts/partials/style-main.amp.min.css && minify themes/bitix/layouts/partials/style-syntax.amp.css > themes/bitix/layouts/partials/style-syntax.amp.min.css" + "less-main": "lessc themes/bitix/static/assets/css/main.less themes/bitix/static/assets/css/main.css" }, "dependencies": { "npm": "^8.1.2", diff --git a/themes/bitix/i18n/en.yaml b/themes/bitix/i18n/en.yaml index 1dde07f25ef..143784bb499 100644 --- a/themes/bitix/i18n/en.yaml +++ b/themes/bitix/i18n/en.yaml @@ -83,4 +83,6 @@ - id: writed_on translation: "on" - id: "year" - translation: "Año" \ No newline at end of file + translation: "Year" +- id: "youtube_video" + translation: "YouTube Video" diff --git a/themes/bitix/i18n/es.yaml b/themes/bitix/i18n/es.yaml index 10ef2d75925..681b6d2dcc0 100644 --- a/themes/bitix/i18n/es.yaml +++ b/themes/bitix/i18n/es.yaml @@ -81,4 +81,7 @@ - id: writed_on translation: "el" - id: "year" - translation: "Año" \ No newline at end of file + translation: "Año" +- id: "youtube_video" + translation: "Vídeo de YouTube" + \ No newline at end of file diff --git a/themes/bitix/layouts/_default/_markup/render-image.amp.html b/themes/bitix/layouts/_default/_markup/render-image.amp.html deleted file mode 100644 index 5d03b97aae0..00000000000 --- a/themes/bitix/layouts/_default/_markup/render-image.amp.html +++ /dev/null @@ -1,147 +0,0 @@ -{{- $links := .Page.Site.Data.theme.conf.links.amp -}} -{{- $tags := .Page.Site.Data.theme.conf.tags.amp -}} -{{- $imgtagopen := $tags.imgtagopen -}} -{{- $imgtagclose := $tags.imgtagclose -}} -{{- $imgtagsrc := $tags.imgtagsrc -}} - -{{- $nil := default nil nil -}} -{{- $src := $nil -}} -{{- $srcthumb := $nil -}} -{{- $width := $nil -}} -{{- $height := $nil -}} -{{- $title := .Title -}} - -{{- $strings := split .Destination "," -}} -{{- $attributes := dict -}} -{{- range $i := $strings -}} - {{- $key := index (split $i "=") 0 -}} - {{- $value := index (split $i "=") 1 -}} - {{- $attributes = merge $attributes (dict $key $value) -}} -{{- end -}} -{{- $page := default "" (index $attributes "page") -}} -{{- $url := index $attributes "url" -}} -{{- $url := replaceRE "^\"|\"$" "" $url -}} -{{- $command := default "Fit" (index $attributes "command") -}} -{{- $options := default "2560x1440" (index $attributes "options") -}} -{{- $options := replace $options "___" " " -}} -{{- $commandthumb := default "Fit" (index $attributes "commandthumb") -}} -{{- $optionsthumb := default "300x200" (index $attributes "optionsthumb") -}} -{{- $optionsthumb := replace $optionsthumb "___" " " -}} -{{- $gallery := eq "true" (index $attributes "gallery") -}} -{{- $class := index $attributes "class" -}} -{{- $class := replace $class "." " " -}} -{{- $layout := index $attributes "layout" -}} -{{- $loading := default "lazy" (index $attributes "lazy") -}} - -{{- if (eq $loading "false") -}} - {{- $loading := $nil -}} -{{- end -}} - -{{- if or (hasPrefix $url "logotype:") (hasPrefix $url "resource:") (hasPrefix $url "image:") (hasPrefix $url "asset:") -}} - {{- $binding := index (split $url ":") 0 -}} - {{- $image := index (split $url ":") 1 -}} - {{- $imagethumb := index (split $url ":") 2 -}} - - {{- if eq $binding "logotype" -}} - {{- $src = print "assets/images/logotypes/" $image | relURL -}} - {{- $srcthumb = print "assets/images/logotypes/" $image | relURL -}} - {{- $width = index (split $optionsthumb "x") 0 -}} - {{- $height = index (split $optionsthumb "x") 1 -}} - {{- else if or (eq $binding "resource") (eq $binding "image") -}} - {{- $p := cond (eq $page "") .Page (.Page.GetPage $page) -}} - {{- $path := cond (eq $binding "image") "images/" "" -}} - - {{- if (findRE "\\.svg$|\\.gif$" $image) -}} - {{- $base := replace .Page.Permalink "/index-amp.html" "/" -}} - {{- $src = print $base $path $image | relURL -}} - {{- $srcthumb = print $base $path $image | relURL -}} - {{- $width = index (split $optionsthumb "x") 0 -}} - {{- $height = index (split $optionsthumb "x") 1 -}} - {{- else -}} - {{- $i := $nil -}} - {{- $resource := $nil -}} - {{- $format := index (split $image ".") 1 -}} - {{- if eq $resource nil -}} - {{- $i = replace $image ".webp" ".png" -}} - {{- $resource = $p.Resources.GetMatch (print $path $i) -}} - {{- end -}} - {{- if eq $resource nil -}} - {{- $i = replace $image ".webp" ".jpg" -}} - {{- $resource = $p.Resources.GetMatch (print $path $i) -}} - {{- end -}} - {{- if eq $resource nil -}} - {{- $i = replace $image ".webp" ".webp" -}} - {{- $resource = $p.Resources.GetMatch (print $path $i) -}} - {{- end -}} - {{- $it := $nil -}} - {{- $resourcethumb := $nil -}} - {{- if eq $resourcethumb nil -}} - {{- $it = replace $image ".webp" ".png" -}} - {{- $resourcethumb = $p.Resources.GetMatch (print $path $it) -}} - {{- end -}} - {{- if eq $resourcethumb nil -}} - {{- $it = replace $image ".webp" ".jpg" -}} - {{- $resourcethumb = $p.Resources.GetMatch (print $path $it) -}} - {{- end -}} - {{- if eq $resourcethumb nil -}} - {{- $it = replace $image ".webp" ".webp" -}} - {{- $resourcethumb = $p.Resources.GetMatch (print $path $it) -}} - {{- end -}} - {{- $scaled := $nil -}} - {{- $scaledthumb := $nil -}} - - {{- if eq $resource nil -}}{{- errorf "Invalid resource '%s'" $image -}}{{- end -}} - {{- if eq $optionsthumb nil -}}{{- errorf "Invalid thumb optionsthumb '%s'" $optionsthumb -}}{{- end -}} - - {{- if eq $command "Fit" -}} - {{- $scaled = $resource.Fit (print $options " " $format) -}} - {{- else if eq $command "Resize" -}} - {{- $scaled = $resource.Resize (print $options " " $format) -}} - {{- else if eq $command "Fill" -}} - {{- $scaled = $resource.Fill (print $options " " $format) -}} - {{- else -}} - {{- errorf "Invalid image processing command: Must be one of Fit, Fill or Resize '%s'" .Destination -}} - {{- end -}} - - {{- if eq $commandthumb "Fit" -}} - {{- $scaledthumb = $resourcethumb.Fit (print $optionsthumb " " $format) -}} - {{- else if eq $commandthumb "Resize" -}} - {{- $scaledthumb = $resourcethumb.Resize (print $optionsthumb " " $format) -}} - {{- else if eq $commandthumb "Fill" -}} - {{- $scaledthumb = $resourcethumb.Fill (print $optionsthumb " " $format) -}} - {{- else -}} - {{- errorf "Invalid image processing command: Must be one of Fit, Fill or Resize '%s'" .Destination -}} - {{- end -}} - - {{- $src = $scaled.RelPermalink -}} - {{- $srcthumb = $scaledthumb.RelPermalink -}} - {{- $width = $scaledthumb.Width -}} - {{- $height = $scaledthumb.Height -}} - - {{- if eq $layout "fixed-height" -}} - {{- $width = $nil -}} - {{- end -}} - {{- end -}} - {{- else if eq $binding "asset" -}} - {{- $src = $image | relURL -}} - {{- $srcthumb = cond (eq $imagethumb nil) $src (print "assets/images/logotypes/" $imagethumb | relURL) -}} - {{- end -}} -{{- else -}} - {{- errorf "Malformed image destination '%s'" .Destination -}} -{{- end -}} - -{{- $srcimg := default .Destination $src -}} -{{- $srca := $nil -}} - -{{- if and $gallery (ne $src nil) (ne $srcthumb nil) -}} - {{- $srcimg = $srcthumb -}} - {{- $srca = $src -}} -{{- end -}} -{{- if eq $links.absolute "true" -}} - {{- $srcimg = absURL $srcimg -}} - {{- $srca = absURL $srca -}} -{{- end -}} - -{{- if $gallery }}{{ end -}} -{{- $imgtagopen | safeHTML }} {{ $imgtagsrc }}="{{ $srcimg }}"{{ with $width }} width="{{ . }}"{{ end }}{{ with $height }} height="{{ . }}"{{ end }}{{ with $title }} alt="{{ . }}" title="{{ . }}"{{ end }}{{ with $layout }} layout="{{ . }}"{{ end }} class="{{ with $class }}{{ . }} {{ end }}"{{ with $loading }} loading="{{ . }}"{{ end }}>{{ $imgtagclose | safeHTML -}} -{{- if $gallery }}{{ end -}} \ No newline at end of file diff --git a/themes/bitix/layouts/_default/_markup/render-image.html.html b/themes/bitix/layouts/_default/_markup/render-image.html.html index ba8dce86a84..385e016071a 100644 --- a/themes/bitix/layouts/_default/_markup/render-image.html.html +++ b/themes/bitix/layouts/_default/_markup/render-image.html.html @@ -28,6 +28,7 @@ {{- $optionsthumb := default "300x200" (index $attributes "optionsthumb") -}} {{- $optionsthumb := replace $optionsthumb "___" " " -}} {{- $gallery := eq "true" (index $attributes "gallery") -}} +{{- $hasthumb := ne (index $attributes "optionsthumb") nil -}} {{- $class := index $attributes "class" -}} {{- $class := replace $class "." " " -}} {{- $layout := index $attributes "layout" -}} @@ -115,8 +116,14 @@ {{- $src = $scaled.RelPermalink -}} {{- $srcthumb = $scaledthumb.RelPermalink -}} - {{- $width = $scaledthumb.Width -}} - {{- $height = $scaledthumb.Height -}} + + {{- if $hasthumb -}} + {{- $width = $scaledthumb.Width -}} + {{- $height = $scaledthumb.Height -}} + {{- else -}} + {{- $width = $scaled.Width -}} + {{- $height = $scaled.Height -}} + {{- end -}} {{- if eq $layout "fixed-height" -}} {{- $width = $nil -}} diff --git a/themes/bitix/layouts/_default/_markup/render-image.rss.xml b/themes/bitix/layouts/_default/_markup/render-image.rss.xml index e52f008d953..41898c11035 100644 --- a/themes/bitix/layouts/_default/_markup/render-image.rss.xml +++ b/themes/bitix/layouts/_default/_markup/render-image.rss.xml @@ -28,6 +28,7 @@ {{- $optionsthumb := default "300x200" (index $attributes "optionsthumb") -}} {{- $optionsthumb := replace $optionsthumb "___" " " -}} {{- $gallery := eq "true" (index $attributes "gallery") -}} +{{- $hasthumb := default "false" (index $attributes "commandthumb") -}} {{- $class := index $attributes "class" -}} {{- $class := replace $class "." " " -}} {{- $layout := index $attributes "layout" -}} @@ -115,8 +116,14 @@ {{- $src = $scaled.RelPermalink -}} {{- $srcthumb = $scaledthumb.RelPermalink -}} - {{- $width = $scaledthumb.Width -}} - {{- $height = $scaledthumb.Height -}} + + {{- if eq $hasthumb "true" -}} + {{- $width = $scaledthumb.Width -}} + {{- $height = $scaledthumb.Height -}} + {{- else -}} + {{- $width = $scaled.Width -}} + {{- $height = $scaled.Height -}} + {{- end -}} {{- if eq $layout "fixed-height" -}} {{- $width = $nil -}} diff --git a/themes/bitix/layouts/_default/_markup/render-link.amp.html b/themes/bitix/layouts/_default/_markup/render-link.amp.html deleted file mode 100644 index ca4b4929686..00000000000 --- a/themes/bitix/layouts/_default/_markup/render-link.amp.html +++ /dev/null @@ -1,57 +0,0 @@ -{{- $links := .Page.Site.Data.theme.conf.links.amp -}} -{{- $noLinks := .Page.Site.Data.theme.conf.links.html -}} -{{- $href := .Destination -}} -{{- $title := .Title -}} -{{- $text := .Text -}} - -{{- $nil := default nil nil -}} -{{- $binding := $nil -}} -{{- $attributes := dict -}} - -{{- if or (eq (len (findRE "javadoc\\d+:" $href)) 1) (hasPrefix $href "javaee8:") (hasPrefix $href "tapestry:") (hasPrefix $href "spring-boot:") (hasPrefix $href "spring-framework:") -}} - {{- $binding = index (split $href ":") 0 -}} - {{- $href = index (split $href ":") 1 -}} -{{- end -}} - -{{- $strings := split $href "," -}} -{{- range $i,$v := $strings -}} - {{- if eq $i 0 -}} - {{- $href = index (split $v ",") 0 -}} - {{- else -}} - {{- $key := index (split $v "=") 0 -}} - {{- $value := index (split $v "=") 1 -}} - {{- $attributes = merge $attributes (dict $key $value) -}} - {{- end -}} -{{- end -}} - -{{- if in (slice "javadoc8" "javadoc9" "javadoc10") $binding -}} -{{- $version := replace $binding "javadoc" "" -}} -{{- $href = print "https://docs.oracle.com/javase/" $version "/docs/api/" $href -}} -{{- else if (eq (len (findRE "javadoc\\d+" $binding)) 1) -}} -{{- $version := replace $binding "javadoc" "" -}} -{{- $href = print "https://docs.oracle.com/en/java/javase/" $version "/docs/api/" $href -}} -{{- else if eq $binding "javaee8" -}} -{{- $href = print "https://javaee.github.io/javaee-spec/javadocs/" $href -}} -{{- else if eq $binding "tapestry" -}} -{{- $href = print "https://tapestry.apache.org/current/apidocs/" $href -}} -{{- else if eq $binding "spring-boot" -}} -{{- $href = print "https://docs.spring.io/spring-boot/docs/current/api/" $href -}} -{{- else if eq $binding "spring-framework" -}} -{{- $href = print "https://docs.spring.io/spring-framework/docs/current/javadoc-api/" $href -}} -{{- end -}} - -{{- if eq $links.absolute "true" -}} - {{- $href = absURL $href -}} -{{- end -}} -{{- if and (findRE (print "^" .Page.Site.BaseURL) $href) (strings.HasSuffix $href $noLinks.suffix) -}} - {{- $href = replaceRE (print $noLinks.suffix "$") $links.suffix $href -}} -{{- end -}} -{{- $rel := index $attributes "rel" -}} -{{- $target := index $attributes "target" -}} -{{- $class := index $attributes "class" -}} - -{{- if findRE (print "^" .Page.Site.Params.misc.sponsoredlink) $href -}} - {{- $rel = strings.TrimLeft " " (print (default "" $rel) " " "sponsored") -}} -{{- end -}} - -{{ safeHTML $text }} \ No newline at end of file diff --git a/themes/bitix/layouts/_default/single.html b/themes/bitix/layouts/_default/single.html index 51b0e5196f8..d5cb50d7b22 100644 --- a/themes/bitix/layouts/_default/single.html +++ b/themes/bitix/layouts/_default/single.html @@ -14,7 +14,7 @@ {{ if .Params.imageHead }} {{ end }} diff --git a/themes/bitix/layouts/partials/html-head.html b/themes/bitix/layouts/partials/html-head.html index 08a2119c1ee..f754f9aa140 100644 --- a/themes/bitix/layouts/partials/html-head.html +++ b/themes/bitix/layouts/partials/html-head.html @@ -43,11 +43,11 @@ {{ "" | safeHTML }} - - + + - - + + {{ "" | safeHTML }} diff --git a/themes/bitix/layouts/partials/style-main.amp.css b/themes/bitix/layouts/partials/style-main.amp.css index 3df05c9c99c..9bb9689af46 100644 --- a/themes/bitix/layouts/partials/style-main.amp.css +++ b/themes/bitix/layouts/partials/style-main.amp.css @@ -8,29 +8,29 @@ body { font-weight: 400; margin-bottom: 50px; background-color: #F8F8F8; - background-image: url('/blog-bitix/assets/images/backgrounds/grey.png'); + background-image: url('/blog-bitix/assets/images/backgrounds/grey.webp'); } ::-moz-selection { - background-color: #61b135; + background-color: #1d9d61; color: white; } ::selection { - background-color: #61b135; + background-color: #1d9d61; color: white; } a { - color: #569d2f; + color: #198754; text-decoration: none; } a:visited { - color: #7aca4e; + color: #21b26f; } a:hover { - color: #4b8929; + color: #21b26f; text-decoration: underline; } a:active { - color: #569d2f; + color: #198754; } h1, h2, @@ -116,16 +116,14 @@ header nav { margin-top: 10px; } header nav.nav-pills a { - color: #569d2f; + color: #198754; } header nav.nav-pills a:hover { - color: #569d2f; - background-color: #e2f3d8; + color: #198754; } header nav.nav-pills a.active, header nav.nav-pills a.active:hover { color: white; - background-color: #569d2f; } header form.search { margin-top: 20px; diff --git a/themes/bitix/layouts/partials/style-main.amp.min.css b/themes/bitix/layouts/partials/style-main.amp.min.css index 20326a69807..3898a674faa 100644 --- a/themes/bitix/layouts/partials/style-main.amp.min.css +++ b/themes/bitix/layouts/partials/style-main.amp.min.css @@ -1 +1 @@ -html{font-size:16px}body{color:#222;font-family:'PT Serif','Times New Roman',Times,serif;font-size:1.2em;font-weight:400;margin-bottom:50px;background-color:#f8f8f8;background-image:url(/blog-bitix/assets/images/backgrounds/grey.png)}::-moz-selection{background-color:#61b135;color:#fff}::selection{background-color:#61b135;color:#fff}a{color:#569d2f;text-decoration:none}a:visited{color:#7aca4e}a:hover{color:#4b8929;text-decoration:underline}a:active{color:#569d2f}h1,h2,h3,h4,h5,h6{margin-top:20px;margin-bottom:10px;font-weight:700;clear:both}hr{background-color:#fff;border-top:3px dotted #000;margin:auto;margin-top:20px;margin-bottom:20px;width:60%}abbr[title]{border-bottom:1px dotted}pre{margin-bottom:0}ul.recents{font-size:.9em}ul.recents hr{margin-top:10px;margin-bottom:10px;border-top:1px dotted #ccc}ul.series,ul.tags{columns:5 8em;column-gap:1em}ul.library{columns:4 12em;column-gap:1em}ul.list-columns{columns:4 12em;column-gap:1em}div.container{background-color:#fff;border-left:1px solid #f8f8f8;border-right:1px solid #f8f8f8;padding:0 1em;max-width:1080px}div.blueimp-gallery-container{position:absolute}div.blueimp-gallery div.modal{overflow:hidden}div.blueimp-gallery img.slide-content{background-color:#fff}div.menu ul li{margin-bottom:3px}header{text-align:center;margin-bottom:10px}header span.title{font-size:2.6em;font-weight:700}header span.title a,header span.title a:active,header span.title a:hover,header span.title a:visited{color:#222}header nav{font-weight:700;margin-top:10px}header nav.nav-pills a{color:#569d2f}header nav.nav-pills a:hover{color:#569d2f;background-color:#e2f3d8}header nav.nav-pills a.active,header nav.nav-pills a.active:hover{color:#fff;background-color:#569d2f}header form.search{margin-top:20px;display:inline-block}article h1{font-size:2.6em;counter-reset:heading-l1}article h2{font-size:1.75rem;counter-reset:heading-l2}article h2:before{font-size:1rem;counter-increment:heading-l1;content:counter(heading-l1) ". "}article h3{font-size:1.5rem;counter-reset:heading-l3}article h3:before{font-size:1rem;counter-increment:heading-l2;content:counter(heading-l1) "." counter(heading-l2) ". "}article h4{font-size:1.5rem;counter-reset:heading-l4}article h4:before{font-size:1rem;counter-increment:heading-l3;content:counter(heading-l1) "." counter(heading-l2) "." counter(heading-l3) ". "}@media (max-width:576px){article h1{font-size:1.8em}}article p.information,article span.information{font-size:.9em}article p.summary{font-weight:700}article ul.columns{columns:4 12em;column-gap:1em}article table{margin-bottom:20px}article blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}article div.logotypes{margin-left:1.5em;text-align:right;float:right;clear:right;max-width:400px;min-width:150px}@media (max-width:576px){article div.logotypes{width:125px}}article div.logotypes amp-img,article div.logotypes img{background-color:#fff;border:.5em solid #fff;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);box-sizing:border-box}@media (max-width:576px){article div.logotypes amp-img,article div.logotypes img{width:125px}}article div.code{border:1px solid #ddd;border-radius:3px;margin-bottom:1em}article div.code div.highlight{font-size:.8em;border-bottom:1px solid #ddd;overflow-x:auto}article div.code div.highlight table td:nth-child(2){width:100%}article div.code div.highlight-meta{font-size:.8em;background-color:#f7f7f7;padding:6px}article div.code div.highlight-meta span.raw{float:right}article div.code div.highlight-meta a,article div.code div.highlight-meta span{color:#666;font-weight:600;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:.8em}article div.media{display:block;text-align:center;margin-bottom:1em}article div.media amp-iframe[id^=asciicast-iframe],article div.media iframe[id^=asciicast-iframe]{border:0 solid #fff;box-shadow:0 0 0 rgba(0,0,0,.15)}article div.media amp-ad,article div.media amp-iframe,article div.media amp-img,article div.media amp-video,article div.media iframe,article div.media img,article div.media video{background-color:#fff;border:.5em solid #fff;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);box-sizing:content-box;max-width:100%;max-height:100%;object-fit:contain;vertical-align:middle}article div.media amp-ad.white-background,article div.media amp-iframe.white-background,article div.media amp-img.white-background,article div.media amp-video.white-background,article div.media iframe.white-background,article div.media img.white-background,article div.media video.white-background{background-color:#fff}article div.media amp-ad.black-background,article div.media amp-iframe.black-background,article div.media amp-img.black-background,article div.media amp-video.black-background,article div.media iframe.black-background,article div.media img.black-background,article div.media video.black-background{background-color:#000}article div.media figure{clear:both}article div.media figure p a{display:inline-block}article div.media figure figcaption{font-size:.8em}article div.media-amazon.float-right{margin-left:20px}article div.media-twitter{text-align:left}article div.buttons{text-align:center;margin-bottom:20px}article div.buttons a.btn{color:#fff}article div.alert h1,article div.alert h2,article div.alert h3,article div.alert h4,article div.alert h5,article div.alert h6{clear:none}article div.tableofcontents{display:inline-block}article div.tableofcontents>nav>ol{padding-left:0;list-style:none}article div.tableofcontents>nav>ol>li:first-child{counter-reset:list-l1}article div.tableofcontents>nav>ol>li{counter-increment:list-l1}article div.tableofcontents>nav>ol>li:before{font-size:1rem;content:counter(list-l1) ". "}article div.tableofcontents>nav>ol>li>ol{list-style:none}article div.tableofcontents>nav>ol>li>ol>li:first-child{counter-reset:list-l2}article div.tableofcontents>nav>ol>li>ol>li{counter-increment:list-l2}article div.tableofcontents>nav>ol>li>ol>li:before{font-size:1rem;content:counter(list-l1) "." counter(list-l2) ". "}article div.tableofcontents>nav>ol>li>ol>li>ol{list-style:none}article div.tableofcontents>nav>ol>li>ol>li>ol>li:first-child{counter-reset:list-l3}article div.tableofcontents>nav>ol>li>ol>li>ol>li{counter-increment:list-l3}article div.tableofcontents>nav>ol>li>ol>li>ol>li:before{font-size:1rem;content:counter(list-l1) "." counter(list-l2) "." counter(list-l3) ". "}article div.reference{font-size:.9em}div.page-header{min-height:300px;max-height:300px;margin-bottom:20px;overflow:hidden;display:flex;justify-content:center;align-items:center}div.page-header img{min-width:100%;max-width:100%;object-fit:cover}div.sharethis-inline-share-buttons{margin-top:1em;margin-bottom:1em}div.related,div.serie,div.sharethis-text{font-size:.9em}div.related h3,div.serie h3,div.sharethis-text h3{font-size:1em;font-weight:400;margin-top:10px}div.related img,div.serie img,div.sharethis-text img{height:125px;margin-top:10px;max-width:100%;object-fit:cover;width:100%;padding:0 0;margin:0 0}div.related div.col-sm-4,div.serie div.col-sm-4,div.sharethis-text div.col-sm-4{margin-bottom:15px}div.toc{clear:both}div.videoo{width:500px;height:282px;max-width:100%;margin:0 auto;margin-bottom:30px}div.videoo .videootv{margin-top:0}footer{font-size:.8em;padding-top:10px;padding-bottom:30px}footer span.copyleft{transform:rotate(180deg);display:inline-block}div.banner{margin-bottom:10px}div.featured{background-color:#fff;text-align:center;font-size:.9em;font-weight:700;margin-bottom:10px;width:150px;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);border:.3em solid #fff}div.featured img{width:100%}div.featured a{color:#222}div.sourcecode{overflow-y:auto}div.sourcecode amp-img.sourcecode-icon,div.sourcecode img.sourcecode-icon{float:left;width:64px}div.sourcecode>div,div.sourcecode>p{margin-left:84px}div.adblock-container{left:0;right:0;margin-left:auto;margin-right:auto}div.adblock{background-color:#eee;border:1px solid gray;font-size:.9em;padding:15px}div.adblock-container-sidebar{position:sticky;position:-webkit-sticky;top:15px;height:0;display:none;overflow:visible}div.adblock-container-sidebar-left{max-height:600px;max-width:300px;min-height:600px;min-width:300px;display:block;text-align:right;overflow:hidden}div.adblock-container-sidebar-right{max-height:600px;max-width:300px;min-height:600px;min-width:300px;display:block;text-align:left;overflow:hidden}amp-ad,ins.adsbygoogle{line-height:0;width:100%;height:100%}div.adblock-container-billboard{text-align:center;max-height:280px;max-width:100%;min-height:280px;display:block;margin:auto}div.adblock-container-leaderboard{text-align:left;max-height:90px;max-width:100%;min-height:90px;display:block;overflow:hidden}i.archive-icon{display:inline-block;font-size:32px;line-height:32px}@media (min-width:375px){div.adblock-container-billboard{max-height:280px;max-width:336px;min-height:280px;min-width:336px}div.adblock-container-leaderboard{max-height:90px;max-width:336px;min-height:90px;min-width:336px}}@media (min-width:770px){div.adblock-container-billboard{max-height:280px;max-width:728px;min-height:280px;min-width:728px}div.adblock-container-leaderboard{max-height:90px;max-width:728px;min-height:90px;min-width:728px}}@media (min-width:1025px){div.adblock-container-billboard{max-height:280px;max-width:970px;min-height:280px;min-width:970px}}@media (min-width:1366px){div.adblock-container-sidebar{display:flex;justify-content:space-between}div.adblock-container-sidebar-left{transform:translateX(-155px);max-width:120px;min-width:120px}div.adblock-container-sidebar-right{transform:translateX(155px);max-width:120px;min-width:120px}}@media (min-width:1440px){div.adblock-container-sidebar-left{transform:translateX(-195px);max-width:160px;min-width:160px}div.adblock-container-sidebar-right{transform:translateX(195px);max-width:160px;min-width:160px}}@media (min-width:1750px){div.adblock-container-sidebar-left{transform:translateX(-335px);max-width:300px;min-width:300px}div.adblock-container-sidebar-right{transform:translateX(335px);max-width:300px;min-width:300px}} +html{font-size:16px}body{color:#222;font-family:'PT Serif','Times New Roman',Times,serif;font-size:1.2em;font-weight:400;margin-bottom:50px;background-color:#f8f8f8;background-image:url(/blog-bitix/assets/images/backgrounds/grey.webp)}::-moz-selection{background-color:#1d9d61;color:#fff}::selection{background-color:#1d9d61;color:#fff}a{color:#198754;text-decoration:none}a:visited{color:#21b26f}a:hover{color:#21b26f;text-decoration:underline}a:active{color:#198754}h1,h2,h3,h4,h5,h6{margin-top:20px;margin-bottom:10px;font-weight:700;clear:both}hr{background-color:#fff;border-top:3px dotted #000;margin:auto;margin-top:20px;margin-bottom:20px;width:60%}abbr[title]{border-bottom:1px dotted}pre{margin-bottom:0}ul.recents{font-size:.9em}ul.recents hr{margin-top:10px;margin-bottom:10px;border-top:1px dotted #ccc}ul.series,ul.tags{columns:5 8em;column-gap:1em}ul.library{columns:4 12em;column-gap:1em}ul.list-columns{columns:4 12em;column-gap:1em}div.container{background-color:#fff;border-left:1px solid #f8f8f8;border-right:1px solid #f8f8f8;padding:0 1em;max-width:1080px}div.blueimp-gallery-container{position:absolute}div.blueimp-gallery div.modal{overflow:hidden}div.blueimp-gallery img.slide-content{background-color:#fff}div.menu ul li{margin-bottom:3px}header{text-align:center;margin-bottom:10px}header span.title{font-size:2.6em;font-weight:700}header span.title a,header span.title a:active,header span.title a:hover,header span.title a:visited{color:#222}header nav{font-weight:700;margin-top:10px}header nav.nav-pills a{color:#198754}header nav.nav-pills a:hover{color:#198754}header nav.nav-pills a.active,header nav.nav-pills a.active:hover{color:#fff}header form.search{margin-top:20px;display:inline-block}article h1{font-size:2.6em;counter-reset:heading-l1}article h2{font-size:1.75rem;counter-reset:heading-l2}article h2:before{font-size:1rem;counter-increment:heading-l1;content:counter(heading-l1) ". "}article h3{font-size:1.5rem;counter-reset:heading-l3}article h3:before{font-size:1rem;counter-increment:heading-l2;content:counter(heading-l1) "." counter(heading-l2) ". "}article h4{font-size:1.5rem;counter-reset:heading-l4}article h4:before{font-size:1rem;counter-increment:heading-l3;content:counter(heading-l1) "." counter(heading-l2) "." counter(heading-l3) ". "}@media (max-width:576px){article h1{font-size:1.8em}}article p.information,article span.information{font-size:.9em}article p.summary{font-weight:700}article ul.columns{columns:4 12em;column-gap:1em}article table{margin-bottom:20px}article blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}article div.logotypes{margin-left:1.5em;text-align:right;float:right;clear:right;max-width:400px;min-width:150px}@media (max-width:576px){article div.logotypes{width:125px}}article div.logotypes amp-img,article div.logotypes img{background-color:#fff;border:.5em solid #fff;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);box-sizing:border-box}@media (max-width:576px){article div.logotypes amp-img,article div.logotypes img{width:125px}}article div.code{border:1px solid #ddd;border-radius:3px;margin-bottom:1em}article div.code div.highlight{font-size:.8em;border-bottom:1px solid #ddd;overflow-x:auto}article div.code div.highlight table td:nth-child(2){width:100%}article div.code div.highlight-meta{font-size:.8em;background-color:#f7f7f7;padding:6px}article div.code div.highlight-meta span.raw{float:right}article div.code div.highlight-meta a,article div.code div.highlight-meta span{color:#666;font-weight:600;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:.8em}article div.media{display:block;text-align:center;margin-bottom:1em}article div.media amp-iframe[id^=asciicast-iframe],article div.media iframe[id^=asciicast-iframe]{border:0 solid #fff;box-shadow:0 0 0 rgba(0,0,0,.15)}article div.media amp-ad,article div.media amp-iframe,article div.media amp-img,article div.media amp-video,article div.media iframe,article div.media img,article div.media video{background-color:#fff;border:.5em solid #fff;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);box-sizing:content-box;max-width:100%;max-height:100%;object-fit:contain;vertical-align:middle}article div.media amp-ad.white-background,article div.media amp-iframe.white-background,article div.media amp-img.white-background,article div.media amp-video.white-background,article div.media iframe.white-background,article div.media img.white-background,article div.media video.white-background{background-color:#fff}article div.media amp-ad.black-background,article div.media amp-iframe.black-background,article div.media amp-img.black-background,article div.media amp-video.black-background,article div.media iframe.black-background,article div.media img.black-background,article div.media video.black-background{background-color:#000}article div.media figure{clear:both}article div.media figure p a{display:inline-block}article div.media figure figcaption{font-size:.8em}article div.media-amazon.float-right{margin-left:20px}article div.media-twitter{text-align:left}article div.buttons{text-align:center;margin-bottom:20px}article div.buttons a.btn{color:#fff}article div.alert h1,article div.alert h2,article div.alert h3,article div.alert h4,article div.alert h5,article div.alert h6{clear:none}article div.tableofcontents{display:inline-block}article div.tableofcontents>nav>ol{padding-left:0;list-style:none}article div.tableofcontents>nav>ol>li:first-child{counter-reset:list-l1}article div.tableofcontents>nav>ol>li{counter-increment:list-l1}article div.tableofcontents>nav>ol>li:before{font-size:1rem;content:counter(list-l1) ". "}article div.tableofcontents>nav>ol>li>ol{list-style:none}article div.tableofcontents>nav>ol>li>ol>li:first-child{counter-reset:list-l2}article div.tableofcontents>nav>ol>li>ol>li{counter-increment:list-l2}article div.tableofcontents>nav>ol>li>ol>li:before{font-size:1rem;content:counter(list-l1) "." counter(list-l2) ". "}article div.tableofcontents>nav>ol>li>ol>li>ol{list-style:none}article div.tableofcontents>nav>ol>li>ol>li>ol>li:first-child{counter-reset:list-l3}article div.tableofcontents>nav>ol>li>ol>li>ol>li{counter-increment:list-l3}article div.tableofcontents>nav>ol>li>ol>li>ol>li:before{font-size:1rem;content:counter(list-l1) "." counter(list-l2) "." counter(list-l3) ". "}article div.reference{font-size:.9em}div.page-header{min-height:300px;max-height:300px;margin-bottom:20px;overflow:hidden;display:flex;justify-content:center;align-items:center}div.page-header img{min-width:100%;max-width:100%;object-fit:cover}div.sharethis-inline-share-buttons{margin-top:1em;margin-bottom:1em}div.related,div.serie,div.sharethis-text{font-size:.9em}div.related h3,div.serie h3,div.sharethis-text h3{font-size:1em;font-weight:400;margin-top:10px}div.related img,div.serie img,div.sharethis-text img{height:125px;margin-top:10px;max-width:100%;object-fit:cover;width:100%;padding:0 0;margin:0 0}div.related div.col-sm-4,div.serie div.col-sm-4,div.sharethis-text div.col-sm-4{margin-bottom:15px}div.toc{clear:both}div.videoo{width:500px;height:282px;max-width:100%;margin:0 auto;margin-bottom:30px}div.videoo .videootv{margin-top:0}footer{font-size:.8em;padding-top:10px;padding-bottom:30px}footer span.copyleft{transform:rotate(180deg);display:inline-block}div.banner{margin-bottom:10px}div.featured{background-color:#fff;text-align:center;font-size:.9em;font-weight:700;margin-bottom:10px;width:150px;border-radius:.3em;box-shadow:0 1px 4px rgba(0,0,0,.15);border:.3em solid #fff}div.featured img{width:100%}div.featured a{color:#222}div.sourcecode{overflow-y:auto}div.sourcecode amp-img.sourcecode-icon,div.sourcecode img.sourcecode-icon{float:left;width:64px}div.sourcecode>div,div.sourcecode>p{margin-left:84px}div.adblock-container{left:0;right:0;margin-left:auto;margin-right:auto}div.adblock{background-color:#eee;border:1px solid gray;font-size:.9em;padding:15px}div.adblock-container-sidebar{position:sticky;position:-webkit-sticky;top:15px;height:0;display:none;overflow:visible}div.adblock-container-sidebar-left{max-height:600px;max-width:300px;min-height:600px;min-width:300px;display:block;text-align:right;overflow:hidden}div.adblock-container-sidebar-right{max-height:600px;max-width:300px;min-height:600px;min-width:300px;display:block;text-align:left;overflow:hidden}amp-ad,ins.adsbygoogle{line-height:0;width:100%;height:100%}div.adblock-container-billboard{text-align:center;max-height:280px;max-width:100%;min-height:280px;display:block;margin:auto}div.adblock-container-leaderboard{text-align:left;max-height:90px;max-width:100%;min-height:90px;display:block;overflow:hidden}i.archive-icon{display:inline-block;font-size:32px;line-height:32px}@media (min-width:375px){div.adblock-container-billboard{max-height:280px;max-width:336px;min-height:280px;min-width:336px}div.adblock-container-leaderboard{max-height:90px;max-width:336px;min-height:90px;min-width:336px}}@media (min-width:770px){div.adblock-container-billboard{max-height:280px;max-width:728px;min-height:280px;min-width:728px}div.adblock-container-leaderboard{max-height:90px;max-width:728px;min-height:90px;min-width:728px}}@media (min-width:1025px){div.adblock-container-billboard{max-height:280px;max-width:970px;min-height:280px;min-width:970px}}@media (min-width:1366px){div.adblock-container-sidebar{display:flex;justify-content:space-between}div.adblock-container-sidebar-left{transform:translateX(-155px);max-width:120px;min-width:120px}div.adblock-container-sidebar-right{transform:translateX(155px);max-width:120px;min-width:120px}}@media (min-width:1440px){div.adblock-container-sidebar-left{transform:translateX(-195px);max-width:160px;min-width:160px}div.adblock-container-sidebar-right{transform:translateX(195px);max-width:160px;min-width:160px}}@media (min-width:1750px){div.adblock-container-sidebar-left{transform:translateX(-335px);max-width:300px;min-width:300px}div.adblock-container-sidebar-right{transform:translateX(335px);max-width:300px;min-width:300px}} diff --git a/themes/bitix/layouts/partials/style-syntax.amp.css b/themes/bitix/layouts/partials/style-syntax.amp.css index 9018df90714..be0dc37662b 100644 --- a/themes/bitix/layouts/partials/style-syntax.amp.css +++ b/themes/bitix/layouts/partials/style-syntax.amp.css @@ -6,7 +6,7 @@ /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } -/* LineHighlight */ .chroma .hl { background-color: #ffffcc } +/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 } /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* Line */ .chroma .line { display: flex; } diff --git a/themes/bitix/layouts/partials/style-syntax.amp.min.css b/themes/bitix/layouts/partials/style-syntax.amp.min.css index 5c02c8e4e20..0e34b56e65e 100644 --- a/themes/bitix/layouts/partials/style-syntax.amp.min.css +++ b/themes/bitix/layouts/partials/style-syntax.amp.min.css @@ -1 +1 @@ -.bg{background-color:#fff}.chroma{background-color:#fff}.chroma .err{color:#a61717;background-color:#e3d2d2}.chroma .lnlinks{outline:0;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em 0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em 0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#000;font-weight:700}.chroma .kc{color:#000;font-weight:700}.chroma .kd{color:#000;font-weight:700}.chroma .kn{color:#000;font-weight:700}.chroma .kp{color:#000;font-weight:700}.chroma .kr{color:#000;font-weight:700}.chroma .kt{color:#458;font-weight:700}.chroma .na{color:teal}.chroma .nb{color:#0086b3}.chroma .bp{color:#999}.chroma .nc{color:#458;font-weight:700}.chroma .no{color:teal}.chroma .nd{color:#3c5d5d;font-weight:700}.chroma .ni{color:purple}.chroma .ne{color:#900;font-weight:700}.chroma .nf{color:#900;font-weight:700}.chroma .nl{color:#900;font-weight:700}.chroma .nn{color:#555}.chroma .nt{color:navy}.chroma .nv{color:teal}.chroma .vc{color:teal}.chroma .vg{color:teal}.chroma .vi{color:teal}.chroma .s{color:#d14}.chroma .sa{color:#d14}.chroma .sb{color:#d14}.chroma .sc{color:#d14}.chroma .dl{color:#d14}.chroma .sd{color:#d14}.chroma .s2{color:#d14}.chroma .se{color:#d14}.chroma .sh{color:#d14}.chroma .si{color:#d14}.chroma .sx{color:#d14}.chroma .sr{color:#009926}.chroma .s1{color:#d14}.chroma .ss{color:#990073}.chroma .m{color:#099}.chroma .mb{color:#099}.chroma .mf{color:#099}.chroma .mh{color:#099}.chroma .mi{color:#099}.chroma .il{color:#099}.chroma .mo{color:#099}.chroma .o{color:#000;font-weight:700}.chroma .ow{color:#000;font-weight:700}.chroma .c{color:#998;font-style:italic}.chroma .ch{color:#998;font-style:italic}.chroma .cm{color:#998;font-style:italic}.chroma .c1{color:#998;font-style:italic}.chroma .cs{color:#999;font-weight:700;font-style:italic}.chroma .cp{color:#999;font-weight:700;font-style:italic}.chroma .cpf{color:#999;font-weight:700;font-style:italic}.chroma .gd{color:#000;background-color:#fdd}.chroma .ge{color:#000;font-style:italic}.chroma .gr{color:#a00}.chroma .gh{color:#999}.chroma .gi{color:#000;background-color:#dfd}.chroma .go{color:#888}.chroma .gp{color:#555}.chroma .gs{font-weight:700}.chroma .gu{color:#aaa}.chroma .gt{color:#a00}.chroma .gl{text-decoration:underline}.chroma .w{color:#bbb} +.bg{background-color:#fff}.chroma{background-color:#fff}.chroma .err{color:#a61717;background-color:#e3d2d2}.chroma .lnlinks{outline:0;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e5e5e5}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em 0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em 0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#000;font-weight:700}.chroma .kc{color:#000;font-weight:700}.chroma .kd{color:#000;font-weight:700}.chroma .kn{color:#000;font-weight:700}.chroma .kp{color:#000;font-weight:700}.chroma .kr{color:#000;font-weight:700}.chroma .kt{color:#458;font-weight:700}.chroma .na{color:teal}.chroma .nb{color:#0086b3}.chroma .bp{color:#999}.chroma .nc{color:#458;font-weight:700}.chroma .no{color:teal}.chroma .nd{color:#3c5d5d;font-weight:700}.chroma .ni{color:purple}.chroma .ne{color:#900;font-weight:700}.chroma .nf{color:#900;font-weight:700}.chroma .nl{color:#900;font-weight:700}.chroma .nn{color:#555}.chroma .nt{color:navy}.chroma .nv{color:teal}.chroma .vc{color:teal}.chroma .vg{color:teal}.chroma .vi{color:teal}.chroma .s{color:#d14}.chroma .sa{color:#d14}.chroma .sb{color:#d14}.chroma .sc{color:#d14}.chroma .dl{color:#d14}.chroma .sd{color:#d14}.chroma .s2{color:#d14}.chroma .se{color:#d14}.chroma .sh{color:#d14}.chroma .si{color:#d14}.chroma .sx{color:#d14}.chroma .sr{color:#009926}.chroma .s1{color:#d14}.chroma .ss{color:#990073}.chroma .m{color:#099}.chroma .mb{color:#099}.chroma .mf{color:#099}.chroma .mh{color:#099}.chroma .mi{color:#099}.chroma .il{color:#099}.chroma .mo{color:#099}.chroma .o{color:#000;font-weight:700}.chroma .ow{color:#000;font-weight:700}.chroma .c{color:#998;font-style:italic}.chroma .ch{color:#998;font-style:italic}.chroma .cm{color:#998;font-style:italic}.chroma .c1{color:#998;font-style:italic}.chroma .cs{color:#999;font-weight:700;font-style:italic}.chroma .cp{color:#999;font-weight:700;font-style:italic}.chroma .cpf{color:#999;font-weight:700;font-style:italic}.chroma .gd{color:#000;background-color:#fdd}.chroma .ge{color:#000;font-style:italic}.chroma .gr{color:#a00}.chroma .gh{color:#999}.chroma .gi{color:#000;background-color:#dfd}.chroma .go{color:#888}.chroma .gp{color:#555}.chroma .gs{font-weight:700}.chroma .gu{color:#aaa}.chroma .gt{color:#a00}.chroma .gl{text-decoration:underline}.chroma .w{color:#bbb} diff --git a/themes/bitix/layouts/shortcodes/youtube.html b/themes/bitix/layouts/shortcodes/youtube.html index f8f63246a23..a126d01f04a 100644 --- a/themes/bitix/layouts/shortcodes/youtube.html +++ b/themes/bitix/layouts/shortcodes/youtube.html @@ -4,9 +4,10 @@ {{ $iframetagsrc := $tags.iframetagsrc }} {{ $url := print "https://www.youtube.com/embed/" .Params.video }} +{{ $title := default (i18n "youtube_video") .Params.title }} {{ if or .Params.video }}
- {{ $iframetagopen | safeHTML }} width="640" height="360" {{ $iframetagsrc }}="{{ $url }}" frameborder="0" class="lozad" allowfullscreen>{{ $iframetagclose | safeHTML }} + {{ $iframetagopen | safeHTML }} width="640" height="360" {{ $iframetagsrc }}="{{ $url }}" frameborder="0" title="{{ $title }}" class="lozad" allowfullscreen>{{ $iframetagclose | safeHTML }}
{{ end }} \ No newline at end of file diff --git a/themes/bitix/layouts/shortcodes/youtube.xml b/themes/bitix/layouts/shortcodes/youtube.xml index 4e42acd0850..ba3706f9679 100644 --- a/themes/bitix/layouts/shortcodes/youtube.xml +++ b/themes/bitix/layouts/shortcodes/youtube.xml @@ -4,9 +4,10 @@ {{ $iframetagsrc := $tags.iframetagsrc }} {{ $url := print "https://www.youtube.com/embed/" .Params.video }} +{{ $title := default (i18n "youtube_video") .Params.title }} {{ if or .Params.video }}
- {{ $iframetagopen | safeHTML }} width="640" height="360" {{ $iframetagsrc }}="{{ $url }}" frameborder="0" class="lozad" allowfullscreen>{{ $iframetagclose | safeHTML }} + {{ $iframetagopen | safeHTML }} width="640" height="360" {{ $iframetagsrc }}="{{ $url }}" frameborder="0" title="{{ $title }}" class="lozad" allowfullscreen>{{ $iframetagclose | safeHTML }}
{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/css/main.css b/themes/bitix/static/assets/css/main.css index 3df05c9c99c..f1d2e15cce6 100644 --- a/themes/bitix/static/assets/css/main.css +++ b/themes/bitix/static/assets/css/main.css @@ -8,29 +8,29 @@ body { font-weight: 400; margin-bottom: 50px; background-color: #F8F8F8; - background-image: url('/blog-bitix/assets/images/backgrounds/grey.png'); + background-image: url('/blog-bitix/assets/images/backgrounds/grey.webp'); } ::-moz-selection { - background-color: #61b135; + background-color: #1d9d61; color: white; } ::selection { - background-color: #61b135; + background-color: #1d9d61; color: white; } a { - color: #569d2f; + color: #198754; text-decoration: none; } a:visited { - color: #7aca4e; + color: #21b26f; } a:hover { - color: #4b8929; + color: #115c39; text-decoration: underline; } a:active { - color: #569d2f; + color: #198754; } h1, h2, @@ -116,16 +116,14 @@ header nav { margin-top: 10px; } header nav.nav-pills a { - color: #569d2f; + color: #198754; } header nav.nav-pills a:hover { - color: #569d2f; - background-color: #e2f3d8; + color: #198754; } header nav.nav-pills a.active, header nav.nav-pills a.active:hover { color: white; - background-color: #569d2f; } header form.search { margin-top: 20px; diff --git a/themes/bitix/static/assets/css/main.less b/themes/bitix/static/assets/css/main.less index 32f1e6a2b3f..32faae24ad5 100644 --- a/themes/bitix/static/assets/css/main.less +++ b/themes/bitix/static/assets/css/main.less @@ -1,7 +1,7 @@ @background: white; @background-page: #F8F8F8; @color: #222; -@link: rgb(86, 157, 47); +@link: #198754; @border: @background-page; html { @@ -15,7 +15,7 @@ body { font-weight: 400; margin-bottom: 50px; background-color: @background-page; - background-image: url('/blog-bitix/assets/images/backgrounds/grey.png'); + background-image: url('/blog-bitix/assets/images/backgrounds/grey.webp'); } ::-moz-selection { @@ -34,11 +34,11 @@ a { } a:visited { - color: lighten(@link, 15); + color: lighten(@link, 10); } a:hover { - color: darken(@link, 5); + color: darken(@link, 10); text-decoration: underline; } @@ -145,12 +145,10 @@ header { nav.nav-pills a:hover { color: @link; - background-color: lighten(@link, 50); } nav.nav-pills a.active, nav.nav-pills a.active:hover { color: @background; - background-color: @link; } form.search { diff --git a/themes/bitix/static/assets/css/syntax.css b/themes/bitix/static/assets/css/syntax.css index 9018df90714..be0dc37662b 100644 --- a/themes/bitix/static/assets/css/syntax.css +++ b/themes/bitix/static/assets/css/syntax.css @@ -6,7 +6,7 @@ /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } -/* LineHighlight */ .chroma .hl { background-color: #ffffcc } +/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 } /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } /* Line */ .chroma .line { display: flex; } diff --git a/themes/bitix/static/assets/images/backgrounds/asanoha.png b/themes/bitix/static/assets/images/backgrounds/asanoha.png deleted file mode 100644 index 70c3b2557cc..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/asanoha.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/asanoha.webp b/themes/bitix/static/assets/images/backgrounds/asanoha.webp new file mode 100644 index 00000000000..d3ab23c3275 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/asanoha.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/back.png b/themes/bitix/static/assets/images/backgrounds/back.png deleted file mode 100644 index f30ca26348c..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/back.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/back.webp b/themes/bitix/static/assets/images/backgrounds/back.webp new file mode 100644 index 00000000000..4fe81a39ef2 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/back.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.png b/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.png deleted file mode 100644 index da886b0609a..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.webp b/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.webp new file mode 100644 index 00000000000..b23b3903d5f Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/circles-and-roundabouts.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/confectionary.png b/themes/bitix/static/assets/images/backgrounds/confectionary.png deleted file mode 100644 index 8d308ee7126..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/confectionary.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/confectionary.webp b/themes/bitix/static/assets/images/backgrounds/confectionary.webp new file mode 100644 index 00000000000..60c375a402f Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/confectionary.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/contemporary_china.png b/themes/bitix/static/assets/images/backgrounds/contemporary_china.png deleted file mode 100644 index e66e2bde325..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/contemporary_china.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/contemporary_china.webp b/themes/bitix/static/assets/images/backgrounds/contemporary_china.webp new file mode 100644 index 00000000000..69ff0a99427 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/contemporary_china.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.png b/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.png deleted file mode 100644 index 4bd667dfaf7..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.webp b/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.webp new file mode 100644 index 00000000000..c82293ac63a Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/contemporary_china_2.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/corrugation.png b/themes/bitix/static/assets/images/backgrounds/corrugation.png deleted file mode 100644 index 48befff24dc..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/corrugation.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/corrugation.webp b/themes/bitix/static/assets/images/backgrounds/corrugation.webp new file mode 100644 index 00000000000..f124f78441e Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/corrugation.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.png b/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.png deleted file mode 100644 index 0ed4041c1fd..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.webp b/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.webp new file mode 100644 index 00000000000..418f851ac78 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/diamond_upholstery.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/dimension.png b/themes/bitix/static/assets/images/backgrounds/dimension.png deleted file mode 100644 index cc43488250b..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/dimension.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/dimension.webp b/themes/bitix/static/assets/images/backgrounds/dimension.webp new file mode 100644 index 00000000000..bc62a46bb53 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/dimension.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/doodles.png b/themes/bitix/static/assets/images/backgrounds/doodles.png deleted file mode 100644 index 855a89e9e68..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/doodles.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/doodles.webp b/themes/bitix/static/assets/images/backgrounds/doodles.webp new file mode 100644 index 00000000000..b2bfb78b283 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/doodles.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/eight_horns.png b/themes/bitix/static/assets/images/backgrounds/eight_horns.png deleted file mode 100644 index 103fa9cce79..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/eight_horns.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/eight_horns.webp b/themes/bitix/static/assets/images/backgrounds/eight_horns.webp new file mode 100644 index 00000000000..c3f216e939e Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/eight_horns.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/escheresque.png b/themes/bitix/static/assets/images/backgrounds/escheresque.png deleted file mode 100644 index f70cc4c07ff..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/escheresque.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/escheresque.webp b/themes/bitix/static/assets/images/backgrounds/escheresque.webp new file mode 100644 index 00000000000..d09cf9b4c73 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/escheresque.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/geometry.png b/themes/bitix/static/assets/images/backgrounds/geometry.png deleted file mode 100644 index 39bad0a0fb9..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/geometry.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/geometry.webp b/themes/bitix/static/assets/images/backgrounds/geometry.webp new file mode 100644 index 00000000000..70472e9f605 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/geometry.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/geometry2.png b/themes/bitix/static/assets/images/backgrounds/geometry2.png deleted file mode 100644 index d43966e05f9..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/geometry2.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/geometry2.webp b/themes/bitix/static/assets/images/backgrounds/geometry2.webp new file mode 100644 index 00000000000..6f21e7becfc Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/geometry2.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/gplay.png b/themes/bitix/static/assets/images/backgrounds/gplay.png deleted file mode 100644 index 05cf41c1bf2..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/gplay.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/gplay.webp b/themes/bitix/static/assets/images/backgrounds/gplay.webp new file mode 100644 index 00000000000..474da2b1cab Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/gplay.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/grey.png b/themes/bitix/static/assets/images/backgrounds/grey.png deleted file mode 100644 index 6eb66691477..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/grey.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/grey.webp b/themes/bitix/static/assets/images/backgrounds/grey.webp new file mode 100644 index 00000000000..2ef132c3ad5 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/grey.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/lyonnette.png b/themes/bitix/static/assets/images/backgrounds/lyonnette.png deleted file mode 100644 index 22adb43e30a..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/lyonnette.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/lyonnette.webp b/themes/bitix/static/assets/images/backgrounds/lyonnette.webp new file mode 100644 index 00000000000..d81d121672f Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/lyonnette.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/memphis-colorful.png b/themes/bitix/static/assets/images/backgrounds/memphis-colorful.png deleted file mode 100644 index 310e8868d9d..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/memphis-colorful.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/memphis-colorful.webp b/themes/bitix/static/assets/images/backgrounds/memphis-colorful.webp new file mode 100644 index 00000000000..2c156662145 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/memphis-colorful.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/paisley.png b/themes/bitix/static/assets/images/backgrounds/paisley.png deleted file mode 100644 index aa8f8a931d8..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/paisley.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/paisley.webp b/themes/bitix/static/assets/images/backgrounds/paisley.webp new file mode 100644 index 00000000000..4ffc2a34de6 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/paisley.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/photography.png b/themes/bitix/static/assets/images/backgrounds/photography.png deleted file mode 100644 index 0faea6e7ff3..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/photography.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/photography.webp b/themes/bitix/static/assets/images/backgrounds/photography.webp new file mode 100644 index 00000000000..2f8e890bb5b Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/photography.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/playstation.png b/themes/bitix/static/assets/images/backgrounds/playstation.png deleted file mode 100644 index ff53a034b35..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/playstation.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/playstation.webp b/themes/bitix/static/assets/images/backgrounds/playstation.webp new file mode 100644 index 00000000000..d8d87a955f0 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/playstation.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/pow-star.png b/themes/bitix/static/assets/images/backgrounds/pow-star.png deleted file mode 100644 index cc154217112..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/pow-star.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/pow-star.webp b/themes/bitix/static/assets/images/backgrounds/pow-star.webp new file mode 100644 index 00000000000..0f54d47d610 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/pow-star.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/psychedelic.png b/themes/bitix/static/assets/images/backgrounds/psychedelic.png deleted file mode 100644 index 903980e5f7a..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/psychedelic.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/psychedelic.webp b/themes/bitix/static/assets/images/backgrounds/psychedelic.webp new file mode 100644 index 00000000000..1a9735afc68 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/psychedelic.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/pyramid.png b/themes/bitix/static/assets/images/backgrounds/pyramid.png deleted file mode 100644 index adf43972284..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/pyramid.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/pyramid.webp b/themes/bitix/static/assets/images/backgrounds/pyramid.webp new file mode 100644 index 00000000000..d3d6a2120fd Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/pyramid.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/reticular_tissue.png b/themes/bitix/static/assets/images/backgrounds/reticular_tissue.png deleted file mode 100644 index 825febd4b87..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/reticular_tissue.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/reticular_tissue.webp b/themes/bitix/static/assets/images/backgrounds/reticular_tissue.webp new file mode 100644 index 00000000000..3c7858b0369 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/reticular_tissue.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/sayagata.png b/themes/bitix/static/assets/images/backgrounds/sayagata.png deleted file mode 100644 index 3ad3035659d..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/sayagata.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/sayagata.webp b/themes/bitix/static/assets/images/backgrounds/sayagata.webp new file mode 100644 index 00000000000..96c017f5826 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/sayagata.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/skulls.png b/themes/bitix/static/assets/images/backgrounds/skulls.png deleted file mode 100644 index 93508ffa986..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/skulls.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/skulls.webp b/themes/bitix/static/assets/images/backgrounds/skulls.webp new file mode 100644 index 00000000000..a02d394fde1 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/skulls.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/swirl.png b/themes/bitix/static/assets/images/backgrounds/swirl.png deleted file mode 100644 index 80f6bb488c9..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/swirl.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/swirl.webp b/themes/bitix/static/assets/images/backgrounds/swirl.webp new file mode 100644 index 00000000000..a63257e5a10 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/swirl.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/symphony.png b/themes/bitix/static/assets/images/backgrounds/symphony.png deleted file mode 100644 index 42cac2e6a29..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/symphony.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/symphony.webp b/themes/bitix/static/assets/images/backgrounds/symphony.webp new file mode 100644 index 00000000000..3a50d5c0e0f Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/symphony.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/tiny_grid.png b/themes/bitix/static/assets/images/backgrounds/tiny_grid.png deleted file mode 100644 index 499112691ab..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/tiny_grid.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/tiny_grid.webp b/themes/bitix/static/assets/images/backgrounds/tiny_grid.webp new file mode 100644 index 00000000000..a06be7eaa4b Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/tiny_grid.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/topography.png b/themes/bitix/static/assets/images/backgrounds/topography.png deleted file mode 100644 index a009e12004f..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/topography.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/topography.webp b/themes/bitix/static/assets/images/backgrounds/topography.webp new file mode 100644 index 00000000000..8ce8ee61e58 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/topography.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/tree_bark.png b/themes/bitix/static/assets/images/backgrounds/tree_bark.png deleted file mode 100644 index 5efc869ba15..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/tree_bark.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/tree_bark.webp b/themes/bitix/static/assets/images/backgrounds/tree_bark.webp new file mode 100644 index 00000000000..7cf3577495e Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/tree_bark.webp differ diff --git a/themes/bitix/static/assets/images/backgrounds/upfeathers.png b/themes/bitix/static/assets/images/backgrounds/upfeathers.png deleted file mode 100644 index 8046ef3be1c..00000000000 Binary files a/themes/bitix/static/assets/images/backgrounds/upfeathers.png and /dev/null differ diff --git a/themes/bitix/static/assets/images/backgrounds/upfeathers.webp b/themes/bitix/static/assets/images/backgrounds/upfeathers.webp new file mode 100644 index 00000000000..652727a0fc3 Binary files /dev/null and b/themes/bitix/static/assets/images/backgrounds/upfeathers.webp differ diff --git a/themes/bitix/static/assets/js/main.js b/themes/bitix/static/assets/js/main.js index 2a707988592..f709673c9dd 100644 --- a/themes/bitix/static/assets/js/main.js +++ b/themes/bitix/static/assets/js/main.js @@ -1,4 +1,4 @@ -require(['jquery', 'lozad', 'jquery-blueimp-gallery'], function ($, lozad, blueimp) { +require(['jquery', 'lozad', 'jquery-blueimp-gallery'], function ($, lozad, blueimp) {webp function relUrl(path) { return $('meta[name="base"]').attr('href') + path; } @@ -11,39 +11,39 @@ require(['jquery', 'lozad', 'jquery-blueimp-gallery'], function ($, lozad, bluei var spec = { backgrounds: [ - 'asanoha.png', - 'back.png', - 'circles-and-roundabouts.png', - 'confectionary.png', - 'contemporary_china_2.png', - 'corrugation.png', - 'contemporary_china.png', - 'diamond_upholstery.png', - 'dimension.png', - 'doodles.png', - 'eight_horns.png', - 'escheresque.png', - 'geometry2.png', - 'geometry.png', - 'gplay.png', - 'grey.png', - 'lyonnette.png', - 'memphis-colorful.png', - 'paisley.png', - 'photography.png', - 'playstation.png', - 'pow-star.png', - 'psychedelic.png', - 'pyramid.png', - 'reticular_tissue.png', - 'sayagata.png', - 'skulls.png', - 'swirl.png', - 'symphony.png', - 'tiny_grid.png', - 'topography.png', - 'tree_bark.png', - 'upfeathers.png' + 'asanoha.webp', + 'back.webp', + 'circles-and-roundabouts.webp', + 'confectionary.webp', + 'contemporary_china_2.webp', + 'corrugation.webp', + 'contemporary_china.webp', + 'diamond_upholstery.webp', + 'dimension.webp', + 'doodles.webp', + 'eight_horns.webp', + 'escheresque.webp', + 'geometry2.webp', + 'geometry.webp', + 'gplay.webp', + 'grey.webp', + 'lyonnette.webp', + 'memphis-colorful.webp', + 'paisley.webp', + 'photography.webp', + 'playstation.webp', + 'pow-star.webp', + 'psychedelic.webp', + 'pyramid.webp', + 'reticular_tissue.webp', + 'sayagata.webp', + 'skulls.webp', + 'swirl.webp', + 'symphony.webp', + 'tiny_grid.webp', + 'topography.webp', + 'tree_bark.webp', + 'upfeathers.webp' ] }; diff --git a/themes/bitix/static/assets/js/require-config.js b/themes/bitix/static/assets/js/require-config.js index 4fae1b0a036..90b0fd8a0df 100644 --- a/themes/bitix/static/assets/js/require-config.js +++ b/themes/bitix/static/assets/js/require-config.js @@ -1,7 +1,7 @@ var require = { paths: { - 'jquery': '../libs/jquery-3.6.0.min', - 'bootstrap': '../libs/bootstrap-5.1.3-dist/js/bootstrap.min', + 'jquery': '../libs/jquery-3.7.1.slim.min', + 'bootstrap': '../libs/bootstrap-5.3.2-dist/js/bootstrap.min', 'bowser': '../libs/bowser-2.10.0-es5', 'lozad': '../libs/lozad-1.16.0.min', 'blueimp-helper': '../libs/Gallery-3.4.0/js/blueimp-helper', diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.css.map b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.css.map deleted file mode 100644 index 6bcd85c8135..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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BAAA;AP63DZ;;AOp4DQ;EAOI,6BAAA;APi4DZ;;AGx4DI;EIAI;IAOI,0BAAA;EPs4DV;;EO74DM;IAOI,gCAAA;EP04DV;;EOj5DM;IAOI,yBAAA;EP84DV;;EOr5DM;IAOI,wBAAA;EPk5DV;;EOz5DM;IAOI,yBAAA;EPs5DV;;EO75DM;IAOI,6BAAA;EP05DV;;EOj6DM;IAOI,8BAAA;EP85DV;;EOr6DM;IAOI,wBAAA;EPk6DV;;EOz6DM;IAOI,+BAAA;EPs6DV;;EO76DM;IAOI,wBAAA;EP06DV;;EOj7DM;IAOI,yBAAA;EP86DV;;EOr7DM;IAOI,8BAAA;EPk7DV;;EOz7DM;IAOI,iCAAA;EPs7DV;;EO77DM;IAOI,sCAAA;EP07DV;;EOj8DM;IAOI,yCAAA;EP87DV;;EOr8DM;IAOI,uBAAA;EPk8DV;;EOz8DM;IAOI,uBAAA;EPs8DV;;EO78DM;IAOI,yBAAA;EP08DV;;EOj9DM;IAOI,yBAAA;EP88DV;;EOr9DM;IAOI,0BAAA;EPk9DV;;EOz9DM;IAOI,4BAAA;EPs9DV;;EO79DM;IAOI,kCAAA;EP09DV;;EOj+DM;IAOI,sCAAA;EP89DV;;EOr+DM;IAOI,oCAAA;EPk+DV;;EOz+DM;IAOI,kCAAA;EPs+DV;;EO7+DM;IAOI,yCAAA;EP0+DV;;EOj/DM;IAOI,wCAAA;EP8+DV;;EOr/DM;IAOI,wCAAA;EPk/DV;;EOz/DM;IAOI,kCAAA;EPs/DV;;EO7/DM;IAOI,gCAAA;EP0/DV;;EOjgEM;IAOI,8BAAA;EP8/DV;;EOrgEM;IAOI,gCAAA;EPkgEV;;EOzgEM;IAOI,+BAAA;EPsgEV;;EO7gEM;IAOI,oCAAA;EP0gEV;;EOjhEM;IAOI,kCAAA;EP8gEV;;EOrhEM;IAOI,gCAAA;EPkhEV;;EOzhEM;IAOI,uCAAA;EPshEV;;EO7hEM;IAOI,sCAAA;EP0hEV;;EOjiEM;IAOI,iCAAA;EP8hEV;;EOriEM;IAOI,2BAAA;EPkiEV;;EOziEM;IAOI,iCAAA;EPsiEV;;EO7iEM;IAOI,+BAAA;EP0iEV;;EOjjEM;IAOI,6BAAA;EP8iEV;;EOrjEM;IAOI,+BAAA;EPkjEV;;EOzjEM;IAOI,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o5EV;;EO35EM;IAOI,2BAAA;EPw5EV;;EO/5EM;IAOI,iCAAA;EP45EV;;EOn6EM;IAOI,gCAAA;EPg6EV;;EOv6EM;IAOI,8BAAA;EPo6EV;;EO36EM;IAOI,gCAAA;EPw6EV;;EO/6EM;IAOI,8BAAA;EP46EV;;EOn7EM;IAOI,4BAAA;EPg7EV;;EOv7EM;IAOI,kCAAA;EPo7EV;;EO37EM;IAOI,iCAAA;EPw7EV;;EO/7EM;IAOI,+BAAA;EP47EV;;EOn8EM;IAOI,iCAAA;EPg8EV;;EOv8EM;IAOI,+BAAA;EPo8EV;;EO38EM;IAOI,0BAAA;EPw8EV;;EO/8EM;IAOI,gCAAA;EP48EV;;EOn9EM;IAOI,+BAAA;EPg9EV;;EOv9EM;IAOI,6BAAA;EPo9EV;;EO39EM;IAOI,+BAAA;EPw9EV;;EO/9EM;IAOI,6BAAA;EP49EV;AACF;AGp+EI;EIAI;IAOI,0BAAA;EPi+EV;;EOx+EM;IAOI,gCAAA;EPq+EV;;EO5+EM;IAOI,yBAAA;EPy+EV;;EOh/EM;IAOI,wBAAA;EP6+EV;;EOp/EM;IAOI,yBAAA;EPi/EV;;EOx/EM;IAOI,6BAAA;EPq/EV;;EO5/EM;IAOI,8BAAA;EPy/EV;;EOhgFM;IAOI,wBAAA;EP6/EV;;EOpgFM;IAOI,+BAAA;EPigFV;;EOxgFM;IAOI,wBAAA;EPqgFV;;EO5gFM;IAOI,yBAAA;EPygFV;;EOhhFM;IAOI,8BAAA;EP6gFV;;EOphFM;IAOI,iCAAA;EPihFV;;EOxhFM;IAOI,sCAAA;EPqhFV;;EO5hFM;IAOI,yCAAA;EPyhFV;;EOhiFM;IAOI,uBAAA;EP6hFV;;EOpiFM;IAOI,uBAAA;EPiiFV;;EOxiFM;IAOI,yBAAA;EPqiFV;;EO5iFM;IAOI,yBAAA;EPyiFV;;EOhjFM;IAOI,0BAAA;EP6iFV;;EOpjFM;IAOI,4BAAA;EPijFV;;EOxjFM;IAOI,kCAAA;EPqjFV;;EO5jFM;IAOI,sCAAA;EPyjFV;;EOhkFM;IAOI,oCAAA;EP6jFV;;EOpkFM;IAOI,kCAAA;EPikFV;;EOxkFM;IAOI,yCAAA;EPqkFV;;EO5kFM;IAOI,wCAAA;EPykFV;;EOhlFM;IAOI,wCAAA;EP6kFV;;EOplFM;IAOI,kCAAA;EPilFV;;EOxlFM;IAOI,gCAAA;EPqlFV;;EO5lFM;IAOI,8BAAA;EPylFV;;EOhmFM;IAOI,gCAAA;EP6lFV;;EOpmFM;IAOI,+BAAA;EPimFV;;EOxmFM;IAOI,oCAAA;EPqmFV;;EO5mFM;IAOI,kCAAA;EPymFV;;EOhnFM;IAOI,gCAAA;EP6mFV;;EOpnFM;IAOI,uCAAA;EPinFV;;EOxnFM;IAOI,sCAAA;EPqnFV;;EO5nFM;IAOI,iCAAA;EPynFV;;EOhoFM;IAOI,2BAAA;EP6nFV;;EOpoFM;IAOI,iCAAA;EPioFV;;EOxoFM;IAOI,+BAAA;EPqoFV;;EO5oFM;IAOI,6BAAA;EPyoFV;;EOhpFM;IAOI,+BAAA;EP6oFV;;EOppFM;IAOI,8BAAA;EPipFV;;EOxpFM;IAOI,oBAAA;EPqpFV;;EO5pFM;IAOI,mBAAA;EPypFV;;EOhqFM;IAOI,mBAAA;EP6pFV;;EOpqFM;IAOI,mBAAA;EPiqFV;;EOxqFM;IAOI,mBAAA;EPqqFV;;EO5qFM;IAOI,mBAAA;EPyqFV;;EOhrFM;IAOI,mBAAA;EP6qFV;;EOprFM;IAOI,mBAAA;EPirFV;;EOxrFM;IAOI,oBAAA;EPqrFV;;EO5rFM;IAOI,0BAAA;EPyrFV;;EOhsFM;IAOI,yBAAA;EP6rFV;;EOpsFM;IAOI,uBAAA;EPisFV;;EOxsFM;IAOI,yBAAA;EPqsFV;;EO5sFM;IAOI,uBAAA;EPysFV;;EOhtFM;IAOI,uBAAA;EP6sFV;;EOptFM;IAOI,0BAAA;IAAA,yBAAA;EPktFV;;EOztFM;IAOI,gCAAA;IAAA,+BAAA;EPutFV;;EO9tFM;IAOI,+BAAA;IAAA,8BAAA;EP4tFV;;EOnuFM;IAOI,6BAAA;IAAA,4BAAA;EPiuFV;;EOxuFM;IAOI,+BAAA;IAAA,8BAAA;EPsuFV;;EO7uFM;IAOI,6BAAA;IAAA,4BAAA;EP2uFV;;EOlvFM;IAOI,6BAAA;IAAA,4BAAA;EPgvFV;;EOvvFM;IAOI,wBAAA;IAAA,2BAAA;EPqvFV;;EO5vFM;IAOI,8BAAA;IAAA,iCAAA;EP0vFV;;EOjwFM;IAOI,6BAAA;IAAA,gCAAA;EP+vFV;;EOtwFM;IAOI,2BAAA;IAAA,8BAAA;EPowFV;;EO3wFM;IAOI,6BAAA;IAAA,gCAAA;EPywFV;;EOhxFM;IAOI,2BAAA;IAAA,8BAAA;EP8wFV;;EOrxFM;IAOI,2BAAA;IAAA,8BAAA;EPmxFV;;EO1xFM;IAOI,wBAAA;EPuxFV;;EO9xFM;IAOI,8BAAA;EP2xFV;;EOlyFM;IAOI,6BAAA;EP+xFV;;EOtyFM;IAOI,2BAAA;EPmyFV;;EO1yFM;IAOI,6BAAA;EPuyFV;;EO9yFM;IAOI,2BAAA;EP2yFV;;EOlzFM;IAOI,2BAAA;EP+yFV;;EOtzFM;IAOI,0BAAA;EPmzFV;;EO1zFM;IAOI,gCAAA;EPuzFV;;EO9zFM;IAOI,+BAAA;EP2zFV;;EOl0FM;IAOI,6BAAA;EP+zFV;;EOt0FM;IAOI,+BAAA;EPm0FV;;EO10FM;IAOI,6BAAA;EPu0FV;;EO90FM;IAOI,6BAAA;EP20FV;;EOl1FM;IAOI,2BAAA;EP+0FV;;EOt1FM;IAOI,iCAAA;EPm1FV;;EO11FM;IAOI,gCAAA;EPu1FV;;EO91FM;IAOI,8BAAA;EP21FV;;EOl2FM;IAOI,gCAAA;EP+1FV;;EOt2FM;IAOI,8BAAA;EPm2FV;;EO12FM;IAOI,8BAAA;EPu2FV;;EO92FM;IAOI,yBAAA;EP22FV;;EOl3FM;IAOI,+BAAA;EP+2FV;;EOt3FM;IAOI,8BAAA;EPm3FV;;EO13FM;IAOI,4BAAA;EPu3FV;;EO93FM;IAOI,8BAAA;EP23FV;;EOl4FM;IAOI,4BAAA;EP+3FV;;EOt4FM;IAOI,4BAAA;EPm4FV;;EO14FM;IAOI,qBAAA;EPu4FV;;EO94FM;IAOI,2BAAA;EP24FV;;EOl5FM;IAOI,0BAAA;EP+4FV;;EOt5FM;IAOI,wBAAA;EPm5FV;;EO15FM;IAOI,0BAAA;EPu5FV;;EO95FM;IAOI,wBAAA;EP25FV;;EOl6FM;IAOI,2BAAA;IAAA,0BAAA;EPg6FV;;EOv6FM;IAOI,iCAAA;IAAA,gCAAA;EPq6FV;;EO56FM;IAOI,gCAAA;IAAA,+BAAA;EP06FV;;EOj7FM;IAOI,8BAAA;IAAA,6BAAA;EP+6FV;;EOt7FM;IAOI,gCAAA;IAAA,+BAAA;EPo7FV;;EO37FM;IAOI,8BAAA;IAAA,6BAAA;EPy7FV;;EOh8FM;IAOI,yBAAA;IAAA,4BAAA;EP87FV;;EOr8FM;IAOI,+BAAA;IAAA,kCAAA;EPm8FV;;EO18FM;IAOI,8BAAA;IAAA,iCAAA;EPw8FV;;EO/8FM;IAOI,4BAAA;IAAA,+BAAA;EP68FV;;EOp9FM;IAOI,8BAAA;IAAA,iCAAA;EPk9FV;;EOz9FM;IAOI,4BAAA;IAAA,+BAAA;EPu9FV;;EO99FM;IAOI,yBAAA;EP29FV;;EOl+FM;IAOI,+BAAA;EP+9FV;;EOt+FM;IAOI,8BAAA;EPm+FV;;EO1+FM;IAOI,4BAAA;EPu+FV;;EO9+FM;IAOI,8BAAA;EP2+FV;;EOl/FM;IAOI,4BAAA;EP++FV;;EOt/FM;IAOI,2BAAA;EPm/FV;;EO1/FM;IAOI,iCAAA;EPu/FV;;EO9/FM;IAOI,gCAAA;EP2/FV;;EOlgGM;IAOI,8BAAA;EP+/FV;;EOtgGM;IAOI,gCAAA;EPmgGV;;EO1gGM;IAOI,8BAAA;EPugGV;;EO9gGM;IAOI,4BAAA;EP2gGV;;EOlhGM;IAOI,kCAAA;EP+gGV;;EOthGM;IAOI,iCAAA;EPmhGV;;EO1hGM;IAOI,+BAAA;EPuhGV;;EO9hGM;IAOI,iCAAA;EP2hGV;;EOliGM;IAOI,+BAAA;EP+hGV;;EOtiGM;IAOI,0BAAA;EPmiGV;;EO1iGM;IAOI,gCAAA;EPuiGV;;EO9iGM;IAOI,+BAAA;EP2iGV;;EOljGM;IAOI,6BAAA;EP+iGV;;EOtjGM;IAOI,+BAAA;EPmjGV;;EO1jGM;IAOI,6BAAA;EPujGV;AACF;AG/jGI;EIAI;IAOI,0BAAA;EP4jGV;;EOnkGM;IAOI,gCAAA;EPgkGV;;EOvkGM;IAOI,yBAAA;EPokGV;;EO3kGM;IAOI,wBAAA;EPwkGV;;EO/kGM;IAOI,yBAAA;EP4kGV;;EOnlGM;IAOI,6BAAA;EPglGV;;EOvlGM;IAOI,8BAAA;EPolGV;;EO3lGM;IAOI,wBAAA;EPwlGV;;EO/lGM;IAOI,+BAAA;EP4lGV;;EOnmGM;IAOI,wBAAA;EPgmGV;;EOvmGM;IAOI,yBAAA;EPomGV;;EO3mGM;IAOI,8BAAA;EPwmGV;;EO/mGM;IAOI,iCAAA;EP4mGV;;EOnnGM;IAOI,sCAAA;EPgnGV;;EOvnGM;IAOI,yCAAA;EPonGV;;EO3nGM;IAOI,uBAAA;EPwnGV;;EO/nGM;IAOI,uBAAA;EP4nGV;;EOnoGM;IAOI,yBAAA;EPgoGV;;EOvoGM;IAOI,yBAAA;EPooGV;;EO3oGM;IAOI,0BAAA;EPwoGV;;EO/oGM;IAOI,4BAAA;EP4oGV;;EOnpGM;IAOI,kCAAA;EPgpGV;;EOvpGM;IAOI,sCAAA;EPopGV;;EO3pGM;IAOI,oCAAA;EPwpGV;;EO/pGM;IAOI,kCAAA;EP4pGV;;EOnqGM;IAOI,yCAAA;EPgqGV;;EOvqGM;IAOI,wCAAA;EPoqGV;;EO3qGM;IAOI,wCAAA;EPwqGV;;EO/qGM;IAOI,kCAAA;EP4qGV;;EOnrGM;IAOI,gCAAA;EPgrGV;;EOvrGM;IAOI,8BAAA;EPorGV;;EO3rGM;IAOI,gCAAA;EPwrGV;;EO/rGM;IAOI,+BAAA;EP4rGV;;EOnsGM;IAOI,oCAAA;EPgsGV;;EOvsGM;IAOI,kCAAA;EPosGV;;EO3sGM;IAOI,gCAAA;EPwsGV;;EO/sGM;IAOI,uCAAA;EP4sGV;;EOntGM;IAOI,sCAAA;EPgtGV;;EOvtGM;IAOI,iCAAA;EPotGV;;EO3tGM;IAOI,2BAAA;EPwtGV;;EO/tGM;IAOI,iCAAA;EP4tGV;;EOnuGM;IAOI,+BAAA;EPguGV;;EOvuGM;IAOI,6BAAA;EPouGV;;EO3uGM;IAOI,+BAAA;EPwuGV;;EO/uGM;IAOI,8BAAA;EP4uGV;;EOnvGM;IAOI,oBAAA;EPgvGV;;EOvvGM;IAOI,mBAAA;EPovGV;;EO3vGM;IAOI,mBAAA;EPwvGV;;EO/vGM;IAOI,mBAAA;EP4vGV;;EOnwGM;IAOI,mBAAA;EPgwGV;;EOvwGM;IAOI,mBAAA;EPowGV;;EO3wGM;IAOI,mBAAA;EPwwGV;;EO/wGM;IAOI,mBAAA;EP4wGV;;EOnxGM;IAOI,oBAAA;EPgxGV;;EOvxGM;IAOI,0BAAA;EPoxGV;;EO3xGM;IAOI,yBAAA;EPwxGV;;EO/xGM;IAOI,uBAAA;EP4x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HM;IAOI,0BAAA;EP8nHV;;EOroHM;IAOI,gCAAA;EPkoHV;;EOzoHM;IAOI,+BAAA;EPsoHV;;EO7oHM;IAOI,6BAAA;EP0oHV;;EOjpHM;IAOI,+BAAA;EP8oHV;;EOrpHM;IAOI,6BAAA;EPkpHV;AACF;AG1pHI;EIAI;IAOI,0BAAA;EPupHV;;EO9pHM;IAOI,gCAAA;EP2pHV;;EOlqHM;IAOI,yBAAA;EP+pHV;;EOtqHM;IAOI,wBAAA;EPmqHV;;EO1qHM;IAOI,yBAAA;EPuqHV;;EO9qHM;IAOI,6BAAA;EP2qHV;;EOlrHM;IAOI,8BAAA;EP+qHV;;EOtrHM;IAOI,wBAAA;EPmrHV;;EO1rHM;IAOI,+BAAA;EPurHV;;EO9rHM;IAOI,wBAAA;EP2rHV;;EOlsHM;IAOI,yBAAA;EP+rHV;;EOtsHM;IAOI,8BAAA;EPmsHV;;EO1sHM;IAOI,iCAAA;EPusHV;;EO9sHM;IAOI,sCAAA;EP2sHV;;EOltHM;IAOI,yCAAA;EP+sHV;;EOttHM;IAOI,uBAAA;EPmtHV;;EO1tHM;IAOI,uBAAA;EPutHV;;EO9tHM;IAOI,yBAAA;EP2tHV;;EOluHM;IAOI,yBAAA;EP+tHV;;EOtuHM;IAOI,0BAAA;EPmuHV;;EO1uHM;IAOI,4BAAA;EPuuHV;;EO9uHM;IAOI,kCAAA;EP2uHV;;EOlvHM;IAOI,sCAAA;EP+uHV;;EOtvHM;IAOI,oCAAA;EPmvHV;;EO1vHM;IAOI,kCAAA;EPuvHV;;EO9vHM;IAOI,yCAAA;EP2vHV;;EOlwHM;IAOI,wCAAA;EP+vHV;;EOtwHM;IAOI,wCAAA;EPmwHV;;EO1wHM;IAOI,kCAAA;EPuwHV;;EO9wHM;IAOI,gCAAA;EP2wHV;;EOlxHM;IAOI,8BAAA;EP+wHV;;EOtxHM;IAOI,gCAAA;EPmxHV;;EO1xHM;IAOI,+BAAA;EPuxHV;;EO9xHM;IAOI,oCAAA;EP2xHV;;EOlyHM;IAOI,kCAAA;EP+xHV;;EOtyHM;IAOI,gCAAA;EPmyHV;;EO1yHM;IAOI,uCAAA;EPuyHV;;EO9yHM;IAOI,sCAAA;EP2yHV;;EOlzHM;IAOI,iCAAA;EP+yHV;;EOtzHM;IAOI,2BAAA;EPmzHV;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IAOI,+BAAA;EPqpIV;;EO5pIM;IAOI,8BAAA;EPypIV;;EOhqIM;IAOI,4BAAA;EP6pIV;;EOpqIM;IAOI,8BAAA;EPiqIV;;EOxqIM;IAOI,4BAAA;EPqqIV;;EO5qIM;IAOI,2BAAA;EPyqIV;;EOhrIM;IAOI,iCAAA;EP6qIV;;EOprIM;IAOI,gCAAA;EPirIV;;EOxrIM;IAOI,8BAAA;EPqrIV;;EO5rIM;IAOI,gCAAA;EPyrIV;;EOhsIM;IAOI,8BAAA;EP6rIV;;EOpsIM;IAOI,4BAAA;EPisIV;;EOxsIM;IAOI,kCAAA;EPqsIV;;EO5sIM;IAOI,iCAAA;EPysIV;;EOhtIM;IAOI,+BAAA;EP6sIV;;EOptIM;IAOI,iCAAA;EPitIV;;EOxtIM;IAOI,+BAAA;EPqtIV;;EO5tIM;IAOI,0BAAA;EPytIV;;EOhuIM;IAOI,gCAAA;EP6tIV;;EOpuIM;IAOI,+BAAA;EPiuIV;;EOxuIM;IAOI,6BAAA;EPquIV;;EO5uIM;IAOI,+BAAA;EPyuIV;;EOhvIM;IAOI,6BAAA;EP6uIV;AACF;AGrvII;EIAI;IAOI,0BAAA;EPkvIV;;EOzvIM;IAOI,gCAAA;EPsvIV;;EO7vIM;IAOI,yBAAA;EP0vIV;;EOjwIM;IAOI,wBAAA;EP8vIV;;EOrwIM;IAOI,yBAAA;EPkwIV;;EOzwIM;IAOI,6BAAA;EPswIV;;EO7wIM;IAOI,8BAAA;EP0wIV;;EOjxIM;IAOI,wBAAA;EP8wIV;;EOrxIM;IAOI,+BAAA;EPkxIV;;EOzxIM;IAOI,wBAAA;EPsxIV;;EO7xIM;IAOI,yBAAA;EP0xIV;;EOjyIM;IAOI,8BAAA;EP8xIV;;EOryIM;IAOI,iCAAA;EPkyIV;;EOzyIM;IAOI,sCAAA;EPsyIV;;EO7yIM;IAOI,yCAAA;EP0yIV;;EOjzIM;IAOI,uBAAA;EP8yIV;;EOrzIM;IAOI,uBAAA;EPkzIV;;EOzzIM;IAOI,yBAAA;EPszIV;;EO7zIM;IAOI,yBAAA;EP0zIV;;EOj0IM;IAOI,0BAAA;EP8zIV;;EOr0IM;IAOI,4BAAA;EPk0IV;;EOz0IM;IAOI,kCAAA;EPs0IV;;EO70IM;IAOI,sCAAA;EP00IV;;EO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","file":"bootstrap-grid.css","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// scss-docs-start theme-colors-rgb\n$theme-colors-rgb: map-loop($theme-colors, to-rgb, \"$value\") !default;\n// scss-docs-end theme-colors-rgb\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n\n$blues: (\n \"blue-100\": $blue-100,\n \"blue-200\": $blue-200,\n \"blue-300\": $blue-300,\n \"blue-400\": $blue-400,\n \"blue-500\": $blue-500,\n \"blue-600\": $blue-600,\n \"blue-700\": $blue-700,\n \"blue-800\": $blue-800,\n \"blue-900\": $blue-900\n) !default;\n\n$indigos: (\n \"indigo-100\": $indigo-100,\n \"indigo-200\": $indigo-200,\n \"indigo-300\": $indigo-300,\n \"indigo-400\": $indigo-400,\n \"indigo-500\": $indigo-500,\n \"indigo-600\": $indigo-600,\n \"indigo-700\": $indigo-700,\n \"indigo-800\": $indigo-800,\n \"indigo-900\": $indigo-900\n) !default;\n\n$purples: (\n \"purple-100\": $purple-200,\n \"purple-200\": $purple-100,\n \"purple-300\": $purple-300,\n \"purple-400\": $purple-400,\n \"purple-500\": $purple-500,\n \"purple-600\": $purple-600,\n \"purple-700\": $purple-700,\n \"purple-800\": $purple-800,\n \"purple-900\": $purple-900\n) !default;\n\n$pinks: (\n \"pink-100\": $pink-100,\n \"pink-200\": $pink-200,\n \"pink-300\": $pink-300,\n \"pink-400\": $pink-400,\n \"pink-500\": $pink-500,\n \"pink-600\": $pink-600,\n \"pink-700\": $pink-700,\n \"pink-800\": $pink-800,\n \"pink-900\": $pink-900\n) !default;\n\n$reds: (\n \"red-100\": $red-100,\n \"red-200\": $red-200,\n \"red-300\": $red-300,\n \"red-400\": $red-400,\n \"red-500\": $red-500,\n \"red-600\": $red-600,\n \"red-700\": $red-700,\n \"red-800\": $red-800,\n \"red-900\": $red-900\n) !default;\n\n$oranges: (\n \"orange-100\": $orange-100,\n \"orange-200\": $orange-200,\n \"orange-300\": $orange-300,\n \"orange-400\": $orange-400,\n \"orange-500\": $orange-500,\n \"orange-600\": $orange-600,\n \"orange-700\": $orange-700,\n \"orange-800\": $orange-800,\n \"orange-900\": $orange-900\n) !default;\n\n$yellows: (\n \"yellow-100\": $yellow-100,\n \"yellow-200\": $yellow-200,\n \"yellow-300\": $yellow-300,\n \"yellow-400\": $yellow-400,\n \"yellow-500\": $yellow-500,\n \"yellow-600\": $yellow-600,\n \"yellow-700\": $yellow-700,\n \"yellow-800\": $yellow-800,\n \"yellow-900\": $yellow-900\n) !default;\n\n$greens: (\n \"green-100\": $green-100,\n \"green-200\": $green-200,\n \"green-300\": $green-300,\n \"green-400\": $green-400,\n \"green-500\": $green-500,\n \"green-600\": $green-600,\n \"green-700\": $green-700,\n \"green-800\": $green-800,\n \"green-900\": $green-900\n) !default;\n\n$teals: (\n \"teal-100\": $teal-100,\n \"teal-200\": $teal-200,\n \"teal-300\": $teal-300,\n \"teal-400\": $teal-400,\n \"teal-500\": $teal-500,\n \"teal-600\": $teal-600,\n \"teal-700\": $teal-700,\n \"teal-800\": $teal-800,\n \"teal-900\": $teal-900\n) !default;\n\n$cyans: (\n \"cyan-100\": $cyan-100,\n \"cyan-200\": $cyan-200,\n \"cyan-300\": $cyan-300,\n \"cyan-400\": $cyan-400,\n \"cyan-500\": $cyan-500,\n \"cyan-600\": $cyan-600,\n \"cyan-700\": $cyan-700,\n \"cyan-800\": $cyan-800,\n \"cyan-900\": $cyan-900\n) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-cssgrid: false !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n// Utilities maps\n//\n// Extends the default `$theme-colors` maps to help create our utilities.\n\n// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.\n// scss-docs-start utilities-colors\n$utilities-colors: $theme-colors-rgb !default;\n// scss-docs-end utilities-colors\n\n// scss-docs-start utilities-text-colors\n$utilities-text: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-color)\n )\n) !default;\n$utilities-text-colors: map-loop($utilities-text, rgba-css-var, \"$key\", \"text\") !default;\n// scss-docs-end utilities-text-colors\n\n// scss-docs-start utilities-bg-colors\n$utilities-bg: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-bg)\n )\n) !default;\n$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, \"$key\", \"bg\") !default;\n// scss-docs-end utilities-bg-colors\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n$transition-collapse-width: width .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $body-bg !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-color-width: 3rem !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba($black, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $input-border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n$form-select-border-radius-sm: $input-border-radius-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n$form-select-border-radius-lg: $input-border-radius-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-offcanvas-backdrop: 1040 !default;\n$zindex-offcanvas: 1045 !default;\n$zindex-modal-backdrop: 1050 !default;\n$zindex-modal: 1055 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Placeholders\n\n// scss-docs-start placeholders\n$placeholder-opacity-max: .5 !default;\n$placeholder-opacity-min: .2 !default;\n// scss-docs-end placeholders\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-color: rgba($black, .125) !default;\n$card-border-radius: $border-radius !default;\n$card-box-shadow: null !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-button-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba($black, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba($black, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n$offcanvas-backdrop-bg: $modal-backdrop-bg !default;\n$offcanvas-backdrop-opacity: $modal-backdrop-opacity !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css deleted file mode 100644 index 16649a6a2d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} -/*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css.map b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css.map deleted file mode 100644 index 1e0621c84fb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.css.map b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.css.map deleted file mode 100644 index d9b546b30dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","bootstrap-grid.css","../../scss/_containers.scss","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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CAAA;AP63DZ;;AOp4DQ;EAOI,8BAAA;APi4DZ;;AGx4DI;EIAI;IAOI,0BAAA;EPs4DV;;EO74DM;IAOI,gCAAA;EP04DV;;EOj5DM;IAOI,yBAAA;EP84DV;;EOr5DM;IAOI,wBAAA;EPk5DV;;EOz5DM;IAOI,yBAAA;EPs5DV;;EO75DM;IAOI,6BAAA;EP05DV;;EOj6DM;IAOI,8BAAA;EP85DV;;EOr6DM;IAOI,wBAAA;EPk6DV;;EOz6DM;IAOI,+BAAA;EPs6DV;;EO76DM;IAOI,wBAAA;EP06DV;;EOj7DM;IAOI,yBAAA;EP86DV;;EOr7DM;IAOI,8BAAA;EPk7DV;;EOz7DM;IAOI,iCAAA;EPs7DV;;EO77DM;IAOI,sCAAA;EP07DV;;EOj8DM;IAOI,yCAAA;EP87DV;;EOr8DM;IAOI,uBAAA;EPk8DV;;EOz8DM;IAOI,uBAAA;EPs8DV;;EO78DM;IAOI,yBAAA;EP08DV;;EOj9DM;IAOI,yBAAA;EP88DV;;EOr9DM;IAOI,0BAAA;EPk9DV;;EOz9DM;IAOI,4BAAA;EPs9DV;;EO79DM;IAOI,kCAAA;EP09DV;;EOj+DM;IAOI,sCAAA;EP89DV;;EOr+DM;IAOI,oCAAA;EPk+DV;;EOz+DM;IAOI,kCAAA;EPs+DV;;EO7+DM;IAOI,yCAAA;EP0+DV;;EOj/DM;IAOI,wCAAA;EP8+DV;;EOr/DM;IAOI,wCAAA;EPk/DV;;EOz/DM;IAOI,kCAAA;EPs/DV;;EO7/DM;IAOI,gCAAA;EP0/DV;;EOjgEM;IAOI,8BAAA;EP8/DV;;EOrgEM;IAOI,gCAAA;EPkgEV;;EOzgEM;IAOI,+BAAA;EPsgEV;;EO7gEM;IAOI,oCAAA;EP0gEV;;EOjhEM;IAOI,kCAAA;EP8gEV;;EOrhEM;IAOI,gCAAA;EPkhEV;;EOzhEM;IAOI,uCAAA;EPshEV;;EO7hEM;IAOI,sCAAA;EP0hEV;;EOjiEM;IAOI,iCAAA;EP8hEV;;EOriEM;IAOI,2BAAA;EPkiEV;;EOziEM;IAOI,iCAAA;EPsiEV;;EO7iEM;IAOI,+BAAA;EP0iEV;;EOjjEM;IAOI,6BAAA;EP8iEV;;EOrjEM;IAOI,+BAAA;EPkjEV;;EOzjEM;IAOI,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o5EV;;EO35EM;IAOI,0BAAA;EPw5EV;;EO/5EM;IAOI,gCAAA;EP45EV;;EOn6EM;IAOI,+BAAA;EPg6EV;;EOv6EM;IAOI,6BAAA;EPo6EV;;EO36EM;IAOI,+BAAA;EPw6EV;;EO/6EM;IAOI,6BAAA;EP46EV;;EOn7EM;IAOI,4BAAA;EPg7EV;;EOv7EM;IAOI,kCAAA;EPo7EV;;EO37EM;IAOI,iCAAA;EPw7EV;;EO/7EM;IAOI,+BAAA;EP47EV;;EOn8EM;IAOI,iCAAA;EPg8EV;;EOv8EM;IAOI,+BAAA;EPo8EV;;EO38EM;IAOI,2BAAA;EPw8EV;;EO/8EM;IAOI,iCAAA;EP48EV;;EOn9EM;IAOI,gCAAA;EPg9EV;;EOv9EM;IAOI,8BAAA;EPo9EV;;EO39EM;IAOI,gCAAA;EPw9EV;;EO/9EM;IAOI,8BAAA;EP49EV;AACF;AGp+EI;EIAI;IAOI,0BAAA;EPi+EV;;EOx+EM;IAOI,gCAAA;EPq+EV;;EO5+EM;IAOI,yBAAA;EPy+EV;;EOh/EM;IAOI,wBAAA;EP6+EV;;EOp/EM;IAOI,yBAAA;EPi/EV;;EOx/EM;IAOI,6BAAA;EPq/EV;;EO5/EM;IAOI,8BAAA;EPy/EV;;EOhgFM;IAOI,wBAAA;EP6/EV;;EOpgFM;IAOI,+BAAA;EPigFV;;EOxgFM;IAOI,wBAAA;EPqgFV;;EO5gFM;IAOI,yBAAA;EPygFV;;EOhhFM;IAOI,8BAAA;EP6gFV;;EOphFM;IAOI,iCAAA;EPihFV;;EOxhFM;IAOI,sCAAA;EPqhFV;;EO5hFM;IAOI,yCAAA;EPyhFV;;EOhiFM;IAOI,uBAAA;EP6hFV;;EOpiFM;IAOI,uBAAA;EPiiFV;;EOxiFM;IAOI,yBAAA;EPqiFV;;EO5iFM;IAOI,yBAAA;EPyiFV;;EOhjFM;IAOI,0BAAA;EP6iFV;;EOpjFM;IAOI,4BAAA;EPijFV;;EOxjFM;IAOI,kCAAA;EPqjFV;;EO5jFM;IAOI,sCAAA;EPyjFV;;EOhkFM;IAOI,oCAAA;EP6jFV;;EOpkFM;IAOI,kCAAA;EPikFV;;EOxkFM;IAOI,yCAAA;EPqkFV;;EO5kFM;IAOI,wCAAA;EPykFV;;EOhlFM;IAOI,wCA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EPomGV;;EO3mGM;IAOI,8BAAA;EPwmGV;;EO/mGM;IAOI,iCAAA;EP4mGV;;EOnnGM;IAOI,sCAAA;EPgnGV;;EOvnGM;IAOI,yCAAA;EPonGV;;EO3nGM;IAOI,uBAAA;EPwnGV;;EO/nGM;IAOI,uBAAA;EP4nGV;;EOnoGM;IAOI,yBAAA;EPgoGV;;EOvoGM;IAOI,yBAAA;EPooGV;;EO3oGM;IAOI,0BAAA;EPwoGV;;EO/oGM;IAOI,4BAAA;EP4oGV;;EOnpGM;IAOI,kCAAA;EPgpGV;;EOvpGM;IAOI,sCAAA;EPopGV;;EO3pGM;IAOI,oCAAA;EPwpGV;;EO/pGM;IAOI,kCAAA;EP4pGV;;EOnqGM;IAOI,yCAAA;EPgqGV;;EOvqGM;IAOI,wCAAA;EPoqGV;;EO3qGM;IAOI,wCAAA;EPwqGV;;EO/qGM;IAOI,kCAAA;EP4qGV;;EOnrGM;IAOI,gCAAA;EPgrGV;;EOvrGM;IAOI,8BAAA;EPorGV;;EO3rGM;IAOI,gCAAA;EPwrGV;;EO/rGM;IAOI,+BAAA;EP4rGV;;EOnsGM;IAOI,oCAAA;EPgsGV;;EOvsGM;IAOI,kCAAA;EPosGV;;EO3sGM;IAOI,gCAAA;EPwsGV;;EO/sGM;IAOI,uCAAA;EP4sGV;;EOntGM;IAOI,sCAAA;EPgtGV;;EOvtGM;IAOI,iCAAA;EPotGV;;EO3tGM;IAOI,2BAAA;EPwtGV;;EO/tGM;IAOI,iCAAA;EP4tGV;;EOnuGM;IAOI,+BAAA;EPguGV;;EOvuGM;IAOI,6BAAA;EPouGV;;EO3uGM;IAOI,+BAAA;EPwuGV;;EO/uGM;IAOI,8BAAA;EP4uGV;;EOnvGM;IAOI,oBAAA;EPgvGV;;EOvvGM;IAOI,mBAAA;EPovGV;;EO3vGM;IAOI,mBAAA;EPwvGV;;EO/vGM;IAOI,mBAAA;EP4vGV;;EOnwGM;IAOI,mBAAA;EPgwGV;;EOvwGM;IAOI,mBAAA;EPowGV;;EO3wGM;IAOI,mBAAA;EPwwGV;;EO/wGM;IAOI,mBAAA;EP4wGV;;EOnxGM;IAOI,oBAAA;EPgxGV;;EOvxGM;IAOI,0BAAA;EPoxGV;;EO3xGM;IAOI,yBAAA;EPwxGV;;EO/xGM;IAOI,uBAAA;EP4x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HM;IAOI,2BAAA;EP8nHV;;EOroHM;IAOI,iCAAA;EPkoHV;;EOzoHM;IAOI,gCAAA;EPsoHV;;EO7oHM;IAOI,8BAAA;EP0oHV;;EOjpHM;IAOI,gCAAA;EP8oHV;;EOrpHM;IAOI,8BAAA;EPkpHV;AACF;AG1pHI;EIAI;IAOI,0BAAA;EPupHV;;EO9pHM;IAOI,gCAAA;EP2pHV;;EOlqHM;IAOI,yBAAA;EP+pHV;;EOtqHM;IAOI,wBAAA;EPmqHV;;EO1qHM;IAOI,yBAAA;EPuqHV;;EO9qHM;IAOI,6BAAA;EP2qHV;;EOlrHM;IAOI,8BAAA;EP+qHV;;EOtrHM;IAOI,wBAAA;EPmrHV;;EO1rHM;IAOI,+BAAA;EPurHV;;EO9rHM;IAOI,wBAAA;EP2rHV;;EOlsHM;IAOI,yBAAA;EP+rHV;;EOtsHM;IAOI,8BAAA;EPmsHV;;EO1sHM;IAOI,iCAAA;EPusHV;;EO9sHM;IAOI,sCAAA;EP2sHV;;EOltHM;IAOI,yCAAA;EP+sHV;;EOttHM;IAOI,uBAAA;EPmtHV;;EO1tHM;IAOI,uBAAA;EPutHV;;EO9tHM;IAOI,yBAAA;EP2tHV;;EOluHM;IAOI,yBAAA;EP+tHV;;EOtuHM;IAOI,0BAAA;EPmuHV;;EO1uHM;IAOI,4BAAA;EPuuHV;;EO9uHM;IAOI,kCAAA;EP2uHV;;EOlvHM;IAOI,sCAAA;EP+uHV;;EOtvHM;IAOI,oCAAA;EPmvHV;;EO1vHM;IAOI,kCAAA;EPuvHV;;EO9vHM;IAOI,yCAAA;EP2vHV;;EOlwHM;IAOI,wCAAA;EP+vHV;;EOtwHM;IAOI,wCAAA;EPmwHV;;EO1wHM;IAOI,kCAAA;EPuwHV;;EO9wHM;IAOI,gCAAA;EP2wHV;;EOlxHM;IAOI,8BAAA;EP+wHV;;EOtxHM;IAOI,gCAAA;EPmxHV;;EO1xHM;IAOI,+BAAA;EPuxHV;;EO9xHM;IAOI,oCAAA;EP2xHV;;EOlyHM;IAOI,kCAAA;EP+xHV;;EOtyHM;IAOI,gCAAA;EPmyHV;;EO1yHM;IAOI,uCAAA;EPuyHV;;EO9yHM;IAOI,sCAAA;EP2yHV;;EOlzHM;IAOI,iCAAA;EP+yHV;;EOtzHM;IAOI,2BAAA;EPmzHV;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IAOI,+BAAA;EPqpIV;;EO5pIM;IAOI,8BAAA;EPypIV;;EOhqIM;IAOI,4BAAA;EP6pIV;;EOpqIM;IAOI,8BAAA;EPiqIV;;EOxqIM;IAOI,4BAAA;EPqqIV;;EO5qIM;IAOI,0BAAA;EPyqIV;;EOhrIM;IAOI,gCAAA;EP6qIV;;EOprIM;IAOI,+BAAA;EPirIV;;EOxrIM;IAOI,6BAAA;EPqrIV;;EO5rIM;IAOI,+BAAA;EPyrIV;;EOhsIM;IAOI,6BAAA;EP6rIV;;EOpsIM;IAOI,4BAAA;EPisIV;;EOxsIM;IAOI,kCAAA;EPqsIV;;EO5sIM;IAOI,iCAAA;EPysIV;;EOhtIM;IAOI,+BAAA;EP6sIV;;EOptIM;IAOI,iCAAA;EPitIV;;EOxtIM;IAOI,+BAAA;EPqtIV;;EO5tIM;IAOI,2BAAA;EPytIV;;EOhuIM;IAOI,iCAAA;EP6tIV;;EOpuIM;IAOI,gCAAA;EPiuIV;;EOxuIM;IAOI,8BAAA;EPquIV;;EO5uIM;IAOI,gCAAA;EPyuIV;;EOhvIM;IAOI,8BAAA;EP6uIV;AACF;AGrvII;EIAI;IAOI,0BAAA;EPkvIV;;EOzvIM;IAOI,gCAAA;EPsvIV;;EO7vIM;IAOI,yBAAA;EP0vIV;;EOjwIM;IAOI,wBAAA;EP8vIV;;EOrwIM;IAOI,yBAAA;EPkwIV;;EOzwIM;IAOI,6BAAA;EPswIV;;EO7wIM;IAOI,8BAAA;EP0wIV;;EOjxIM;IAOI,wBAAA;EP8wIV;;EOrxIM;IAOI,+BAAA;EPkxIV;;EOzxIM;IAOI,wBAAA;EPsxIV;;EO7xIM;IAOI,yBAAA;EP0xIV;;EOjyIM;IAOI,8BAAA;EP8xIV;;EOryIM;IAOI,iCAAA;EPkyIV;;EOzyIM;IAOI,sCAAA;EPsyIV;;EO7yIM;IAOI,yCAAA;EP0yIV;;EOjzIM;IAOI,uBAAA;EP8yIV;;EOrzIM;IAOI,uBAAA;EPkzIV;;EOzzIM;IAOI,yBAAA;EPszIV;;EO7zIM;IAOI,yBAAA;EP0zIV;;EOj0IM;IAOI,0BAAA;EP8zIV;;EOr0IM;IAOI,4BAAA;EPk0IV;;EOz0IM;IAOI,kCAAA;EPs0IV;;EO70IM;IAOI,sCAAA;EP00IV;;EO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","file":"bootstrap-grid.rtl.css","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-right: var(--bs-gutter-x, 0.75rem);\n padding-left: var(--bs-gutter-x, 0.75rem);\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-left: 8.33333333%;\n}\n\n.offset-2 {\n margin-left: 16.66666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333333%;\n}\n\n.offset-5 {\n margin-left: 41.66666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333333%;\n}\n\n.offset-8 {\n margin-left: 66.66666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333333%;\n}\n\n.offset-11 {\n margin-left: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-left: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-left: 0;\n }\n\n .offset-xxl-1 {\n margin-left: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-left: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-left: 25%;\n }\n\n .offset-xxl-4 {\n margin-left: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-left: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-left: 50%;\n }\n\n .offset-xxl-7 {\n margin-left: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-left: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-left: 75%;\n }\n\n .offset-xxl-10 {\n margin-left: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-left: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-right: 0 !important;\n}\n\n.me-1 {\n margin-right: 0.25rem !important;\n}\n\n.me-2 {\n margin-right: 0.5rem !important;\n}\n\n.me-3 {\n margin-right: 1rem !important;\n}\n\n.me-4 {\n margin-right: 1.5rem !important;\n}\n\n.me-5 {\n margin-right: 3rem !important;\n}\n\n.me-auto {\n margin-right: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-left: 0 !important;\n}\n\n.ms-1 {\n margin-left: 0.25rem !important;\n}\n\n.ms-2 {\n margin-left: 0.5rem !important;\n}\n\n.ms-3 {\n margin-left: 1rem !important;\n}\n\n.ms-4 {\n margin-left: 1.5rem !important;\n}\n\n.ms-5 {\n margin-left: 3rem !important;\n}\n\n.ms-auto {\n margin-left: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-right: 0 !important;\n}\n\n.pe-1 {\n padding-right: 0.25rem !important;\n}\n\n.pe-2 {\n padding-right: 0.5rem !important;\n}\n\n.pe-3 {\n padding-right: 1rem !important;\n}\n\n.pe-4 {\n padding-right: 1.5rem !important;\n}\n\n.pe-5 {\n padding-right: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-left: 0 !important;\n}\n\n.ps-1 {\n padding-left: 0.25rem !important;\n}\n\n.ps-2 {\n padding-left: 0.5rem !important;\n}\n\n.ps-3 {\n padding-left: 1rem !important;\n}\n\n.ps-4 {\n padding-left: 1.5rem !important;\n}\n\n.ps-5 {\n padding-left: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-right: 0 !important;\n }\n\n .me-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-right: 1rem !important;\n }\n\n .me-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-right: 3rem !important;\n }\n\n .me-sm-auto {\n margin-right: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-left: 0 !important;\n }\n\n .ms-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-left: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-left: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-left: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-right: 0 !important;\n }\n\n .pe-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-right: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-right: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-left: 0 !important;\n }\n\n .ps-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-left: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-right: 0 !important;\n }\n\n .me-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-right: 1rem !important;\n }\n\n .me-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-right: 3rem !important;\n }\n\n .me-md-auto {\n margin-right: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-left: 0 !important;\n }\n\n .ms-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-left: 1rem !important;\n }\n\n .ms-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-left: 3rem !important;\n }\n\n .ms-md-auto {\n margin-left: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-right: 0 !important;\n }\n\n .pe-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-right: 1rem !important;\n }\n\n .pe-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-right: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-left: 0 !important;\n }\n\n .ps-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-left: 1rem !important;\n }\n\n .ps-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-right: 0 !important;\n }\n\n .me-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-right: 1rem !important;\n }\n\n .me-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-right: 3rem !important;\n }\n\n .me-lg-auto {\n margin-right: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-left: 0 !important;\n }\n\n .ms-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-left: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-left: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-left: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-right: 0 !important;\n }\n\n .pe-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-right: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-right: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-left: 0 !important;\n }\n\n .ps-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-left: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-right: 0 !important;\n }\n\n .me-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xl-auto {\n margin-right: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-left: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-left: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-right: 0 !important;\n }\n\n .me-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-right: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-left: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-left: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n\n .px-xxl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-right: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-right: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-left: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-left: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue: #0d6efd !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #d63384 !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #198754 !default;\n$teal: #20c997 !default;\n$cyan: #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// scss-docs-start theme-color-variables\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// scss-docs-start theme-colors-rgb\n$theme-colors-rgb: map-loop($theme-colors, to-rgb, \"$value\") !default;\n// scss-docs-end theme-colors-rgb\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n\n$blues: (\n \"blue-100\": $blue-100,\n \"blue-200\": $blue-200,\n \"blue-300\": $blue-300,\n \"blue-400\": $blue-400,\n \"blue-500\": $blue-500,\n \"blue-600\": $blue-600,\n \"blue-700\": $blue-700,\n \"blue-800\": $blue-800,\n \"blue-900\": $blue-900\n) !default;\n\n$indigos: (\n \"indigo-100\": $indigo-100,\n \"indigo-200\": $indigo-200,\n \"indigo-300\": $indigo-300,\n \"indigo-400\": $indigo-400,\n \"indigo-500\": $indigo-500,\n \"indigo-600\": $indigo-600,\n \"indigo-700\": $indigo-700,\n \"indigo-800\": $indigo-800,\n \"indigo-900\": $indigo-900\n) !default;\n\n$purples: (\n \"purple-100\": $purple-200,\n \"purple-200\": $purple-100,\n \"purple-300\": $purple-300,\n \"purple-400\": $purple-400,\n \"purple-500\": $purple-500,\n \"purple-600\": $purple-600,\n \"purple-700\": $purple-700,\n \"purple-800\": $purple-800,\n \"purple-900\": $purple-900\n) !default;\n\n$pinks: (\n \"pink-100\": $pink-100,\n \"pink-200\": $pink-200,\n \"pink-300\": $pink-300,\n \"pink-400\": $pink-400,\n \"pink-500\": $pink-500,\n \"pink-600\": $pink-600,\n \"pink-700\": $pink-700,\n \"pink-800\": $pink-800,\n \"pink-900\": $pink-900\n) !default;\n\n$reds: (\n \"red-100\": $red-100,\n \"red-200\": $red-200,\n \"red-300\": $red-300,\n \"red-400\": $red-400,\n \"red-500\": $red-500,\n \"red-600\": $red-600,\n \"red-700\": $red-700,\n \"red-800\": $red-800,\n \"red-900\": $red-900\n) !default;\n\n$oranges: (\n \"orange-100\": $orange-100,\n \"orange-200\": $orange-200,\n \"orange-300\": $orange-300,\n \"orange-400\": $orange-400,\n \"orange-500\": $orange-500,\n \"orange-600\": $orange-600,\n \"orange-700\": $orange-700,\n \"orange-800\": $orange-800,\n \"orange-900\": $orange-900\n) !default;\n\n$yellows: (\n \"yellow-100\": $yellow-100,\n \"yellow-200\": $yellow-200,\n \"yellow-300\": $yellow-300,\n \"yellow-400\": $yellow-400,\n \"yellow-500\": $yellow-500,\n \"yellow-600\": $yellow-600,\n \"yellow-700\": $yellow-700,\n \"yellow-800\": $yellow-800,\n \"yellow-900\": $yellow-900\n) !default;\n\n$greens: (\n \"green-100\": $green-100,\n \"green-200\": $green-200,\n \"green-300\": $green-300,\n \"green-400\": $green-400,\n \"green-500\": $green-500,\n \"green-600\": $green-600,\n \"green-700\": $green-700,\n \"green-800\": $green-800,\n \"green-900\": $green-900\n) !default;\n\n$teals: (\n \"teal-100\": $teal-100,\n \"teal-200\": $teal-200,\n \"teal-300\": $teal-300,\n \"teal-400\": $teal-400,\n \"teal-500\": $teal-500,\n \"teal-600\": $teal-600,\n \"teal-700\": $teal-700,\n \"teal-800\": $teal-800,\n \"teal-900\": $teal-900\n) !default;\n\n$cyans: (\n \"cyan-100\": $cyan-100,\n \"cyan-200\": $cyan-200,\n \"cyan-300\": $cyan-300,\n \"cyan-400\": $cyan-400,\n \"cyan-500\": $cyan-500,\n \"cyan-600\": $cyan-600,\n \"cyan-700\": $cyan-700,\n \"cyan-800\": $cyan-800,\n \"cyan-900\": $cyan-900\n) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-cssgrid: false !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n 0: 0,\n 1: $spacer * .25,\n 2: $spacer * .5,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n) !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n 0: 0,\n 50: 50%,\n 100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n// Utilities maps\n//\n// Extends the default `$theme-colors` maps to help create our utilities.\n\n// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.\n// scss-docs-start utilities-colors\n$utilities-colors: $theme-colors-rgb !default;\n// scss-docs-end utilities-colors\n\n// scss-docs-start utilities-text-colors\n$utilities-text: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-color)\n )\n) !default;\n$utilities-text-colors: map-loop($utilities-text, rgba-css-var, \"$key\", \"text\") !default;\n// scss-docs-end utilities-text-colors\n\n// scss-docs-start utilities-bg-colors\n$utilities-bg: map-merge(\n $utilities-colors,\n (\n \"black\": to-rgb($black),\n \"white\": to-rgb($white),\n \"body\": to-rgb($body-bg)\n )\n) !default;\n$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, \"$key\", \"bg\") !default;\n// scss-docs-end utilities-bg-colors\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $primary !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width * .5 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width: 1px !default;\n$border-widths: (\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-300 !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-pill: 50rem !default;\n// scss-docs-end border-radius-variables\n\n// scss-docs-start box-shadow-variables\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color: $white !default;\n$component-active-bg: $primary !default;\n\n// scss-docs-start caret-variables\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse: height .35s ease !default;\n$transition-collapse-width: width .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom: $spacer * .5 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.5rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .875em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n$table-accent-bg: transparent !default;\n\n$table-th-font-weight: null !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-blur: 0 !default;\n$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount: 15% !default;\n$btn-hover-bg-tint-amount: 15% !default;\n$btn-hover-border-shade-amount: 20% !default;\n$btn-hover-border-tint-amount: 10% !default;\n$btn-active-bg-shade-amount: 20% !default;\n$btn-active-bg-tint-amount: 20% !default;\n$btn-active-border-shade-amount: 25% !default;\n$btn-active-border-tint-amount: 10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: null !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: null !default;\n$form-label-color: null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $body-bg !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-color-width: 3rem !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: null !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $input-bg !default;\n$form-check-input-border: 1px solid rgba($black, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end: 1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color: rgba($black, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n$form-switch-transition: background-position .15s ease-in-out !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-color: null !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: $input-border-radius !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n$form-select-border-radius-sm: $input-border-radius-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n$form-select-border-radius-lg: $input-border-radius-lg !default;\n\n$form-select-transition: $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-line-height: 1.25 !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-offcanvas-backdrop: 1040 !default;\n$zindex-offcanvas: 1045 !default;\n$zindex-modal-backdrop: 1050 !default;\n$zindex-modal: 1055 !default;\n$zindex-popover: 1070 !default;\n$zindex-tooltip: 1080 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: $link-color !default;\n$nav-link-hover-color: $link-hover-color !default;\n$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y: $spacer * .5 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n$navbar-toggler-focus-width: $btn-focus-width !default;\n$navbar-toggler-transition: box-shadow .15s ease-in-out !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-theme-variables\n$navbar-dark-color: rgba($white, .55) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .55) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n// scss-docs-end navbar-theme-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer * .5 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;\n$dropdown-link-hover-bg: $gray-200 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-500 !default;\n\n$dropdown-item-padding-y: $spacer * .25 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm: $border-radius-sm !default;\n$pagination-border-radius-lg: $border-radius-lg !default;\n// scss-docs-end pagination-variables\n\n\n// Placeholders\n\n// scss-docs-start placeholders\n$placeholder-opacity-max: .5 !default;\n$placeholder-opacity-min: .2 !default;\n// scss-docs-end placeholders\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer * .5 !default;\n$card-border-width: $border-width !default;\n$card-border-color: rgba($black, .125) !default;\n$card-border-radius: $border-radius !default;\n$card-box-shadow: null !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y * .5 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n$card-img-overlay-padding: $spacer !default;\n$card-group-margin: $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: $body-bg !default;\n$accordion-border-width: $border-width !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-button-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(-180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer * .25 !default;\n$tooltip-padding-x: $spacer * .5 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n// scss-docs-end popover-variables\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba($black, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba($black, .05) !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: $border-radius !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding: $spacer !default;\n\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color: $gray-900 !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer * .5 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size: null !default;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n// scss-docs-end carousel-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-vertical-align: -.125em !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n$offcanvas-backdrop-bg: $modal-backdrop-bg !default;\n$offcanvas-backdrop-opacity: $modal-backdrop-opacity !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css deleted file mode 100644 index 8ec49c74467..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} -/*# sourceMappingURL=bootstrap-grid.rtl.min.css.map */ \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css.map b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css.map deleted file mode 100644 index fbf1d00062a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-grid.rtl.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_root.scss","../../scss/_containers.scss","dist/css/bootstrap-grid.rtl.css","../../scss/mixins/_container.scss","../../scss/mixins/_breakpoints.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_utilities.scss","../../scss/utilities/_api.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n\n@import \"mixins/lists\";\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"root\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n $utilities,\n (\n \"display\",\n \"order\",\n \"flex\",\n \"flex-direction\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"justify-content\",\n \"align-items\",\n \"align-content\",\n \"align-self\",\n \"margin\",\n \"margin-x\",\n \"margin-y\",\n \"margin-top\",\n \"margin-end\",\n \"margin-bottom\",\n \"margin-start\",\n \"negative-margin\",\n \"negative-margin-x\",\n \"negative-margin-y\",\n \"negative-margin-top\",\n \"negative-margin-end\",\n \"negative-margin-bottom\",\n \"negative-margin-start\",\n \"padding\",\n \"padding-x\",\n \"padding-y\",\n \"padding-top\",\n \"padding-end\",\n \"padding-bottom\",\n \"padding-start\",\n )\n);\n\n@import \"utilities/api\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n // Single container class with breakpoint max-widths\n .container,\n // 100% wide container at all breakpoints\n .container-fluid {\n @include make-container();\n }\n\n // Responsive containers that are 100% wide until a breakpoint\n @each $breakpoint, $container-max-width in $container-max-widths {\n .container-#{$breakpoint} {\n @extend .container-fluid;\n }\n\n @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n %responsive-container-#{$breakpoint} {\n max-width: $container-max-width;\n }\n\n // Extend each breakpoint which is smaller or equal to the current breakpoint\n $extend-breakpoint: true;\n\n @each $name, $width in $grid-breakpoints {\n @if ($extend-breakpoint) {\n .container#{breakpoint-infix($name, $grid-breakpoints)} {\n @extend %responsive-container-#{$breakpoint};\n }\n\n // Once the current breakpoint is reached, stop extending\n @if ($breakpoint == $name) {\n $extend-breakpoint: false;\n }\n }\n }\n }\n }\n}\n","/*!\n * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n.container,\n.container-fluid,\n.container-xxl,\n.container-xl,\n.container-lg,\n.container-md,\n.container-sm {\n width: 100%;\n padding-left: var(--bs-gutter-x, 0.75rem);\n padding-right: var(--bs-gutter-x, 0.75rem);\n margin-left: auto;\n margin-right: auto;\n}\n\n@media (min-width: 576px) {\n .container-sm, .container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n .container-md, .container-sm, .container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n .container-lg, .container-md, .container-sm, .container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1140px;\n }\n}\n@media (min-width: 1400px) {\n .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {\n max-width: 1320px;\n }\n}\n.row {\n --bs-gutter-x: 1.5rem;\n --bs-gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n margin-top: calc(-1 * var(--bs-gutter-y));\n margin-left: calc(-0.5 * var(--bs-gutter-x));\n margin-right: calc(-0.5 * var(--bs-gutter-x));\n}\n.row > * {\n box-sizing: border-box;\n flex-shrink: 0;\n width: 100%;\n max-width: 100%;\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n padding-right: calc(var(--bs-gutter-x) * 0.5);\n margin-top: var(--bs-gutter-y);\n}\n\n.col {\n flex: 1 0 0%;\n}\n\n.row-cols-auto > * {\n flex: 0 0 auto;\n width: auto;\n}\n\n.row-cols-1 > * {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.row-cols-2 > * {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.row-cols-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n}\n\n.row-cols-4 > * {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.row-cols-5 > * {\n flex: 0 0 auto;\n width: 20%;\n}\n\n.row-cols-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n}\n\n.col-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n}\n\n.col-3 {\n flex: 0 0 auto;\n width: 25%;\n}\n\n.col-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n}\n\n.col-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n}\n\n.col-6 {\n flex: 0 0 auto;\n width: 50%;\n}\n\n.col-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n}\n\n.col-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n}\n\n.col-9 {\n flex: 0 0 auto;\n width: 75%;\n}\n\n.col-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n}\n\n.col-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n}\n\n.col-12 {\n flex: 0 0 auto;\n width: 100%;\n}\n\n.offset-1 {\n margin-right: 8.33333333%;\n}\n\n.offset-2 {\n margin-right: 16.66666667%;\n}\n\n.offset-3 {\n margin-right: 25%;\n}\n\n.offset-4 {\n margin-right: 33.33333333%;\n}\n\n.offset-5 {\n margin-right: 41.66666667%;\n}\n\n.offset-6 {\n margin-right: 50%;\n}\n\n.offset-7 {\n margin-right: 58.33333333%;\n}\n\n.offset-8 {\n margin-right: 66.66666667%;\n}\n\n.offset-9 {\n margin-right: 75%;\n}\n\n.offset-10 {\n margin-right: 83.33333333%;\n}\n\n.offset-11 {\n margin-right: 91.66666667%;\n}\n\n.g-0,\n.gx-0 {\n --bs-gutter-x: 0;\n}\n\n.g-0,\n.gy-0 {\n --bs-gutter-y: 0;\n}\n\n.g-1,\n.gx-1 {\n --bs-gutter-x: 0.25rem;\n}\n\n.g-1,\n.gy-1 {\n --bs-gutter-y: 0.25rem;\n}\n\n.g-2,\n.gx-2 {\n --bs-gutter-x: 0.5rem;\n}\n\n.g-2,\n.gy-2 {\n --bs-gutter-y: 0.5rem;\n}\n\n.g-3,\n.gx-3 {\n --bs-gutter-x: 1rem;\n}\n\n.g-3,\n.gy-3 {\n --bs-gutter-y: 1rem;\n}\n\n.g-4,\n.gx-4 {\n --bs-gutter-x: 1.5rem;\n}\n\n.g-4,\n.gy-4 {\n --bs-gutter-y: 1.5rem;\n}\n\n.g-5,\n.gx-5 {\n --bs-gutter-x: 3rem;\n}\n\n.g-5,\n.gy-5 {\n --bs-gutter-y: 3rem;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex: 1 0 0%;\n }\n\n .row-cols-sm-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-sm-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-sm-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-sm-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-sm-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-sm-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-sm-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-sm-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-sm-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-sm-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-sm-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-sm-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-sm-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-sm-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-sm-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-sm-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-sm-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-sm-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-sm-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-sm-0 {\n margin-right: 0;\n }\n\n .offset-sm-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-sm-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-sm-3 {\n margin-right: 25%;\n }\n\n .offset-sm-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-sm-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-sm-6 {\n margin-right: 50%;\n }\n\n .offset-sm-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-sm-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-sm-9 {\n margin-right: 75%;\n }\n\n .offset-sm-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-sm-11 {\n margin-right: 91.66666667%;\n }\n\n .g-sm-0,\n.gx-sm-0 {\n --bs-gutter-x: 0;\n }\n\n .g-sm-0,\n.gy-sm-0 {\n --bs-gutter-y: 0;\n }\n\n .g-sm-1,\n.gx-sm-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-sm-1,\n.gy-sm-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-sm-2,\n.gx-sm-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-sm-2,\n.gy-sm-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-sm-3,\n.gx-sm-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-sm-3,\n.gy-sm-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-sm-4,\n.gx-sm-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-sm-4,\n.gy-sm-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-sm-5,\n.gx-sm-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-sm-5,\n.gy-sm-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 768px) {\n .col-md {\n flex: 1 0 0%;\n }\n\n .row-cols-md-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-md-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-md-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-md-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-md-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-md-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-md-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-md-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-md-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-md-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-md-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-md-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-md-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-md-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-md-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-md-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-md-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-md-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-md-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-md-0 {\n margin-right: 0;\n }\n\n .offset-md-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-md-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-md-3 {\n margin-right: 25%;\n }\n\n .offset-md-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-md-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-md-6 {\n margin-right: 50%;\n }\n\n .offset-md-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-md-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-md-9 {\n margin-right: 75%;\n }\n\n .offset-md-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-md-11 {\n margin-right: 91.66666667%;\n }\n\n .g-md-0,\n.gx-md-0 {\n --bs-gutter-x: 0;\n }\n\n .g-md-0,\n.gy-md-0 {\n --bs-gutter-y: 0;\n }\n\n .g-md-1,\n.gx-md-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-md-1,\n.gy-md-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-md-2,\n.gx-md-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-md-2,\n.gy-md-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-md-3,\n.gx-md-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-md-3,\n.gy-md-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-md-4,\n.gx-md-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-md-4,\n.gy-md-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-md-5,\n.gx-md-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-md-5,\n.gy-md-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 992px) {\n .col-lg {\n flex: 1 0 0%;\n }\n\n .row-cols-lg-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-lg-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-lg-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-lg-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-lg-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-lg-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-lg-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-lg-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-lg-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-lg-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-lg-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-lg-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-lg-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-lg-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-lg-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-lg-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-lg-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-lg-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-lg-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-lg-0 {\n margin-right: 0;\n }\n\n .offset-lg-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-lg-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-lg-3 {\n margin-right: 25%;\n }\n\n .offset-lg-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-lg-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-lg-6 {\n margin-right: 50%;\n }\n\n .offset-lg-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-lg-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-lg-9 {\n margin-right: 75%;\n }\n\n .offset-lg-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-lg-11 {\n margin-right: 91.66666667%;\n }\n\n .g-lg-0,\n.gx-lg-0 {\n --bs-gutter-x: 0;\n }\n\n .g-lg-0,\n.gy-lg-0 {\n --bs-gutter-y: 0;\n }\n\n .g-lg-1,\n.gx-lg-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-lg-1,\n.gy-lg-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-lg-2,\n.gx-lg-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-lg-2,\n.gy-lg-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-lg-3,\n.gx-lg-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-lg-3,\n.gy-lg-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-lg-4,\n.gx-lg-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-lg-4,\n.gy-lg-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-lg-5,\n.gx-lg-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-lg-5,\n.gy-lg-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1200px) {\n .col-xl {\n flex: 1 0 0%;\n }\n\n .row-cols-xl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xl-0 {\n margin-right: 0;\n }\n\n .offset-xl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xl-3 {\n margin-right: 25%;\n }\n\n .offset-xl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xl-6 {\n margin-right: 50%;\n }\n\n .offset-xl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xl-9 {\n margin-right: 75%;\n }\n\n .offset-xl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xl-0,\n.gx-xl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xl-0,\n.gy-xl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xl-1,\n.gx-xl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xl-1,\n.gy-xl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xl-2,\n.gx-xl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xl-2,\n.gy-xl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xl-3,\n.gx-xl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xl-3,\n.gy-xl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xl-4,\n.gx-xl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xl-4,\n.gy-xl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xl-5,\n.gx-xl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xl-5,\n.gy-xl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n@media (min-width: 1400px) {\n .col-xxl {\n flex: 1 0 0%;\n }\n\n .row-cols-xxl-auto > * {\n flex: 0 0 auto;\n width: auto;\n }\n\n .row-cols-xxl-1 > * {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .row-cols-xxl-2 > * {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .row-cols-xxl-3 > * {\n flex: 0 0 auto;\n width: 33.3333333333%;\n }\n\n .row-cols-xxl-4 > * {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .row-cols-xxl-5 > * {\n flex: 0 0 auto;\n width: 20%;\n }\n\n .row-cols-xxl-6 > * {\n flex: 0 0 auto;\n width: 16.6666666667%;\n }\n\n .col-xxl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n\n .col-xxl-1 {\n flex: 0 0 auto;\n width: 8.33333333%;\n }\n\n .col-xxl-2 {\n flex: 0 0 auto;\n width: 16.66666667%;\n }\n\n .col-xxl-3 {\n flex: 0 0 auto;\n width: 25%;\n }\n\n .col-xxl-4 {\n flex: 0 0 auto;\n width: 33.33333333%;\n }\n\n .col-xxl-5 {\n flex: 0 0 auto;\n width: 41.66666667%;\n }\n\n .col-xxl-6 {\n flex: 0 0 auto;\n width: 50%;\n }\n\n .col-xxl-7 {\n flex: 0 0 auto;\n width: 58.33333333%;\n }\n\n .col-xxl-8 {\n flex: 0 0 auto;\n width: 66.66666667%;\n }\n\n .col-xxl-9 {\n flex: 0 0 auto;\n width: 75%;\n }\n\n .col-xxl-10 {\n flex: 0 0 auto;\n width: 83.33333333%;\n }\n\n .col-xxl-11 {\n flex: 0 0 auto;\n width: 91.66666667%;\n }\n\n .col-xxl-12 {\n flex: 0 0 auto;\n width: 100%;\n }\n\n .offset-xxl-0 {\n margin-right: 0;\n }\n\n .offset-xxl-1 {\n margin-right: 8.33333333%;\n }\n\n .offset-xxl-2 {\n margin-right: 16.66666667%;\n }\n\n .offset-xxl-3 {\n margin-right: 25%;\n }\n\n .offset-xxl-4 {\n margin-right: 33.33333333%;\n }\n\n .offset-xxl-5 {\n margin-right: 41.66666667%;\n }\n\n .offset-xxl-6 {\n margin-right: 50%;\n }\n\n .offset-xxl-7 {\n margin-right: 58.33333333%;\n }\n\n .offset-xxl-8 {\n margin-right: 66.66666667%;\n }\n\n .offset-xxl-9 {\n margin-right: 75%;\n }\n\n .offset-xxl-10 {\n margin-right: 83.33333333%;\n }\n\n .offset-xxl-11 {\n margin-right: 91.66666667%;\n }\n\n .g-xxl-0,\n.gx-xxl-0 {\n --bs-gutter-x: 0;\n }\n\n .g-xxl-0,\n.gy-xxl-0 {\n --bs-gutter-y: 0;\n }\n\n .g-xxl-1,\n.gx-xxl-1 {\n --bs-gutter-x: 0.25rem;\n }\n\n .g-xxl-1,\n.gy-xxl-1 {\n --bs-gutter-y: 0.25rem;\n }\n\n .g-xxl-2,\n.gx-xxl-2 {\n --bs-gutter-x: 0.5rem;\n }\n\n .g-xxl-2,\n.gy-xxl-2 {\n --bs-gutter-y: 0.5rem;\n }\n\n .g-xxl-3,\n.gx-xxl-3 {\n --bs-gutter-x: 1rem;\n }\n\n .g-xxl-3,\n.gy-xxl-3 {\n --bs-gutter-y: 1rem;\n }\n\n .g-xxl-4,\n.gx-xxl-4 {\n --bs-gutter-x: 1.5rem;\n }\n\n .g-xxl-4,\n.gy-xxl-4 {\n --bs-gutter-y: 1.5rem;\n }\n\n .g-xxl-5,\n.gx-xxl-5 {\n --bs-gutter-x: 3rem;\n }\n\n .g-xxl-5,\n.gy-xxl-5 {\n --bs-gutter-y: 3rem;\n }\n}\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-grid {\n display: grid !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n.d-none {\n display: none !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.justify-content-evenly {\n justify-content: space-evenly !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n.order-first {\n order: -1 !important;\n}\n\n.order-0 {\n order: 0 !important;\n}\n\n.order-1 {\n order: 1 !important;\n}\n\n.order-2 {\n order: 2 !important;\n}\n\n.order-3 {\n order: 3 !important;\n}\n\n.order-4 {\n order: 4 !important;\n}\n\n.order-5 {\n order: 5 !important;\n}\n\n.order-last {\n order: 6 !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mx-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.mx-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n\n.mx-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n}\n\n.mx-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n}\n\n.mx-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n}\n\n.mx-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n}\n\n.mx-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.me-0 {\n margin-left: 0 !important;\n}\n\n.me-1 {\n margin-left: 0.25rem !important;\n}\n\n.me-2 {\n margin-left: 0.5rem !important;\n}\n\n.me-3 {\n margin-left: 1rem !important;\n}\n\n.me-4 {\n margin-left: 1.5rem !important;\n}\n\n.me-5 {\n margin-left: 3rem !important;\n}\n\n.me-auto {\n margin-left: auto !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ms-0 {\n margin-right: 0 !important;\n}\n\n.ms-1 {\n margin-right: 0.25rem !important;\n}\n\n.ms-2 {\n margin-right: 0.5rem !important;\n}\n\n.ms-3 {\n margin-right: 1rem !important;\n}\n\n.ms-4 {\n margin-right: 1.5rem !important;\n}\n\n.ms-5 {\n margin-right: 3rem !important;\n}\n\n.ms-auto {\n margin-right: auto !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.px-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n}\n\n.px-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n}\n\n.px-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n}\n\n.px-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n}\n\n.px-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n}\n\n.px-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pe-0 {\n padding-left: 0 !important;\n}\n\n.pe-1 {\n padding-left: 0.25rem !important;\n}\n\n.pe-2 {\n padding-left: 0.5rem !important;\n}\n\n.pe-3 {\n padding-left: 1rem !important;\n}\n\n.pe-4 {\n padding-left: 1.5rem !important;\n}\n\n.pe-5 {\n padding-left: 3rem !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.ps-0 {\n padding-right: 0 !important;\n}\n\n.ps-1 {\n padding-right: 0.25rem !important;\n}\n\n.ps-2 {\n padding-right: 0.5rem !important;\n}\n\n.ps-3 {\n padding-right: 1rem !important;\n}\n\n.ps-4 {\n padding-right: 1.5rem !important;\n}\n\n.ps-5 {\n padding-right: 3rem !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-inline {\n display: inline !important;\n }\n\n .d-sm-inline-block {\n display: inline-block !important;\n }\n\n .d-sm-block {\n display: block !important;\n }\n\n .d-sm-grid {\n display: grid !important;\n }\n\n .d-sm-table {\n display: table !important;\n }\n\n .d-sm-table-row {\n display: table-row !important;\n }\n\n .d-sm-table-cell {\n display: table-cell !important;\n }\n\n .d-sm-flex {\n display: flex !important;\n }\n\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n\n .d-sm-none {\n display: none !important;\n }\n\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-sm-row {\n flex-direction: row !important;\n }\n\n .flex-sm-column {\n flex-direction: column !important;\n }\n\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-sm-center {\n justify-content: center !important;\n }\n\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n\n .justify-content-sm-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n\n .align-items-sm-center {\n align-items: center !important;\n }\n\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n\n .align-content-sm-center {\n align-content: center !important;\n }\n\n .align-content-sm-between {\n align-content: space-between !important;\n }\n\n .align-content-sm-around {\n align-content: space-around !important;\n }\n\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n\n .align-self-sm-auto {\n align-self: auto !important;\n }\n\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n\n .align-self-sm-center {\n align-self: center !important;\n }\n\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n\n .order-sm-first {\n order: -1 !important;\n }\n\n .order-sm-0 {\n order: 0 !important;\n }\n\n .order-sm-1 {\n order: 1 !important;\n }\n\n .order-sm-2 {\n order: 2 !important;\n }\n\n .order-sm-3 {\n order: 3 !important;\n }\n\n .order-sm-4 {\n order: 4 !important;\n }\n\n .order-sm-5 {\n order: 5 !important;\n }\n\n .order-sm-last {\n order: 6 !important;\n }\n\n .m-sm-0 {\n margin: 0 !important;\n }\n\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n\n .m-sm-3 {\n margin: 1rem !important;\n }\n\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n\n .m-sm-5 {\n margin: 3rem !important;\n }\n\n .m-sm-auto {\n margin: auto !important;\n }\n\n .mx-sm-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-sm-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-sm-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-sm-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n\n .mt-sm-auto {\n margin-top: auto !important;\n }\n\n .me-sm-0 {\n margin-left: 0 !important;\n }\n\n .me-sm-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-sm-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-sm-3 {\n margin-left: 1rem !important;\n }\n\n .me-sm-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-sm-5 {\n margin-left: 3rem !important;\n }\n\n .me-sm-auto {\n margin-left: auto !important;\n }\n\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n\n .ms-sm-0 {\n margin-right: 0 !important;\n }\n\n .ms-sm-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-sm-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-sm-3 {\n margin-right: 1rem !important;\n }\n\n .ms-sm-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-sm-5 {\n margin-right: 3rem !important;\n }\n\n .ms-sm-auto {\n margin-right: auto !important;\n }\n\n .p-sm-0 {\n padding: 0 !important;\n }\n\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n\n .p-sm-3 {\n padding: 1rem !important;\n }\n\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n\n .p-sm-5 {\n padding: 3rem !important;\n }\n\n .px-sm-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-sm-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-sm-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-sm-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-sm-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-sm-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n\n .pe-sm-0 {\n padding-left: 0 !important;\n }\n\n .pe-sm-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-sm-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-sm-3 {\n padding-left: 1rem !important;\n }\n\n .pe-sm-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-sm-5 {\n padding-left: 3rem !important;\n }\n\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-sm-0 {\n padding-right: 0 !important;\n }\n\n .ps-sm-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-sm-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-sm-3 {\n padding-right: 1rem !important;\n }\n\n .ps-sm-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-sm-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-inline {\n display: inline !important;\n }\n\n .d-md-inline-block {\n display: inline-block !important;\n }\n\n .d-md-block {\n display: block !important;\n }\n\n .d-md-grid {\n display: grid !important;\n }\n\n .d-md-table {\n display: table !important;\n }\n\n .d-md-table-row {\n display: table-row !important;\n }\n\n .d-md-table-cell {\n display: table-cell !important;\n }\n\n .d-md-flex {\n display: flex !important;\n }\n\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n\n .d-md-none {\n display: none !important;\n }\n\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-md-row {\n flex-direction: row !important;\n }\n\n .flex-md-column {\n flex-direction: column !important;\n }\n\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-md-center {\n justify-content: center !important;\n }\n\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n\n .justify-content-md-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-md-start {\n align-items: flex-start !important;\n }\n\n .align-items-md-end {\n align-items: flex-end !important;\n }\n\n .align-items-md-center {\n align-items: center !important;\n }\n\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n\n .align-content-md-start {\n align-content: flex-start !important;\n }\n\n .align-content-md-end {\n align-content: flex-end !important;\n }\n\n .align-content-md-center {\n align-content: center !important;\n }\n\n .align-content-md-between {\n align-content: space-between !important;\n }\n\n .align-content-md-around {\n align-content: space-around !important;\n }\n\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n\n .align-self-md-auto {\n align-self: auto !important;\n }\n\n .align-self-md-start {\n align-self: flex-start !important;\n }\n\n .align-self-md-end {\n align-self: flex-end !important;\n }\n\n .align-self-md-center {\n align-self: center !important;\n }\n\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n\n .order-md-first {\n order: -1 !important;\n }\n\n .order-md-0 {\n order: 0 !important;\n }\n\n .order-md-1 {\n order: 1 !important;\n }\n\n .order-md-2 {\n order: 2 !important;\n }\n\n .order-md-3 {\n order: 3 !important;\n }\n\n .order-md-4 {\n order: 4 !important;\n }\n\n .order-md-5 {\n order: 5 !important;\n }\n\n .order-md-last {\n order: 6 !important;\n }\n\n .m-md-0 {\n margin: 0 !important;\n }\n\n .m-md-1 {\n margin: 0.25rem !important;\n }\n\n .m-md-2 {\n margin: 0.5rem !important;\n }\n\n .m-md-3 {\n margin: 1rem !important;\n }\n\n .m-md-4 {\n margin: 1.5rem !important;\n }\n\n .m-md-5 {\n margin: 3rem !important;\n }\n\n .m-md-auto {\n margin: auto !important;\n }\n\n .mx-md-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-md-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-md-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-md-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-md-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-md-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-md-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-md-0 {\n margin-top: 0 !important;\n }\n\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n\n .mt-md-auto {\n margin-top: auto !important;\n }\n\n .me-md-0 {\n margin-left: 0 !important;\n }\n\n .me-md-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-md-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-md-3 {\n margin-left: 1rem !important;\n }\n\n .me-md-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-md-5 {\n margin-left: 3rem !important;\n }\n\n .me-md-auto {\n margin-left: auto !important;\n }\n\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n\n .ms-md-0 {\n margin-right: 0 !important;\n }\n\n .ms-md-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-md-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-md-3 {\n margin-right: 1rem !important;\n }\n\n .ms-md-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-md-5 {\n margin-right: 3rem !important;\n }\n\n .ms-md-auto {\n margin-right: auto !important;\n }\n\n .p-md-0 {\n padding: 0 !important;\n }\n\n .p-md-1 {\n padding: 0.25rem !important;\n }\n\n .p-md-2 {\n padding: 0.5rem !important;\n }\n\n .p-md-3 {\n padding: 1rem !important;\n }\n\n .p-md-4 {\n padding: 1.5rem !important;\n }\n\n .p-md-5 {\n padding: 3rem !important;\n }\n\n .px-md-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-md-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-md-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-md-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-md-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-md-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-md-0 {\n padding-top: 0 !important;\n }\n\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n\n .pe-md-0 {\n padding-left: 0 !important;\n }\n\n .pe-md-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-md-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-md-3 {\n padding-left: 1rem !important;\n }\n\n .pe-md-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-md-5 {\n padding-left: 3rem !important;\n }\n\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-md-0 {\n padding-right: 0 !important;\n }\n\n .ps-md-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-md-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-md-3 {\n padding-right: 1rem !important;\n }\n\n .ps-md-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-md-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-inline {\n display: inline !important;\n }\n\n .d-lg-inline-block {\n display: inline-block !important;\n }\n\n .d-lg-block {\n display: block !important;\n }\n\n .d-lg-grid {\n display: grid !important;\n }\n\n .d-lg-table {\n display: table !important;\n }\n\n .d-lg-table-row {\n display: table-row !important;\n }\n\n .d-lg-table-cell {\n display: table-cell !important;\n }\n\n .d-lg-flex {\n display: flex !important;\n }\n\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n\n .d-lg-none {\n display: none !important;\n }\n\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-lg-row {\n flex-direction: row !important;\n }\n\n .flex-lg-column {\n flex-direction: column !important;\n }\n\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-lg-center {\n justify-content: center !important;\n }\n\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n\n .justify-content-lg-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n\n .align-items-lg-center {\n align-items: center !important;\n }\n\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n\n .align-content-lg-center {\n align-content: center !important;\n }\n\n .align-content-lg-between {\n align-content: space-between !important;\n }\n\n .align-content-lg-around {\n align-content: space-around !important;\n }\n\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n\n .align-self-lg-auto {\n align-self: auto !important;\n }\n\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n\n .align-self-lg-center {\n align-self: center !important;\n }\n\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n\n .order-lg-first {\n order: -1 !important;\n }\n\n .order-lg-0 {\n order: 0 !important;\n }\n\n .order-lg-1 {\n order: 1 !important;\n }\n\n .order-lg-2 {\n order: 2 !important;\n }\n\n .order-lg-3 {\n order: 3 !important;\n }\n\n .order-lg-4 {\n order: 4 !important;\n }\n\n .order-lg-5 {\n order: 5 !important;\n }\n\n .order-lg-last {\n order: 6 !important;\n }\n\n .m-lg-0 {\n margin: 0 !important;\n }\n\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n\n .m-lg-3 {\n margin: 1rem !important;\n }\n\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n\n .m-lg-5 {\n margin: 3rem !important;\n }\n\n .m-lg-auto {\n margin: auto !important;\n }\n\n .mx-lg-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-lg-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-lg-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-lg-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n\n .mt-lg-auto {\n margin-top: auto !important;\n }\n\n .me-lg-0 {\n margin-left: 0 !important;\n }\n\n .me-lg-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-lg-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-lg-3 {\n margin-left: 1rem !important;\n }\n\n .me-lg-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-lg-5 {\n margin-left: 3rem !important;\n }\n\n .me-lg-auto {\n margin-left: auto !important;\n }\n\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n\n .ms-lg-0 {\n margin-right: 0 !important;\n }\n\n .ms-lg-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-lg-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-lg-3 {\n margin-right: 1rem !important;\n }\n\n .ms-lg-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-lg-5 {\n margin-right: 3rem !important;\n }\n\n .ms-lg-auto {\n margin-right: auto !important;\n }\n\n .p-lg-0 {\n padding: 0 !important;\n }\n\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n\n .p-lg-3 {\n padding: 1rem !important;\n }\n\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n\n .p-lg-5 {\n padding: 3rem !important;\n }\n\n .px-lg-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-lg-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-lg-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-lg-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-lg-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-lg-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n\n .pe-lg-0 {\n padding-left: 0 !important;\n }\n\n .pe-lg-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-lg-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-lg-3 {\n padding-left: 1rem !important;\n }\n\n .pe-lg-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-lg-5 {\n padding-left: 3rem !important;\n }\n\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-lg-0 {\n padding-right: 0 !important;\n }\n\n .ps-lg-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-lg-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-lg-3 {\n padding-right: 1rem !important;\n }\n\n .ps-lg-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-lg-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-inline {\n display: inline !important;\n }\n\n .d-xl-inline-block {\n display: inline-block !important;\n }\n\n .d-xl-block {\n display: block !important;\n }\n\n .d-xl-grid {\n display: grid !important;\n }\n\n .d-xl-table {\n display: table !important;\n }\n\n .d-xl-table-row {\n display: table-row !important;\n }\n\n .d-xl-table-cell {\n display: table-cell !important;\n }\n\n .d-xl-flex {\n display: flex !important;\n }\n\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xl-none {\n display: none !important;\n }\n\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xl-row {\n flex-direction: row !important;\n }\n\n .flex-xl-column {\n flex-direction: column !important;\n }\n\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xl-center {\n justify-content: center !important;\n }\n\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xl-center {\n align-items: center !important;\n }\n\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xl-center {\n align-content: center !important;\n }\n\n .align-content-xl-between {\n align-content: space-between !important;\n }\n\n .align-content-xl-around {\n align-content: space-around !important;\n }\n\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xl-auto {\n align-self: auto !important;\n }\n\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xl-center {\n align-self: center !important;\n }\n\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n\n .order-xl-first {\n order: -1 !important;\n }\n\n .order-xl-0 {\n order: 0 !important;\n }\n\n .order-xl-1 {\n order: 1 !important;\n }\n\n .order-xl-2 {\n order: 2 !important;\n }\n\n .order-xl-3 {\n order: 3 !important;\n }\n\n .order-xl-4 {\n order: 4 !important;\n }\n\n .order-xl-5 {\n order: 5 !important;\n }\n\n .order-xl-last {\n order: 6 !important;\n }\n\n .m-xl-0 {\n margin: 0 !important;\n }\n\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xl-3 {\n margin: 1rem !important;\n }\n\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xl-5 {\n margin: 3rem !important;\n }\n\n .m-xl-auto {\n margin: auto !important;\n }\n\n .mx-xl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xl-auto {\n margin-top: auto !important;\n }\n\n .me-xl-0 {\n margin-left: 0 !important;\n }\n\n .me-xl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xl-auto {\n margin-left: auto !important;\n }\n\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xl-auto {\n margin-right: auto !important;\n }\n\n .p-xl-0 {\n padding: 0 !important;\n }\n\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xl-3 {\n padding: 1rem !important;\n }\n\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xl-5 {\n padding: 3rem !important;\n }\n\n .px-xl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xl-5 {\n padding-right: 3rem !important;\n }\n}\n@media (min-width: 1400px) {\n .d-xxl-inline {\n display: inline !important;\n }\n\n .d-xxl-inline-block {\n display: inline-block !important;\n }\n\n .d-xxl-block {\n display: block !important;\n }\n\n .d-xxl-grid {\n display: grid !important;\n }\n\n .d-xxl-table {\n display: table !important;\n }\n\n .d-xxl-table-row {\n display: table-row !important;\n }\n\n .d-xxl-table-cell {\n display: table-cell !important;\n }\n\n .d-xxl-flex {\n display: flex !important;\n }\n\n .d-xxl-inline-flex {\n display: inline-flex !important;\n }\n\n .d-xxl-none {\n display: none !important;\n }\n\n .flex-xxl-fill {\n flex: 1 1 auto !important;\n }\n\n .flex-xxl-row {\n flex-direction: row !important;\n }\n\n .flex-xxl-column {\n flex-direction: column !important;\n }\n\n .flex-xxl-row-reverse {\n flex-direction: row-reverse !important;\n }\n\n .flex-xxl-column-reverse {\n flex-direction: column-reverse !important;\n }\n\n .flex-xxl-grow-0 {\n flex-grow: 0 !important;\n }\n\n .flex-xxl-grow-1 {\n flex-grow: 1 !important;\n }\n\n .flex-xxl-shrink-0 {\n flex-shrink: 0 !important;\n }\n\n .flex-xxl-shrink-1 {\n flex-shrink: 1 !important;\n }\n\n .flex-xxl-wrap {\n flex-wrap: wrap !important;\n }\n\n .flex-xxl-nowrap {\n flex-wrap: nowrap !important;\n }\n\n .flex-xxl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n\n .justify-content-xxl-start {\n justify-content: flex-start !important;\n }\n\n .justify-content-xxl-end {\n justify-content: flex-end !important;\n }\n\n .justify-content-xxl-center {\n justify-content: center !important;\n }\n\n .justify-content-xxl-between {\n justify-content: space-between !important;\n }\n\n .justify-content-xxl-around {\n justify-content: space-around !important;\n }\n\n .justify-content-xxl-evenly {\n justify-content: space-evenly !important;\n }\n\n .align-items-xxl-start {\n align-items: flex-start !important;\n }\n\n .align-items-xxl-end {\n align-items: flex-end !important;\n }\n\n .align-items-xxl-center {\n align-items: center !important;\n }\n\n .align-items-xxl-baseline {\n align-items: baseline !important;\n }\n\n .align-items-xxl-stretch {\n align-items: stretch !important;\n }\n\n .align-content-xxl-start {\n align-content: flex-start !important;\n }\n\n .align-content-xxl-end {\n align-content: flex-end !important;\n }\n\n .align-content-xxl-center {\n align-content: center !important;\n }\n\n .align-content-xxl-between {\n align-content: space-between !important;\n }\n\n .align-content-xxl-around {\n align-content: space-around !important;\n }\n\n .align-content-xxl-stretch {\n align-content: stretch !important;\n }\n\n .align-self-xxl-auto {\n align-self: auto !important;\n }\n\n .align-self-xxl-start {\n align-self: flex-start !important;\n }\n\n .align-self-xxl-end {\n align-self: flex-end !important;\n }\n\n .align-self-xxl-center {\n align-self: center !important;\n }\n\n .align-self-xxl-baseline {\n align-self: baseline !important;\n }\n\n .align-self-xxl-stretch {\n align-self: stretch !important;\n }\n\n .order-xxl-first {\n order: -1 !important;\n }\n\n .order-xxl-0 {\n order: 0 !important;\n }\n\n .order-xxl-1 {\n order: 1 !important;\n }\n\n .order-xxl-2 {\n order: 2 !important;\n }\n\n .order-xxl-3 {\n order: 3 !important;\n }\n\n .order-xxl-4 {\n order: 4 !important;\n }\n\n .order-xxl-5 {\n order: 5 !important;\n }\n\n .order-xxl-last {\n order: 6 !important;\n }\n\n .m-xxl-0 {\n margin: 0 !important;\n }\n\n .m-xxl-1 {\n margin: 0.25rem !important;\n }\n\n .m-xxl-2 {\n margin: 0.5rem !important;\n }\n\n .m-xxl-3 {\n margin: 1rem !important;\n }\n\n .m-xxl-4 {\n margin: 1.5rem !important;\n }\n\n .m-xxl-5 {\n margin: 3rem !important;\n }\n\n .m-xxl-auto {\n margin: auto !important;\n }\n\n .mx-xxl-0 {\n margin-left: 0 !important;\n margin-right: 0 !important;\n }\n\n .mx-xxl-1 {\n margin-left: 0.25rem !important;\n margin-right: 0.25rem !important;\n }\n\n .mx-xxl-2 {\n margin-left: 0.5rem !important;\n margin-right: 0.5rem !important;\n }\n\n .mx-xxl-3 {\n margin-left: 1rem !important;\n margin-right: 1rem !important;\n }\n\n .mx-xxl-4 {\n margin-left: 1.5rem !important;\n margin-right: 1.5rem !important;\n }\n\n .mx-xxl-5 {\n margin-left: 3rem !important;\n margin-right: 3rem !important;\n }\n\n .mx-xxl-auto {\n margin-left: auto !important;\n margin-right: auto !important;\n }\n\n .my-xxl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n\n .my-xxl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n\n .my-xxl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n\n .my-xxl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n\n .my-xxl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n\n .my-xxl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n\n .my-xxl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n\n .mt-xxl-0 {\n margin-top: 0 !important;\n }\n\n .mt-xxl-1 {\n margin-top: 0.25rem !important;\n }\n\n .mt-xxl-2 {\n margin-top: 0.5rem !important;\n }\n\n .mt-xxl-3 {\n margin-top: 1rem !important;\n }\n\n .mt-xxl-4 {\n margin-top: 1.5rem !important;\n }\n\n .mt-xxl-5 {\n margin-top: 3rem !important;\n }\n\n .mt-xxl-auto {\n margin-top: auto !important;\n }\n\n .me-xxl-0 {\n margin-left: 0 !important;\n }\n\n .me-xxl-1 {\n margin-left: 0.25rem !important;\n }\n\n .me-xxl-2 {\n margin-left: 0.5rem !important;\n }\n\n .me-xxl-3 {\n margin-left: 1rem !important;\n }\n\n .me-xxl-4 {\n margin-left: 1.5rem !important;\n }\n\n .me-xxl-5 {\n margin-left: 3rem !important;\n }\n\n .me-xxl-auto {\n margin-left: auto !important;\n }\n\n .mb-xxl-0 {\n margin-bottom: 0 !important;\n }\n\n .mb-xxl-1 {\n margin-bottom: 0.25rem !important;\n }\n\n .mb-xxl-2 {\n margin-bottom: 0.5rem !important;\n }\n\n .mb-xxl-3 {\n margin-bottom: 1rem !important;\n }\n\n .mb-xxl-4 {\n margin-bottom: 1.5rem !important;\n }\n\n .mb-xxl-5 {\n margin-bottom: 3rem !important;\n }\n\n .mb-xxl-auto {\n margin-bottom: auto !important;\n }\n\n .ms-xxl-0 {\n margin-right: 0 !important;\n }\n\n .ms-xxl-1 {\n margin-right: 0.25rem !important;\n }\n\n .ms-xxl-2 {\n margin-right: 0.5rem !important;\n }\n\n .ms-xxl-3 {\n margin-right: 1rem !important;\n }\n\n .ms-xxl-4 {\n margin-right: 1.5rem !important;\n }\n\n .ms-xxl-5 {\n margin-right: 3rem !important;\n }\n\n .ms-xxl-auto {\n margin-right: auto !important;\n }\n\n .p-xxl-0 {\n padding: 0 !important;\n }\n\n .p-xxl-1 {\n padding: 0.25rem !important;\n }\n\n .p-xxl-2 {\n padding: 0.5rem !important;\n }\n\n .p-xxl-3 {\n padding: 1rem !important;\n }\n\n .p-xxl-4 {\n padding: 1.5rem !important;\n }\n\n .p-xxl-5 {\n padding: 3rem !important;\n }\n\n .px-xxl-0 {\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n\n .px-xxl-1 {\n padding-left: 0.25rem !important;\n padding-right: 0.25rem !important;\n }\n\n .px-xxl-2 {\n padding-left: 0.5rem !important;\n padding-right: 0.5rem !important;\n }\n\n .px-xxl-3 {\n padding-left: 1rem !important;\n padding-right: 1rem !important;\n }\n\n .px-xxl-4 {\n padding-left: 1.5rem !important;\n padding-right: 1.5rem !important;\n }\n\n .px-xxl-5 {\n padding-left: 3rem !important;\n padding-right: 3rem !important;\n }\n\n .py-xxl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n\n .py-xxl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n\n .py-xxl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n\n .py-xxl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n\n .py-xxl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n\n .py-xxl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n\n .pt-xxl-0 {\n padding-top: 0 !important;\n }\n\n .pt-xxl-1 {\n padding-top: 0.25rem !important;\n }\n\n .pt-xxl-2 {\n padding-top: 0.5rem !important;\n }\n\n .pt-xxl-3 {\n padding-top: 1rem !important;\n }\n\n .pt-xxl-4 {\n padding-top: 1.5rem !important;\n }\n\n .pt-xxl-5 {\n padding-top: 3rem !important;\n }\n\n .pe-xxl-0 {\n padding-left: 0 !important;\n }\n\n .pe-xxl-1 {\n padding-left: 0.25rem !important;\n }\n\n .pe-xxl-2 {\n padding-left: 0.5rem !important;\n }\n\n .pe-xxl-3 {\n padding-left: 1rem !important;\n }\n\n .pe-xxl-4 {\n padding-left: 1.5rem !important;\n }\n\n .pe-xxl-5 {\n padding-left: 3rem !important;\n }\n\n .pb-xxl-0 {\n padding-bottom: 0 !important;\n }\n\n .pb-xxl-1 {\n padding-bottom: 0.25rem !important;\n }\n\n .pb-xxl-2 {\n padding-bottom: 0.5rem !important;\n }\n\n .pb-xxl-3 {\n padding-bottom: 1rem !important;\n }\n\n .pb-xxl-4 {\n padding-bottom: 1.5rem !important;\n }\n\n .pb-xxl-5 {\n padding-bottom: 3rem !important;\n }\n\n .ps-xxl-0 {\n padding-right: 0 !important;\n }\n\n .ps-xxl-1 {\n padding-right: 0.25rem !important;\n }\n\n .ps-xxl-2 {\n padding-right: 0.5rem !important;\n }\n\n .ps-xxl-3 {\n padding-right: 1rem !important;\n }\n\n .ps-xxl-4 {\n padding-right: 1.5rem !important;\n }\n\n .ps-xxl-5 {\n padding-right: 3rem !important;\n }\n}\n@media print {\n .d-print-inline {\n display: inline !important;\n }\n\n .d-print-inline-block {\n display: inline-block !important;\n }\n\n .d-print-block {\n display: block !important;\n }\n\n .d-print-grid {\n display: grid !important;\n }\n\n .d-print-table {\n display: table !important;\n }\n\n .d-print-table-row {\n display: table-row !important;\n }\n\n .d-print-table-cell {\n display: table-cell !important;\n }\n\n .d-print-flex {\n display: flex !important;\n }\n\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n\n .d-print-none {\n display: none !important;\n }\n}\n/*# sourceMappingURL=bootstrap-grid.rtl.css.map */","// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n width: 100%;\n padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});\n padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});\n margin-right: auto;\n margin-left: auto;\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Row\n//\n// Rows contain your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n\n > * {\n @include make-col-ready();\n }\n }\n}\n\n@if $enable-cssgrid {\n .grid {\n display: grid;\n grid-template-rows: repeat(var(--#{$variable-prefix}rows, 1), 1fr);\n grid-template-columns: repeat(var(--#{$variable-prefix}columns, #{$grid-columns}), 1fr);\n gap: var(--#{$variable-prefix}gap, #{$grid-gutter-width});\n\n @include make-cssgrid();\n }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n --#{$variable-prefix}gutter-x: #{$gutter};\n --#{$variable-prefix}gutter-y: 0;\n display: flex;\n flex-wrap: wrap;\n // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n margin-top: calc(-1 * var(--#{$variable-prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n margin-right: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n // Add box sizing if only the grid is loaded\n box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we set the width\n // later on to override this initial width.\n flex-shrink: 0;\n width: 100%;\n max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n margin-top: var(--#{$variable-prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n @if $size {\n flex: 0 0 auto;\n width: percentage(divide($size, $columns));\n\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mixin make-col-auto() {\n flex: 0 0 auto;\n width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: divide($size, $columns);\n margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// numberof columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n > * {\n flex: 0 0 auto;\n width: divide(100%, $count);\n }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n }\n\n .row-cols#{$infix}-auto > * {\n @include make-col-auto();\n }\n\n @if $grid-row-columns > 0 {\n @for $i from 1 through $grid-row-columns {\n .row-cols#{$infix}-#{$i} {\n @include row-cols($i);\n }\n }\n }\n\n .col#{$infix}-auto {\n @include make-col-auto();\n }\n\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n\n // Gutters\n //\n // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n @each $key, $value in $gutters {\n .g#{$infix}-#{$key},\n .gx#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-x: #{$value};\n }\n\n .g#{$infix}-#{$key},\n .gy#{$infix}-#{$key} {\n --#{$variable-prefix}gutter-y: #{$value};\n }\n }\n }\n }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n @if $columns > 0 {\n @for $i from 1 through $columns {\n .g-col#{$infix}-#{$i} {\n grid-column: auto / span $i;\n }\n }\n\n // Start with `1` because `0` is and invalid value.\n // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n @for $i from 1 through ($columns - 1) {\n .g-start#{$infix}-#{$i} {\n grid-column-start: $i;\n }\n }\n }\n }\n }\n}\n","// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {\n $values: map-get($utility, values);\n\n // If the values are a list or string, convert it into a map\n @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n $values: zip($values, $values);\n }\n\n @each $key, $value in $values {\n $properties: map-get($utility, property);\n\n // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n @if type-of($properties) == \"string\" {\n $properties: append((), $properties);\n }\n\n // Use custom class if present\n $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n $property-class: if($property-class == null, \"\", $property-class);\n\n // State params to generate pseudo-classes\n $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n // Don't prefix if value key is null (eg. with shadow class)\n $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n @if map-get($utility, rfs) {\n // Inside the media query\n @if $is-rfs-media-query {\n $val: rfs-value($value);\n\n // Do not render anything if fluid and non fluid values are the same\n $value: if($val == rfs-fluid-value($value), null, $val);\n }\n @else {\n $value: rfs-fluid-value($value);\n }\n }\n\n $is-css-var: map-get($utility, css-var);\n $is-local-vars: map-get($utility, local-vars);\n $is-rtl: map-get($utility, rtl);\n\n @if $value != null {\n @if $is-rtl == false {\n /* rtl:begin:remove */\n }\n\n @if $is-css-var {\n .#{$property-class + $infix + $property-class-modifier} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n --#{$variable-prefix}#{$property-class}: #{$value};\n }\n }\n } @else {\n .#{$property-class + $infix + $property-class-modifier} {\n @each $property in $properties {\n @if $is-local-vars {\n @each $local-var, $value in $is-local-vars {\n --#{$variable-prefix}#{$local-var}: #{$value};\n }\n }\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n\n @each $pseudo in $state {\n .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n @each $property in $properties {\n #{$property}: $value if($enable-important-utilities, !important, null);\n }\n }\n }\n }\n\n @if $is-rtl == false {\n /* rtl:end:remove */\n }\n }\n }\n}\n","// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n // Generate media query if needed\n @include media-breakpoint-up($breakpoint) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix);\n }\n }\n }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n // Loop over each utility property\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Only proceed if responsive media queries are enabled or if it's the base media query\n @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css deleted file mode 100644 index 1207a1713c5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css +++ /dev/null @@ -1,485 +0,0 @@ -/*! - * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ -:root { - --bs-blue: #0d6efd; - --bs-indigo: #6610f2; - --bs-purple: #6f42c1; - --bs-pink: #d63384; - --bs-red: #dc3545; - --bs-orange: #fd7e14; - --bs-yellow: #ffc107; - --bs-green: #198754; - --bs-teal: #20c997; - --bs-cyan: #0dcaf0; - --bs-white: #fff; - --bs-gray: #6c757d; - --bs-gray-dark: #343a40; - --bs-gray-100: #f8f9fa; - --bs-gray-200: #e9ecef; - --bs-gray-300: #dee2e6; - --bs-gray-400: #ced4da; - --bs-gray-500: #adb5bd; - --bs-gray-600: #6c757d; - --bs-gray-700: #495057; - --bs-gray-800: #343a40; - --bs-gray-900: #212529; - --bs-primary: #0d6efd; - --bs-secondary: #6c757d; - --bs-success: #198754; - --bs-info: #0dcaf0; - --bs-warning: #ffc107; - --bs-danger: #dc3545; - --bs-light: #f8f9fa; - --bs-dark: #212529; - --bs-primary-rgb: 13, 110, 253; - --bs-secondary-rgb: 108, 117, 125; - --bs-success-rgb: 25, 135, 84; - --bs-info-rgb: 13, 202, 240; - --bs-warning-rgb: 255, 193, 7; - --bs-danger-rgb: 220, 53, 69; - --bs-light-rgb: 248, 249, 250; - --bs-dark-rgb: 33, 37, 41; - --bs-white-rgb: 255, 255, 255; - --bs-black-rgb: 0, 0, 0; - --bs-body-color-rgb: 33, 37, 41; - --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: var(--bs-font-sans-serif); - --bs-body-font-size: 1rem; - --bs-body-font-weight: 400; - --bs-body-line-height: 1.5; - --bs-body-color: #212529; - --bs-body-bg: #fff; -} - -*, -*::before, -*::after { - box-sizing: border-box; -} - -@media (prefers-reduced-motion: no-preference) { - :root { - scroll-behavior: smooth; - } -} - -body { - margin: 0; - font-family: var(--bs-body-font-family); - font-size: var(--bs-body-font-size); - font-weight: var(--bs-body-font-weight); - line-height: var(--bs-body-line-height); - color: var(--bs-body-color); - text-align: var(--bs-body-text-align); - background-color: var(--bs-body-bg); - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -hr { - margin: 1rem 0; - color: inherit; - background-color: currentColor; - border: 0; - opacity: 0.25; -} - -hr:not([size]) { - height: 1px; -} - -h6, h5, h4, h3, h2, h1 { - margin-top: 0; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -h1 { - font-size: calc(1.375rem + 1.5vw); -} -@media (min-width: 1200px) { - h1 { - font-size: 2.5rem; - } -} - -h2 { - font-size: calc(1.325rem + 0.9vw); -} -@media (min-width: 1200px) { - h2 { - font-size: 2rem; - } -} - -h3 { - font-size: calc(1.3rem + 0.6vw); -} -@media (min-width: 1200px) { - h3 { - font-size: 1.75rem; - } -} - -h4 { - font-size: calc(1.275rem + 0.3vw); -} -@media (min-width: 1200px) { - h4 { - font-size: 1.5rem; - } -} - -h5 { - font-size: 1.25rem; -} - -h6 { - font-size: 1rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-bs-original-title] { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul { - padding-left: 2rem; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; -} - -dt { - font-weight: 700; -} - -dd { - margin-bottom: 0.5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -b, -strong { - font-weight: bolder; -} - -small { - font-size: 0.875em; -} - -mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -sub, -sup { - position: relative; - font-size: 0.75em; - line-height: 0; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -a { - color: #0d6efd; - text-decoration: underline; -} -a:hover { - color: #0a58ca; -} - -a:not([href]):not([class]), a:not([href]):not([class]):hover { - color: inherit; - text-decoration: none; -} - -pre, -code, -kbd, -samp { - font-family: var(--bs-font-monospace); - font-size: 1em; - direction: ltr /* rtl:ignore */; - unicode-bidi: bidi-override; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - font-size: 0.875em; -} -pre code { - font-size: inherit; - color: inherit; - word-break: normal; -} - -code { - font-size: 0.875em; - color: #d63384; - word-wrap: break-word; -} -a > code { - color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 0.875em; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} -kbd kbd { - padding: 0; - font-size: 1em; - font-weight: 700; -} - -figure { - margin: 0 0 1rem; -} - -img, -svg { - vertical-align: middle; -} - -table { - caption-side: bottom; - border-collapse: collapse; -} - -caption { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - color: #6c757d; - text-align: left; -} - -th { - text-align: inherit; - text-align: -webkit-match-parent; -} - -thead, -tbody, -tfoot, -tr, -td, -th { - border-color: inherit; - border-style: solid; - border-width: 0; -} - -label { - display: inline-block; -} - -button { - border-radius: 0; -} - -button:focus:not(:focus-visible) { - outline: 0; -} - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -button, -select { - text-transform: none; -} - -[role=button] { - cursor: pointer; -} - -select { - word-wrap: normal; -} -select:disabled { - opacity: 1; -} - -[list]::-webkit-calendar-picker-indicator { - display: none; -} - -button, -[type=button], -[type=reset], -[type=submit] { - -webkit-appearance: button; -} -button:not(:disabled), -[type=button]:not(:disabled), -[type=reset]:not(:disabled), -[type=submit]:not(:disabled) { - cursor: pointer; -} - -::-moz-focus-inner { - padding: 0; - border-style: none; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - float: left; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: calc(1.275rem + 0.3vw); - line-height: inherit; -} -@media (min-width: 1200px) { - legend { - font-size: 1.5rem; - } -} -legend + * { - clear: left; -} - -::-webkit-datetime-edit-fields-wrapper, -::-webkit-datetime-edit-text, -::-webkit-datetime-edit-minute, -::-webkit-datetime-edit-hour-field, -::-webkit-datetime-edit-day-field, -::-webkit-datetime-edit-month-field, -::-webkit-datetime-edit-year-field { - padding: 0; -} - -::-webkit-inner-spin-button { - height: auto; -} - -[type=search] { - outline-offset: -2px; - -webkit-appearance: textfield; -} - -/* rtl:raw: -[type="tel"], -[type="url"], -[type="email"], -[type="number"] { - direction: ltr; -} -*/ -::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-color-swatch-wrapper { - padding: 0; -} - -::-webkit-file-upload-button { - font: inherit; -} - -::file-selector-button { - font: inherit; -} - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} - -output { - display: inline-block; -} - -iframe { - border: 0; -} - -summary { - display: list-item; - cursor: pointer; -} - -progress { - vertical-align: baseline; -} - -[hidden] { - display: none !important; -} - -/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css.map b/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css.map deleted file mode 100644 index 71177efc6ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-5.1.3-dist/css/bootstrap-reboot.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_root.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/vendor/_rfs.scss","../../scss/_variables.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"AAAA;;;;;;EAAA;ACAA;EAQI,kBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAAA,kBAAA;EAAA,gBAAA;EAAA,kBAAA;EAAA,uBAAA;EAIA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAIA,qBAAA;EAAA,uBAAA;EAAA,qBAAA;EAAA,kBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,mBAAA;EAAA,kBAAA;EAIA,8BAAA;EAAA,iCAAA;EAAA,6BAAA;EAAA,2BAAA;EAAA,6BAAA;EAAA,4BAAA;EAAA,6BAAA;EAAA,yBAAA;EAGF,6BAAA;EACA,uBAAA;EACA,+BAAA;EACA,+BAAA;EAMA,qNAAA;EACA,yGAAA;EACA,yFAAA;EAQA,gDAAA;EACA,yBAAA;EACA,0BAAA;EACA,0BAAA;EACA,wBAAA;EAIA,kBAAA;ACSF;;AC5CA;;;EAGE,sBAAA;AD+CF;;AChCI;EANJ;IAOM,uBAAA;EDoCJ;AACF;;ACvBA;EACE,SAAA;EACA,uCAAA;ECmPI,mCALI;ED5OR,uCAAA;EACA,uCAAA;EACA,2BAAA;EACA,qCAAA;EACA,mCAAA;EACA,8BAAA;EACA,6CAAA;AD0BF;;AChBA;EACE,cAAA;EACA,cE+kB4B;EF9kB5B,8BAAA;EACA,SAAA;EACA,aE8kB4B;AH3jB9B;;AChBA;EACE,WEwb4B;AHra9B;;ACTA;EACE,aAAA;EACA,qBEohB4B;EFjhB5B,gBEohB4B;EFnhB5B,gBEohB4B;AH1gB9B;;ACNA;ECwMQ,iCAAA;AF9LR;AE4BI;EDtCJ;IC+MQ,iBAAA;EFjMN;AACF;;ACVA;ECmMQ,iCAAA;AFrLR;AEmBI;EDjCJ;IC0MQ,eAAA;EFxLN;AACF;;ACdA;EC8LQ,+BAAA;AF5KR;AEUI;ED5BJ;ICqMQ,kBAAA;EF/KN;AACF;;AClBA;ECyLQ,iCAAA;AFnKR;AECI;EDvBJ;ICgMQ,iBAAA;EFtKN;AACF;;ACtBA;ECgLM,kBALI;AFjJV;;ACrBA;EC2KM,eALI;AF7IV;;ACdA;EACE,aAAA;EACA,mBEkU0B;AHjT5B;;ACNA;;EAEE,yCAAA;EAAA,iCAAA;EACA,YAAA;EACA,sCAAA;EAAA,8BAAA;ADSF;;ACHA;EACE,mBAAA;EACA,kBAAA;EACA,oBAAA;ADMF;;ACAA;;EAEE,kBAAA;ADGF;;ACAA;;;EAGE,aAAA;EACA,mBAAA;ADGF;;ACAA;;;;EAIE,gBAAA;ADGF;;ACAA;EACE,gBEuZ4B;AHpZ9B;;ACEA;EACE,qBAAA;EACA,cAAA;ADCF;;ACKA;EACE,gBAAA;ADFF;;ACUA;;EAEE,mBEgY4B;AHvY9B;;ACeA;EC4EM,kBALI;AFlFV;;ACkBA;EACE,cE4b4B;EF3b5B,yBEmc4B;AHld9B;;ACwBA;;EAEE,kBAAA;ECwDI,iBALI;EDjDR,cAAA;EACA,wBAAA;ADrBF;;ACwBA;EAAM,eAAA;ADpBN;;ACqBA;EAAM,WAAA;ADjBN;;ACsBA;EACE,cEpNQ;EFqNR,0BEkMwC;AHrN1C;ACqBE;EACE,cEiMsC;AHpN1C;;AC8BE;EAEE,cAAA;EACA,qBAAA;AD5BJ;;ACmCA;;;;EAIE,qCE6S4B;ED/RxB,cALI;EDPR,+BAAA;EACA,2BAAA;ADhCF;;ACuCA;EACE,cAAA;EACA,aAAA;EACA,mBAAA;EACA,cAAA;ECAI,kBALI;AF9BV;ACwCE;ECLI,kBALI;EDYN,cAAA;EACA,kBAAA;ADtCJ;;AC0CA;ECZM,kBALI;EDmBR,cE1QQ;EF2QR,qBAAA;ADvCF;AC0CE;EACE,cAAA;ADxCJ;;AC4CA;EACE,sBAAA;ECxBI,kBALI;ED+BR,WEvTS;EFwTT,yBE/SS;ECEP,qBAAA;AJqQJ;AC2CE;EACE,UAAA;EC/BE,cALI;EDsCN,gBE0Q0B;AHnT9B;;ACkDA;EACE,gBAAA;AD/CF;;ACqDA;;EAEE,sBAAA;ADlDF;;AC0DA;EACE,oBAAA;EACA,yBAAA;ADvDF;;AC0DA;EACE,mBEwU4B;EFvU5B,sBEuU4B;EFtU5B,cE1VS;EF2VT,gBAAA;ADvDF;;AC8DA;EAEE,mBAAA;EACA,gCAAA;AD5DF;;AC+DA;;;;;;EAME,qBAAA;EACA,mBAAA;EACA,eAAA;AD5DF;;ACoEA;EACE,qBAAA;ADjEF;;ACuEA;EAEE,gBAAA;ADrEF;;AC6EA;EACE,UAAA;AD1EF;;AC+EA;;;;;EAKE,SAAA;EACA,oBAAA;EC9HI,kBALI;EDqIR,oBAAA;AD5EF;;ACgFA;;EAEE,oBAAA;AD7EF;;ACkFA;EACE,eAAA;AD/EF;;ACkFA;EAGE,iBAAA;ADjFF;ACoFE;EACE,UAAA;ADlFJ;;ACyFA;EACE,aAAA;ADtFF;;AC8FA;;;;EAIE,0BAAA;AD3FF;AC8FI;;;;EACE,eAAA;ADzFN;;ACgGA;EACE,UAAA;EACA,kBAAA;AD7FF;;ACkGA;EACE,gBAAA;AD/FF;;ACyGA;EACE,YAAA;EACA,UAAA;EACA,SAAA;EACA,SAAA;ADtGF;;AC8GA;EACE,WAAA;EACA,WAAA;EACA,UAAA;EACA,qBE6J4B;EDhXtB,iCAAA;EDsNN,oBAAA;AD5GF;AE5QI;EDiXJ;ICxMQ,iBAAA;EFuGN;AACF;ACyGE;EACE,WAAA;ADvGJ;;AC8GA;;;;;;;EAOE,UAAA;AD3GF;;AC8GA;EACE,YAAA;AD3GF;;ACoHA;EACE,oBAAA;EACA,6BAAA;ADjHF;;ACyHA;;;;;;;CAAA;AAWA;EACE,wBAAA;ADzHF;;AC8HA;EACE,UAAA;AD3HF;;ACiIA;EACE,aAAA;AD9HF;;AC6HA;EACE,aAAA;AD9HF;;ACoIA;EACE,aAAA;EACA,0BAAA;ADjIF;;ACsIA;EACE,qBAAA;ADnIF;;ACwIA;EACE,SAAA;ADrIF;;AC4IA;EACE,kBAAA;EACA,eAAA;ADzIF;;ACiJA;EACE,wBAAA;AD9IF;;ACsJA;EACE,wBAAA;ADnJF","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$variable-prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$variable-prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$variable-prefix}white-rgb: #{to-rgb($white)};\n --#{$variable-prefix}black-rgb: #{to-rgb($black)};\n --#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n\n // Root and body\n // stylelint-disable custom-property-empty-line-before\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$variable-prefix}root-font-size: #{$font-size-root};\n }\n --#{$variable-prefix}body-font-family: #{$font-family-base};\n --#{$variable-prefix}body-font-size: #{$font-size-base};\n --#{$variable-prefix}body-font-weight: #{$font-weight-base};\n --#{$variable-prefix}body-line-height: #{$line-height-base};\n --#{$variable-prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$variable-prefix}body-text-align: #{$body-text-align};\n }\n --#{$variable-prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n // stylelint-enable custom-property-empty-line-before\n}\n","/*!\n * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n:root {\n --bs-blue: #0d6efd;\n --bs-indigo: #6610f2;\n --bs-purple: #6f42c1;\n --bs-pink: #d63384;\n --bs-red: #dc3545;\n --bs-orange: #fd7e14;\n --bs-yellow: #ffc107;\n --bs-green: #198754;\n --bs-teal: #20c997;\n --bs-cyan: #0dcaf0;\n --bs-white: #fff;\n --bs-gray: #6c757d;\n --bs-gray-dark: #343a40;\n --bs-gray-100: #f8f9fa;\n --bs-gray-200: #e9ecef;\n --bs-gray-300: #dee2e6;\n --bs-gray-400: #ced4da;\n --bs-gray-500: #adb5bd;\n --bs-gray-600: #6c757d;\n --bs-gray-700: #495057;\n --bs-gray-800: #343a40;\n --bs-gray-900: #212529;\n --bs-primary: #0d6efd;\n --bs-secondary: #6c757d;\n --bs-success: #198754;\n --bs-info: #0dcaf0;\n --bs-warning: #ffc107;\n --bs-danger: #dc3545;\n --bs-light: #f8f9fa;\n --bs-dark: #212529;\n --bs-primary-rgb: 13, 110, 253;\n --bs-secondary-rgb: 108, 117, 125;\n --bs-success-rgb: 25, 135, 84;\n --bs-info-rgb: 13, 202, 240;\n --bs-warning-rgb: 255, 193, 7;\n --bs-danger-rgb: 220, 53, 69;\n --bs-light-rgb: 248, 249, 250;\n --bs-dark-rgb: 33, 37, 41;\n --bs-white-rgb: 255, 255, 255;\n --bs-black-rgb: 0, 0, 0;\n --bs-body-color-rgb: 33, 37, 41;\n --bs-body-bg-rgb: 255, 255, 255;\n --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --bs-body-font-family: var(--bs-font-sans-serif);\n --bs-body-font-size: 1rem;\n --bs-body-font-weight: 400;\n --bs-body-line-height: 1.5;\n --bs-body-color: #212529;\n --bs-body-bg: #fff;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n :root {\n scroll-behavior: smooth;\n }\n}\n\nbody {\n margin: 0;\n font-family: var(--bs-body-font-family);\n font-size: var(--bs-body-font-size);\n font-weight: var(--bs-body-font-weight);\n line-height: var(--bs-body-line-height);\n color: var(--bs-body-color);\n text-align: var(--bs-body-text-align);\n background-color: var(--bs-body-bg);\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n background-color: currentColor;\n border: 0;\n opacity: 0.25;\n}\n\nhr:not([size]) {\n height: 1px;\n}\n\nh6, h5, h4, h3, h2, h1 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-bs-original-title] {\n text-decoration: underline dotted;\n cursor: help;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: #0d6efd;\n text-decoration: underline;\n}\na:hover {\n color: #0a58ca;\n}\n\na:not([href]):not([class]), a:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--bs-font-monospace);\n font-size: 1em;\n direction: ltr /* rtl:ignore */;\n unicode-bidi: bidi-override;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: #d63384;\n word-wrap: break-word;\n}\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 0.875em;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n}\nkbd kbd {\n padding: 0;\n font-size: 1em;\n font-weight: 700;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: #6c757d;\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\nselect:disabled {\n opacity: 1;\n}\n\n[list]::-webkit-calendar-picker-indicator {\n display: none;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n}\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n direction: ltr;\n}\n*/\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::file-selector-button {\n font: inherit;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n @if $font-size-root != null {\n font-size: var(--#{$variable-prefix}root-font-size);\n }\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n margin: 0; // 1\n font-family: var(--#{$variable-prefix}body-font-family);\n @include font-size(var(--#{$variable-prefix}body-font-size));\n font-weight: var(--#{$variable-prefix}body-font-weight);\n line-height: var(--#{$variable-prefix}body-line-height);\n color: var(--#{$variable-prefix}body-color);\n text-align: var(--#{$variable-prefix}body-text-align);\n background-color: var(--#{$variable-prefix}body-bg); // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n background-color: currentColor;\n border: 0;\n opacity: $hr-opacity;\n}\n\nhr:not([size]) {\n height: $hr-height; // 2\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-bs-original-title] { // 1\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n text-decoration-skip-ink: none; // 4\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n\n &:hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n direction: ltr #{\"/* rtl:ignore */\"};\n unicode-bidi: bidi-override;\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-`'; - - [].slice.call(document.querySelectorAll('div.highlight')) - .forEach(function (element) { - element.insertAdjacentHTML('beforebegin', btnHtml) - }) - - var clipboard = new ClipboardJS('.btn-clipboard', { - target: function (trigger) { - return trigger.parentNode.nextElementSibling - } - }) - - clipboard.on('success', function (event) { - var iconFirstChild = event.trigger.querySelector('.bi').firstChild - var namespace = 'http://www.w3.org/1999/xlink' - var originalXhref = iconFirstChild.getAttributeNS(namespace, 'href') - var originalTitle = event.trigger.title - - event.clearSelection() - iconFirstChild.setAttributeNS(namespace, 'href', originalXhref.replace('clipboard', 'check2')) - event.trigger.title = "Copied!" - - setTimeout(function () { - iconFirstChild.setAttributeNS(namespace, 'href', originalXhref) - event.trigger.title = originalTitle - }, 2000) - }) - - clipboard.on('error', function () { - var modifierKey = /mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-' - var fallbackMsg = 'Press ' + modifierKey + 'C to copy' - var errorElement = document.getElementById('copy-error-callout') - - if (!errorElement) { - return - } - - errorElement.classList.remove('d-none') - errorElement.insertAdjacentHTML('afterbegin', fallbackMsg) - }); - - // Disable empty links in docs - [].slice.call(document.querySelectorAll('[href="#"]')) - .forEach(function (link) { - link.addEventListener('click', function (event) { - event.preventDefault() - }) - }) -})() diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/js/vendor/clipboard.min.js b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/js/vendor/clipboard.min.js deleted file mode 100644 index 1e6a96f4e6c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/js/vendor/clipboard.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * clipboard.js v2.0.6 - * https://clipboardjs.com/ - * - * Licensed MIT © Zeno Rocha - */ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o "; - user-select: none; - } -} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/_variables.scss b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/_variables.scss deleted file mode 100644 index d4b484334a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/_variables.scss +++ /dev/null @@ -1,16 +0,0 @@ -$white: #fff; -$blue: #007bff; -$gray-100: #f8f9fa; -$gray-500: #adb5bd; -$gray-700: #495057; -$gray-900: #212529; -$primary: #0d6efd; -$teal-100: #d2f4ea; - -// Local docs variables -$bd-purple: #563d7c; -$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); // #7952b3 -$bd-dark: #2a2730; -$bd-download: #ffe484; - -$spacer: 1rem; diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/docs.scss b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/docs.scss deleted file mode 100644 index a73cc61a361..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/assets/scss/docs.scss +++ /dev/null @@ -1,184 +0,0 @@ -@import "variables"; -@import "buttons"; -@import "clipboard-js"; -@import "navbar"; -@import "skippy"; -@import "footer"; -@import "syntax"; -@import "ads"; - -.bi { - display: inline-block; - vertical-align: -.125em; -} - -.hero-notice { - background-color: $teal-100; - - @media (min-width: 540px) { - border-radius: 5em !important; // stylelint-disable-line declaration-no-important - } -} - -.highlight { - padding: 1.25rem; - margin-bottom: 1.5rem; - background-color: $gray-100; - border-radius: .25rem; - - pre { - margin-bottom: 0; - scrollbar-width: none; - - &::-webkit-scrollbar { - display: none; - } - - code { - word-wrap: normal; - } - } -} - -.bd-example { - padding: 1.25rem; - border: 1px solid rgba(0, 0, 0, .1); - border-top-left-radius: .25rem; - border-top-right-radius: .25rem; - - + .bd-clipboard + .highlight pre { - border-top-left-radius: 0; - border-top-right-radius: 0; - } -} - -.f0 { - font-size: 2rem; - - @media (min-width: 520px) { - font-size: 3rem; - } -} -.f3 { - font-size: 1.25rem; - - @media (min-width: 520px) { - font-size: 1.5rem; - } -} -.f5 { - font-size: 1rem; -} - -.hero { - border-bottom: 1px solid rgba(0, 0, 0, .05); - - .highlight pre { - padding-right: 4em; - margin-bottom: 0; - border-radius: .5rem; - } - .btn-clipboard { - top: .625em; - } - - hr { - max-width: 100px; - } -} - -.icon-search { - @media (min-width: 768px) { - width: 35%; - } -} - -.list { - font-size: 2rem; - - // stylelint-disable declaration-no-important - a:hover, - a:focus { - &, - .name { - color: var(--bs-blue) !important; - } - } - // stylelint-enable declaration-no-important - - &:empty::before { - display: block; - width: 100%; - padding: 100px 2rem; - margin-right: 15px; - margin-left: 15px; - color: $gray-500; - text-align: center; - content: "Nothing found, try searching again."; - background-color: $gray-100; - border-radius: .5rem; - } -} - -.btn-group > .btn { - flex-shrink: 0; -} - -.name { - font-size: .8125rem; -} - -@media (min-width: 1200px) { - .row-cols-xl-8 { - > * { - flex: 0 0 12.5%; - max-width: 12.5%; - } - } -} - -.icon-demo { - background-color: #fdfdfd; - background-image: radial-gradient(circle, #ddd 1px, rgba(0, 0, 0, 0) 1px); - background-size: 1rem 1rem; -} - -.icon-demo, -.icon-demo-examples { - .bi { - width: 1em; - height: 1em; - } -} - -// stylelint-disable declaration-no-important -.py-6 { - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; -} -// stylelint-enable declaration-no-important - -// stylelint-disable -@font-face { - font-family: bootstrap-icons; - src: url("../../font/fonts/bootstrap-icons.woff2?c0f46bd4a179066373b636ea27738b40") format("woff2"), - url("../../font/fonts/bootstrap-icons.woff?c0f46bd4a179066373b636ea27738b40") format("woff"); -} - -[class^="bi-"]::before, -[class*=" bi-"]::before { - display: inline-block; - font-family: bootstrap-icons !important; - font-style: normal; - font-weight: 400 !important; - font-variant: normal; - line-height: 1; - text-transform: none; - vertical-align: -.125em; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.bi-alarm::before { content: "\f102"; } -.bi-github::before { content: "\f3ed"; } -// stylelint-enable diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/404.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/404.md deleted file mode 100644 index 5beda81f5d3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/404.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "404 - File not found" -description: "" -layout: 404 -url: /404.html -robots: noindex,follow -sitemap_exclude: true ---- - -

-

404

-

File not found

-
diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/_index.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/_index.md deleted file mode 100644 index 7391faffcf1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/_index.md +++ /dev/null @@ -1,223 +0,0 @@ ---- ---- - -## Install - -Bootstrap Icons are published to npm, but they can also be manually downloaded if needed. - -
-
-{{< md >}} -### npm -Install [Bootstrap Icons](https://www.npmjs.com/package/bootstrap-icons)—including SVGs, icon sprite, and icon fonts—with npm. Then, choose how you'd like to include the icons with the [usage instructions](#usage). - -{{< highlight sh >}} -npm i bootstrap-icons -{{< /highlight >}} -{{< /md >}} -
-
-{{< md >}} -### Download -[Releases are published on GitHub](https://github.com/twbs/icons/releases/) and include icon SVGs, fonts, license, and readme. Our `package.json` is also included, though our npm scripts are primarily available for our development workflows. - -Download latest ZIP -{{< /md >}} -
-
-{{< md >}} -### CDN -Include the icon fonts stylesheet—in your website `` or via `@import` in CSS—from our CDN and get started in seconds. [See icon font docs](#icon-font) for examples. - -{{< highlight html >}} - -{{< /highlight >}} - -{{< highlight css >}} -@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@{{< param version >}}/font/bootstrap-icons.css"); -{{< /highlight >}} -{{< /md >}} -
-
- -## Usage - -Bootstrap Icons are SVGs, so you can include them into your HTML in a few ways depending on how your project is setup. Bootstrap Icons include a `width` and `height` of `1em` by default to allow for easy resizing via `font-size`. - -
-
-{{< md >}} -### Embedded -Embed your icons within the HTML of your page (as opposed to an external image file). Here we've used a custom `width` and `height`. -{{< /md >}} -
-
- {{< example >}}{{< /example >}} -
-
- -
-
-{{< md >}} -### Sprite -Use the SVG sprite to insert any icon through the `` element. Use the icon's filename as the fragment identifier (e.g., `toggles` is `#toggles`). SVG sprites allow you to reference an external file similar to an `` element, but with the power of `currentColor` for easy theming. - -**Heads up!** There's an issue with Chrome where [`` doesn't work across domains](https://bugs.chromium.org/p/chromium/issues/detail?id=470601). -{{< /md >}} -
-
-{{< example >}} - - - - - - - - - -{{< /example >}} -
-
- -
-
-{{< md >}} -### External image -Copy the Bootstrap Icons SVGs to your directory of choice and reference them like normal images with the `` element. -{{< /md >}} -
-
- {{< example >}}Bootstrap{{< /example >}} -
-
- -
-
-{{< md >}} -### Icon font -Icon fonts with classes for every icon are also included for Bootstrap Icons. Include the icon web fonts in your page via CSS, then reference the class names as needed in your HTML (e.g., ``). - -Use `font-size` and `color` to change the icon appearance. -{{< /md >}} -
-
- {{< example >}}{{< /example >}} - {{< example >}}{{< /example >}} -
-
- -
-
-{{< md >}} -### CSS -You can also use the SVG within your CSS (**be sure to escape any characters**, such as `#` to `%23` when specifying hex color values). When no dimensions are specified via `width` and `height` on the ``, the icon will fill the available space. - -The `viewBox` attribute is required if you wish to resize icons with `background-size`. Note that the `xmlns` attribute is required. -{{< /md >}} -
-
-{{< highlight css >}} -.bi::before { - display: inline-block; - content: ""; - vertical-align: -.125em; - background-image: url("data:image/svg+xml,"); - background-repeat: no-repeat; - background-size: 1rem 1rem; -} - -{{< /highlight >}} -
-
- -
-
-{{< md >}} -## Styling -Color can be changed by setting a `.text-*` class or custom CSS: -{{< /md >}} -
-
-
- - - - -
-{{< highlight html >}} - - ... - -{{< /highlight >}} -
-
- -
-
-{{< md >}} -## Accessibility -If the icons are not purely decorative, make sure you provide an appropriate text alternative. Depending on which method you're using to add the icons, and where you're using them (e.g. as standalone images, or as the only content of a button or similar control), there are various possible approaches. Here are a few examples: -{{< /md >}} -
-
-
- Bootstrap -
-{{< highlight html >}} - -Bootstrap -{{< /highlight >}} -
- -
-{{< highlight html >}} - -{{< /highlight >}} -
- - - -
-{{< highlight html >}} - - - -{{< /highlight >}} -
- -
-{{< highlight html >}} - - -{{< /highlight >}} -
-
- -
-
-{{< md >}} -## Working with SVGs -SVGs are awesome to work with, but they do have some known quirks to work around. Given the numerous ways in which SVGs can be used, we haven't included these attributes and workarounds in our code. -{{< /md >}} -
-
-{{< md >}} -Known issues include: - -- **SVGs receive focus by default in Internet Explorer and Edge Legacy.** When embedding your SVGs, add `focusable="false"` to the `` element. [Learn more on Stack Overflow.](https://stackoverflow.com/questions/18646111/disable-onfocus-event-for-svg-element) - -- **When using SVGs with `` elements, screen readers may not announce them as images, or skip the image completely.** Include an additional `role="img"` on the `` element to avoid any issues. [See this article for details.](https://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-2) - -- **External SVG sprites may not function correctly in Internet Explorer.** Use the [svg4everybody](https://github.com/jonathantneal/svg4everybody) polyfill as needed. - -Found another issue with SVGs we should note? Please open [an issue]({{< param repo >}}/issues) to share details. -{{< /md >}} -
-
diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/activity.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/activity.md deleted file mode 100644 index 8f3624e23a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/activity.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Activity -categories: - - Data -tags: - - pulse - - heartbeat - - rhythm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm-fill.md deleted file mode 100644 index f3bc9f360f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Alarm Fill -categories: - - Devices -tags: - - alarm - - clock - - time ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm.md deleted file mode 100644 index a35e4fd2481..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alarm.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Alarm -categories: - - Devices -tags: - - alarm - - clock - - time ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-bottom.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-bottom.md deleted file mode 100644 index 651916807f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-bottom.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align bottom -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-center.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-center.md deleted file mode 100644 index 3c3ff52b512..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-center.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align center -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-end.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-end.md deleted file mode 100644 index a3b11689c73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-end.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align end -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-middle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-middle.md deleted file mode 100644 index 4bf9d7c51dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-middle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align middle -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-start.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-start.md deleted file mode 100644 index 7a62215ace2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-start.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align start -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-top.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-top.md deleted file mode 100644 index 33d130feb7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/align-top.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Align top -categories: - - Graphics -tags: - - space - - align - - distribute ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alt.md deleted file mode 100644 index dd46d4ce219..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Alt -categories: - - UI and keyboard -tags: - - key - - alt - - option ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app-indicator.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app-indicator.md deleted file mode 100644 index 844733c05e8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app-indicator.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: App indicator -categories: - - Apps -tags: - - app - - application - - ios - - android - - notification - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app.md deleted file mode 100644 index 0cb25172946..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/app.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: App -categories: - - Apps -tags: - - app - - application - - ios - - android - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/apple.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/apple.md deleted file mode 100644 index 3770cb0da24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/apple.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Apple -categories: - - Brand -tags: - - aapl - - mac - - macintosh ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive-fill.md deleted file mode 100644 index 33e6d77c997..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Archive fill -categories: - - Files and folders -tags: - - box - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive.md deleted file mode 100644 index 9ac343b3d0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/archive.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Archive -categories: - - Files and folders -tags: - - box - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-down.md deleted file mode 100644 index e63985d57eb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-down.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow 90deg down -categories: - - Arrows -tags: - - arrow - - right-angle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-left.md deleted file mode 100644 index 3cbb5cbea0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-left.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow 90deg left -categories: - - Arrows -tags: - - arrow - - right-angle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-right.md deleted file mode 100644 index 041401359be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-right.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow 90deg right -categories: - - Arrows -tags: - - arrow - - right-angle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-up.md deleted file mode 100644 index 990dbf32b9e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-90deg-up.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow 90deg up -categories: - - Arrows -tags: - - arrow - - right-angle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-down.md deleted file mode 100644 index ea86ac2e86d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow bar bottom -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-left.md deleted file mode 100644 index 082e61fc67a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow bar left -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-right.md deleted file mode 100644 index 06c25c66816..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow bar right -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-up.md deleted file mode 100644 index 3d1112a0a91..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-bar-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow bar up -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-clockwise.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-clockwise.md deleted file mode 100644 index 99b815438ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-clockwise.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Arrow clockwise -categories: - - Arrows -tags: - - arrow - - right - - spin - - turn - - around - - round - - rotate ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-counterclockwise.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-counterclockwise.md deleted file mode 100644 index df9089206bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-counterclockwise.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Arrow counterclockwise -categories: - - Arrows -tags: - - arrow - - left - - spin - - turn - - around - - round - - rotate ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle-fill.md deleted file mode 100644 index 8c9b854a096..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle.md deleted file mode 100644 index 2ab044ddbaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle-fill.md deleted file mode 100644 index f534396c235..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down left circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle.md deleted file mode 100644 index 1deb79d390c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down left circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square-fill.md deleted file mode 100644 index 93eaea604b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down left square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square.md deleted file mode 100644 index e691a8fdf26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down left square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left.md deleted file mode 100644 index 0d462339b7a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow down-left -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle-fill.md deleted file mode 100644 index 30b0952f55a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down right circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle.md deleted file mode 100644 index f703426e033..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down right circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square-fill.md deleted file mode 100644 index 455863f9dca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down right square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square.md deleted file mode 100644 index 3fdc16721ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down right square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right.md deleted file mode 100644 index 5d5a0f6b511..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow down-right -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-short.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-short.md deleted file mode 100644 index 8f72352f725..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-short.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow down-short -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square-fill.md deleted file mode 100644 index dd99d433f6c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square.md deleted file mode 100644 index 2d0cbfa2d59..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow down square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-up.md deleted file mode 100644 index ae2f0991d4e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow down-up -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down.md deleted file mode 100644 index b939377831f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow down -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle-fill.md deleted file mode 100644 index 4bac40c87af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow left circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle.md deleted file mode 100644 index 921304e9a49..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow left circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-right.md deleted file mode 100644 index 8e20940e6c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow left-right -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-short.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-short.md deleted file mode 100644 index 3d07fbe61c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-short.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow left-short -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square-fill.md deleted file mode 100644 index 0b307adb737..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow left square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square.md deleted file mode 100644 index 7e2d670ed98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow left square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left.md deleted file mode 100644 index 9542fe13d9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow left -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-repeat.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-repeat.md deleted file mode 100644 index c39a294f219..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-repeat.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Arrow repeat -categories: - - Arrows -tags: - - arrow - - spin - - turn - - around - - round - - rotate ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-left.md deleted file mode 100644 index ee4f2e849fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-left.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow return left -categories: - - Arrows -tags: - - arrow - - return ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-right.md deleted file mode 100644 index b12b57b0e4b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-return-right.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Arrow return right -categories: - - Arrows -tags: - - arrow - - return ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle-fill.md deleted file mode 100644 index 832156ac289..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow right circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle.md deleted file mode 100644 index b5fe9ad41af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow right circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-short.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-short.md deleted file mode 100644 index 63985b87afe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-short.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow right-short -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square-fill.md deleted file mode 100644 index 1ab8c66498e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow right square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square.md deleted file mode 100644 index 7dd78ed21be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow right square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right.md deleted file mode 100644 index 85853f76024..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow right -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle-fill.md deleted file mode 100644 index 7f891ab7ea8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle.md deleted file mode 100644 index 8df467ac986..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle-fill.md deleted file mode 100644 index 52abb92d05e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up left circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle.md deleted file mode 100644 index 98f4b31c485..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up left circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square-fill.md deleted file mode 100644 index 440f017fbf3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up left square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square.md deleted file mode 100644 index 11586e41ae0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up left square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left.md deleted file mode 100644 index 349d4544c28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow up-left -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle-fill.md deleted file mode 100644 index 2b7923a4ca0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up right circle fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle.md deleted file mode 100644 index b5986817018..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up right circle -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - circle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square-fill.md deleted file mode 100644 index f4ebadc1630..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up right square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square.md deleted file mode 100644 index c0c5c23bdca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up right square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right.md deleted file mode 100644 index 21386af491b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow up-right -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-short.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-short.md deleted file mode 100644 index 219d00941e8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-short.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow up-short -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square-fill.md deleted file mode 100644 index cc7dd9a9311..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up square fill -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square.md deleted file mode 100644 index 91b12c7e9b0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrow up square -layout: icon -categories: - - Shape Arrows -tags: - - arrow - - square ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up.md deleted file mode 100644 index 68a45473d5e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrow-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrow up -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-contract.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-contract.md deleted file mode 100644 index 24d3d491e2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-contract.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrows angle contract -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-expand.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-expand.md deleted file mode 100644 index d0b2a5f45e5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-angle-expand.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrows angle expand -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-collapse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-collapse.md deleted file mode 100644 index f57c59df37f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-collapse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrows collapse -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-expand.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-expand.md deleted file mode 100644 index 05193cdc00e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-expand.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrows expand -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-fullscreen.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-fullscreen.md deleted file mode 100644 index 034888973e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-fullscreen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arrows fullscreen -categories: - - Arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-move.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-move.md deleted file mode 100644 index 30a6201fb9c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/arrows-move.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Arrows move -categories: - - Arrows -tags: - - arrow - - cursor - - move ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio-fill.md deleted file mode 100644 index aeea4181781..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Aspect ratio fill -categories: - - Media -tags: - - size - - resize - - crop - - dimensions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio.md deleted file mode 100644 index a6341afce5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/aspect-ratio.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Aspect ratio -categories: - - Media -tags: - - size - - resize - - crop - - dimensions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/asterisk.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/asterisk.md deleted file mode 100644 index 5217f27c480..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/asterisk.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Asterisk -layout: icon -categories: - - Typography -tags: - - asterisks - - star ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/at.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/at.md deleted file mode 100644 index dca95c1d53a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/at.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: At -categories: - - Communications -tags: - - mention - - sign ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award-fill.md deleted file mode 100644 index a31c9193fb3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Award fill -categories: - - Real world -tags: - - prize - - rosette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award.md deleted file mode 100644 index 31b73f7cc26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/award.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Award -categories: - - Real world -tags: - - prize - - rosette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/back.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/back.md deleted file mode 100644 index 0fa6226d719..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/back.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Back -categories: - - Graphics -tags: - - backward - - layer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-fill.md deleted file mode 100644 index e213a6e0ab5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Backspace fill -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse-fill.md deleted file mode 100644 index 2f522ef192a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Backspace reverse fill -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse.md deleted file mode 100644 index 944c3857973..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace-reverse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Backspace reverse -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace.md deleted file mode 100644 index 0701720f657..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/backspace.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Backspace -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d-fill.md deleted file mode 100644 index e7ec89787a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge 3d fill -categories: - - Badges -tags: - - 3d - - display - - dimension ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d.md deleted file mode 100644 index 558c6faac28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-3d.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge 3d -categories: - - Badges -tags: - - 3d - - display - - dimension ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k-fill.md deleted file mode 100644 index 66055a7c76e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Badge 4k fill -categories: - - Badges -tags: - - 4k - - display - - resolution - - retina ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k.md deleted file mode 100644 index 0059bb773ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-4k.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Badge 4k -categories: - - Badges -tags: - - 4k - - display - - resolution - - retina ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k-fill.md deleted file mode 100644 index b852316e8dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Badge 8k fill -categories: - - Badges -tags: - - 4k - - display - - resolution - - retina ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k.md deleted file mode 100644 index e81284809ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-8k.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Badge 8k -categories: - - Badges -tags: - - 4k - - display - - resolution - - retina ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad-fill.md deleted file mode 100644 index 5462d8853bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge ad fill -categories: - - Badges -tags: - - advertisement ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad.md deleted file mode 100644 index b73b0ec6c06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ad.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge ad -categories: - - Badges -tags: - - advertisement ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar-fill.md deleted file mode 100644 index a923ced5f33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge ar fill -categories: - - Badges -tags: - - augmented - - reality - - ar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar.md deleted file mode 100644 index 23a85bbf205..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-ar.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge ar -categories: - - Badges -tags: - - augmented - - reality - - ar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc-fill.md deleted file mode 100644 index dcba9627b71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge cc fill -categories: - - Badges -tags: - - "closed captioning" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc.md deleted file mode 100644 index 110d7ee9d3d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-cc.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge cc -categories: - - Badges -tags: - - "closed captioning" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd-fill.md deleted file mode 100644 index 06e0d7afc51..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge hd fill -categories: - - Badges -tags: - - display - - resolution - - "high definition" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd.md deleted file mode 100644 index e780b6238f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-hd.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge hd -categories: - - Badges -tags: - - display - - resolution - - "high definition" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm-fill.md deleted file mode 100644 index 23d59fb5633..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge tm fill -categories: - - Badges -tags: - - trademark ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm.md deleted file mode 100644 index 42de8a055bc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-tm.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Badge tm -categories: - - Badges -tags: - - trademark ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo-fill.md deleted file mode 100644 index 154b1d731ed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Badge vo fill -categories: - - Badges -tags: - - voiceover - - accessibility ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo.md deleted file mode 100644 index e04e786c25c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vo.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Badge vo -categories: - - Badges -tags: - - voiceover - - accessibility ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr-fill.md deleted file mode 100644 index 4d0ff788200..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge vr fill -categories: - - Badges -tags: - - virtual - - reality - - vr ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr.md deleted file mode 100644 index 3aa841b128c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-vr.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Badge vr -categories: - - Badges -tags: - - virtual - - reality - - vr ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc-fill.md deleted file mode 100644 index 43f606f02ba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Badge wc fill -categories: - - Badges -tags: - - wash closet - - wc ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc.md deleted file mode 100644 index d5dbd036f93..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/badge-wc.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Badge wc -categories: - - Badges -tags: - - wash closet - - wc ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check-fill.md deleted file mode 100644 index 57f283a2dca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Bag check fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check.md deleted file mode 100644 index 292704aebb9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-check.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bag check -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash-fill.md deleted file mode 100644 index 12058ef8852..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Bag dash fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash.md deleted file mode 100644 index 74a26dbafc3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-dash.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bag dash -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-fill.md deleted file mode 100644 index 17cf0431bd4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Bag fill -categories: - - Commerce -tags: - - shopping - - cart - - purchase - - buy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus-fill.md deleted file mode 100644 index 913c69a7fda..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bag plus fill -categories: - - Commerce -tags: - - shopping - - add - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus.md deleted file mode 100644 index 419fca0a553..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Bag plus -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x-fill.md deleted file mode 100644 index cddaed90f57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Bag x fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x.md deleted file mode 100644 index a604b54da8b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag-x.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Bag x -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag.md deleted file mode 100644 index 88093b5c785..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bag.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Bag -categories: - - Commerce -tags: - - shopping - - cart - - purchase - - buy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank.md deleted file mode 100644 index 3c8dbf1d19a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bank -categories: - - Commerce -tags: - - money - - finance - - banking - - market - - temple ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank2.md deleted file mode 100644 index 40b83626b23..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bank2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bank2 -categories: - - Commerce -tags: - - money - - finance - - banking - - market - - temple ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-fill.md deleted file mode 100644 index a5bd2d85045..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bar chart fill -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line-fill.md deleted file mode 100644 index 425a9de50fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bar chart line fill -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line.md deleted file mode 100644 index 7304ec0ad33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-line.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bar chart line -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-steps.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-steps.md deleted file mode 100644 index b4828d646d4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart-steps.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bar chart steps -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart.md deleted file mode 100644 index 2333408617f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bar-chart.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bar chart -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket-fill.md deleted file mode 100644 index 1861d9bbce9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket fill -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket.md deleted file mode 100644 index e141fa56c8f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2-fill.md deleted file mode 100644 index fbc4931d59f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket2 fill -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2.md deleted file mode 100644 index c01afb3fbed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket2.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket2 -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3-fill.md deleted file mode 100644 index 25529d65e4e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket3 fill -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3.md deleted file mode 100644 index 59ce0660389..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/basket3.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Basket3 -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-charging.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-charging.md deleted file mode 100644 index d90efa17095..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-charging.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Battery charging -categories: - - Devices -tags: - - power - - charge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-full.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-full.md deleted file mode 100644 index 3fffb9a496c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-full.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Battery full -categories: - - Devices -tags: - - power - - charge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-half.md deleted file mode 100644 index 8df07511b20..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Battery half -categories: - - Devices -tags: - - power - - charge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery.md deleted file mode 100644 index 4517d6e47ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/battery.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Battery -categories: - - Devices -tags: - - power - - charge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/behance.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/behance.md deleted file mode 100644 index b34b06a21fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/behance.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Behance -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-fill.md deleted file mode 100644 index f27fe1723fa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bell fill -categories: - - Communications -tags: - - notification - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash-fill.md deleted file mode 100644 index 93193670aff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bell slash fill -categories: - - Communications -tags: - - notification - - silenced - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash.md deleted file mode 100644 index b6a9f3c8abd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell-slash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bell slash -categories: - - Communications -tags: - - notification - - silenced - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell.md deleted file mode 100644 index 5716de63fdd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bell.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bell -categories: - - Communications -tags: - - notification - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier.md deleted file mode 100644 index 63427c56949..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bezier -categories: - - Graphics -tags: - - graphics - - vector - - pen ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier2.md deleted file mode 100644 index 1e74bf812e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bezier2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bezier2 -categories: - - Graphics -tags: - - graphics - - vector - - pen ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bicycle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bicycle.md deleted file mode 100644 index 38eeb8021fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bicycle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Bicycle -categories: - - Real world -tags: - - bike - - riding - - bicycling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars-fill.md deleted file mode 100644 index 04b6e036faf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Binoculars fill -categories: - - Real world -tags: - - distance - - view - - search ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars.md deleted file mode 100644 index ce0e8fe49b9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/binoculars.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Binoculars -categories: - - Real world -tags: - - distance - - view - - search ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-left.md deleted file mode 100644 index ec445975160..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-left.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Blockquote left -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-right.md deleted file mode 100644 index 18c09b210e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/blockquote-right.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Blockquote right -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-fill.md deleted file mode 100644 index ed4043b7aa9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Book fill -categories: - - Real world -tags: - - novel - - read - - magazine ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-half.md deleted file mode 100644 index 19e8f4fba88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book-half.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Book half -categories: - - Real world -tags: - - novel - - read - - magazine ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book.md deleted file mode 100644 index 9f62a54202b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/book.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Book -categories: - - Real world -tags: - - novel - - read - - magazine ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check-fill.md deleted file mode 100644 index 159b2484387..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark check fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check.md deleted file mode 100644 index d7936313e05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-check.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark check -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash-fill.md deleted file mode 100644 index de9bc5c44c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark dash fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash.md deleted file mode 100644 index 4f333bd40c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-dash.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark dash -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-fill.md deleted file mode 100644 index 230c9c8bb3b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart-fill.md deleted file mode 100644 index 697c963049f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark heart fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart.md deleted file mode 100644 index b77df8c4a7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-heart.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark heart -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus-fill.md deleted file mode 100644 index d9a30a7cd9b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark plus fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus.md deleted file mode 100644 index 016a978f61c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-plus.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark plus -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star-fill.md deleted file mode 100644 index d8517aa0f29..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark star fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star.md deleted file mode 100644 index 249a0f83f46..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-star.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark star -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x-fill.md deleted file mode 100644 index 89c9a4a8220..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark x fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x.md deleted file mode 100644 index 88bceeb5e15..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark-x.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark x -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark.md deleted file mode 100644 index fb97c56ac6c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmark.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmark -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks-fill.md deleted file mode 100644 index 959c81d8ceb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmarks fill -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks.md deleted file mode 100644 index 2e536b88de5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookmarks.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Bookmarks -categories: - - Miscellaneous -tags: - - reading - - book - - label - - tag - - category ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookshelf.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookshelf.md deleted file mode 100644 index ffad38d3557..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bookshelf.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bookshelf -categories: - - Real world -tags: - - shelf ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-fill.md deleted file mode 100644 index 06a10d02c53..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bootstrap fill -categories: - - Bootstrap -tags: - - bootstrap ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-reboot.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-reboot.md deleted file mode 100644 index e16e4257e56..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap-reboot.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bootstrap Reboot -categories: - - Bootstrap -tags: - - bootstrap ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap.md deleted file mode 100644 index e03207a9377..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bootstrap.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bootstrap -categories: - - Bootstrap -tags: - - bootstrap ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-all.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-all.md deleted file mode 100644 index b2fa39cc776..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-all.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border all -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-bottom.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-bottom.md deleted file mode 100644 index dea819097a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-bottom.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border bottom -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-center.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-center.md deleted file mode 100644 index 7f9a6495423..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-center.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border center -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-inner.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-inner.md deleted file mode 100644 index 69d87552254..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-inner.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border inner -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-left.md deleted file mode 100644 index dc493839be4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border left -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-middle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-middle.md deleted file mode 100644 index e98352b46fc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-middle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border middle -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-outer.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-outer.md deleted file mode 100644 index 99ce9bbbf0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-outer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border outer -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-right.md deleted file mode 100644 index b78510b0928..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border right -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-style.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-style.md deleted file mode 100644 index 30da3684d2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-style.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Border style -categories: - - Typography -tags: - - borders - - wysiwyg ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-top.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-top.md deleted file mode 100644 index 478e1293a20..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-top.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border top -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-width.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-width.md deleted file mode 100644 index c0c8d914102..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border-width.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Border width -categories: - - Typography -tags: - - borders - - wysiwyg ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border.md deleted file mode 100644 index edff54bfb26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/border.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Border -categories: - - UI and keyboard -tags: - - borders ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box-circles.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box-circles.md deleted file mode 100644 index 65c893ae564..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box-circles.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Bounding box circles -categories: - - Graphics -tags: - - text - - shape - - resize - - dimensions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box.md deleted file mode 100644 index cc2c3957010..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bounding-box.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Bounding box -categories: - - Graphics -tags: - - text - - shape - - resize - - dimensions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-left.md deleted file mode 100644 index d687e293f7b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow bottom-left -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-right.md deleted file mode 100644 index f9f97f53afb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow bottom-right -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down.md deleted file mode 100644 index 8aa344f5c9f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Box arrow down -categories: - - Box arrows -tags: - - arrow - - download - - save ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-left.md deleted file mode 100644 index 2bdf1e51613..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow in down left -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-right.md deleted file mode 100644 index 5d55af31330..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow in down right -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down.md deleted file mode 100644 index 19b2a2a2b35..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-down.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Box arrow in down -categories: - - Box arrows -tags: - - arrow - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-left.md deleted file mode 100644 index 7ff03377bce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-left.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Box arrow in left -categories: - - Box arrows -tags: - - arrow - - login - - signin - - enter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-right.md deleted file mode 100644 index 3c1220ba8af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-right.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Box arrow in right -categories: - - Box arrows -tags: - - arrow - - login - - signin - - enter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-left.md deleted file mode 100644 index 806dcd20043..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow in up left -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-right.md deleted file mode 100644 index 17a47cbe4a8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow in up right -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up.md deleted file mode 100644 index 232e5c8a16d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-in-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow in up -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-left.md deleted file mode 100644 index 88adbfc3d99..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-left.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Box arrow left -categories: - - Box arrows -tags: - - arrow - - logout - - signout - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-right.md deleted file mode 100644 index ee391b0024c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-right.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Box arrow right -categories: - - Box arrows -tags: - - arrow - - logout - - signout - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-left.md deleted file mode 100644 index bcf56be6405..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-left.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Box arrow up-left -categories: - - Box arrows -tags: - - arrow - - external link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-right.md deleted file mode 100644 index cbbc407fd41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up-right.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Box arrow up-right -categories: - - Box arrows -tags: - - arrow - - external link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up.md deleted file mode 100644 index f8219ccdac9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-arrow-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Box arrow up -categories: - - Box arrows -tags: - - arrow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-seam.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-seam.md deleted file mode 100644 index 276ea2af999..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box-seam.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Box seam -layout: icon -categories: - - Real world -tags: - - cardboard - - package ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box.md deleted file mode 100644 index cd6fe297c48..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/box.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Box -layout: icon -categories: - - Real world -tags: - - cardboard - - package - - cube ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/braces.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/braces.md deleted file mode 100644 index bd347aaacb3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/braces.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Braces -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bricks.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bricks.md deleted file mode 100644 index 94304a474b6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bricks.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bricks -categories: - - Real world -tags: - - wall - - firewall ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase-fill.md deleted file mode 100644 index d4623f02041..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Briefcase fill -categories: - - Real world -tags: - - business - - bag - - baggage ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase.md deleted file mode 100644 index 28609778795..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/briefcase.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Briefcase -categories: - - Real world -tags: - - business - - bag - - baggage ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high-fill.md deleted file mode 100644 index 9ef6e34cf14..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness alt high fill -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high.md deleted file mode 100644 index b72ad5aa4bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-high.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness alt high -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low-fill.md deleted file mode 100644 index cfcf7296303..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness alt low fill -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low.md deleted file mode 100644 index cff83b05bed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-alt-low.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness alt low -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high-fill.md deleted file mode 100644 index f94ae59be52..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness high fill -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high.md deleted file mode 100644 index a99c90d1742..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-high.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness high -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low-fill.md deleted file mode 100644 index 1daa7932ee3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness low fill -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low.md deleted file mode 100644 index de15f299370..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brightness-low.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Brightness low -categories: - - UI and keyboard -tags: - - brightness - - sun - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast-pin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast-pin.md deleted file mode 100644 index 5bc9d529d50..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast-pin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Broadcast pin -categories: - - Communications -tags: - - radio - - "radio wave" - - amplify - - wavelength ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast.md deleted file mode 100644 index 0319be6b38e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/broadcast.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Broadcast -categories: - - Communications -tags: - - radio - - "radio wave" - - amplify - - wavelength ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush-fill.md deleted file mode 100644 index c77289b6427..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Brush fill -categories: - - Tools -tags: - - paint - - art ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush.md deleted file mode 100644 index ccdfa92abda..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/brush.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Brush -categories: - - Tools -tags: - - paint - - art ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket-fill.md deleted file mode 100644 index 683bfe4955c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bucket fill -categories: - - Tools -tags: - - tool - - pail ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket.md deleted file mode 100644 index 0e87412cf07..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bucket.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bucket -categories: - - Tools -tags: - - tool - - pail ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug-fill.md deleted file mode 100644 index a53b7b9305b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bug fill -categories: - - Real world -tags: - - insect - - error ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug.md deleted file mode 100644 index 84e75ff1d3f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bug.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Bug -categories: - - Real world -tags: - - insect - - error ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/building.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/building.md deleted file mode 100644 index 78329fbc5af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/building.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Building -categories: - - People -tags: - - company - - enterprise - - organization - - office - - business ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bullseye.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bullseye.md deleted file mode 100644 index 419ab412cc8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/bullseye.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bullseye -categories: - - Geo -tags: - - target ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator-fill.md deleted file mode 100644 index 947859c48d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Calculator fill -categories: - - Devices -tags: - - calculator - - math ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator.md deleted file mode 100644 index c116ae2b420..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calculator.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Calculator -categories: - - Devices -tags: - - calculator - - math ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check-fill.md deleted file mode 100644 index 387d9392105..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar check fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check.md deleted file mode 100644 index 9792d1189d0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-check.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar check -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date-fill.md deleted file mode 100644 index 12b14ceb96a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar date fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date.md deleted file mode 100644 index de83701db60..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-date.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar date -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day-fill.md deleted file mode 100644 index aef8ddfaf3b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar day fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day.md deleted file mode 100644 index 1a769f6a23b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-day.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar day -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event-fill.md deleted file mode 100644 index 0c6c648e9e8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar event fill -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event.md deleted file mode 100644 index ceb0e478528..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-event.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar event -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-fill.md deleted file mode 100644 index a30a2ebc86e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus-fill.md deleted file mode 100644 index 30eec6d5df7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar minus fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus.md deleted file mode 100644 index 08f3e94047a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar minus -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month-fill.md deleted file mode 100644 index d0f19c4df51..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar month fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month.md deleted file mode 100644 index c406ade549b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-month.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar month -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus-fill.md deleted file mode 100644 index 26818452b9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar plus fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus.md deleted file mode 100644 index 45c07f611c6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar plus -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range-fill.md deleted file mode 100644 index 90ab2c9bad6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar range fill -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range.md deleted file mode 100644 index 7b8bfa4c764..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-range.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar range -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week-fill.md deleted file mode 100644 index 59c0879e57b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar week fill -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week.md deleted file mode 100644 index e89cb8240c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-week.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar week -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x-fill.md deleted file mode 100644 index 5c399b5a073..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Calendar x fill -categories: - - Date and time -tags: - - date - - time - - month - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x.md deleted file mode 100644 index 3c6988670f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar-x.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Calendar x -categories: - - Date and time -tags: - - date - - time - - month - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar.md deleted file mode 100644 index f76db8247db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check-fill.md deleted file mode 100644 index ef4d15aa4e4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 check fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check.md deleted file mode 100644 index a4bf08519cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-check.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 check -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date-fill.md deleted file mode 100644 index 7b1e67c4eee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 date fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date.md deleted file mode 100644 index 3168d80756b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-date.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 date -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day-fill.md deleted file mode 100644 index 6db40b37ad1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 day fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day.md deleted file mode 100644 index 66efb014e29..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-day.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 day -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event-fill.md deleted file mode 100644 index 6d306ca0520..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 event fill -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event.md deleted file mode 100644 index 81827f4ceae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-event.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 event -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-fill.md deleted file mode 100644 index deefbdbf674..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus-fill.md deleted file mode 100644 index 6baad36f3bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 minus fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus.md deleted file mode 100644 index 1010e714051..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 minus -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month-fill.md deleted file mode 100644 index 568f31b43ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 month fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month.md deleted file mode 100644 index 65a3dc8be8c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-month.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 month -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus-fill.md deleted file mode 100644 index 506ec3c1e79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 plus fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus.md deleted file mode 100644 index 8fca6f75bfe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 plus -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range-fill.md deleted file mode 100644 index 6278fc98ab5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar2 range fill -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range.md deleted file mode 100644 index 6ee4475f46d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-range.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 range -categories: - - Date and time -tags: - - dates - - timeline - - duration - ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week-fill.md deleted file mode 100644 index 5851eb1e112..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 week fill -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week.md deleted file mode 100644 index 67775306119..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-week.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 week -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x-fill.md deleted file mode 100644 index c15e824cb3a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Calendar2 x fill -categories: - - Date and time -tags: - - date - - time - - month - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x.md deleted file mode 100644 index b59d391cf09..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2-x.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Calendar2 x -categories: - - Date and time -tags: - - date - - time - - month - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2.md deleted file mode 100644 index bf3dc61e53f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar2 -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event-fill.md deleted file mode 100644 index 94fc5693eab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 event fill -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event.md deleted file mode 100644 index 281ea7401a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-event.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 event -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-fill.md deleted file mode 100644 index 0c0f5822238..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 fill -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range-fill.md deleted file mode 100644 index 3c870f8bbcf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar3 range fill -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range.md deleted file mode 100644 index 0b74134cf24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-range.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar3 range -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week-fill.md deleted file mode 100644 index a209d0f4e9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 week fill -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week.md deleted file mode 100644 index fcf7ef9cc26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3-week.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 week -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3.md deleted file mode 100644 index d81f0a72e52..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar3 -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-event.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-event.md deleted file mode 100644 index eb4639fe7ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-event.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar4 event -categories: - - Date and time -tags: - - date - - time - - event - - invite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-range.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-range.md deleted file mode 100644 index 429dcb3106d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-range.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Calendar4 range -categories: - - Date and time -tags: - - dates - - timeline - - duration ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-week.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-week.md deleted file mode 100644 index 1cc5b2a89ed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4-week.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar4 week -categories: - - Date and time -tags: - - dates - - timeline - - duration - - week ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4.md deleted file mode 100644 index 496d637fcb2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/calendar4.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Calendar4 -layout: icon -categories: - - Date and time -tags: - - date - - time - - month ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-fill.md deleted file mode 100644 index ff362e07611..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Camera fill -categories: - - Devices -tags: - - photos - - photography ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels-fill.md deleted file mode 100644 index 69aa4baf2d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Camera reels fill -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels.md deleted file mode 100644 index 3898bc6f506..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-reels.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Camera reels -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-fill.md deleted file mode 100644 index cb98c049f12..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Camera video fill -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off-fill.md deleted file mode 100644 index 1f94e07b104..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Camera video off fill -layout: icon -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off.md deleted file mode 100644 index 0a2981f13df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video-off.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Camera video off -layout: icon -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video.md deleted file mode 100644 index fac83ed1af5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera-video.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Camera video -categories: - - Devices -tags: - - av - - video - - film ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera.md deleted file mode 100644 index e22b7bb315a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Camera -categories: - - Devices -tags: - - photos - - photography ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera2.md deleted file mode 100644 index e22b7bb315a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/camera2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Camera -categories: - - Devices -tags: - - photos - - photography ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock-fill.md deleted file mode 100644 index b41715cabdb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Capslock fill -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock.md deleted file mode 100644 index f23e4fdcd87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/capslock.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Capslock -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-checklist.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-checklist.md deleted file mode 100644 index 69101e60b22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-checklist.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Card checklist -categories: - - Files and folders -tags: - - note - - card - - notecard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-heading.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-heading.md deleted file mode 100644 index 5e6bfcb9e29..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-heading.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Card heading -categories: - - Files and folders -tags: - - note - - card - - notecard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-image.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-image.md deleted file mode 100644 index 11612ef858c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-image.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Card image -categories: - - Files and folders -tags: - - note - - card - - notecard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-list.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-list.md deleted file mode 100644 index 2ee629efae7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-list.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Card list -categories: - - Files and folders -tags: - - note - - card - - notecard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-text.md deleted file mode 100644 index 4aca5a8b7a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/card-text.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Card text -categories: - - Files and folders -tags: - - note - - card - - notecard - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-fill.md deleted file mode 100644 index 962db71361f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret down fill -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square-fill.md deleted file mode 100644 index c09c3e8fddf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret down square fill -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square.md deleted file mode 100644 index dfa3af8702b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret down square -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down.md deleted file mode 100644 index 31a3c5a6630..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret down -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-fill.md deleted file mode 100644 index 4ad1a09c381..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret left fill -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square-fill.md deleted file mode 100644 index ee1ea91e960..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret left square fill -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square.md deleted file mode 100644 index 3c6eab56825..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret left square -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left.md deleted file mode 100644 index 3755eff4a5d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-left.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret left -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-fill.md deleted file mode 100644 index b9f9b05a86a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret right fill -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square-fill.md deleted file mode 100644 index e032036f8e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret right square fill -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square.md deleted file mode 100644 index 8a8e139613d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret right square -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right.md deleted file mode 100644 index 191b5aaf5f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-right.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret right -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-fill.md deleted file mode 100644 index 75225609ee2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret up fill -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square-fill.md deleted file mode 100644 index 2391f21708a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret up square fill -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square.md deleted file mode 100644 index 061af524ba7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Caret up square -layout: icon -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up.md deleted file mode 100644 index 09458c46d7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/caret-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Caret up -categories: - - Carets -tags: - - caret - - arrow - - triangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check-fill.md deleted file mode 100644 index b04deab7209..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cart check fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check.md deleted file mode 100644 index 7414e512ab8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-check.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart check -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash-fill.md deleted file mode 100644 index 74e1d571589..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cart dash fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash.md deleted file mode 100644 index 9aea911c3ce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-dash.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart dash -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-fill.md deleted file mode 100644 index 44703c56d7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart fill -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus-fill.md deleted file mode 100644 index dd96a4094c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cart plus fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus.md deleted file mode 100644 index a2f2e2b0764..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart plus -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x-fill.md deleted file mode 100644 index 3d788ab8a5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cart x fill -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x.md deleted file mode 100644 index 603e089c813..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart-x.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Cart x -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart.md deleted file mode 100644 index 6108efc824f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart2.md deleted file mode 100644 index d002451dee4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart2.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart2 -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart3.md deleted file mode 100644 index 864c10f88b6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart3.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart3 -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart4.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart4.md deleted file mode 100644 index 7cabdbe13ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cart4.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cart4 -layout: icon -categories: - - Commerce -tags: - - shopping - - checkout - - check - - cart - - basket - - bag ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-coin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-coin.md deleted file mode 100644 index 66d5113fdab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-coin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Cash coin -categories: - - Commerce -tags: - - money - - finance - - banking - - currency ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-stack.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-stack.md deleted file mode 100644 index 46307327200..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash-stack.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Cash stack -categories: - - Commerce -tags: - - money - - bills - - funds - - wallet - - currency ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash.md deleted file mode 100644 index 43b989ed746..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cash.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Cash -categories: - - Commerce -tags: - - money - - bills - - funds - - wallet - - currency ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cast.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cast.md deleted file mode 100644 index 4556e32a52b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cast.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Cast -categories: - - Media -tags: - - airplay - - project - - stream - - display ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots-fill.md deleted file mode 100644 index 157b62b754b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat dots fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots.md deleted file mode 100644 index 7bac2513475..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-dots.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat dots -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-fill.md deleted file mode 100644 index 7949917e0f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots-fill.md deleted file mode 100644 index 5d5e12f4ff0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat left dots fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots.md deleted file mode 100644 index 4aa1df10644..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-dots.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat left dots -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-fill.md deleted file mode 100644 index aae1bbb0f69..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat left fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote-fill.md deleted file mode 100644 index 5335d4a63da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat left quote fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote.md deleted file mode 100644 index e10efa0e068..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-quote.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat left quote -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text-fill.md deleted file mode 100644 index 390d46e26c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat left text fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text.md deleted file mode 100644 index 70e8615d937..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat left text -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left.md deleted file mode 100644 index 6ece5c18451..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-left.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat left -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote-fill.md deleted file mode 100644 index 8ec999c33de..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat quote fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote.md deleted file mode 100644 index b8e53a82352..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-quote.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat quote -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots-fill.md deleted file mode 100644 index c707b669861..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat right dots fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots.md deleted file mode 100644 index 5f684d42553..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-dots.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat right dots -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-fill.md deleted file mode 100644 index 43287cc2987..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat right fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote-fill.md deleted file mode 100644 index 558d1937914..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat right quote fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote.md deleted file mode 100644 index 1fdd66715e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-quote.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat right quote -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text-fill.md deleted file mode 100644 index 210a84668cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat right text fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text.md deleted file mode 100644 index 531f1b9a051..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat right text -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right.md deleted file mode 100644 index 259749e5d1d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-right.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat right -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots-fill.md deleted file mode 100644 index 99518e41727..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat square dots fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots.md deleted file mode 100644 index a3fe7c2887c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-dots.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat square dots -categories: - - Communications -tags: - - chat bubble - - text - - message - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-fill.md deleted file mode 100644 index aa3a1cf2f02..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat square fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote-fill.md deleted file mode 100644 index 1ff81f46650..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat square quote fill -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote.md deleted file mode 100644 index 05712cc2f65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-quote.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Chat square quote -categories: - - Communications -tags: - - chat bubble - - text - - message - - quote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text-fill.md deleted file mode 100644 index 8b85e61ff4c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat square text fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text.md deleted file mode 100644 index c22c52f50a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat square text -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square.md deleted file mode 100644 index ea6f4682105..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat square -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text-fill.md deleted file mode 100644 index 19e4b0611d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat text fill -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text.md deleted file mode 100644 index dc4d2540e72..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat text -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat.md deleted file mode 100644 index 6714eab9eec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Chat -categories: - - Communications -tags: - - chat bubble - - text - - message ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-all.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-all.md deleted file mode 100644 index aec6fdd95d4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-all.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Check all -categories: - - UI and keyboard -tags: - - checkmark - - todo - - done - - select ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle-fill.md deleted file mode 100644 index dfe15369bf2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Check circle fill -layout: icon -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle.md deleted file mode 100644 index 0fbdc7a5dde..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Check circle -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-lg.md deleted file mode 100644 index 5cdb7157745..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-lg.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Check lg -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square-fill.md deleted file mode 100644 index 3eaa8304f24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Check square fill -layout: icon -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square.md deleted file mode 100644 index 2c7d2f40579..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Check square -layout: icon -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check.md deleted file mode 100644 index 8b00934a69a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Check -categories: - - Alerts, warnings, and signs -tags: - - checkmark - - confirm - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-all.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-all.md deleted file mode 100644 index 0ac955dee0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-all.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Check2 all -layout: icon -categories: - - UI and keyboard -tags: - - checkmark - - todo - - select - - done - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-circle.md deleted file mode 100644 index 24e0f77aa33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-circle.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Check2 circle -layout: icon -categories: - - UI and keyboard -tags: - - checkmark - - todo - - select - - done - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-square.md deleted file mode 100644 index 3d2b095f21a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2-square.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Check2 square -layout: icon -categories: - - UI and keyboard -tags: - - checkmark - - todo - - select - - done - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2.md deleted file mode 100644 index 1778d914862..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/check2.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Check2 -layout: icon -categories: - - UI and keyboard -tags: - - checkmark - - todo - - select - - done - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-contract.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-contract.md deleted file mode 100644 index 48020b9ccb5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-contract.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar contract -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-down.md deleted file mode 100644 index 8bce98eb9cc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar down -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-expand.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-expand.md deleted file mode 100644 index bb5a5ba0e98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-expand.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar expand -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-left.md deleted file mode 100644 index 2fc7574a58c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar left -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-right.md deleted file mode 100644 index 8688ff669a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar right -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-up.md deleted file mode 100644 index 043f43b3f2c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-bar-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron bar up -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-down.md deleted file mode 100644 index 0570f28b023..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron compact down -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-left.md deleted file mode 100644 index bccdb0ab154..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron compact left -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-right.md deleted file mode 100644 index a170b5761cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron compact right -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-up.md deleted file mode 100644 index b8bf4d0a28a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-compact-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron compact up -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-contract.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-contract.md deleted file mode 100644 index 358657aa6ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-contract.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron contract -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-down.md deleted file mode 100644 index 164101f8cb0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron double down -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-left.md deleted file mode 100644 index 36b91114f5f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron double left -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-right.md deleted file mode 100644 index 8df1904b88f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron double right -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-up.md deleted file mode 100644 index 6afc3ac1e74..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-double-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron double up -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-down.md deleted file mode 100644 index c399867a596..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron down -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-expand.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-expand.md deleted file mode 100644 index ede297cfe61..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-expand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Chevron expand -categories: -tags: ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-left.md deleted file mode 100644 index 0313fabc80a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-left.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron left -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-right.md deleted file mode 100644 index 19ca657829a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-right.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron right -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-up.md deleted file mode 100644 index 5474cc93aa2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/chevron-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Chevron up -categories: - - Chevrons -tags: - - chevron ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-fill.md deleted file mode 100644 index 1568b04a2c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Circle fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-half.md deleted file mode 100644 index 1c41937b655..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-half.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Circle half fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-square.md deleted file mode 100644 index d652c8b0ca3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Circle square -categories: - - Graphics -tags: - - graphics - - vector - - merge - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle.md deleted file mode 100644 index 466e6e10362..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/circle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Circle -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-check.md deleted file mode 100644 index bc9602eb786..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-check.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clipboard check -categories: - - Real world -tags: - - copy - - paste ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-data.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-data.md deleted file mode 100644 index ca23c4ecf82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-data.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Clipboard data -categories: - - Real world -tags: - - copy - - paste - - data - - analytics - - graph - - chart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-minus.md deleted file mode 100644 index 4fe0a6cfac4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-minus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clipboard minus -categories: - - Real world -tags: - - copy - - paste ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-plus.md deleted file mode 100644 index 02bfa09f1d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-plus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clipboard plus -categories: - - Real world -tags: - - copy - - paste ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-x.md deleted file mode 100644 index 9507675f7e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard-x.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clipboard x -categories: - - Real world -tags: - - copy - - paste ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard.md deleted file mode 100644 index 0ddb51d16bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clipboard.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clipboard -categories: - - Real world -tags: - - copy - - paste ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-fill.md deleted file mode 100644 index 2f76b560680..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Clock fill -categories: - - Miscellaneous -tags: - - time ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-history.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-history.md deleted file mode 100644 index 2d1bb182b43..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock-history.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clock history -categories: - - Miscellaneous -tags: - - time - - history ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock.md deleted file mode 100644 index b19bf9ae1dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clock.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Clock -categories: - - Miscellaneous -tags: - - time ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down-fill.md deleted file mode 100644 index e0e6fe4f138..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud arrow down fill -categories: - - Clouds -tags: - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down.md deleted file mode 100644 index eb0bb8e92e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-down.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud arrow down -categories: - - Clouds -tags: - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up-fill.md deleted file mode 100644 index 0023bfa67ad..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud arrow up fill -categories: - - Clouds -tags: - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up.md deleted file mode 100644 index 6a1cd4d37b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-arrow-up.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud arrow up -categories: - - Clouds -tags: - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check-fill.md deleted file mode 100644 index e471a44a31f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud check fill -categories: - - Clouds -tags: - - checkmark ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check.md deleted file mode 100644 index 385048d28b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud check -categories: - - Clouds -tags: - - checkmark ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download-fill.md deleted file mode 100644 index ec7cd82bcfd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud download fill -categories: - - Clouds -tags: - - arrow - - save ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download.md deleted file mode 100644 index fbf3e5f497c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-download.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud download -categories: - - Clouds -tags: - - arrow - - save ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle-fill.md deleted file mode 100644 index 7288cebd64c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud drizzle fill -categories: - - Weather -tags: - - storm - - rain ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle.md deleted file mode 100644 index 612904b1d64..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-drizzle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud drizzle -categories: - - Weather -tags: - - storm - - rain ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fill.md deleted file mode 100644 index 54c277722cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud fill -categories: - - Clouds -tags: - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog-fill.md deleted file mode 100644 index 966af691141..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud fog fill -categories: - - Weather -tags: - - foggy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog.md deleted file mode 100644 index aa15d8eea05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud fog -categories: - - Weather -tags: - - foggy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2-fill.md deleted file mode 100644 index 942441a1fa3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud fog2 fill -categories: - - Weather -tags: - - foggy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2.md deleted file mode 100644 index 21a74a341cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-fog2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud fog2 -categories: - - Weather -tags: - - foggy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail-fill.md deleted file mode 100644 index e51c30ffd80..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud hail fill -categories: - - Weather -tags: - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail.md deleted file mode 100644 index daa6a9dd44b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-hail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud hail -categories: - - Weather -tags: - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-1.md deleted file mode 100644 index 646fa9d1fd7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud haze 1 -categories: - - Weather -tags: - - smog ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-fill.md deleted file mode 100644 index 78a76041570..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud haze fill -categories: - - Weather -tags: - - smog ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze.md deleted file mode 100644 index b97a32dc229..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud haze -categories: - - Weather -tags: - - smog ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze2-fill.md deleted file mode 100644 index d5a9f484e6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-haze2-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud haze2 fill -categories: - - Weather -tags: - - smog ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-fill.md deleted file mode 100644 index 9fd5de48a13..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud lightning fill -categories: - - Weather -tags: - - thunder - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain-fill.md deleted file mode 100644 index eb7a4b24224..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud lightning rain fill -categories: - - Weather -tags: - - thunder - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain.md deleted file mode 100644 index 38b3b12d233..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning-rain.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud lightning rain -categories: - - Weather -tags: - - thunder - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning.md deleted file mode 100644 index 40d4313478f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-lightning.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud lightning -categories: - - Weather -tags: - - thunder - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus-fill.md deleted file mode 100644 index 54af3f16695..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud minus fill -categories: - - Clouds -tags: - - subtract ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus.md deleted file mode 100644 index 199ed58ff5d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-minus.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud minus -categories: - - Clouds -tags: - - subtract ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon-fill.md deleted file mode 100644 index 8e4f3bc7489..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud moon fill -categories: - - Weather -tags: - - cloudy - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon.md deleted file mode 100644 index ff3c93512fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-moon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud moon -categories: - - Weather -tags: - - cloudy - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus-fill.md deleted file mode 100644 index e17beaaff57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud plus fill -categories: - - Clouds -tags: - - add - - new - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus.md deleted file mode 100644 index b7bfc4cae60..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-plus.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud plus -categories: - - Clouds -tags: - - add - - new - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-fill.md deleted file mode 100644 index d1d9168d3d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud rain fill -categories: - - Weather -tags: - - cloud - - rainstorm - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy-fill.md deleted file mode 100644 index 3112a1db1cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud rain heavy fill -categories: - - Weather -tags: - - cloud - - rainstorm - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy.md deleted file mode 100644 index e1c7ccd606a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain-heavy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud rain heavy -categories: - - Weather -tags: - - cloud - - rainstorm - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain.md deleted file mode 100644 index 24831b4386a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-rain.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud rain -categories: - - Weather -tags: - - cloud - - rainstorm - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash-fill.md deleted file mode 100644 index f4830239385..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud slash fill -layout: icon -categories: - - Clouds -tags: - - cloud ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash.md deleted file mode 100644 index e472fbcfb72..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-slash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud slash -layout: icon -categories: - - Clouds -tags: - - cloud ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet-fill.md deleted file mode 100644 index 8c5ad115f71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud sleet fill -categories: - - Weather -tags: - - cloud - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet.md deleted file mode 100644 index 80ec0cf0276..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sleet.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud sleet -categories: - - Weather -tags: - - cloud - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow-fill.md deleted file mode 100644 index 6c5728c92cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud snow fill -categories: - - Weather -tags: - - cloud - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow.md deleted file mode 100644 index 83c0b2aee7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-snow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cloud snow -categories: - - Weather -tags: - - cloud - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun-fill.md deleted file mode 100644 index 01decd06e79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud sun fill -categories: - - Weather -tags: - - cloudy - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun.md deleted file mode 100644 index 44bc3d0023d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-sun.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloud sun -categories: - - Weather -tags: - - cloudy - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload-fill.md deleted file mode 100644 index 95947f2e589..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud upload fill -categories: - - Clouds -tags: - - cloud ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload.md deleted file mode 100644 index c584a1f3c14..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud-upload.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud upload -categories: - - Clouds -tags: - - cloud ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud.md deleted file mode 100644 index c76b2e842d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cloud -categories: - - Clouds -tags: - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds-fill.md deleted file mode 100644 index 9606ab8489b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clouds fill -categories: - - Weather -tags: - - clouds - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds.md deleted file mode 100644 index ed3311d31d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/clouds.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Clouds -categories: - - Weather -tags: - - clouds - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy-fill.md deleted file mode 100644 index da7a1f2d8d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloudy fill -categories: - - Weather -tags: - - clouds - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy.md deleted file mode 100644 index 649a63e90c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cloudy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cloudy -categories: - - Weather -tags: - - clouds - - overcast ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-slash.md deleted file mode 100644 index 1a1564827a2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-slash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Code slash -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-square.md deleted file mode 100644 index abbe03d4873..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Code square -categories: - - Typography -tags: - - text - - type - - preformatted ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code.md deleted file mode 100644 index 13b41002520..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/code.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Code -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/coin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/coin.md deleted file mode 100644 index 7690561c9dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/coin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Coin -categories: - - Commerce -tags: - - money - - finance - - banking - - currency ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-fill.md deleted file mode 100644 index 9e528d9d784..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Collection fill -categories: - - Media -tags: - - library - - group ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play-fill.md deleted file mode 100644 index 9345d8b96c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Collection play fill -categories: - - Media -tags: - - library - - group - - play ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play.md deleted file mode 100644 index 30c6cd51f44..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection-play.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Collection play -categories: - - Media -tags: - - library - - group - - play ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection.md deleted file mode 100644 index 3fe4cfe65d7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/collection.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Collection -categories: - - Media -tags: - - library - - group ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns-gap.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns-gap.md deleted file mode 100644 index 688d5d27369..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns-gap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Columns gap -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns.md deleted file mode 100644 index 149b684d780..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/columns.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Columns -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/command.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/command.md deleted file mode 100644 index bd7ffbf5642..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/command.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Command -categories: - - UI and keyboard -tags: - - key - - mac ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass-fill.md deleted file mode 100644 index bca58e1c476..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Compass fill -categories: - - Geo -tags: - - direction - - map - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass.md deleted file mode 100644 index 077f5fd978f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/compass.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Compass -categories: - - Geo -tags: - - direction - - map - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone-striped.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone-striped.md deleted file mode 100644 index 4060c53dca1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone-striped.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cone striped -categories: - - Real world -tags: - - construction - - warning - - safety ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone.md deleted file mode 100644 index 2698dfd4faf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cone.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cone -categories: - - Real world -tags: - - construction - - warning - - safety ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/controller.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/controller.md deleted file mode 100644 index 78e7ce69614..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/controller.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Controller -categories: - - Devices -tags: - - game - - gaming - - video-game ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu-fill.md deleted file mode 100644 index 904fd9ef99f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cpu fill -categories: - - Devices -tags: - - processor - - chip - - computer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu.md deleted file mode 100644 index 76ce288d8f6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cpu.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: CPU -categories: - - Devices -tags: - - processor - - chip - - computer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back-fill.md deleted file mode 100644 index 8fb4acce206..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card 2 back fill -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back.md deleted file mode 100644 index 8b8ae8b3b62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-back.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card 2 back -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front-fill.md deleted file mode 100644 index 19c99c6d7ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card 2 front fill -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front.md deleted file mode 100644 index 88358ccb0d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-2-front.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card 2 front -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-fill.md deleted file mode 100644 index 242c9c707c6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card fill -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card.md deleted file mode 100644 index 9f0929cd54a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/credit-card.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Credit card -categories: - - Real world -tags: - - debit - - card - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/crop.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/crop.md deleted file mode 100644 index 910b61fef24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/crop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Crop -categories: - - Graphics -tags: - - crop ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-fill.md deleted file mode 100644 index ce0d3376de8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cup fill -categories: - - Real world -tags: - - mug ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-straw.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-straw.md deleted file mode 100644 index 893db7b400c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup-straw.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cup straw -categories: - - Real world -tags: - - mug - - glass - - drink ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup.md deleted file mode 100644 index def4210e940..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cup.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Cup -layout: icon -categories: - - Real world -tags: - - mug ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-bitcoin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-bitcoin.md deleted file mode 100644 index 98945215a26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-bitcoin.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Currency bitcoin -categories: - - Commerce -tags: - - money - - finance - - crypto ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-dollar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-dollar.md deleted file mode 100644 index 731a2d895cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-dollar.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Currency dollar -categories: - - Commerce -tags: - - money - - finance - - usd ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-euro.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-euro.md deleted file mode 100644 index 2431a8889ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-euro.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Currency euro -categories: - - Commerce -tags: - - money - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-exchange.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-exchange.md deleted file mode 100644 index cc244563884..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-exchange.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Currency exchange -categories: - - Commerce -tags: - - money - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-pound.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-pound.md deleted file mode 100644 index c6ccb2c431c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-pound.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Currency pound -categories: - - Commerce -tags: - - money - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-yen.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-yen.md deleted file mode 100644 index 376462777aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/currency-yen.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Currency yen -categories: - - Commerce -tags: - - money - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-fill.md deleted file mode 100644 index d7e66ccad70..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cursor fill -categories: - - Geo -tags: - - pointer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-text.md deleted file mode 100644 index fbdcc5a7c19..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cursor text -categories: - - Typography -tags: - - text - - type - - cursor ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor.md deleted file mode 100644 index fad7aa5db1f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/cursor.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Cursor -categories: - - Geo -tags: - - pointer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-dotted.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-dotted.md deleted file mode 100644 index 6c16b117ba3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-dotted.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash circle dotted -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-fill.md deleted file mode 100644 index 0065315e617..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash circle fill -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle.md deleted file mode 100644 index 0e06063f734..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-circle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash circle -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-lg.md deleted file mode 100644 index bee20148fab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-lg.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash lg -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-dotted.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-dotted.md deleted file mode 100644 index a3d3a02d88b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-dotted.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash square dotted -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-fill.md deleted file mode 100644 index 6b7d0376361..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash square fill -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square.md deleted file mode 100644 index 4760c9a998e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash-square.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash square -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash.md deleted file mode 100644 index 638f13a4afd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dash -categories: - - Alerts, warnings, and signs -tags: - - minus ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2-fill.md deleted file mode 100644 index 77fb1f69a48..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Diagram 2 fill -categories: - - Graphics -tags: - - node - - diagram - - sitemap - - children - - "org chart" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2.md deleted file mode 100644 index e75333944b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Diagram 2 -categories: - - Graphics -tags: - - node - - diagram - - sitemap - - children - - "org chart" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3-fill.md deleted file mode 100644 index db8d403132d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Diagram 3 fill -categories: - - Graphics -tags: - - node - - diagram - - sitemap - - children - - "org chart" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3.md deleted file mode 100644 index a6ba2eac945..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diagram-3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Diagram 3 -categories: - - Graphics -tags: - - node - - diagram - - sitemap - - children - - "org chart" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-fill.md deleted file mode 100644 index 078dbe2e294..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Diamond fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-half.md deleted file mode 100644 index bed6545245d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond-half.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Diamond half fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond.md deleted file mode 100644 index 2d915bfcba5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/diamond.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Diamond -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1-fill.md deleted file mode 100644 index 7bb07804d77..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 1 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1.md deleted file mode 100644 index d47c72b14c9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-1.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 1 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2-fill.md deleted file mode 100644 index 529992e0d62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 2 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2.md deleted file mode 100644 index c8cb5ec9ce5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 2 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3-fill.md deleted file mode 100644 index b27845dee0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 3 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3.md deleted file mode 100644 index f49beae3283..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 3 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4-fill.md deleted file mode 100644 index b9af43259a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 4 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4.md deleted file mode 100644 index 3320aae5efe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-4.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 4 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5-fill.md deleted file mode 100644 index 17482ee4061..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 5 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5.md deleted file mode 100644 index 6ec6fadfaad..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-5.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 5 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6-fill.md deleted file mode 100644 index 26e6c6fde79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 6 fill -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6.md deleted file mode 100644 index 4f5d28c35e0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dice-6.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Dice 6 -categories: - - Entertainment -tags: - - dice - - die - - games - - gaming - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc-fill.md deleted file mode 100644 index c4e9508a208..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Disc fill -categories: - - Media -tags: - - cd - - compact disc - - bluray - - dvd ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc.md deleted file mode 100644 index 21b2c786319..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/disc.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Disc -categories: - - Media -tags: - - cd - - compact disc - - bluray - - dvd ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/discord.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/discord.md deleted file mode 100644 index 0065598a52e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/discord.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Discord -categories: - - Brand -tags: - - social - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display-fill.md deleted file mode 100644 index 1cebd34ec37..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Display fill -categories: - - Devices -tags: - - monitor - - external ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display.md deleted file mode 100644 index d3da8949b9d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/display.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Display -categories: - - Devices -tags: - - monitor - - external ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-horizontal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-horizontal.md deleted file mode 100644 index 77b3a3292bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-horizontal.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Distribute horizontal -categories: - - Graphics -tags: - - space - - align ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-vertical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-vertical.md deleted file mode 100644 index a8e0f31d987..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/distribute-vertical.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Distribute vertical -categories: - - Graphics -tags: - - space - - align ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed-fill.md deleted file mode 100644 index 0f12ce411f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Door closed fill -layout: icon -categories: - - Real world -tags: - - door - - logout - - signout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed.md deleted file mode 100644 index 7c38f3b871f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-closed.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Door closed -layout: icon -categories: - - Real world -tags: - - door - - logout - - signout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open-fill.md deleted file mode 100644 index e3ae00eaa36..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Door open fill -categories: - - Real world -tags: - - door - - login - - signin ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open.md deleted file mode 100644 index edf1668779d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/door-open.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Door open -categories: - - Real world -tags: - - door - - login - - signin ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dot.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dot.md deleted file mode 100644 index 35bb2f40640..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dot.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dot -categories: - - UI and keyboard -tags: - - middot ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/download.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/download.md deleted file mode 100644 index 4bba62b1401..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/download.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Download -categories: - - Miscellaneous -tags: - - arrow - - network - - save ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dribbble.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dribbble.md deleted file mode 100644 index acb60f3af26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/dribbble.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Dribbble -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-fill.md deleted file mode 100644 index 2276457a6d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Droplet fill -categories: - - Graphics -tags: - - water-drop - - paint - - ink - - liquid ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-half.md deleted file mode 100644 index fb48f7ea4ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet-half.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Droplet half -categories: - - Graphics -tags: - - water-drop - - paint - - ink - - liquid ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet.md deleted file mode 100644 index 5b8e496ce33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/droplet.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Droplet -categories: - - Graphics -tags: - - water-drop - - paint - - ink - - liquid ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/earbuds.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/earbuds.md deleted file mode 100644 index 31ce4882dab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/earbuds.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Earbuds -categories: - - Devices -tags: - - headphones ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel-fill.md deleted file mode 100644 index 7ec61a3a5b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel fill -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel.md deleted file mode 100644 index 9da97d5a342..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2-fill.md deleted file mode 100644 index 685ee320295..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel2 fill -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2.md deleted file mode 100644 index 0563b809217..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel2 -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3-fill.md deleted file mode 100644 index 37d3d7bf453..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel3 fill -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3.md deleted file mode 100644 index 7b3fbf382ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/easel3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Easel3 -categories: - - Graphics -tags: - - paint - - draw - - art - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fill.md deleted file mode 100644 index 7b4313416ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Egg fill -categories: - - Real world -tags: - - food ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fried.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fried.md deleted file mode 100644 index 0bdba2d380e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg-fried.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Egg fried -categories: - - Real world -tags: - - food ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg.md deleted file mode 100644 index 84c86a623fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/egg.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Egg -categories: - - Real world -tags: - - food ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject-fill.md deleted file mode 100644 index 3372f2783a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eject fill -categories: - - UI and keyboard -tags: - - disc - - cd - - dvd ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject.md deleted file mode 100644 index ec823a6fa30..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eject.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eject -categories: - - UI and keyboard -tags: - - disc - - cd - - dvd ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry-fill.md deleted file mode 100644 index 8911cbe189b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji angry fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - anger - - upset ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry.md deleted file mode 100644 index 0a797db37a8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-angry.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji angry -layout: icon -categories: - - Emoji -tags: - - emoticon - - anger - - upset ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy-fill.md deleted file mode 100644 index 244895a9595..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Emoji dizzy fill -layout: icon -categories: - - Emoji -tags: - - emoticon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy.md deleted file mode 100644 index bef32a15876..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-dizzy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Emoji dizzy -layout: icon -categories: - - Emoji -tags: - - emoticon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless-fill.md deleted file mode 100644 index daa47739f57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji expressionless fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - neutral - - unphased ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless.md deleted file mode 100644 index e32daf27a76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-expressionless.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji expressionless -layout: icon -categories: - - Emoji -tags: - - emoticon - - neutral - - unphased ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown-fill.md deleted file mode 100644 index 6416924a947..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji frown fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - sad ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown.md deleted file mode 100644 index bc1fd77c34e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-frown.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji frown -layout: icon -categories: - - Emoji -tags: - - emoticon - - sad ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes-fill.md deleted file mode 100644 index 8e56d748b81..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji heart eyes fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - heart - - love ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes.md deleted file mode 100644 index 636af660e63..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-heart-eyes.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Emoji heart eyes -layout: icon -categories: - - Emoji -tags: - - emoticon - - heart - - love ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing-fill.md deleted file mode 100644 index f50c3c7ea28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji laughing fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - happy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing.md deleted file mode 100644 index ccd715d2382..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-laughing.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji laughing -layout: icon -categories: - - Emoji -tags: - - emoticon - - happy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral-fill.md deleted file mode 100644 index cfa6e6e1f72..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji neutral fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - expressionless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral.md deleted file mode 100644 index bf1eebbc433..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-neutral.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji neutral -layout: icon -categories: - - Emoji -tags: - - emoticon - - expressionless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-fill.md deleted file mode 100644 index 3c91e99066c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji smile fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - happy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down-fill.md deleted file mode 100644 index 0b4cf91de50..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji smile upside down fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - sarcasm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down.md deleted file mode 100644 index c7dc0027d0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile-upside-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji smile upside down -layout: icon -categories: - - Emoji -tags: - - emoticon - - sarcasm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile.md deleted file mode 100644 index 013854f75c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-smile.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji smile -layout: icon -categories: - - Emoji -tags: - - emoticon - - happy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses-fill.md deleted file mode 100644 index 01f4cbe778e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji sunglasses fill -layout: icon -categories: - - Emoji -tags: - - emoticon - - cool ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses.md deleted file mode 100644 index b2feda8caf2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-sunglasses.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Emoji sunglasses -layout: icon -categories: - - Emoji -tags: - - emoticon - - cool ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink-fill.md deleted file mode 100644 index e8707164449..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Emoji wink fill -layout: icon -categories: - - Emoji -tags: - - emoticon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink.md deleted file mode 100644 index 2975ba22477..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/emoji-wink.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Emoji wink -layout: icon -categories: - - Emoji -tags: - - emoticon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-fill.md deleted file mode 100644 index 0cd3346b861..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Envelope fill -categories: - - Communications -tags: - - email - - message - - mail - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open-fill.md deleted file mode 100644 index 67edbe5b576..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Envelope open fill -categories: - - Communications -tags: - - email - - message - - mail - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open.md deleted file mode 100644 index 2aab2ca5d33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope-open.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Envelope open -categories: - - Communications -tags: - - email - - message - - mail - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope.md deleted file mode 100644 index 9d84dc3e44f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/envelope.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Envelope -categories: - - Communications -tags: - - email - - message - - mail - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser-fill.md deleted file mode 100644 index ddcb239559a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Eraser fill -categories: - - Graphics -tags: - - erase - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser.md deleted file mode 100644 index d8ce70a018e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eraser.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Eraser -categories: - - Graphics -tags: - - erase - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle-fill.md deleted file mode 100644 index 45aa4296d0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation circle fill -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle.md deleted file mode 100644 index 8562afcf027..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-circle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation circle -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond-fill.md deleted file mode 100644 index 20cf6bcb6c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation diamond fill -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond.md deleted file mode 100644 index 5d4cb464fe6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-diamond.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation diamond -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-lg.md deleted file mode 100644 index 41cd5d6c09f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-lg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation lg -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon-fill.md deleted file mode 100644 index 2ec02021784..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation octagon fill -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon.md deleted file mode 100644 index 83d1c40663c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-octagon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation octagon -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square-fill.md deleted file mode 100644 index 311a3e61813..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation square fill -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square.md deleted file mode 100644 index 655821699d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-square.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation square -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle-fill.md deleted file mode 100644 index c4f1d24e0d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation triangle fill -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle.md deleted file mode 100644 index 9413ef7523f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation-triangle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation triangle -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation.md deleted file mode 100644 index ebdce4e67a5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclamation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Exclamation -categories: - - Alerts, warnings, and signs -tags: - - alert - - warning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclude.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclude.md deleted file mode 100644 index 13dcf61bfa4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/exclude.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Exclude -categories: - - Graphics -tags: - - graphics - - vector - - merge - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-fill.md deleted file mode 100644 index 7cc5857d898..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eye fill -categories: - - Real world -tags: - - eyeball - - look - - see ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash-fill.md deleted file mode 100644 index 11cef6f052a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eye slash fill -categories: - - Real world -tags: - - eyeball - - look - - see ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash.md deleted file mode 100644 index 146e1760c0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye-slash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eye slash -categories: - - Real world -tags: - - eyeball - - look - - see ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye.md deleted file mode 100644 index f2efecf3b6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eye.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Eye -categories: - - Real world -tags: - - eyeball - - look - - see ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyedropper.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyedropper.md deleted file mode 100644 index 497ad4b4824..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyedropper.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Eyedropper -categories: - - Graphics -tags: - - color - - picker ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyeglasses.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyeglasses.md deleted file mode 100644 index dd0dcfd0914..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/eyeglasses.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Eyeglasses -categories: - - Real world -tags: - - eyeball - - look - - see - - glasses - - reading ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/facebook.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/facebook.md deleted file mode 100644 index 521c2cd0390..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/facebook.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Facebook -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fan.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fan.md deleted file mode 100644 index a4d638dd44f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fan.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Fan -categories: - - Real World -tags: - - fan - - vent - - airflow ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down-fill.md deleted file mode 100644 index 6ec7e445ad4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File arrow down fill -categories: - - Files and folders -tags: - - doc - - document - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down.md deleted file mode 100644 index f6283cf822b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File arrow down -categories: - - Files and folders -tags: - - doc - - document - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up-fill.md deleted file mode 100644 index f8f925cafed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File arrow up fill -categories: - - Files and folders -tags: - - doc - - document - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up.md deleted file mode 100644 index 531bb1d6976..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-arrow-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File arrow up -categories: - - Files and folders -tags: - - doc - - document - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph-fill.md deleted file mode 100644 index f487b8dc79c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File bar graph fill -categories: - - Files and folders -tags: - - doc - - document - - data - - chart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph.md deleted file mode 100644 index 3733d3c9640..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-bar-graph.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File bar graph -categories: - - Files and folders -tags: - - doc - - document - - data - - chart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary-fill.md deleted file mode 100644 index 283073723aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File binary fill -categories: - - Files and folders -tags: - - doc - - document - - binary - - source ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary.md deleted file mode 100644 index 08078e102af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-binary.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File binary -categories: - - Files and folders -tags: - - doc - - document - - binary - - source ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break-fill.md deleted file mode 100644 index baadc4dc9c5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File break fill -categories: - - Files and folders -tags: - - doc - - document - - page-break ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break.md deleted file mode 100644 index 8b7af5b9c7b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-break.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File break -categories: - - Files and folders -tags: - - doc - - document - - page-break ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check-fill.md deleted file mode 100644 index 832a7025934..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File check fill -categories: - - Files and folders -tags: - - doc - - document - - check - - verified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check.md deleted file mode 100644 index 33a088b2ceb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-check.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File check -categories: - - Files and folders -tags: - - doc - - document - - check - - verified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code-fill.md deleted file mode 100644 index dfe75957582..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File code fill -categories: - - Files and folders -tags: - - doc - - document - - code - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code.md deleted file mode 100644 index 3d57d0f79e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-code.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File code -categories: - - Files and folders -tags: - - doc - - document - - code - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff-fill.md deleted file mode 100644 index 3eb50df3a64..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File diff fill -categories: - - Files and folders -tags: - - doc - - document - - version - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff.md deleted file mode 100644 index 8c5348b45ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-diff.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File diff -categories: - - Files and folders -tags: - - doc - - document - - version - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down-fill.md deleted file mode 100644 index 6e091993daa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark arrow down fill -categories: - - Files and folders -tags: - - doc - - document - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down.md deleted file mode 100644 index 72dab49ace8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark arrow down -categories: - - Files and folders -tags: - - doc - - document - - download ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up-fill.md deleted file mode 100644 index 1c6f8c90c0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark arrow up fill -categories: - - Files and folders -tags: - - doc - - document - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up.md deleted file mode 100644 index 34dd4bcb82f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-arrow-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark arrow up -categories: - - Files and folders -tags: - - doc - - document - - upload ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph-fill.md deleted file mode 100644 index db6bd6cf76a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark bar graph fill -categories: - - Files and folders -tags: - - doc - - document - - data - - chart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph.md deleted file mode 100644 index 05717cfb31c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-bar-graph.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark bar graph -categories: - - Files and folders -tags: - - doc - - document - - data - - chart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary-fill.md deleted file mode 100644 index 1d32095c09f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark binary fill -categories: - - Files and folders -tags: - - doc - - document - - binary - - source ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary.md deleted file mode 100644 index 19f40f69040..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-binary.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark binary -categories: - - Files and folders -tags: - - doc - - document - - binary - - source ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break-fill.md deleted file mode 100644 index f37aa9d464f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark break fill -categories: - - Files and folders -tags: - - doc - - document - - page-break ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break.md deleted file mode 100644 index 144d1c72fd0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-break.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark break -categories: - - Files and folders -tags: - - doc - - document - - page-break ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check-fill.md deleted file mode 100644 index 540f431e122..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark check fill -categories: - - Files and folders -tags: - - doc - - document - - check - - verified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check.md deleted file mode 100644 index 2fd3ab29c6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-check.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark check -categories: - - Files and folders -tags: - - doc - - document - - check - - verified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code-fill.md deleted file mode 100644 index dba577adbd6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark code fill -categories: - - Files and folders -tags: - - doc - - document - - code - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code.md deleted file mode 100644 index 0cd16e9456b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-code.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark code -categories: - - Files and folders -tags: - - doc - - document - - code - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff-fill.md deleted file mode 100644 index b884e4ec1cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark diff fill -categories: - - Files and folders -tags: - - doc - - document - - version - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff.md deleted file mode 100644 index d7bfda74e76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-diff.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark diff -categories: - - Files and folders -tags: - - doc - - document - - version - - development ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel-fill.md deleted file mode 100644 index e29570babfa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark easel fill -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel.md deleted file mode 100644 index 90d0b49e70b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-easel.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark easel -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel-fill.md deleted file mode 100644 index 0ba6d8dbef4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark excel fill -categories: - - Files and folders -tags: - - doc - - document - - spreadsheet - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel.md deleted file mode 100644 index 6cccf68b3b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-excel.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark excel -categories: - - Files and folders -tags: - - doc - - document - - spreadsheet - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-fill.md deleted file mode 100644 index 8afed7d2968..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font-fill.md deleted file mode 100644 index 4cc9f5568b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark font fill -categories: - - Files and folders -tags: - - ttf - - otf ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font.md deleted file mode 100644 index 688fccd53ed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-font.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark font -categories: - - Files and folders -tags: - - ttf - - otf ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image-fill.md deleted file mode 100644 index e40ab71bbb1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark image fill -categories: - - Files and folders -tags: - - photo - - picture ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image.md deleted file mode 100644 index c23380ca3e8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-image.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark image -categories: - - Files and folders -tags: - - photo - - picture ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock-fill.md deleted file mode 100644 index 4f5787ae0ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark lock fill -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock.md deleted file mode 100644 index bb41239aa88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark lock -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2-fill.md deleted file mode 100644 index 68a4183927f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark lock2 fill -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2.md deleted file mode 100644 index d3f7b4824b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-lock2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark lock2 -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical-fill.md deleted file mode 100644 index aa2e122a8c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark medical fill -categories: - - Files and folders -tags: - - doc - - document - - medical - - hospital - - health ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical.md deleted file mode 100644 index c479a06e3c5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-medical.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark medical -categories: - - Files and folders -tags: - - doc - - document - - medical - - hospital - - health ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus-fill.md deleted file mode 100644 index 23a70836acd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark minus fill -categories: - - Files and folders -tags: - - doc - - document - - delete - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus.md deleted file mode 100644 index df0705b62bc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark minus -categories: - - Files and folders -tags: - - doc - - document - - delete - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music-fill.md deleted file mode 100644 index f479780f511..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File earmark music fill -categories: - - Files and folders -tags: - - doc - - document - - music - - audio - - playlist - - songs ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music.md deleted file mode 100644 index f5248688184..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-music.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File earmark music -categories: - - Files and folders -tags: - - doc - - document - - music - - audio - - playlist - - songs ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf-fill.md deleted file mode 100644 index eb578f47200..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark PDF fill -categories: - - Files and folders -tags: - - doc - - document - - adobe - - acrobat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf.md deleted file mode 100644 index 3114110506b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-pdf.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark PDF -categories: - - Files and folders -tags: - - doc - - document - - adobe - - acrobat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person-fill.md deleted file mode 100644 index fee5247f351..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File earmark person fill -categories: - - Files and folders -tags: - - doc - - document - - personal - - cv - - resume - - about ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person.md deleted file mode 100644 index d376648462e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-person.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File earmark person -categories: - - Files and folders -tags: - - doc - - document - - personal - - cv - - resume - - about ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play-fill.md deleted file mode 100644 index 396fdf4781e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark play fill -categories: - - Files and folders -tags: - - video - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play.md deleted file mode 100644 index 94512a775ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-play.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark play -categories: - - Files and folders -tags: - - video - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus-fill.md deleted file mode 100644 index 5166ff564ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark plus fill -categories: - - Files and folders -tags: - - doc - - document - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus.md deleted file mode 100644 index e28021fd4be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark plus -categories: - - Files and folders -tags: - - doc - - document - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post-fill.md deleted file mode 100644 index afa83ac6d7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark post fill -categories: - - Files and folders -tags: - - doc - - document - - post ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post.md deleted file mode 100644 index 1a86242005e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-post.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark post -categories: - - Files and folders -tags: - - doc - - document - - post ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt-fill.md deleted file mode 100644 index e92c5ce405f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark ppt fill -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt.md deleted file mode 100644 index dc8dd254eaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ppt.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark ppt -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext-fill.md deleted file mode 100644 index fee04a61218..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark richtext fill -categories: - - Files and folders -tags: - - text - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext.md deleted file mode 100644 index ef13919effb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-richtext.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark richtext -categories: - - Files and folders -tags: - - text - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled-fill.md deleted file mode 100644 index d2d32ce43d4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark ruled fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled.md deleted file mode 100644 index b0627e808b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-ruled.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark ruled -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides-fill.md deleted file mode 100644 index 6c76037b886..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark slides fill -categories: - - Files and folders -tags: - - presentation - - keynote - - powerpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides.md deleted file mode 100644 index 8b16b770fae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-slides.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark slides -categories: - - Files and folders -tags: - - presentation - - keynote - - powerpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet-fill.md deleted file mode 100644 index bc8ce1b61da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark spreadsheet fill -categories: - - Files and folders -tags: - - doc - - document - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet.md deleted file mode 100644 index b298eed159e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-spreadsheet.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File earmark spreadsheet -categories: - - Files and folders -tags: - - doc - - document - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text-fill.md deleted file mode 100644 index 53abd26b03f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark text fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text.md deleted file mode 100644 index c64cbb460a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-text.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark text -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word-fill.md deleted file mode 100644 index 73acd824d84..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark word fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word.md deleted file mode 100644 index 1d71a705135..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-word.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark word -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x-fill.md deleted file mode 100644 index ab1c8ea6d14..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark x fill -categories: - - Files and folders -tags: - - document - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x.md deleted file mode 100644 index 637367404c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-x.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File earmark x -categories: - - Files and folders -tags: - - document - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip-fill.md deleted file mode 100644 index 45eef6dd7bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark zip fill -categories: - - Files and folders -tags: - - doc - - document - - zip - - archive - - compress ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip.md deleted file mode 100644 index e195cebc05e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark-zip.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File earmark zip -categories: - - Files and folders -tags: - - doc - - document - - zip - - archive - - compress ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark.md deleted file mode 100644 index 621a407c543..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-earmark.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File earmark -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel-fill.md deleted file mode 100644 index a38400898eb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File easel fill -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel.md deleted file mode 100644 index 54c14d8bfac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-easel.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File easel -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel-fill.md deleted file mode 100644 index e48674be11b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File excel fill -categories: - - Files and folders -tags: - - doc - - document - - spreadsheet - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel.md deleted file mode 100644 index 7ad9f9f84c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-excel.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File excel -categories: - - Files and folders -tags: - - doc - - document - - spreadsheet - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-fill.md deleted file mode 100644 index c640ec686b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font-fill.md deleted file mode 100644 index 86a3c2f1563..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File font fill -categories: - - Files and folders -tags: - - ttf - - otf ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font.md deleted file mode 100644 index 9d797dbf836..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-font.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File font -categories: - - Files and folders -tags: - - ttf - - otf ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image-fill.md deleted file mode 100644 index 3bf203604aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File image fill -categories: - - Files and folders -tags: - - photo - - picture ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image.md deleted file mode 100644 index 869ed51d844..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-image.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File image -categories: - - Files and folders -tags: - - photo - - picture ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock-fill.md deleted file mode 100644 index c6d59d7c46a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File lock fill -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock.md deleted file mode 100644 index c9b933358d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File lock -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2-fill.md deleted file mode 100644 index 62835f8abb2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File lock2 fill -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2.md deleted file mode 100644 index 48ee0528dbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-lock2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File lock2 -categories: - - Files and folders -tags: - - lock - - private - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical-fill.md deleted file mode 100644 index ea3a3ab4b30..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File medical fill -categories: - - Files and folders -tags: - - doc - - document - - medical - - hospital - - health ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical.md deleted file mode 100644 index 949cb73cab2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-medical.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File medical -categories: - - Files and folders -tags: - - doc - - document - - medical - - hospital - - health ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus-fill.md deleted file mode 100644 index e91ae788b8b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File minus fill -categories: - - Files and folders -tags: - - doc - - document - - delete - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus.md deleted file mode 100644 index b439dba5277..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File minus -categories: - - Files and folders -tags: - - doc - - document - - delete - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music-fill.md deleted file mode 100644 index 1568659aafc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File music fill -categories: - - Files and folders -tags: - - doc - - document - - music - - audio - - playlist - - songs ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music.md deleted file mode 100644 index c633c09529c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-music.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File music -categories: - - Files and folders -tags: - - doc - - document - - music - - audio - - playlist - - songs ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf-fill.md deleted file mode 100644 index 483015a8b8e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File PDF fill -categories: - - Files and folders -tags: - - doc - - document - - adobe - - acrobat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf.md deleted file mode 100644 index 9e2bff6c323..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-pdf.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File PDF -categories: - - Files and folders -tags: - - doc - - document - - adobe - - acrobat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person-fill.md deleted file mode 100644 index 30cc08b828d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File person fill -categories: - - Files and folders -tags: - - doc - - document - - personal - - cv - - resume - - about ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person.md deleted file mode 100644 index 0efe235bb37..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-person.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: File person -categories: - - Files and folders -tags: - - doc - - document - - personal - - cv - - resume - - about ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play-fill.md deleted file mode 100644 index a5671bd4227..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File play fill -categories: - - Files and folders -tags: - - video - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play.md deleted file mode 100644 index 23939ce31db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-play.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File play -categories: - - Files and folders -tags: - - video - - present ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus-fill.md deleted file mode 100644 index d550b1fb101..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File plus fill -categories: - - Files and folders -tags: - - doc - - document - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus.md deleted file mode 100644 index a87dde4ed33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File plus -categories: - - Files and folders -tags: - - doc - - document - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post-fill.md deleted file mode 100644 index fb9cce628a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File post fill -categories: - - Files and folders -tags: - - doc - - document - - post ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post.md deleted file mode 100644 index 327acea96c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-post.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File post -categories: - - Files and folders -tags: - - doc - - document - - post ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt-fill.md deleted file mode 100644 index 340e6e45d09..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File ppt fill -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt.md deleted file mode 100644 index 37556af70d3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ppt.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File ppt -categories: - - Files and folders -tags: - - slides - - presentation - - powerpoint - - keynote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext-fill.md deleted file mode 100644 index 3f47b3b39ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File richtext fill -categories: - - Files and folders -tags: - - doc - - document - - richtext ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext.md deleted file mode 100644 index cf6708e6c40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-richtext.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File rich text -categories: - - Files and folders -tags: - - doc - - document - - richtext ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled-fill.md deleted file mode 100644 index 08b9f12d1f6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File ruled fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled.md deleted file mode 100644 index eff567f3c6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-ruled.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File ruled -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides-fill.md deleted file mode 100644 index dc66b5c1f11..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File slides fill -categories: - - Files and folders -tags: - - presentation - - keynote - - powerpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides.md deleted file mode 100644 index 1df4e87884a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-slides.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File slides -categories: - - Files and folders -tags: - - presentation - - keynote - - powerpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet-fill.md deleted file mode 100644 index e87aef26027..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File spreadsheet fill -categories: - - Files and folders -tags: - - doc - - document - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet.md deleted file mode 100644 index 81b4675dcd3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-spreadsheet.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: File spreadsheet -categories: - - Files and folders -tags: - - doc - - document - - excel - - table ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text-fill.md deleted file mode 100644 index 45332b57aa1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File text fill -categories: - - Files and folders -tags: - - doc - - document - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text.md deleted file mode 100644 index 51aa3845e43..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File text -categories: - - Files and folders -tags: - - doc - - document - - letter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word-fill.md deleted file mode 100644 index 499704b6cca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File word fill -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word.md deleted file mode 100644 index 0ada9528a22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-word.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File word -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x-fill.md deleted file mode 100644 index 4d34a28c1ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File x fill -categories: - - Files and folders -tags: - - document - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x.md deleted file mode 100644 index 8bc486bf9f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-x.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: File x -categories: - - Files and folders -tags: - - document - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip-fill.md deleted file mode 100644 index f5ae98b1959..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File zip fill -categories: - - Files and folders -tags: - - doc - - document - - zip - - archive - - compress ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip.md deleted file mode 100644 index 6ef2c736f19..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file-zip.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: File zip -categories: - - Files and folders -tags: - - doc - - document - - zip - - archive - - compress ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file.md deleted file mode 100644 index e505ecf05c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/file.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: File -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files-alt.md deleted file mode 100644 index facd54a069f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files-alt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Files alt -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files.md deleted file mode 100644 index fa21242febf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/files.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Files -categories: - - Files and folders -tags: - - doc - - document ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/film.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/film.md deleted file mode 100644 index 6b2a1df2087..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/film.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Film -categories: - - Media -tags: - - video - - movie ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle-fill.md deleted file mode 100644 index 797654fc6f8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter circle fill -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle.md deleted file mode 100644 index c2d03802c31..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter circle -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-left.md deleted file mode 100644 index 44a13c795f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-left.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter left -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-right.md deleted file mode 100644 index ccbf67b76a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-right.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter right -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square-fill.md deleted file mode 100644 index 2b8af1b0d97..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter square fill -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square.md deleted file mode 100644 index 7f02124dbf3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter-square.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Filter square -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter.md deleted file mode 100644 index 91ba5f80d7c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/filter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Filter -categories: - - UI and keyboard -tags: - - sort ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fingerprint.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fingerprint.md deleted file mode 100644 index c17114a76e0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fingerprint.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Fingerprint -categories: - - Security -tags: - - "touch ID" - - secure - - biometric ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag-fill.md deleted file mode 100644 index 2bc77de1275..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Flag fill -categories: - - Communications -tags: - - report ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag.md deleted file mode 100644 index 1299c44d2ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flag.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Flag -categories: - - Communications -tags: - - report ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower1.md deleted file mode 100644 index 76b3d323058..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Flower1 -categories: - - Real world -tags: - - plant - - bloom - - flower ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower2.md deleted file mode 100644 index fdd0f72222c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Flower2 -categories: - - Real world -tags: - - plant - - bloom - - flower ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower3.md deleted file mode 100644 index 17b7dcd6d11..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/flower3.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Flower3 -categories: - - Real world -tags: - - plant - - bloom - - flower ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-check.md deleted file mode 100644 index e9cdeff5a78..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-check.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Folder check -categories: - - Files and folders -tags: - - directory - - check - - verified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-fill.md deleted file mode 100644 index ab2bc1afae9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Folder fill -categories: - - Files and folders -tags: - - directory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-minus.md deleted file mode 100644 index 4b4fbb81a30..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-minus.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Folder minus -categories: - - Files and folders -tags: - - directory - - delete - - remove ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-plus.md deleted file mode 100644 index 2fca66e4670..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Folder plus -categories: - - Files and folders -tags: - - directory - - delete - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink-fill.md deleted file mode 100644 index 75a974c1959..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Folder symlink fill -categories: - - Files and folders -tags: - - directory - - symbolic-link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink.md deleted file mode 100644 index 9fbfd05fc6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-symlink.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Folder symlink -categories: - - Files and folders -tags: - - directory - - symbolic-link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-x.md deleted file mode 100644 index 240c5e6fd69..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder-x.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Folder x -categories: - - Files and folders -tags: - - directory - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder.md deleted file mode 100644 index 6ad0fca5d7c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Folder -categories: - - Files and folders -tags: - - directory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2-open.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2-open.md deleted file mode 100644 index 5472323a0d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2-open.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Folder2 open -categories: - - Files and folders -tags: - - directory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2.md deleted file mode 100644 index 56259ee6768..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/folder2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Folder2 -categories: - - Files and folders -tags: - - directory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fonts.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fonts.md deleted file mode 100644 index c71fc1dbce5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fonts.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Fonts -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward-fill.md deleted file mode 100644 index 29b6168b59e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Forward fill -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward.md deleted file mode 100644 index dbaaf255f9b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/forward.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Forward -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/front.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/front.md deleted file mode 100644 index e9cd777bd22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/front.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Front -categories: - - Graphics -tags: - - forward - - layer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen-exit.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen-exit.md deleted file mode 100644 index a928c9c2df7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen-exit.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Fullscreen exit -categories: - - UI and keyboard -tags: - - window - - minimize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen.md deleted file mode 100644 index ed292d6865c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/fullscreen.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Fullscreen -categories: - - UI and keyboard -tags: - - window - - maximize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel-fill.md deleted file mode 100644 index cf1aaf855d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Funnel fill -categories: - - Real world -tags: - - sort - - filter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel.md deleted file mode 100644 index c22d2367f03..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/funnel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Funnel -categories: - - Real world -tags: - - sort - - filter ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-fill.md deleted file mode 100644 index 112260cd690..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Gear fill -categories: - - Tools -tags: - - tool - - settings - - preferences ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide-connected.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide-connected.md deleted file mode 100644 index 7a419f30f6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide-connected.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Gear wide connected -categories: - - Tools -tags: - - tool - - settings - - preferences ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide.md deleted file mode 100644 index 216b6a0255c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear-wide.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Gear wide -categories: - - Tools -tags: - - tool - - settings - - preferences ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear.md deleted file mode 100644 index 2cee611e5d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gear.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Gear -categories: - - Tools -tags: - - tool - - settings - - preferences ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gem.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gem.md deleted file mode 100644 index 0440d147925..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gem.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gem -categories: - - Shapes -tags: - - shape - - diamond ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-ambiguous.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-ambiguous.md deleted file mode 100644 index 712bbadbb65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-ambiguous.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gender ambiguous -categories: - - People -tags: - - gender - - identity ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-female.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-female.md deleted file mode 100644 index bc0834660ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-female.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gender female -categories: - - People -tags: - - gender - - identity ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-male.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-male.md deleted file mode 100644 index add6e6ad249..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-male.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gender male -categories: - - People -tags: - - gender - - identity ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-trans.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-trans.md deleted file mode 100644 index 15a13cbd051..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gender-trans.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gender trans -categories: - - People -tags: - - gender - - identity ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt-fill.md deleted file mode 100644 index fef2e7b2067..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Geo alt fill -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt.md deleted file mode 100644 index b40652c203a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-alt.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Geo alt -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-fill.md deleted file mode 100644 index 1f3819a3119..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Geo fill -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo.md deleted file mode 100644 index 663b73043de..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/geo.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Geo -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift-fill.md deleted file mode 100644 index 15fdb5e5c79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gift fill -categories: - - Real world -tags: - - present - - gift ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift.md deleted file mode 100644 index 40ede8d3b8d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/gift.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Gift -categories: - - Real world -tags: - - present - - gift ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/github.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/github.md deleted file mode 100644 index 8fcbd19c8fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/github.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: GitHub -categories: - - Brand -tags: - - social - - microsoft ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe.md deleted file mode 100644 index 653be2ba8e7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Globe -categories: - - Communications -tags: - - world - - translate - - global - - international ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe2.md deleted file mode 100644 index 64efbff8efc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/globe2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Globe2 -categories: - - Communications -tags: - - world - - translate - - global - - international ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/google.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/google.md deleted file mode 100644 index 65cede3541e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/google.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Google -categories: - - Brand -tags: - - social - - search ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down-arrow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down-arrow.md deleted file mode 100644 index fca9e7cbb2e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down-arrow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Graph down arrow -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down.md deleted file mode 100644 index 0f86e79ab1b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Graph down -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up-arrow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up-arrow.md deleted file mode 100644 index 484f98de1d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up-arrow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Graph up arrow -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up.md deleted file mode 100644 index 2dd4a44a4b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/graph-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Graph up -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2-fill.md deleted file mode 100644 index d0d7ff1ead0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 1x2 fill -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2.md deleted file mode 100644 index b792ca80943..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-1x2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 1x2 -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap-fill.md deleted file mode 100644 index 59d8cc2a650..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x2 gap fill -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap.md deleted file mode 100644 index 8aaf9d137f6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2-gap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x2 gap -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2.md deleted file mode 100644 index 4e7922e08fa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x2 -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap-fill.md deleted file mode 100644 index d4009078c38..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x3 gap fill -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap.md deleted file mode 100644 index c14762c97be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3-gap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x3 gap -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3.md deleted file mode 100644 index 76feaca3297..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-3x3.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid 3x3 -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-fill.md deleted file mode 100644 index c65a7d1afdc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid fill -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid.md deleted file mode 100644 index d94e9c6e45f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grid.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Grid -categories: - - Layout -tags: - - grid - - layout ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-horizontal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-horizontal.md deleted file mode 100644 index 8e29986d273..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-horizontal.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Grip horizontal -layout: icon -categories: - - UI and keyboard -tags: - - drag - - grab ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-vertical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-vertical.md deleted file mode 100644 index b14ba542c34..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/grip-vertical.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Grip vertical -layout: icon -categories: - - UI and keyboard -tags: - - drag - - grab ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hammer.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hammer.md deleted file mode 100644 index 89e10e31140..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hammer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Hammer -categories: - - Tools -tags: - - tool ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-fill.md deleted file mode 100644 index 668158b61e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Hand index fill -categories: - - Hands -tags: - - hand - - pointer - - cursor ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb-fill.md deleted file mode 100644 index 484cb4164db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Hand index thumb fill -categories: - - Hands -tags: - - hand - - pointer - - cursor ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb.md deleted file mode 100644 index d4eb64e832f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index-thumb.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Hand index thumb -layout: icon -categories: - - Hands -tags: - - hand - - pointer - - cursor ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index.md deleted file mode 100644 index b9cda690847..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Hand index -layout: icon -categories: - - Hands -tags: - - hand - - pointer - - cursor ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down-fill.md deleted file mode 100644 index 8a3c2881a28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Hand thumbs down fill -categories: - - Hands -tags: - - hand - - pointer - - thumbs-down - - "-1" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down.md deleted file mode 100644 index b71d64d4cff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-down.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hand thumbs down -layout: icon -categories: - - Hands -tags: - - hand - - pointer - - thumbs-down - - "-1" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up-fill.md deleted file mode 100644 index a81a7c63313..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Hand thumbs up fill -categories: - - Hands -tags: - - hand - - pointer - - thumbs-up - - "+1" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up.md deleted file mode 100644 index 53dd07dd2ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hand-thumbs-up.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hand thumbs up -layout: icon -categories: - - Hands -tags: - - hand - - pointer - - thumbs-up - - "+1" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag-fill.md deleted file mode 100644 index 892724f1d94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Handbag fill -layout: icon -categories: - - Real world -tags: - - purse - - tote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag.md deleted file mode 100644 index 4647ce04bbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/handbag.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Handbag -layout: icon -categories: - - Real world -tags: - - purse - - tote ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hash.md deleted file mode 100644 index 8392f0661a2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Hash -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-fill.md deleted file mode 100644 index 1657716cd96..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd fill -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network-fill.md deleted file mode 100644 index 88bb02c081d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd network fill -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network.md deleted file mode 100644 index 3e48dbefa7b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-network.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd network -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack-fill.md deleted file mode 100644 index 02e95724f0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd rack fill -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack.md deleted file mode 100644 index a67fc7bf36c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-rack.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd rack -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack-fill.md deleted file mode 100644 index 12d70e191c5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd stack fill -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack.md deleted file mode 100644 index 1f886db15f5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd-stack.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd stack -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd.md deleted file mode 100644 index 52a9bb0ee9f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hdd.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hdd -categories: - - Devices -tags: - - "hard drive" - - "hard disk" - - ssd - - drive - - server ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headphones.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headphones.md deleted file mode 100644 index 4e4b0e4b40f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headphones.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Headphones -layout: icon -categories: - - Devices -tags: - - headphones ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset-vr.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset-vr.md deleted file mode 100644 index fcdcb2cf345..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset-vr.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Headset VR -categories: - - Devices -tags: - - "virual reality" - - oculus - - hololens ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset.md deleted file mode 100644 index fb89a966f03..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/headset.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Headset -categories: - - Devices -tags: - - headphones - - microphone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-fill.md deleted file mode 100644 index 8c5e5067e95..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heart fill -categories: - - Shapes -tags: - - love - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-half.md deleted file mode 100644 index 3332e7a8c2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heart half -categories: - - Shapes -tags: - - love - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart.md deleted file mode 100644 index ffb7ee3317f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heart.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heart -categories: - - Shapes -tags: - - love - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-fill.md deleted file mode 100644 index a7f6ff687ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heptagon fill -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-half.md deleted file mode 100644 index 70bd5442f88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heptagon half -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon.md deleted file mode 100644 index 72b14d21254..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/heptagon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Heptagon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-fill.md deleted file mode 100644 index 58611d7f4e4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Hexagon fill -layout: icon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-half.md deleted file mode 100644 index 39d887a3b7a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon-half.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Hexagon half -layout: icon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon.md deleted file mode 100644 index 18169965ac2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hexagon.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Hexagon -layout: icon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-bottom.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-bottom.md deleted file mode 100644 index 19056eeb5bc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-bottom.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hourglass bottom -categories: - - Real world -tags: - - time - - history - - wait - - sand - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-split.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-split.md deleted file mode 100644 index bb50933e042..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-split.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hourglass split -categories: - - Real world -tags: - - time - - history - - wait - - sand - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-top.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-top.md deleted file mode 100644 index 9cb8ffddb40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass-top.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hourglass top -categories: - - Real world -tags: - - time - - history - - wait - - sand - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass.md deleted file mode 100644 index a2ee7de689a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hourglass.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hourglass -categories: - - Real world -tags: - - time - - history - - wait - - sand - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door-fill.md deleted file mode 100644 index 888f9d70e2c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: House door fill -categories: - - Real world -tags: - - home ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door.md deleted file mode 100644 index 8b47655b2c6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-door.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: House door -categories: - - Real world -tags: - - home ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-fill.md deleted file mode 100644 index 1e26cddae1e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: House fill -categories: - - Real world -tags: - - home ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house.md deleted file mode 100644 index 49017c778b6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/house.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: House -categories: - - Real world -tags: - - home ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hr.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hr.md deleted file mode 100644 index a41d91cf37f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hr.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: HR -categories: - - Typography -tags: - - divider - - horizonal-rule ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hurricane.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hurricane.md deleted file mode 100644 index 608c16b8cd2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hurricane.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Hurricane -categories: - - Weather -tags: - - storm ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hypnotize.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hypnotize.md deleted file mode 100644 index d45e8a8f6b9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/hypnotize.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Hypnotize -categories: - - Real World -tags: - - hypnosis - - sleepy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-alt.md deleted file mode 100644 index eb663061f21..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-alt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Image alt -categories: - - Files and folders -tags: - - picture - - photo ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-fill.md deleted file mode 100644 index a3702dcd6dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Image fill -categories: - - Files and folders -tags: - - picture - - photo ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image.md deleted file mode 100644 index 8dc7b3b01cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/image.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Image -categories: - - Files and folders -tags: - - picture - - photo ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/images.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/images.md deleted file mode 100644 index 65322d7ee11..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/images.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Images -categories: - - Files and folders -tags: - - picture - - photo ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox-fill.md deleted file mode 100644 index 730dd0a16af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Inbox fill -categories: - - Communications -tags: - - mail - - email - - letter tray ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox.md deleted file mode 100644 index 5b2a51b4465..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inbox.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Inbox -categories: - - Communications -tags: - - mail - - email - - letter tray ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes-fill.md deleted file mode 100644 index d3da4f90a82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Inboxes fill -categories: - - Communications -tags: - - mail - - email - - letter tray ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes.md deleted file mode 100644 index d3da4f90a82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/inboxes.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Inboxes fill -categories: - - Communications -tags: - - mail - - email - - letter tray ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle-fill.md deleted file mode 100644 index 366a69763b0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info fill -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle.md deleted file mode 100644 index 993b3ce719e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-circle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info circle -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-lg.md deleted file mode 100644 index cc7e854e012..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-lg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info lg -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square-fill.md deleted file mode 100644 index 431f9e02d6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info square fill -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square.md deleted file mode 100644 index 3ccddbe831e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info-square.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info square -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info.md deleted file mode 100644 index cf52526e6be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/info.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Info -categories: - - Alerts, warnings, and signs -tags: - - information - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor-text.md deleted file mode 100644 index a1bdfe1177b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor-text.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Input cursor text -categories: - - Graphics -tags: - - textarea - - form - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor.md deleted file mode 100644 index aaada0afd37..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/input-cursor.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Input cursor -categories: - - Graphics -tags: - - textarea - - form - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/instagram.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/instagram.md deleted file mode 100644 index fc7eea63c87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/instagram.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Instagram -categories: - - Brand -tags: - - social - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/intersect.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/intersect.md deleted file mode 100644 index 1a1812aede6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/intersect.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Intersect -categories: - - Graphics -tags: - - graphics - - vector - - merge - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-album.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-album.md deleted file mode 100644 index 3033f8b40c9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-album.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal album -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-down.md deleted file mode 100644 index 77a0daa0aa3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-down.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal arrow down -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-up.md deleted file mode 100644 index 6bc67608236..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-arrow-up.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal arrow up -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark-fill.md deleted file mode 100644 index b49e9bfe83d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal bookmark fill -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark.md deleted file mode 100644 index f6205368003..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-bookmark.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal bookmark -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-check.md deleted file mode 100644 index be1681a8f9c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-check.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal check -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-code.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-code.md deleted file mode 100644 index 0e986666bb3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-code.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal code -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-medical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-medical.md deleted file mode 100644 index 88f7a4ef6b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-medical.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal medical -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-minus.md deleted file mode 100644 index 115e77d7ff2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal minus -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-plus.md deleted file mode 100644 index c2c13072717..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal plus -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-richtext.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-richtext.md deleted file mode 100644 index dcab678a1a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-richtext.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal richtext -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-text.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-text.md deleted file mode 100644 index 2c0cfcaea01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-text.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal text -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-x.md deleted file mode 100644 index 171491ee8d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal-x.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Journal x -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal.md deleted file mode 100644 index fe8c36e38f6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journal.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journal -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journals.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journals.md deleted file mode 100644 index fd1ca3a5dee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/journals.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Journals -categories: - - Files and folders -tags: - - file - - folder - - journal - - notebook ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/joystick.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/joystick.md deleted file mode 100644 index 0639e81f83a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/joystick.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Joystick -categories: - - Entertainment -tags: - - gaming - - game - - "video games" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-left.md deleted file mode 100644 index b36715fd0e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-left.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Justify left -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-right.md deleted file mode 100644 index 4be29fe4389..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify-right.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Justify right -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify.md deleted file mode 100644 index c93548e8e77..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/justify.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Justify -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban-fill.md deleted file mode 100644 index 049beaac291..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Kanban fill -categories: - - Miscellaneous -tags: - - board - - project-management ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban.md deleted file mode 100644 index 9b997730abe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/kanban.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Kanban -categories: - - Miscellaneous -tags: - - board - - project-management ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key-fill.md deleted file mode 100644 index 6acbd2239bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Key fill -categories: - - Real world -tags: - - lock - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key.md deleted file mode 100644 index f0c3a8a73ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/key.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Key -categories: - - Real world -tags: - - lock - - secure ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard-fill.md deleted file mode 100644 index e045d871965..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Keyboard fill -categories: - - Devices -tags: - - keyboard - - keys - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard.md deleted file mode 100644 index 7950f37f648..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/keyboard.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Keyboard -categories: - - Devices -tags: - - keyboard - - keys - - typing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ladder.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ladder.md deleted file mode 100644 index b075bc2a303..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ladder.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Ladder -categories: - - Real world -tags: - - climb - - ladder ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp-fill.md deleted file mode 100644 index e28f60c9811..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lamp fill -categories: - - Real world -tags: - - light - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp.md deleted file mode 100644 index f11f7b60289..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lamp.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lamp -categories: - - Real world -tags: - - light - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop-fill.md deleted file mode 100644 index 83abbe8bced..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Laptop fill -categories: - - Devices -tags: - - computer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop.md deleted file mode 100644 index f27c913cc7d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/laptop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Laptop -categories: - - Devices -tags: - - computer ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-backward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-backward.md deleted file mode 100644 index ce2a1485e5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-backward.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Layer backward -categories: - - Graphics -tags: - - arrange - - layers - - back ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-forward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-forward.md deleted file mode 100644 index 0419600fb70..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layer-forward.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Layer forward -categories: - - Graphics -tags: - - arrange - - layers - - front ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-fill.md deleted file mode 100644 index ab85b9ebe9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layers fill -categories: - - Graphics -tags: - - perspective - - stacked ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-half.md deleted file mode 100644 index eef503dac5f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layers half -categories: - - Graphics -tags: - - perspective - - stacked ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers.md deleted file mode 100644 index 1e2a1e6ec70..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layers.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layers -categories: - - Graphics -tags: - - perspective - - stacked ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset-reverse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset-reverse.md deleted file mode 100644 index 4c9aaaf9a04..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset-reverse.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout sidebar inset reverse -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset.md deleted file mode 100644 index 12be1166a26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-inset.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout sidebar nested -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-reverse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-reverse.md deleted file mode 100644 index 9a0ac5ac581..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar-reverse.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Layout sidebar reverse -categories: - - Layout -tags: - - grid - - layout - - sidebar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar.md deleted file mode 100644 index 37cdad85b8f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-sidebar.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Layout sidebar -categories: - - Layout -tags: - - grid - - layout - - sidebar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-split.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-split.md deleted file mode 100644 index 533538e6873..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-split.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Layout split -categories: - - Layout -tags: - - grid - - layout - - sidebar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar-reverse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar-reverse.md deleted file mode 100644 index 16c11888e7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar-reverse.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout text sidebar reverse -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar.md deleted file mode 100644 index ebc879d6d8d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-sidebar.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout text sidebar -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window-reverse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window-reverse.md deleted file mode 100644 index 5d14e0e079c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window-reverse.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout text window reverse -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window.md deleted file mode 100644 index e63e1f140ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-text-window.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout text window -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-three-columns.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-three-columns.md deleted file mode 100644 index 6e291f6b242..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-three-columns.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout three columns -categories: - - Layout -tags: - - layout - - columns ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-wtf.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-wtf.md deleted file mode 100644 index d93772c5f88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/layout-wtf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Layout WTF -categories: - - Layout -tags: - - layout - - broken ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/life-preserver.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/life-preserver.md deleted file mode 100644 index 087aa1ebc7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/life-preserver.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Life preserver -categories: - - Real world -tags: - - lifesaver - - water ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-fill.md deleted file mode 100644 index 7ce5c93afe3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lightbulb fill -categories: - - Real world -tags: - - lights - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off-fill.md deleted file mode 100644 index 3ea267a6182..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lightbulb off fill -categories: - - Real world -tags: - - lights - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off.md deleted file mode 100644 index 22e183deb20..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb-off.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lightbulb off -categories: - - Real world -tags: - - lights - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb.md deleted file mode 100644 index be0de01e922..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightbulb.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lightbulb -categories: - - Real world -tags: - - lights - - lamp ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge-fill.md deleted file mode 100644 index d5a5641c956..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Lightning charge fill -categories: - - Miscellaneous -tags: - - weather - - storm - - thunder - - bolt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge.md deleted file mode 100644 index 9e25fd2b1fb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-charge.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Lightning charge -categories: - - Miscellaneous -tags: - - weather - - storm - - thunder - - bolt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-fill.md deleted file mode 100644 index 6f10a9d0b6b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Lightning fill -categories: - - Weather -tags: - - storm - - thunder - - bolt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning.md deleted file mode 100644 index b1362bc4886..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lightning.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Lightning -categories: - - Weather -tags: - - storm - - thunder - - bolt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/line.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/line.md deleted file mode 100644 index 7533267f308..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/line.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Line -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link-45deg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link-45deg.md deleted file mode 100644 index 3db815e4287..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link-45deg.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Link 45deg -categories: - - UI and keyboard -tags: - - anchor - - hyperlink - - href ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link.md deleted file mode 100644 index fb79edb3e4c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/link.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Link -categories: - - UI and keyboard -tags: - - anchor - - hyperlink - - href ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/linkedin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/linkedin.md deleted file mode 100644 index e2f8eb23140..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/linkedin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Linkedin -categories: - - Brand -tags: - - social - - microsoft ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-check.md deleted file mode 100644 index 5fbab9a2ee5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-check.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: List checked -categories: - - Typography -tags: - - text - - type - - justify - - alignment - - checklist - - done ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-nested.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-nested.md deleted file mode 100644 index 89a2aab132f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-nested.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: List nested -categories: - - Typography -tags: - - text - - type - - alignment - - children ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ol.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ol.md deleted file mode 100644 index e1be5b1715e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ol.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: List OL -categories: - - Typography -tags: - - text - - type - - justify - - alignment - - ordered-list - - numbered-list - - numbered ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-stars.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-stars.md deleted file mode 100644 index d4e2edb0147..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-stars.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: List stars -categories: - - Typography -tags: - - text - - type - - starred ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-task.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-task.md deleted file mode 100644 index 879801e6b5e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-task.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: List task -categories: - - Typography -tags: - - text - - type - - justify - - alignment - - todos - - task ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ul.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ul.md deleted file mode 100644 index 502863ccac2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list-ul.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: List UL -categories: - - Typography -tags: - - text - - type - - justify - - alignment - - unordered-list ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list.md deleted file mode 100644 index ca4331ba8b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/list.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: List -categories: - - Typography -tags: - - text - - type - - justify - - alignment - - menu - - hamburger ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock-fill.md deleted file mode 100644 index 9f1788ba472..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lock fill -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock.md deleted file mode 100644 index 16c334e4eeb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/lock.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Lock -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/magic.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/magic.md deleted file mode 100644 index 2cc6e34289e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/magic.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Magic -categories: - - Real World -tags: - - "magic stick" ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox.md deleted file mode 100644 index 1ac78ab681f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Mailbox -categories: - - Real world -tags: - - post - - postal - - postbox - - letterbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox2.md deleted file mode 100644 index 8dd08a45260..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mailbox2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Mailbox2 -categories: - - Real world -tags: - - post - - postal - - postbox - - letterbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map-fill.md deleted file mode 100644 index 03bcb5d1898..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Map fill -categories: - - Geo -tags: - - geography - - directions - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map.md deleted file mode 100644 index b3ee747e8a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/map.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Map -categories: - - Geo -tags: - - geography - - directions - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown-fill.md deleted file mode 100644 index 766cf8b6838..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Markdown fill -categories: - - Badges -tags: - - markdown - - md - - content - - writing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown.md deleted file mode 100644 index f00d819ec9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/markdown.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Markdown -categories: - - Badges -tags: - - markdown - - md - - content - - writing ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mask.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mask.md deleted file mode 100644 index 14936c225ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mask.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Mask -categories: - - Graphics -tags: - - mask ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mastodon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mastodon.md deleted file mode 100644 index 406e6b826e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mastodon.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Mastodon -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/medium.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/medium.md deleted file mode 100644 index 1c7c201f78a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/medium.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Medium -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone-fill.md deleted file mode 100644 index a7bd33eee01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Megaphone fill -categories: - - Real world -tags: - - loudspeaker - - announcement ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone.md deleted file mode 100644 index 40a09cb9669..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/megaphone.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Megaphone -categories: - - Real world -tags: - - loudspeaker - - announcement ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app-fill.md deleted file mode 100644 index 72876252e1e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu app fill -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app.md deleted file mode 100644 index 06305f4dbdb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-app.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu app -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-fill.md deleted file mode 100644 index 9c8f3d03473..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu button fill -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide-fill.md deleted file mode 100644 index d0d5f81012f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu button wide fill -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide.md deleted file mode 100644 index f05e7dc9501..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button-wide.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu button wide -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button.md deleted file mode 100644 index cea2f3988aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-button.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu button -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-down.md deleted file mode 100644 index 0c6e695f3f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-down.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu down -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-up.md deleted file mode 100644 index 6bb66acdd42..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/menu-up.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Menu up -categories: - - Controls -tags: - - dropdown - - menu - - context - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/messenger.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/messenger.md deleted file mode 100644 index d8d6cb386ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/messenger.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Messenger -categories: - - Brand -tags: - - social - - facebook - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-fill.md deleted file mode 100644 index b8e0c4ed16f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Mic fill -categories: - - Media -tags: - - audio - - video - - av - - sound - - input - - microphone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute-fill.md deleted file mode 100644 index 1ae91db66bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Mic mute fill -categories: - - Media -tags: - - audio - - video - - av - - sound - - input - - microphone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute.md deleted file mode 100644 index 047153c09f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic-mute.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Mic mute -categories: - - Media -tags: - - audio - - video - - av - - sound - - input - - microphone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic.md deleted file mode 100644 index cdb8e7d8bcd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mic.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Mic -categories: - - Media -tags: - - audio - - video - - av - - sound - - input - - microphone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/microsoft.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/microsoft.md deleted file mode 100644 index cb68d3214df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/microsoft.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Microsoft -categories: - - Brand -tags: - - msft - - windows ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart-loaded.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart-loaded.md deleted file mode 100644 index 7101d217348..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart-loaded.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Minecart loaded -layout: icon -categories: - - Real world -tags: - - mining - - cart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart.md deleted file mode 100644 index a17880b41ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/minecart.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Minecart -layout: icon -categories: - - Real world -tags: - - mining - - cart ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moisture.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moisture.md deleted file mode 100644 index 424d1668ce8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moisture.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Moisture -categories: - - Weather -tags: - - water - - droplets ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-fill.md deleted file mode 100644 index 6b33ed1cf05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Moon fill -categories: - - Weather -tags: - - night - - sky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars-fill.md deleted file mode 100644 index e8bf5a65db0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Moon stars fill -categories: - - Weather -tags: - - night - - sky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars.md deleted file mode 100644 index 7c17d2c9a64..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon-stars.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Moon stars -categories: - - Weather -tags: - - night - - sky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon.md deleted file mode 100644 index d96ed390219..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/moon.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Moon -categories: - - Real world -tags: - - lunar - - weather - - night ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse-fill.md deleted file mode 100644 index 91742e4d96d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse fill -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse.md deleted file mode 100644 index 6dd9995543e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2-fill.md deleted file mode 100644 index 94510ca3a06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse2 fill -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2.md deleted file mode 100644 index 1d48b6e6439..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse2 -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3-fill.md deleted file mode 100644 index 1581aeb640c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse3 fill -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3.md deleted file mode 100644 index d70f8a766f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/mouse3.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Mouse3 -categories: - - Devices -tags: - - mice - - input ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-beamed.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-beamed.md deleted file mode 100644 index 2df60762b10..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-beamed.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Music note beamed -categories: - - Media -tags: - - music - - notes - - audio - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-list.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-list.md deleted file mode 100644 index 2af57459d66..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note-list.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Music note list -categories: - - Media -tags: - - music - - notes - - audio - - sound - - playlist - - library ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note.md deleted file mode 100644 index 7f078bb81bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-note.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Music note -categories: - - Media -tags: - - music - - notes - - audio - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player-fill.md deleted file mode 100644 index e2f98efea2b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Music player fill -categories: - - Devices -tags: - - ipod - - mp3 ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player.md deleted file mode 100644 index 27f9b6233da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/music-player.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Music player -categories: - - Devices -tags: - - ipod - - mp3 ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/newspaper.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/newspaper.md deleted file mode 100644 index 1cc3d25ce22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/newspaper.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Newspaper -categories: - - Real world -tags: - - news - - paper ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus-fill.md deleted file mode 100644 index a02a947db32..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Node minus fill -categories: - - Graphics -tags: - - add - - new - - node - - diagram ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus.md deleted file mode 100644 index b8bc62212d4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-minus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Node minus -categories: - - Graphics -tags: - - add - - new - - node - - diagram ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus-fill.md deleted file mode 100644 index 76d0e78ad32..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Node plus fill -categories: - - Graphics -tags: - - add - - new - - node - - diagram ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus.md deleted file mode 100644 index 04439c2461a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/node-plus.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Node plus -categories: - - Graphics -tags: - - add - - new - - node - - diagram ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut-fill.md deleted file mode 100644 index 5e6fb27e50e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Nut fill -categories: - - Tools -tags: - - nut - - bolt - - hexagon - - tools ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut.md deleted file mode 100644 index 5280bb6c772..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/nut.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Nut -categories: - - Tools -tags: - - nut - - bolt - - hexagon - - tools ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-fill.md deleted file mode 100644 index 14b855f7e54..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Octagon fill -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-half.md deleted file mode 100644 index 9652d292725..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Octagon half -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon.md deleted file mode 100644 index 2e87b065ad1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/octagon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Octagon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/option.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/option.md deleted file mode 100644 index 44382c0b6f8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/option.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Option -categories: - - UI and keyboard -tags: - - key - - mac ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/outlet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/outlet.md deleted file mode 100644 index 961bdf5aa27..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/outlet.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Outlet -categories: - - Real world -tags: - - plug - - power ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paint-bucket.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paint-bucket.md deleted file mode 100644 index cf78aaef49c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paint-bucket.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Paint bucket -categories: - - Graphics -tags: - - color - - paint - - fill - - palette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette-fill.md deleted file mode 100644 index f6e34beb353..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Palette fill -categories: - - Graphics -tags: - - color - - paint - - fill - - palette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette.md deleted file mode 100644 index eb0fa2d8f67..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Palette -categories: - - Graphics -tags: - - color - - paint - - fill - - palette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette2.md deleted file mode 100644 index 2adfc70d371..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/palette2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Palette2 -categories: - - Graphics -tags: - - color - - paint - - fill - - palette ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paperclip.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paperclip.md deleted file mode 100644 index 864c8b415d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paperclip.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Paperclip -categories: - - Real world -tags: - - attachment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paragraph.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paragraph.md deleted file mode 100644 index 80dc52dc4c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paragraph.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Paragraph -categories: - - Typography -tags: - - paragraph - - text - - body - - content ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check-fill.md deleted file mode 100644 index a55e87c5879..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Patch check fill -categories: - - Badges -tags: - - verified - - checkmark - - certified -aliases: - - /icons/patch-check-fll/ ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check.md deleted file mode 100644 index a67b152ee3f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-check.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Patch check -categories: - - Badges -tags: - - verified - - checkmark - - certified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation-fill.md deleted file mode 100644 index de09eaeaa2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Patch exclamation fill -categories: - - Badges -tags: - - excited - - certified -aliases: - - /icons/patch-exclamation-fll/ ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation.md deleted file mode 100644 index d126ae16b26..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-exclamation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Patch exclamation -categories: - - Badges -tags: - - excited - - certified ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus-fill.md deleted file mode 100644 index 1842276c9cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Patch minus fill -categories: - - Badges -tags: -aliases: - - /icons/patch-minus-fll/ ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus.md deleted file mode 100644 index 5c12ee81aed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-minus.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Patch minus -categories: - - Badges -tags: ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus-fill.md deleted file mode 100644 index 8b165a8b4b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Patch plus fill -categories: - - Badges -tags: -aliases: - - /icons/patch-plus-fll/ ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus.md deleted file mode 100644 index d968347c54d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-plus.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Patch plus -categories: - - Badges -tags: ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question-fill.md deleted file mode 100644 index 40d51840977..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Patch question fill -categories: - - Badges -tags: -aliases: - - /icons/patch-question-fll/ ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question.md deleted file mode 100644 index efbe343dadd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/patch-question.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Patch question -categories: - - Badges -tags: ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn-fill.md deleted file mode 100644 index 7808059da2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn.md deleted file mode 100644 index d090a0a12b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle-fill.md deleted file mode 100644 index 19820db39da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle.md deleted file mode 100644 index 3c6c68c327b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-fill.md deleted file mode 100644 index c8c8a91aba4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause.md deleted file mode 100644 index 5eaba1a258d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pause.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pause -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paypal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paypal.md deleted file mode 100644 index f557f9d28f9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/paypal.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Paypal -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace-fill.md deleted file mode 100644 index b148c517479..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Peace fill -categories: - - Miscellaneous -tags: - - peace - - love ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace.md deleted file mode 100644 index 05e5d865949..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/peace.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Peace -categories: - - Miscellaneous -tags: - - peace - - love ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen-fill.md deleted file mode 100644 index 889780f8b92..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pen fill -categories: - - Tools -tags: - - edit - - write - - ballpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen.md deleted file mode 100644 index abaf89fcaba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pen.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pen -categories: - - Tools -tags: - - edit - - write - - ballpoint ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-fill.md deleted file mode 100644 index aa6ce2d50bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pencil fill -categories: - - Tools -tags: - - edit - - write ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-square.md deleted file mode 100644 index 769290c2214..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil-square.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pencil square -categories: - - Tools -tags: - - edit - - write ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil.md deleted file mode 100644 index 339939ddbf2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pencil.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pencil -categories: - - Tools -tags: - - edit - - write ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-fill.md deleted file mode 100644 index 0e2ef7d29f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pentagon fill -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-half.md deleted file mode 100644 index 2407b7efe9c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pentagon half -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon.md deleted file mode 100644 index 57ebbf42f79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pentagon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pentagon -categories: - - Shapes -tags: - - shape - - polygon ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people-fill.md deleted file mode 100644 index 5bf7cba3cd7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: People fill -categories: - - People -tags: - - humans - - organization - - avatar - - users ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people.md deleted file mode 100644 index e6c0330b29e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/people.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: People -categories: - - People -tags: - - humans - - organization - - avatar - - users ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/percent.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/percent.md deleted file mode 100644 index f830e0668f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/percent.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Percent -categories: - - Typography -tags: - - percentage - - math - - fraction ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge-fill.md deleted file mode 100644 index c58b586cd4e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge-fill.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Person badge fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - badge - - id - - card - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge.md deleted file mode 100644 index 4176e0ca628..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-badge.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Person badge -categories: - - People -tags: - - human - - individual - - avatar - - user - - badge - - id - - card - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-bounding-box.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-bounding-box.md deleted file mode 100644 index ca05cd1733c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-bounding-box.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Person bounding box -categories: - - People -tags: - - human - - individual - - avatar - - user - - crop - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check-fill.md deleted file mode 100644 index dfae8cb9022..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check-fill.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Person check fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - verified - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check.md deleted file mode 100644 index 4a3cbd0e276..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-check.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Person check -categories: - - People -tags: - - human - - individual - - avatar - - user - - verified - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-circle.md deleted file mode 100644 index 073771340b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-circle.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: People circle -categories: - - People -tags: - - humans - - organization - - avatar - - user - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash-fill.md deleted file mode 100644 index e66e2d19fa8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person dash fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - remove - - delete - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash.md deleted file mode 100644 index c7c80a36518..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-dash.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person dash -categories: - - People -tags: - - human - - individual - - avatar - - user - - remove - - delete - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-fill.md deleted file mode 100644 index 28ef893c36c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-lines-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-lines-fill.md deleted file mode 100644 index 944eaa97411..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-lines-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person lines fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - contact - - list - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus-fill.md deleted file mode 100644 index 3d2a85b5d30..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person plus fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - new - - add - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus.md deleted file mode 100644 index cf1c5c4da43..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-plus.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person plus -categories: - - People -tags: - - human - - individual - - avatar - - user - - new - - add - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-rolodex.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-rolodex.md deleted file mode 100644 index 947c99002ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-rolodex.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Person rolodex -categories: - - People -tags: - - human - - individual - - avatar - - user - - account - - contact ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-square.md deleted file mode 100644 index 4a47d70301e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-square.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person square -categories: - - People -tags: - - human - - individual - - avatar - - user - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video.md deleted file mode 100644 index 81c4f06686a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person video -categories: - - People -tags: - - human - - individual - - avatar - - user - - wfh ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video2.md deleted file mode 100644 index e3fea94f377..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person video2 -categories: - - People -tags: - - human - - individual - - avatar - - user - - wfh ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video3.md deleted file mode 100644 index c5ba1b2c514..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-video3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person video3 -categories: - - People -tags: - - human - - individual - - avatar - - user - - wfh ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-workspace.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-workspace.md deleted file mode 100644 index f92f47c0695..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-workspace.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person workspace -categories: - - People -tags: - - human - - individual - - avatar - - user - - wfh ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x-fill.md deleted file mode 100644 index 0f68833c322..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person x fill -categories: - - People -tags: - - human - - individual - - avatar - - user - - remove - - delete - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x.md deleted file mode 100644 index 18358089b7d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person-x.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Person x -categories: - - People -tags: - - human - - individual - - avatar - - user - - remove - - delete - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person.md deleted file mode 100644 index b6a1ac4a6ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/person.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Person -categories: - - People -tags: - - human - - individual - - avatar - - user - - account ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-fill.md deleted file mode 100644 index ba19ecda3cc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Phone fill -categories: - - Devices -tags: - - mobile - - telephone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape-fill.md deleted file mode 100644 index 83e7cadba8b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Phone landscape fill -categories: - - Devices -tags: - - mobile - - telephone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape.md deleted file mode 100644 index 034ee0f6bf7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-landscape.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Phone landscape -categories: - - Devices -tags: - - mobile - - telephone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate-fill.md deleted file mode 100644 index d46f8dbd12b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Phone vibrate fill -categories: - - Devices -tags: - - mobile - - telephone - - haptic ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate.md deleted file mode 100644 index 273f66b221e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone-vibrate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Phone vibrate -categories: - - Devices -tags: - - mobile - - telephone - - haptic ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone.md deleted file mode 100644 index 81576e1df1a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/phone.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Phone -categories: - - Devices -tags: - - mobile - - telephone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart-fill.md deleted file mode 100644 index d029221d8ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pie chart fill -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart.md deleted file mode 100644 index 5e7c5a6e2ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pie-chart.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Pie chart -categories: - - Data -tags: - - chart - - graph - - analytics ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank-fill.md deleted file mode 100644 index 1ac1c43fce7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Piggy bank fill -categories: - - Commerce -tags: - - money - - finance - - banking - - savings ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank.md deleted file mode 100644 index 3ec71d2839c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/piggy-bank.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Piggy bank -categories: - - Commerce -tags: - - money - - finance - - banking - - savings ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle-fill.md deleted file mode 100644 index 52679672869..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pin angle fill -categories: - - Real world -tags: - - pushpin - - thumbtack ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle.md deleted file mode 100644 index 21615fa6e5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-angle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pin angle -categories: - - Real world -tags: - - pushpin - - thumbtack ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-fill.md deleted file mode 100644 index 36b37f48218..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pin fill -categories: - - Real world -tags: - - pushpin - - thumbtack ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map-fill.md deleted file mode 100644 index 8fe84e9bd35..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Pin map fill -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map.md deleted file mode 100644 index e2d8e006fcc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin-map.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Pin map -categories: - - Geo -tags: - - geography - - map - - pin - - location ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin.md deleted file mode 100644 index 9fffcafe043..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pin -categories: - - Real world -tags: - - pushpin - - thumbtack ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pinterest.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pinterest.md deleted file mode 100644 index 3a7b1de061f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pinterest.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Pinterest -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip-fill.md deleted file mode 100644 index 23ea7c7030d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Pip fill -categories: - - Media -tags: - - picture - - tv - - television - - display - - nested ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip.md deleted file mode 100644 index 700d862a8ad..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/pip.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Pip -categories: - - Media -tags: - - picture - - tv - - television - - display - - nested ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn-fill.md deleted file mode 100644 index df6c3843dd3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn.md deleted file mode 100644 index c6d44aee6ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle-fill.md deleted file mode 100644 index 9032bd74066..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle.md deleted file mode 100644 index 8428f7b8c89..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-fill.md deleted file mode 100644 index 6a37057ed06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play.md deleted file mode 100644 index 7d0f2100941..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/play.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Play -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug-fill.md deleted file mode 100644 index aa5d0cf7370..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plug fill -categories: - - Real world -tags: - - power - - outlet ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug.md deleted file mode 100644 index 8ffb8c77735..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plug.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plug -categories: - - Real world -tags: - - power - - outlet ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-dotted.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-dotted.md deleted file mode 100644 index 6e489fb87db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-dotted.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus circle dotted -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-fill.md deleted file mode 100644 index 28aa08be61e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus circle fill -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle.md deleted file mode 100644 index 21277599821..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-circle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus circle -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-lg.md deleted file mode 100644 index 67596633018..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-lg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus lg -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-dotted.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-dotted.md deleted file mode 100644 index 34e8a2bcfaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-dotted.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus square dotted -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-fill.md deleted file mode 100644 index fcd125f8b65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus square fill -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square.md deleted file mode 100644 index 54eeffff214..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus-square.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus square -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus.md deleted file mode 100644 index 3a2f48365be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/plus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Plus -categories: - - Alerts, warnings, and signs -tags: - - add - - new ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/power.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/power.md deleted file mode 100644 index 321caec0a87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/power.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Power -categories: - - UI and keyboard -tags: - - off - - on ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer-fill.md deleted file mode 100644 index d30fd6cc05b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Printer fill -categories: - - Devices -tags: - - print ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer.md deleted file mode 100644 index fa1c1dd3772..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/printer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Printer -categories: - - Devices -tags: - - print ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle-fill.md deleted file mode 100644 index 6084911c1ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Puzzle fill -categories: - - Miscellaneous -tags: - - puzzle - - piece ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle.md deleted file mode 100644 index 0f52d64cb62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/puzzle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Puzzle -categories: - - Miscellaneous -tags: - - puzzle - - piece ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle-fill.md deleted file mode 100644 index 48e0a9898fa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question fill -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle.md deleted file mode 100644 index 05c98d9ad93..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-circle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question circle -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond-fill.md deleted file mode 100644 index e559e60aaa6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question diamond fill -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond.md deleted file mode 100644 index 997adcbdb1b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-diamond.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question diamond -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-lg.md deleted file mode 100644 index 1e57712489d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-lg.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question lg -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon-fill.md deleted file mode 100644 index eab5c9e8883..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question octagon fill -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon.md deleted file mode 100644 index 52f9cca1765..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-octagon.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question octagon -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square-fill.md deleted file mode 100644 index 9fbec5c041e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question square fill -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square.md deleted file mode 100644 index 51a884e0734..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question-square.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question square -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question.md deleted file mode 100644 index 36c6d278158..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Question -categories: - - Alerts, warnings, and signs -tags: - - help ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/radioactive.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/radioactive.md deleted file mode 100644 index bed05e1b1c5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/radioactive.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Radioactive -categories: - - Real World -tags: - - radiation - - nuclear - - danger ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rainbow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rainbow.md deleted file mode 100644 index caa2dbaf5f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rainbow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Rainbow -categories: - - Weather -tags: - - colors - - arches ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt-cutoff.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt-cutoff.md deleted file mode 100644 index b05e0f85286..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt-cutoff.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Receipt cutoff -layout: icon -categories: - - Commerce -tags: - - receipt - - invoice - - sale - - purchase - - bill ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt.md deleted file mode 100644 index 1429c2bacb5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/receipt.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Receipt -layout: icon -categories: - - Commerce -tags: - - receipt - - invoice - - sale - - purchase - - bill ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-0.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-0.md deleted file mode 100644 index 90a59704d01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-0.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Reception 0 -categories: - - Communications -tags: - - reception - - cellphone - - mobile - - carrier - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-1.md deleted file mode 100644 index 2be015f7040..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-1.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Reception 1 -categories: - - Communications -tags: - - reception - - cellphone - - mobile - - carrier - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-2.md deleted file mode 100644 index 8855f99ef2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Reception 2 -categories: - - Communications -tags: - - reception - - cellphone - - mobile - - carrier - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-3.md deleted file mode 100644 index 0a47ccfff39..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Reception 3 -categories: - - Communications -tags: - - reception - - cellphone - - mobile - - carrier - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-4.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-4.md deleted file mode 100644 index 8d2b241627f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reception-4.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Reception 4 -categories: - - Communications -tags: - - reception - - cellphone - - mobile - - carrier - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn-fill.md deleted file mode 100644 index 7d4d441691d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn.md deleted file mode 100644 index 617fa792f23..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle-fill.md deleted file mode 100644 index 03a87bb44a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle.md deleted file mode 100644 index 762bbf084b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-fill.md deleted file mode 100644 index 8714a2bd7af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record.md deleted file mode 100644 index 9196ee643ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2-fill.md deleted file mode 100644 index f4411c1280e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record2 fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2.md deleted file mode 100644 index 6c045d4080a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/record2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Record2 -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/recycle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/recycle.md deleted file mode 100644 index 26e540681f6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/recycle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Recycle -categories: - - Arrows -tags: - - recyling - - trash ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reddit.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reddit.md deleted file mode 100644 index 49dfeef3dee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reddit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Reddit -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all-fill.md deleted file mode 100644 index 2bd8916f73b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Reply all fill -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all.md deleted file mode 100644 index a6b7cefd77e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-all.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Reply all -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-fill.md deleted file mode 100644 index 5b3305a125b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Reply fill -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply.md deleted file mode 100644 index bde7140b7d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/reply.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Reply -categories: - - Communications -tags: - - mail - - email ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss-fill.md deleted file mode 100644 index 6c4f504bc5f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: RSS fill -categories: - - Communications -tags: - - atom - - feed - - xml ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss.md deleted file mode 100644 index 9d6b12f4060..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rss.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: RSS -categories: - - Communications -tags: - - atom - - feed - - xml ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rulers.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rulers.md deleted file mode 100644 index e8919d59e4b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/rulers.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Rulers -categories: - - Graphics -tags: - - measure - - guide ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe-fill.md deleted file mode 100644 index 9bad18abced..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Safe fill -categories: - - Real world -tags: - - vault - - bank - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe.md deleted file mode 100644 index df192115bbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Safe -categories: - - Real world -tags: - - vault - - bank - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2-fill.md deleted file mode 100644 index 5c64a908939..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Safe2 fill -categories: - - Real world -tags: - - vault - - bank - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2.md deleted file mode 100644 index d0b893904c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/safe2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Safe2 -categories: - - Real world -tags: - - vault - - bank - - finance ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save-fill.md deleted file mode 100644 index e4feb23c7ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Save fill -categories: - - UI and keyboard -tags: - - save - - floppy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save.md deleted file mode 100644 index b88e9c34877..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Save -categories: - - UI and keyboard -tags: - - save - - floppy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2-fill.md deleted file mode 100644 index e03b5984ebb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Save2 fill -categories: - - UI and keyboard -tags: - - save - - floppy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2.md deleted file mode 100644 index d2f3c96ecd9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/save2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Save2 -categories: - - UI and keyboard -tags: - - save - - floppy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/scissors.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/scissors.md deleted file mode 100644 index 480375f92ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/scissors.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Scissors -categories: - - Real world -tags: - - cut - - shears ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/screwdriver.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/screwdriver.md deleted file mode 100644 index bb0775a7495..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/screwdriver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Screwdriver -categories: - - Tools -tags: - - tool ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card-fill.md deleted file mode 100644 index ddbe4ccdd52..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: SD card fill -categories: - - Devices -tags: - - storage - - microsd - - chip - - memory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card.md deleted file mode 100644 index d9491254fe1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sd-card.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: SD card -categories: - - Devices -tags: - - storage - - microsd - - chip - - memory ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/search.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/search.md deleted file mode 100644 index 41f13f04ad0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/search.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Search -categories: - - Communications -tags: - - magnifying-glass - - look ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/segmented-nav.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/segmented-nav.md deleted file mode 100644 index 62a86840a01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/segmented-nav.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Segmented nav -categories: - - Controls -tags: - - nav - - tabs - - tabbed - - app - - ui ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/server.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/server.md deleted file mode 100644 index 0dd15cba5a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/server.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Server -categories: - - Devices -tags: - - server - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share-fill.md deleted file mode 100644 index 4868a9675b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Share fill -categories: - - Communications -tags: - - share - - link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share.md deleted file mode 100644 index 4cf811564f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/share.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Share -categories: - - Communications -tags: - - share - - link ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-check.md deleted file mode 100644 index 3c9212de843..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-check.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield check -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-exclamation.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-exclamation.md deleted file mode 100644 index f569c3c5ca6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-exclamation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield exclamation -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-check.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-check.md deleted file mode 100644 index c15872e9a4d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-check.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield fill check -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-exclamation.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-exclamation.md deleted file mode 100644 index 72df25d8bc0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-exclamation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield fill exclamation -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-minus.md deleted file mode 100644 index 7d537bbb8cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-minus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield fill minus -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-plus.md deleted file mode 100644 index 444d20f5fc4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-plus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield fill plus -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-x.md deleted file mode 100644 index 8074141a5f9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill-x.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Shield fill x -categories: - - Security -tags: - - privacy - - security - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill.md deleted file mode 100644 index b19393b091e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield fill -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock-fill.md deleted file mode 100644 index fcaf15fbda9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shield lock fill -categories: - - Security -tags: - - privacy - - security - - lock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock.md deleted file mode 100644 index 983a3af619b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-lock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shield lock -categories: - - Security -tags: - - privacy - - security - - lock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-minus.md deleted file mode 100644 index 3c387a0b087..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-minus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield minus -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-plus.md deleted file mode 100644 index 9a9cfc88f8f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-plus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield plus -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-shaded.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-shaded.md deleted file mode 100644 index bfb286a95a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-shaded.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield shaded -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash-fill.md deleted file mode 100644 index c89d925e1d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shield slash fill -layout: icon -categories: - - Security -tags: - - shield - - badge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash.md deleted file mode 100644 index 9dbda328abd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-slash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shield slash -layout: icon -categories: - - Security -tags: - - shield - - badge ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-x.md deleted file mode 100644 index 62c5e5d842c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield-x.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Shield x -categories: - - Security -tags: - - privacy - - security - - remove - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield.md deleted file mode 100644 index ccdd14dbb64..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shield.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shield -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift-fill.md deleted file mode 100644 index 1426b652ab4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Shift fill -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift.md deleted file mode 100644 index d7d938c76e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shift.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Shift -categories: - - UI and keyboard -tags: - - key ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop-window.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop-window.md deleted file mode 100644 index 9a91b471ad4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop-window.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Shop window -layout: icon -categories: - - Commerce -tags: - - shop - - store - - market - - marketplace - - shopping - - retail ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop.md deleted file mode 100644 index be08f66bfdc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shop.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Shop -layout: icon -categories: - - Commerce -tags: - - shop - - store - - market - - marketplace - - shopping - - retail ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shuffle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shuffle.md deleted file mode 100644 index 549c27c5a06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/shuffle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Shuffle -categories: - - Arrows -tags: - - shuffle - - random ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signal.md deleted file mode 100644 index 8a8dcb4954a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signal.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Signal -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2-fill.md deleted file mode 100644 index f067d295a4c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost 2 fill -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2.md deleted file mode 100644 index 0cbdbf0c9a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost 2 -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-fill.md deleted file mode 100644 index 35186badede..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost fill -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split-fill.md deleted file mode 100644 index 6ce2b9d55f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost split fill -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split.md deleted file mode 100644 index eafd140b26c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost-split.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost split -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost.md deleted file mode 100644 index 14f55e628c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/signpost.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Signpost -categories: - - Real world -tags: - - milestone - - sign - - road sign - - street sign - - directions ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim-fill.md deleted file mode 100644 index 4c448abd812..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Sim fill -categories: - - Devices -tags: - - mobile - - carrier ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim.md deleted file mode 100644 index 53ea49b816f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sim.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Sim -categories: - - Devices -tags: - - mobile - - carrier ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn-fill.md deleted file mode 100644 index e6c9e475731..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn.md deleted file mode 100644 index 1784a14e933..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle-fill.md deleted file mode 100644 index 84e72a6786c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle.md deleted file mode 100644 index 84981ceae0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-fill.md deleted file mode 100644 index feab2aca021..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward.md deleted file mode 100644 index 41482959315..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-backward.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip backward -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn-fill.md deleted file mode 100644 index d6a1a62ed0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn.md deleted file mode 100644 index 9dff1d11872..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle-fill.md deleted file mode 100644 index b19e70a15cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle.md deleted file mode 100644 index a9b6e4e30a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-fill.md deleted file mode 100644 index 2fb985f6ad0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end.md deleted file mode 100644 index 13bb0328735..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-end.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip end -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn-fill.md deleted file mode 100644 index d541f1ebb44..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn.md deleted file mode 100644 index 6f94141942a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle-fill.md deleted file mode 100644 index 471147f43a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle.md deleted file mode 100644 index 3d4b93a57b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-fill.md deleted file mode 100644 index e53e3670ca4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward.md deleted file mode 100644 index b9238d0a546..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-forward.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip forward -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn-fill.md deleted file mode 100644 index 8a6f646a335..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn.md deleted file mode 100644 index 9a1336835ad..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle-fill.md deleted file mode 100644 index 049749693a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle.md deleted file mode 100644 index 9a9aeb80623..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-fill.md deleted file mode 100644 index 237c78aefd9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start.md deleted file mode 100644 index 03a7a2f8751..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skip-start.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip start -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skype.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skype.md deleted file mode 100644 index 5f844bc4189..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/skype.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Skype -categories: - - Brand -tags: - - social - - microsoft ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slack.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slack.md deleted file mode 100644 index 62ce9504043..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slack.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Slack -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle-fill.md deleted file mode 100644 index 68c0816d946..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Slash circle fill -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle.md deleted file mode 100644 index 3233f91dc56..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-circle.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Circle slash -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-lg.md deleted file mode 100644 index cedf41684c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-lg.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Slash lg -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square-fill.md deleted file mode 100644 index 00f4a3aaf85..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Slash square fill -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square.md deleted file mode 100644 index f89efc2b3e5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash-square.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Slash square -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash.md deleted file mode 100644 index f78c35d1db8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/slash.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Slash -categories: - - Alerts, warnings, and signs -tags: - - shape - - stop - - ban - - no ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sliders.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sliders.md deleted file mode 100644 index 0d1ddece28f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sliders.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Sliders -categories: - - Graphics -tags: - - equalizer - - settings - - preferences - - dials ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/smartwatch.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/smartwatch.md deleted file mode 100644 index 294ac016407..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/smartwatch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Smartwatch -categories: - - Devices -tags: - - watch - - wearables ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snapchat.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snapchat.md deleted file mode 100644 index f1236f9aff4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snapchat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Snapchat -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow.md deleted file mode 100644 index 3af77a3e408..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Snow -categories: - - Weather -tags: - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow2.md deleted file mode 100644 index 35eb0805f6e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Snow2 -categories: - - Weather -tags: - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow3.md deleted file mode 100644 index d4178258b7d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/snow3.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Snow3 -categories: - - Weather -tags: - - blizzard - - flurries ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down-alt.md deleted file mode 100644 index 887501d9ef9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort alpha down alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down.md deleted file mode 100644 index 7d40426ee81..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort alpha down -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up-alt.md deleted file mode 100644 index 8bf34b625b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort alpha up alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up.md deleted file mode 100644 index 1e9f46e42d0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-alpha-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort alpha up -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down-alt.md deleted file mode 100644 index 24ca9df37f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort down alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down.md deleted file mode 100644 index 9d78d246549..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort down -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down-alt.md deleted file mode 100644 index 466d979ac3f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort numeric down alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down.md deleted file mode 100644 index f77e13f1e24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-down.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort numeric down -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up-alt.md deleted file mode 100644 index 403a6059d2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort numeric up alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up.md deleted file mode 100644 index fee8ce6180c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-numeric-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort numeric up -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up-alt.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up-alt.md deleted file mode 100644 index 19eb51b3a6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up-alt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort up alt -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up.md deleted file mode 100644 index 2d761bfc8cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sort-up.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort up -categories: - - Sort and filter -tags: - - sort - - filter - - organize ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/soundwave.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/soundwave.md deleted file mode 100644 index 3dd851f9adb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/soundwave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Soundwave -categories: - - Media -tags: - - audio - - sound - - wave ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker-fill.md deleted file mode 100644 index 0fd2815e1fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Speaker fill -categories: - - Devices -tags: - - audio - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker.md deleted file mode 100644 index b00c0cb9457..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speaker.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Speaker -categories: - - Devices -tags: - - audio - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer.md deleted file mode 100644 index bf3b81f3ef5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Speedometer -categories: - - Real world -tags: - - speed - - tachometer - - dashboard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer2.md deleted file mode 100644 index 648c6064f76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/speedometer2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Speedometer2 -categories: - - Real world -tags: - - speed - - tachometer - - dashboard ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spellcheck.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spellcheck.md deleted file mode 100644 index d8c9ec45ea0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spellcheck.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Spellcheck -categories: - - Typography -tags: - - spelling - - grammar ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spotify.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spotify.md deleted file mode 100644 index 0eb20d3afc0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/spotify.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Spotify -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-fill.md deleted file mode 100644 index 3e52376f52e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Square fill -categories: - - Shapes -tags: - - shape - - rectangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-half.md deleted file mode 100644 index f87c4f2901b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Square half fill -categories: - - Shapes -tags: - - shape - - rectangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square.md deleted file mode 100644 index 67744d85d1c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/square.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Square -categories: - - Shapes -tags: - - shape - - rectangle ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack-overflow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack-overflow.md deleted file mode 100644 index 559f742eb9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack-overflow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Stack overflow -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack.md deleted file mode 100644 index 7dc4984a1b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stack.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Stack -categories: - - Graphics -tags: - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-fill.md deleted file mode 100644 index d79f70f0616..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Star fill -categories: - - Shapes -tags: - - shape - - like - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-half.md deleted file mode 100644 index df17cdba4e7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star-half.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Star half fill -categories: - - Shapes -tags: - - shape - - like - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star.md deleted file mode 100644 index 16049dc78e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/star.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Star -categories: - - Shapes -tags: - - shape - - like - - favorite ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stars.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stars.md deleted file mode 100644 index 42faad746d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stars.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stars -categories: - - Weather -tags: - - clear - - skies - - night ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies-fill.md deleted file mode 100644 index 5e5c5d561f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stickies fill -categories: - - Real world -tags: - - postit - - note - - sticky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies.md deleted file mode 100644 index da27ffe6347..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stickies.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stickies -categories: - - Real world -tags: - - postit - - note - - sticky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky-fill.md deleted file mode 100644 index 481ca5ce180..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sticky fill -categories: - - Real world -tags: - - postit - - note - - sticky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky.md deleted file mode 100644 index 084f8db824f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sticky.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sticky -categories: - - Real world -tags: - - postit - - note - - sticky ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn-fill.md deleted file mode 100644 index 1f03f570244..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop btn fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn.md deleted file mode 100644 index 8fc6d707d41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-btn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop btn -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle-fill.md deleted file mode 100644 index e5f7c327964..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop circle fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle.md deleted file mode 100644 index ec1d3239279..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-circle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop circle -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-fill.md deleted file mode 100644 index c0828f83f40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop fill -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop.md deleted file mode 100644 index a8c3396d702..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stop.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stop -categories: - - Media -tags: - - audio - - video - - av ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights-fill.md deleted file mode 100644 index 9c65349c90d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stoplights fill -categories: - - Real world -tags: - - traffic - - lights - - intersection ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights.md deleted file mode 100644 index f25b0aa570c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stoplights.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stoplights -categories: - - Real world -tags: - - traffic - - lights - - intersection ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch-fill.md deleted file mode 100644 index 3a94e912fa0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stopwatch fill -categories: - - Devices -tags: - - time - - timer - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch.md deleted file mode 100644 index b03e86335d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/stopwatch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stopwatch -categories: - - Devices -tags: - - time - - timer - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/strava.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/strava.md deleted file mode 100644 index d8df28563a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/strava.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Strava -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/subtract.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/subtract.md deleted file mode 100644 index 207591a26f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/subtract.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Subtract -categories: - - Graphics -tags: - - graphics - - vector - - merge - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club-fill.md deleted file mode 100644 index b2ade961809..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit club fill -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club.md deleted file mode 100644 index 2871ac9652d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-club.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit club -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond-fill.md deleted file mode 100644 index 5b5a2efa47a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit diamond fill -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond.md deleted file mode 100644 index 743baf125f8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-diamond.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit diamond -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart-fill.md deleted file mode 100644 index 00c34a30f4b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit heart fill -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart.md deleted file mode 100644 index 189f0730075..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-heart.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit heart -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade-fill.md deleted file mode 100644 index dd158cdde03..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit spade fill -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade.md deleted file mode 100644 index 06e5db45fa2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/suit-spade.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Suit spade -categories: - - Entertainment -tags: - - card - - cards - - suit - - deck - - gambling ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun-fill.md deleted file mode 100644 index bd9eea03694..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Sun fill -categories: - - Weather -tags: - - solar - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun.md deleted file mode 100644 index 96e2f1020b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sun.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Sun -categories: - - Weather -tags: - - solar - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunglasses.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunglasses.md deleted file mode 100644 index 104264e5350..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunglasses.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sunglasses -categories: - - Real world -tags: - - shades - - cool - - aviators ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise-fill.md deleted file mode 100644 index 37795108434..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Sunrise fill -categories: - - Weather -tags: - - dawn ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise.md deleted file mode 100644 index 05c74cb501e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunrise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Sunrise -categories: - - Weather -tags: - - dawn ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset-fill.md deleted file mode 100644 index 162b16ad72f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Sunset fill -categories: - - Weather -tags: - - dusk ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset.md deleted file mode 100644 index 26ea47397cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/sunset.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Sunset -categories: - - Weather -tags: - - dusk ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-horizontal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-horizontal.md deleted file mode 100644 index d78272edc53..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-horizontal.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Symmetry horizontal -categories: - - Graphics -tags: - - align - - orientation - - mirror ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-vertical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-vertical.md deleted file mode 100644 index bb86c60da17..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/symmetry-vertical.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Symmetry vertical -categories: - - Graphics -tags: - - align - - orientation - - mirror ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/table.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/table.md deleted file mode 100644 index bcbfb2da3ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/table.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Table -categories: - - Files and folders -tags: - - spreadsheet ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-fill.md deleted file mode 100644 index 241eda2a073..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tablet fill -categories: - - Devices -tags: - - mobile ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape-fill.md deleted file mode 100644 index 3bd09541cbd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tablet landscape fill -categories: - - Devices -tags: - - mobile ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape.md deleted file mode 100644 index d0d4e339fd8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet-landscape.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tablet landscape -categories: - - Devices -tags: - - mobile ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet.md deleted file mode 100644 index b78834c649b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tablet.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tablet -categories: - - Devices -tags: - - mobile ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag-fill.md deleted file mode 100644 index e83dc6dcd6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Tag fill -categories: - - Real world -tags: - - price - - category - - taxonomy - - label ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag.md deleted file mode 100644 index 7bd18bc115d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tag.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Tag -categories: - - Real world -tags: - - price - - category - - taxonomy - - label ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags-fill.md deleted file mode 100644 index 3eea360df03..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Tags fill -categories: - - Real world -tags: - - price - - category - - taxonomy - - label ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags.md deleted file mode 100644 index 69f77dcf3bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tags.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Tags -categories: - - Real world -tags: - - price - - category - - taxonomy - - label ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telegram.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telegram.md deleted file mode 100644 index ecb274766de..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telegram.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Telegram -categories: - - Brand -tags: - - social - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-fill.md deleted file mode 100644 index 45baa45e16b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward-fill.md deleted file mode 100644 index 68c0c9ab988..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone forward fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward.md deleted file mode 100644 index b0817831ec4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-forward.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone forward -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound-fill.md deleted file mode 100644 index 7cb42bdf848..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone inbound fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound.md deleted file mode 100644 index a82186f58f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-inbound.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone inbound -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus-fill.md deleted file mode 100644 index 63a0ac3e00f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone minus fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus.md deleted file mode 100644 index 9c61b8f1d59..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-minus.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone minus -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound-fill.md deleted file mode 100644 index 60ef51add06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone outbound fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound.md deleted file mode 100644 index 48427b0fb0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-outbound.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone outbound -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus-fill.md deleted file mode 100644 index dcf8ff28be5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone plus fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus.md deleted file mode 100644 index 377883e6a5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-plus.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone plus -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x-fill.md deleted file mode 100644 index e3ed4de10a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone x fill -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x.md deleted file mode 100644 index 3cdd516c545..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone-x.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone x -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone.md deleted file mode 100644 index e24396774a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/telephone.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Telephone -categories: - - Communications -tags: - - telephone - - phone - - call ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal-fill.md deleted file mode 100644 index 5da2b9856dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Terminal fill -categories: - - Apps -tags: - - command-line - - cli - - command-prompt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal.md deleted file mode 100644 index a6a3e1adb59..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/terminal.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Terminal -categories: - - Apps -tags: - - command-line - - cli - - command-prompt ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-center.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-center.md deleted file mode 100644 index 92d08a09505..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-center.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text center -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-left.md deleted file mode 100644 index 3ed7dfaf0c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-left.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text indent left -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-right.md deleted file mode 100644 index f3d7568cf5a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-indent-right.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text indent right -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-left.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-left.md deleted file mode 100644 index 30ef11c983c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-left.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text left -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-paragraph.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-paragraph.md deleted file mode 100644 index 30017d09d2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-paragraph.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text paragraph -categories: - - Typography -tags: - - text - - type - - paragraph - - copy ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-right.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-right.md deleted file mode 100644 index 341ed7bd956..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/text-right.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Text right -categories: - - Typography -tags: - - text - - type - - justify - - alignment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-resize.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-resize.md deleted file mode 100644 index 1a888cab4d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-resize.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Textarea resize -categories: - - Graphics -tags: - - text - - form ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-t.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-t.md deleted file mode 100644 index 4eff3fa826b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea-t.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Textarea t -categories: - - Graphics -tags: - - text - - insert - - bounding-box ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea.md deleted file mode 100644 index 7ff5fb35253..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/textarea.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Textarea -categories: - - Graphics -tags: - - text - - insert - - bounding-box ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-half.md deleted file mode 100644 index 61179c33759..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-half.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer half -categories: - - Weather -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-high.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-high.md deleted file mode 100644 index 42155bd0ec4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-high.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer high -categories: - - Weather -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-low.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-low.md deleted file mode 100644 index 7f294df2f2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-low.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer low -categories: - - Weather -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-snow.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-snow.md deleted file mode 100644 index 9bbf371de39..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-snow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer snow -categories: - - Weather -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-sun.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-sun.md deleted file mode 100644 index dd89bcb7ae2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer-sun.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer sun -categories: - - Weather -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer.md deleted file mode 100644 index c2f58deaa20..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/thermometer.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Thermometer -categories: - - Real world -tags: - - temperature - - weather ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots-vertical.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots-vertical.md deleted file mode 100644 index 37f622367be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots-vertical.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Three dots vertical -categories: - - Controls -tags: - - kebab - - more - - ellipsis - - overflow - - menu ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots.md deleted file mode 100644 index 70f55a690a2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/three-dots.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Three dots -categories: - - Controls -tags: - - meatballs - - more - - ellipsis - - overflow - - menu ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-off.md deleted file mode 100644 index 7ec36d72b9e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-off.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggle off -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-on.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-on.md deleted file mode 100644 index f9a8c793a07..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle-on.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggle on -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-off.md deleted file mode 100644 index d4ce85063f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-off.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggle2 off -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-on.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-on.md deleted file mode 100644 index 435a9d3fd46..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggle2-on.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggle2 on -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles.md deleted file mode 100644 index 3272d420d1f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggles -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles2.md deleted file mode 100644 index bb2f95008da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/toggles2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Toggles2 -categories: - - Controls -tags: - - toggle - - switch - - checkbox ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tools.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tools.md deleted file mode 100644 index fd47461758a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tools.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Tools -categories: - - Tools -tags: - - tool - - wrench - - screwdriver ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tornado.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tornado.md deleted file mode 100644 index 3a6ffd9eacf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tornado.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tornado -categories: - - Weather -tags: - - wind ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/translate.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/translate.md deleted file mode 100644 index e2264e61211..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/translate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Translate -categories: - - Communications -tags: - - translation - - languages - - language ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash-fill.md deleted file mode 100644 index 63b02539822..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Trash fill -categories: - - UI and keyboard -tags: - - trash-can - - garbage - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash.md deleted file mode 100644 index fb524c41eb0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Trash -categories: - - UI and keyboard -tags: - - trash-can - - garbage - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2-fill.md deleted file mode 100644 index 25ea34ba357..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Trash2 fill -categories: - - UI and keyboard -tags: - - trash-can - - garbage - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2.md deleted file mode 100644 index c8b19ebe1d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trash2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Trash2 -categories: - - UI and keyboard -tags: - - trash-can - - garbage - - delete ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree-fill.md deleted file mode 100644 index 4db433a8109..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Tree fill -categories: - - Real world -tags: - - tree - - forrest ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree.md deleted file mode 100644 index 8ed6bedac13..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tree.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Tree -categories: - - Real world -tags: - - tree - - forrest ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-fill.md deleted file mode 100644 index 945485dbadd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Triangle fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-half.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-half.md deleted file mode 100644 index edf1b646f84..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle-half.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Triangle half fill -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle.md deleted file mode 100644 index 7fbafe412fa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/triangle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Triangle -categories: - - Shapes -tags: - - shape ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy-fill.md deleted file mode 100644 index c0b2e17503d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Trophy fill -categories: - - Real world -tags: - - prize - - winning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy.md deleted file mode 100644 index 761f181e4d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/trophy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Trophy -categories: - - Real world -tags: - - prize - - winning ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tropical-storm.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tropical-storm.md deleted file mode 100644 index f260fd20224..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tropical-storm.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tropical storm -categories: - - Weather -tags: - - hurricane ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck-flatbed.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck-flatbed.md deleted file mode 100644 index ddce71fe55a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck-flatbed.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Truck flatbed -layout: icon -categories: - - Commerce -tags: - - trucking - - shipping - - shipment - - transport - - deliver - - delivery ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck.md deleted file mode 100644 index bf136160e74..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/truck.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Truck -layout: icon -categories: - - Commerce -tags: - - trucking - - shipping - - shipment - - transport - - deliver - - delivery ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tsunami.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tsunami.md deleted file mode 100644 index 5cd25a1a4f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tsunami.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tsunami -categories: - - Weather -tags: - - wave ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv-fill.md deleted file mode 100644 index 6ffa7c3a593..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: TV fill -categories: - - Devices -tags: - - television - - monitor - - display ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv.md deleted file mode 100644 index ff8e0979efd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/tv.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: TV -categories: - - Devices -tags: - - television - - monitor - - display ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitch.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitch.md deleted file mode 100644 index 32a68e72965..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Twitch -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitter.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitter.md deleted file mode 100644 index ab4b2e1082a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/twitter.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Twitter -categories: - - Brand -tags: - - social - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-bold.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-bold.md deleted file mode 100644 index a7c6ae7b77d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-bold.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Type bold -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h1.md deleted file mode 100644 index 331664e63bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Type H1 -categories: - - Typography -tags: - - text - - type - - heading ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h2.md deleted file mode 100644 index 23a236a1749..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Type H2 -categories: - - Typography -tags: - - text - - type - - heading ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h3.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h3.md deleted file mode 100644 index 56d01c16a0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-h3.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Type H3 -categories: - - Typography -tags: - - text - - type - - heading ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-italic.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-italic.md deleted file mode 100644 index d03c3dc839a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-italic.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Type italic -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-strikethrough.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-strikethrough.md deleted file mode 100644 index 5130bd81c97..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-strikethrough.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Type strikethrough -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-underline.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-underline.md deleted file mode 100644 index 1b284795f5d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type-underline.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Type underline -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type.md deleted file mode 100644 index cd450649ad4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/type.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Type -categories: - - Typography -tags: - - text - - type ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks-grid.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks-grid.md deleted file mode 100644 index 06537624b2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks-grid.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: UI checks grid -categories: - - Controls -tags: - - checkbox - - form ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks.md deleted file mode 100644 index 316f4099b23..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-checks.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: UI checks -categories: - - Controls -tags: - - checkbox - - form ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios-grid.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios-grid.md deleted file mode 100644 index 6a555c49ae3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios-grid.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: UI radios grid -categories: - - Controls -tags: - - radio - - form ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios.md deleted file mode 100644 index 66f50802e3d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/ui-radios.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Ui radios -categories: - - Controls -tags: - - radio - - form ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella-fill.md deleted file mode 100644 index 9f80cbd7a49..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella-fill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Umbrella fill -categories: - - Weather -tags: - - rain ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella.md deleted file mode 100644 index 5bcd004dadb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/umbrella.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Umbrella -categories: - - Weather -tags: - - rain ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/union.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/union.md deleted file mode 100644 index 27bd8e97bbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/union.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Union -categories: - - Graphics -tags: - - graphics - - vector - - merge - - layers ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock-fill.md deleted file mode 100644 index 188cdba55c0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Unlock fill -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock.md deleted file mode 100644 index c35ae194b7a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/unlock.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Unlock -categories: - - Security -tags: - - privacy - - security ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc-scan.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc-scan.md deleted file mode 100644 index 71d4f03c8a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc-scan.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Upc scan -layout: icon -categories: - - Commerce -tags: - - purchase - - barcode ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc.md deleted file mode 100644 index bc16b4a7363..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upc.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Upc -layout: icon -categories: - - Commerce -tags: - - purchase - - barcode ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upload.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upload.md deleted file mode 100644 index a69da146681..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/upload.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Upload -categories: - - Miscellaneous -tags: - - arrow - - network ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vector-pen.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vector-pen.md deleted file mode 100644 index 903da4160f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vector-pen.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Vector pen -categories: - - Graphics -tags: - - graphics - - vector - - pen ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-list.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-list.md deleted file mode 100644 index 84e8370a9b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-list.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: View list -categories: - - UI and keyboard -tags: - - view - - rearrange ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-stacked.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-stacked.md deleted file mode 100644 index cc8410b033a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/view-stacked.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: View stacked -categories: - - UI and keyboard -tags: - - view - - rearrange ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vimeo.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vimeo.md deleted file mode 100644 index 0075947b413..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vimeo.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Vimeo -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl-fill.md deleted file mode 100644 index 547061e082e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl-fill.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Vinyl fill -categories: - - Media -tags: - - audio - - music - - record ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl.md deleted file mode 100644 index f3ba32d260e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vinyl.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Vinyl -categories: -tags: - - audio - - music - - record ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/voicemail.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/voicemail.md deleted file mode 100644 index 4c50205ea0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/voicemail.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Voicemail -categories: - - Communications -tags: - - voicemail - - message - - telephone ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down-fill.md deleted file mode 100644 index 01cb4987bda..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume down fill -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down.md deleted file mode 100644 index 9ea04c61736..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-down.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume down -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute-fill.md deleted file mode 100644 index cdf3fbf46a2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume mute fill -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute.md deleted file mode 100644 index f015cf0f28e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-mute.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume mute -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off-fill.md deleted file mode 100644 index 4fd3fc17f99..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Volume off fill -layout: icon -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off.md deleted file mode 100644 index 0c6d3be398d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-off.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Volume off -layout: icon -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up-fill.md deleted file mode 100644 index 7cadf5890cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up-fill.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume up fill -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up.md deleted file mode 100644 index e1b31b7e26f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/volume-up.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Volume up -categories: - - Media -tags: - - audio - - video - - av - - sound ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vr.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vr.md deleted file mode 100644 index e135234f6a5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/vr.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: VR -categories: - - Typography -tags: - - divider - - vertical-rule ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet-fill.md deleted file mode 100644 index ff2be8b5f54..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet-fill.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Wallet fill -categories: - - Commerce -tags: - - cards - - money - - funds - - cash - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet.md deleted file mode 100644 index 09464009492..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Wallet -categories: - - Commerce -tags: - - cards - - money - - funds - - cash - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet2.md deleted file mode 100644 index ae38c520dfe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wallet2.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Wallet2 -layout: icon -categories: - - Commerce -tags: - - cards - - money - - funds - - cash - - payment ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/watch.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/watch.md deleted file mode 100644 index 809c0b87223..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/watch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Watch -categories: - - Devices -tags: - - wearables - - clock ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/water.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/water.md deleted file mode 100644 index 0a3bfef6c11..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/water.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Water -categories: - - Weather -tags: - - waves - - levels ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam-fill.md deleted file mode 100644 index b6bf8356454..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam-fill.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Webcam fill -categories: - - Devices -tags: - - camera - - video ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam.md deleted file mode 100644 index e42f55a6e0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/webcam.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Webcam -categories: - - Devices -tags: - - camera - - video ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/whatsapp.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/whatsapp.md deleted file mode 100644 index be086fe0610..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/whatsapp.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Whatsapp -categories: - - Brand -tags: - - social - - facebook - - chat ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-1.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-1.md deleted file mode 100644 index c00ec1899b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Wifi 1 -categories: - - Communications -tags: - - internet - - network - - wireless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-2.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-2.md deleted file mode 100644 index 290200b72f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Wifi 2 -categories: - - Communications -tags: - - internet - - network - - wireless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-off.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-off.md deleted file mode 100644 index f6027578e3c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi-off.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Wifi off -categories: - - Communications -tags: - - internet - - network - - wireless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi.md deleted file mode 100644 index 7a63fb8b9f8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wifi.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Wifi -categories: - - Communications -tags: - - internet - - network - - wireless ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wind.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wind.md deleted file mode 100644 index 0429bf590ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wind.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Wind -categories: - - Weather -tags: - - windy - - breeze ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-dock.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-dock.md deleted file mode 100644 index 6518f04e579..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-dock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Window dock -categories: - - Apps -tags: - - application - - desktop - - os ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-sidebar.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-sidebar.md deleted file mode 100644 index d6470a1dd94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window-sidebar.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Window sidebar -categories: - - Apps -tags: - - application - - desktop ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window.md deleted file mode 100644 index e6a8e869c2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/window.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Window -categories: - - Layout -tags: - - app - - application ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/windows.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/windows.md deleted file mode 100644 index 850d39f763f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/windows.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Windows -categories: - - Brand -tags: - - microsoft - - msft - - windows ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wordpress.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wordpress.md deleted file mode 100644 index 9d42ed2ea57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wordpress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Wordpress -categories: - - Brand -tags: - - social ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wrench.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wrench.md deleted file mode 100644 index 83334392c5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/wrench.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Wrench -categories: - - Tools -tags: - - tool ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle-fill.md deleted file mode 100644 index 780636bc826..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X circle fill -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle.md deleted file mode 100644 index 043ee8e2d9e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-circle.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X circle -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond-fill.md deleted file mode 100644 index 2fcf71381a2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X diamond fill -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond.md deleted file mode 100644 index d30a4421bc1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-diamond.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X diamond -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-lg.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-lg.md deleted file mode 100644 index 50e3f19f12a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-lg.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X lg -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon-fill.md deleted file mode 100644 index 5f057cbbc86..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X octagon fill -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon.md deleted file mode 100644 index e483bd62133..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-octagon.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X octagon -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square-fill.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square-fill.md deleted file mode 100644 index e868b7ce27e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square-fill.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X square fill -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square.md deleted file mode 100644 index c9150f956b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x-square.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X square -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x.md deleted file mode 100644 index c89c36ed220..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/x.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: X -categories: - - Alerts, warnings, and signs -tags: - - x - - delete - - reset - - clear - - cancel - - close - - exit ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/yin-yang.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/yin-yang.md deleted file mode 100644 index 78bd0003b89..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/yin-yang.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Yin yang -categories: - - Real World -tags: - - peace ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/youtube.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/youtube.md deleted file mode 100644 index f7a0c1e241e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/youtube.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Youtube -categories: - - Brand -tags: - - social - - video - - google ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-in.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-in.md deleted file mode 100644 index a8d46ef69ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-in.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Zoom in -categories: - - Graphics -tags: - - magnify - - scale ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-out.md b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-out.md deleted file mode 100644 index 4d7b77b22e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/content/icons/zoom-out.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Zoom out -categories: - - Graphics -tags: - - minify - - scale ---- diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/404.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/404.html deleted file mode 100644 index 7da3f14597c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/404.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - {{ partial "head" . }} - - - {{ partialCached "skippy" . }} - {{ partialCached "navbar" . }} - -
- {{ .Content }} -
- - {{- partialCached "scripts" . "default" }} - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/home.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/home.html deleted file mode 100644 index 27a4f6f7bd7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/_default/home.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {{ partial "head" . }} - - - {{ partialCached "skippy" . }} - {{ partialCached "navbar" . }} - {{ partialCached "home/hero" . }} - -
- {{ partialCached "icons" . }} - - {{ .Content }} -
- - {{- partialCached "footer" . }} - {{- partialCached "scripts" . "home" }} - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/alias.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/alias.html deleted file mode 100644 index 4c4b4d87ddc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/alias.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - {{ .Permalink }} - - - - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/icons/list.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/icons/list.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/icons/single.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/icons/single.html deleted file mode 100644 index d5008170596..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/icons/single.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - {{ partial "head" . }} - - - {{ partialCached "skippy" . }} - {{ partialCached "navbar" . }} - -
- - -
-
-

{{ .Title }}

- - {{ if or .Params.tags .Params.categories -}} -
    - {{ with .Params.tags }}
  • Tags: {{ delimit . ", " }}
  • {{ end }} - {{ with .Params.categories }}
  • Category: {{ delimit . ", " }}
  • {{ end }} -
- {{- end }} -
-
- {{ partialCached "ads" . }} -
-
- -
- - {{- $localSvgPath := printf "/icons/%s.svg" .File.TranslationBaseName -}} - {{- $svgPath := path.Join "/assets/" $localSvgPath -}} - {{- $svgHtml := readFile $localSvgPath | chomp | safeHTML -}} - -
-
- - -

Examples

-
-
- {{ $svgHtml }} - Heading -
-
- {{ $svgHtml }} - Smaller heading -
-

- Inline text {{ $svgHtml }} -

-

- - Example link text - {{ $svgHtml }} - -

-

- - - -

-

- -

-
- - - -
-
- - {{ $svgHtml }} - - -
-
-
-
-

Download

-

Download the SVG to use or edit.

- Download SVG - -

Icon font

-

Using the web font? Copy, paste, and go.

- -
- {{ $iconFontSnippet := printf `` .File.TranslationBaseName -}} - {{- highlight $iconFontSnippet "html" "" }} -
- -

Copy HTML

-

Paste the SVG right into your project's code.

- - - - {{ highlight $svgHtml "html" "" }} -
-
-
- - {{- partialCached "footer" . }} - {{- partialCached "scripts" . "default" }} - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/ads.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/ads.html deleted file mode 100644 index 5bfebe8bfb8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/ads.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/analytics.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/analytics.html deleted file mode 100644 index ded6e72448e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/analytics.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/favicons.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/favicons.html deleted file mode 100644 index 420c380573f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/favicons.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ "" | safeHTML }} - - - - - - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/footer.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/footer.html deleted file mode 100644 index b9ef0e022ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/footer.html +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/head.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/head.html deleted file mode 100644 index 35cee104297..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/head.html +++ /dev/null @@ -1,12 +0,0 @@ - - -{{ if .IsHome }}{{ .Site.Title | markdownify }} · {{ .Site.Params.description | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }}{{ end }} - - - - - -{{ partialCached "stylesheet" . }} -{{ partialCached "favicons" . }} -{{ partial "social" . }} -{{ partialCached "analytics" . }} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/home/hero.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/home/hero.html deleted file mode 100644 index 16c1f5b42ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/home/hero.html +++ /dev/null @@ -1,43 +0,0 @@ -
-
-
-
- Bootstrap Icons -
-
- - New in v1.6.0: 30+ new icons! - -

Bootstrap Icons

-

Free, high quality, open source icon library with over 1,300 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project.

- -
- {{ highlight "npm i bootstrap-icons" "sh" "" }} -
- - {{ partialCached "ads" . }} - -
- -

- Currently v{{ .Site.Params.version }} - - Icons - - Install - - Usage - - Styling - - Accessibility - - GitHub repo -

-
-
-
-
diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons.html deleted file mode 100644 index 3e9ef278de5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons.html +++ /dev/null @@ -1,26 +0,0 @@ -
-
-

Icons

- -
- -
diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-logo-solid.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-logo-solid.svg deleted file mode 100644 index 59bed369b51..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-logo-solid.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-white-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-white-fill.svg deleted file mode 100644 index af4bc7fcf02..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/bootstrap-white-fill.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/github.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/github.svg deleted file mode 100644 index 6f06f7722b9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}GitHub{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/opencollective.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/opencollective.svg deleted file mode 100644 index 2896ba50cec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/opencollective.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Open Collective{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/slack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/slack.svg deleted file mode 100644 index e3c995cc710..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/slack.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Slack{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/twitter.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/twitter.svg deleted file mode 100644 index 7a7fcee28b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/icons/twitter.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Twitter{{ end }} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/navbar.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/navbar.html deleted file mode 100644 index df7b4256687..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/navbar.html +++ /dev/null @@ -1,67 +0,0 @@ - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/scripts.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/scripts.html deleted file mode 100644 index 7adb470a90a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/scripts.html +++ /dev/null @@ -1,18 +0,0 @@ - -{{- if .IsHome }} - - -{{- end }} - -{{- $vendor := resources.Match "js/vendor/*.js" -}} -{{- $js := resources.Match "js/*.js" -}} -{{- $docsJs := append $js $vendor | resources.Concat "assets/js/application.js" -}} - -{{- if eq hugo.Environment "production" -}} - {{- $docsJs = $docsJs | resources.Minify -}} -{{- end }} - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/skippy.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/skippy.html deleted file mode 100644 index a66b8d69c8d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/skippy.html +++ /dev/null @@ -1,3 +0,0 @@ - - Skip to main content - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/social.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/social.html deleted file mode 100644 index 8e734dabd9c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/social.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ "" | safeHTML }} - - - - - - - -{{ "" | safeHTML }} - - - - - - - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/stylesheet.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/stylesheet.html deleted file mode 100644 index 23ee5f56bd9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/partials/stylesheet.html +++ /dev/null @@ -1,12 +0,0 @@ - - -{{- $sassOptions := dict "targetPath" "assets/css/docs.css" "precision" 6 -}} -{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}} - -{{- if eq hugo.Environment "production" -}} - {{- $sassOptions = merge $sassOptions (dict "outputStyle" "compressed") -}} -{{- end -}} - -{{- $style := resources.Get "scss/docs.scss" | toCSS $sassOptions | postCSS $postcssOptions -}} - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/robots.txt b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/robots.txt deleted file mode 100644 index 271b4f1b7b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/robots.txt +++ /dev/null @@ -1,12 +0,0 @@ -# www.robotstxt.org - -{{- $isProduction := eq hugo.Environment "production" -}} -{{- $isNetlify := eq (getenv "NETLIFY") "true" -}} -{{- $allowCrawling := and (not $isNetlify) $isProduction -}} - -{{ if $allowCrawling }} -# Allow crawling of all content -{{- end }} -User-agent: * -Disallow:{{ if not $allowCrawling }} /{{ end }} -Sitemap: {{ "/sitemap.xml" | absURL }} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/example.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/example.html deleted file mode 100644 index 6701b1377b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/example.html +++ /dev/null @@ -1,25 +0,0 @@ -{{- /* - Usage: `example [args]` - - `args` are optional and can be one of the following: - id: the `div`'s id - default: "" - class: any extra class(es) to be added to the `div` - default "" - show_preview: if the preview should be output in the HTML - default: `true` - show_markup: if the markup should be output in the HTML - default: `true` -*/ -}} - -{{- $show_preview := .Get "show_preview" | default true -}} -{{- $show_markup := .Get "show_markup" | default true -}} -{{- $input := .Inner -}} - -{{- if eq $show_preview true -}} - - {{- $input -}} - -{{- end -}} - -{{- if eq $show_markup true -}} - {{- $content := replaceRE `\n` `...` $input -}} - {{- $content = replaceRE `(class=" *?")` "" $content -}} - {{- highlight (trim $content "\n") "html" "" -}} -{{- end -}} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/md.html b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/md.html deleted file mode 100644 index 82107bcef9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/shortcodes/md.html +++ /dev/null @@ -1 +0,0 @@ -{{- .Inner | markdownify -}} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/sitemap.xml b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/sitemap.xml deleted file mode 100644 index 575b6b81ea6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/layouts/sitemap.xml +++ /dev/null @@ -1,10 +0,0 @@ -{{ printf "" | safeHTML }} - - {{- range .Data.Pages -}}{{ if ne .Params.sitemap_exclude true }} - - {{ .Permalink }}{{ if not .Lastmod.IsZero }} - {{ safeHTML (.Lastmod.Format "2006-01-02T15:04:05-07:00") }}{{ end }}{{ with .Sitemap.ChangeFreq }} - {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} - {{ .Sitemap.Priority }}{{ end }} - {{ end }}{{ end }} - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/CNAME b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/CNAME deleted file mode 100644 index 6738a7bee28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/CNAME +++ /dev/null @@ -1 +0,0 @@ -icons.getbootstrap.com diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/css/bootstrap.min.css b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/css/bootstrap.min.css deleted file mode 100644 index 8b52530fe32..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/css/bootstrap.min.css +++ /dev/null @@ -1,6 +0,0 @@ -@charset "UTF-8";/*! - * Bootstrap v5.1.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}ol,ul{padding-left:2rem}ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}b,strong{font-weight:bolder}.small,small{font-size:.875em}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,pre{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}tbody,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}textarea{resize:vertical}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}summary{display:list-item;cursor:pointer}[hidden]{display:none!important}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.list-unstyled{padding-left:0;list-style:none}.img-fluid{max-width:100%;height:auto}.container,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.col-6{flex:0 0 auto;width:50%}@media (min-width:576px){.row-cols-sm-4>*{flex:0 0 auto;width:25%}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-6{flex:0 0 auto;width:50%}.col-md-8{flex:0 0 auto;width:66.66666667%}}@media (min-width:992px){.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.gx-lg-5{--bs-gutter-x:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.btn-group{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-text:last-child{margin-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-top{vertical-align:text-top!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-none{display:none!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.w-50{width:50%!important}.min-vh-100{min-height:100vh!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-content-center{justify-content:center!important}.align-items-center{align-items:center!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-5{margin-top:3rem!important}.me-2{margin-right:.5rem!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.ms-2{margin-left:.5rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-5{padding:3rem!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.rounded{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.visible{visibility:visible!important}@media (min-width:576px){.d-sm-inline-block{display:inline-block!important}}@media (min-width:768px){.d-md-none{display:none!important}.flex-md-nowrap{flex-wrap:nowrap!important}.align-items-md-center{align-items:center!important}.mb-md-0{margin-bottom:0!important}.ms-md-3{margin-left:1rem!important}.ms-md-auto{margin-left:auto!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}}@media (min-width:992px){.d-lg-inline-block{display:inline-block!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.text-lg-start{text-align:left!important}}@media (min-width:1200px){.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}} \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap-icons-social.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap-icons-social.png deleted file mode 100644 index 9c84d321b19..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap-icons-social.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap.svg deleted file mode 100644 index 17d85f3ae82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/bootstrap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-192x192.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-192x192.png deleted file mode 100644 index 1c276a531ea..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-192x192.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-512x512.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-512x512.png deleted file mode 100644 index 936025e1c61..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/android-chrome-512x512.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/apple-touch-icon.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/apple-touch-icon.png deleted file mode 100644 index e7053f970c5..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/apple-touch-icon.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-16x16.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-16x16.png deleted file mode 100644 index 46ab7f8c8f2..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-16x16.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-32x32.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-32x32.png deleted file mode 100644 index ca0593a2139..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon-32x32.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon.ico b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon.ico deleted file mode 100644 index 05499062084..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/favicon.ico and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/manifest.json b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/manifest.json deleted file mode 100644 index 3256f9f5f48..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/manifest.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Bootstrap Icons", - "short_name": "Bootstrap Icons", - "icons": [ - { - "src": "/assets/img/favicons/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/assets/img/favicons/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "start_url": "/?utm_source=a2hs", - "theme_color": "#7952b3", - "background_color": "#7952b3", - "display": "standalone" -} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/safari-pinned-tab.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/safari-pinned-tab.svg deleted file mode 100644 index aa6e85cb91e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/favicons/safari-pinned-tab.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero.png deleted file mode 100644 index 7ff4e15ed18..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero@2x.png b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero@2x.png deleted file mode 100644 index 56f2179f07e..00000000000 Binary files a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/img/icons-hero@2x.png and /dev/null differ diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/bootstrap.min.js b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/bootstrap.min.js deleted file mode 100644 index 3275b6d3af0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/bootstrap.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Bootstrap v5.1.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e(t.Popper)}(this,(function(t){"use strict";function e(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(i){if("default"!==i){var s=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,s.get?s:{enumerable:!0,get:function(){return t[i]}})}})),e.default=t,Object.freeze(e)}var i=e(t);const s=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let i=t.getAttribute("href");if(!i||!i.includes("#")&&!i.startsWith("."))return null;i.includes("#")&&!i.startsWith("#")&&(i="#"+i.split("#")[1]),e=i&&"#"!==i?i.trim():null}return e},n=t=>{const e=s(t);return e&&document.querySelector(e)?e:null},o=t=>{const e=s(t);return e?document.querySelector(e):null},r=t=>{t.dispatchEvent(new Event("transitionend"))},a=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),l=t=>a(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(t):null,c=(t,e,i)=>{Object.keys(i).forEach(s=>{const n=i[s],o=e[s],r=o&&a(o)?"element":null==(l=o)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(n).test(r))throw new TypeError(`${t.toUpperCase()}: Option "${s}" provided type "${r}" but expected type "${n}".`)})},h=t=>!(!a(t)||0===t.getClientRects().length)&&"visible"===getComputedStyle(t).getPropertyValue("visibility"),d=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),u=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?u(t.parentNode):null},g=()=>{},p=t=>{t.offsetHeight},f=()=>{const{jQuery:t}=window;return t&&!document.body.hasAttribute("data-bs-no-jquery")?t:null},_=[],m=()=>"rtl"===document.documentElement.dir,b=t=>{var e;e=()=>{const e=f();if(e){const i=t.NAME,s=e.fn[i];e.fn[i]=t.jQueryInterface,e.fn[i].Constructor=t,e.fn[i].noConflict=()=>(e.fn[i]=s,t.jQueryInterface)}},"loading"===document.readyState?(_.length||document.addEventListener("DOMContentLoaded",()=>{_.forEach(t=>t())}),_.push(e)):e()},v=t=>{"function"==typeof t&&t()},w=(t,e,i=!0)=>{if(!i)return void v(t);const s=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);const s=Number.parseFloat(e),n=Number.parseFloat(i);return s||n?(e=e.split(",")[0],i=i.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(e)+5;let n=!1;const o=({target:i})=>{i===e&&(n=!0,e.removeEventListener("transitionend",o),v(t))};e.addEventListener("transitionend",o),setTimeout(()=>{n||r(e)},s)},y=(t,e,i,s)=>{let n=t.indexOf(e);if(-1===n)return t[!i&&s?t.length-1:0];const o=t.length;return n+=i?1:-1,s&&(n=(n+o)%o),t[Math.max(0,Math.min(n,o-1))]},E=/[^.]*(?=\..*)\.|.*/,A=/\..*/,T=/::\d+$/,C={};let k=1;const L={mouseenter:"mouseover",mouseleave:"mouseout"},S=/^(mouseenter|mouseleave)/i,O=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function N(t,e){return e&&`${e}::${k++}`||t.uidEvent||k++}function D(t){const e=N(t);return t.uidEvent=e,C[e]=C[e]||{},C[e]}function I(t,e,i=null){const s=Object.keys(t);for(let n=0,o=s.length;nfunction(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};s?s=t(s):i=t(i)}const[o,r,a]=P(e,i,s),l=D(t),c=l[a]||(l[a]={}),h=I(c,r,o?i:null);if(h)return void(h.oneOff=h.oneOff&&n);const d=N(r,e.replace(E,"")),u=o?function(t,e,i){return function s(n){const o=t.querySelectorAll(e);for(let{target:r}=n;r&&r!==this;r=r.parentNode)for(let a=o.length;a--;)if(o[a]===r)return n.delegateTarget=r,s.oneOff&&H.off(t,n.type,e,i),i.apply(r,[n]);return null}}(t,i,s):function(t,e){return function i(s){return s.delegateTarget=t,i.oneOff&&H.off(t,s.type,e),e.apply(t,[s])}}(t,i);u.delegationSelector=o?i:null,u.originalHandler=r,u.oneOff=n,u.uidEvent=d,c[d]=u,t.addEventListener(a,u,o)}function M(t,e,i,s,n){const o=I(e[i],s,n);o&&(t.removeEventListener(i,o,Boolean(n)),delete e[i][o.uidEvent])}function j(t){return t=t.replace(A,""),L[t]||t}const H={on(t,e,i,s){x(t,e,i,s,!1)},one(t,e,i,s){x(t,e,i,s,!0)},off(t,e,i,s){if("string"!=typeof e||!t)return;const[n,o,r]=P(e,i,s),a=r!==e,l=D(t),c=e.startsWith(".");if(void 0!==o){if(!l||!l[r])return;return void M(t,l,r,o,n?i:null)}c&&Object.keys(l).forEach(i=>{!function(t,e,i,s){const n=e[i]||{};Object.keys(n).forEach(o=>{if(o.includes(s)){const s=n[o];M(t,e,i,s.originalHandler,s.delegationSelector)}})}(t,l,i,e.slice(1))});const h=l[r]||{};Object.keys(h).forEach(i=>{const s=i.replace(T,"");if(!a||e.includes(s)){const e=h[i];M(t,l,r,e.originalHandler,e.delegationSelector)}})},trigger(t,e,i){if("string"!=typeof e||!t)return null;const s=f(),n=j(e),o=e!==n,r=O.has(n);let a,l=!0,c=!0,h=!1,d=null;return o&&s&&(a=s.Event(e,i),s(t).trigger(a),l=!a.isPropagationStopped(),c=!a.isImmediatePropagationStopped(),h=a.isDefaultPrevented()),r?(d=document.createEvent("HTMLEvents"),d.initEvent(n,l,!0)):d=new CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!==i&&Object.keys(i).forEach(t=>{Object.defineProperty(d,t,{get:()=>i[t]})}),h&&d.preventDefault(),c&&t.dispatchEvent(d),d.defaultPrevented&&void 0!==a&&a.preventDefault(),d}},B=new Map;var z={set(t,e,i){B.has(t)||B.set(t,new Map);const s=B.get(t);s.has(e)||0===s.size?s.set(e,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(s.keys())[0]}.`)},get:(t,e)=>B.has(t)&&B.get(t).get(e)||null,remove(t,e){if(!B.has(t))return;const i=B.get(t);i.delete(e),0===i.size&&B.delete(t)}};class R{constructor(t){(t=l(t))&&(this._element=t,z.set(this._element,this.constructor.DATA_KEY,this))}dispose(){z.remove(this._element,this.constructor.DATA_KEY),H.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach(t=>{this[t]=null})}_queueCallback(t,e,i=!0){w(t,e,i)}static getInstance(t){return z.get(l(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.1.1"}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return"bs."+this.NAME}static get EVENT_KEY(){return"."+this.DATA_KEY}}const F=(t,e="hide")=>{const i="click.dismiss"+t.EVENT_KEY,s=t.NAME;H.on(document,i,`[data-bs-dismiss="${s}"]`,(function(i){if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),d(this))return;const n=o(this)||this.closest("."+s);t.getOrCreateInstance(n)[e]()}))};class q extends R{static get NAME(){return"alert"}close(){if(H.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback(()=>this._destroyElement(),this._element,t)}_destroyElement(){this._element.remove(),H.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e=q.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}F(q,"close"),b(q);class W extends R{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const e=W.getOrCreateInstance(this);"toggle"===t&&e[t]()}))}}function $(t){return"true"===t||"false"!==t&&(t===Number(t).toString()?Number(t):""===t||"null"===t?null:t)}function U(t){return t.replace(/[A-Z]/g,t=>"-"+t.toLowerCase())}H.on(document,"click.bs.button.data-api",'[data-bs-toggle="button"]',t=>{t.preventDefault();const e=t.target.closest('[data-bs-toggle="button"]');W.getOrCreateInstance(e).toggle()}),b(W);const K={setDataAttribute(t,e,i){t.setAttribute("data-bs-"+U(e),i)},removeDataAttribute(t,e){t.removeAttribute("data-bs-"+U(e))},getDataAttributes(t){if(!t)return{};const e={};return Object.keys(t.dataset).filter(t=>t.startsWith("bs")).forEach(i=>{let s=i.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),e[s]=$(t.dataset[i])}),e},getDataAttribute:(t,e)=>$(t.getAttribute("data-bs-"+U(e))),offset(t){const e=t.getBoundingClientRect();return{top:e.top+window.pageYOffset,left:e.left+window.pageXOffset}},position:t=>({top:t.offsetTop,left:t.offsetLeft})},V={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter(t=>t.matches(e)),parents(t,e){const i=[];let s=t.parentNode;for(;s&&s.nodeType===Node.ELEMENT_NODE&&3!==s.nodeType;)s.matches(e)&&i.push(s),s=s.parentNode;return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(i.matches(e))return[i];i=i.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(t=>t+':not([tabindex^="-"])').join(", ");return this.find(e,t).filter(t=>!d(t)&&h(t))}},X={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},Y={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},Q="next",G="prev",Z="left",J="right",tt={ArrowLeft:J,ArrowRight:Z};class et extends R{constructor(t,e){super(t),this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._indicatorsElement=V.findOne(".carousel-indicators",this._element),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent),this._addEventListeners()}static get Default(){return X}static get NAME(){return"carousel"}next(){this._slide(Q)}nextWhenVisible(){!document.hidden&&h(this._element)&&this.next()}prev(){this._slide(G)}pause(t){t||(this._isPaused=!0),V.findOne(".carousel-item-next, .carousel-item-prev",this._element)&&(r(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement=V.findOne(".active.carousel-item",this._element);const e=this._getItemIndex(this._activeElement);if(t>this._items.length-1||t<0)return;if(this._isSliding)return void H.one(this._element,"slid.bs.carousel",()=>this.to(t));if(e===t)return this.pause(),void this.cycle();const i=t>e?Q:G;this._slide(i,this._items[t])}_getConfig(t){return t={...X,...K.getDataAttributes(this._element),..."object"==typeof t?t:{}},c("carousel",t,Y),t}_handleSwipe(){const t=Math.abs(this.touchDeltaX);if(t<=40)return;const e=t/this.touchDeltaX;this.touchDeltaX=0,e&&this._slide(e>0?J:Z)}_addEventListeners(){this._config.keyboard&&H.on(this._element,"keydown.bs.carousel",t=>this._keydown(t)),"hover"===this._config.pause&&(H.on(this._element,"mouseenter.bs.carousel",t=>this.pause(t)),H.on(this._element,"mouseleave.bs.carousel",t=>this.cycle(t))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()}_addTouchEventListeners(){const t=t=>this._pointerEvent&&("pen"===t.pointerType||"touch"===t.pointerType),e=e=>{t(e)?this.touchStartX=e.clientX:this._pointerEvent||(this.touchStartX=e.touches[0].clientX)},i=t=>{this.touchDeltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this.touchStartX},s=e=>{t(e)&&(this.touchDeltaX=e.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(t=>this.cycle(t),500+this._config.interval))};V.find(".carousel-item img",this._element).forEach(t=>{H.on(t,"dragstart.bs.carousel",t=>t.preventDefault())}),this._pointerEvent?(H.on(this._element,"pointerdown.bs.carousel",t=>e(t)),H.on(this._element,"pointerup.bs.carousel",t=>s(t)),this._element.classList.add("pointer-event")):(H.on(this._element,"touchstart.bs.carousel",t=>e(t)),H.on(this._element,"touchmove.bs.carousel",t=>i(t)),H.on(this._element,"touchend.bs.carousel",t=>s(t)))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e=tt[t.key];e&&(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items=t&&t.parentNode?V.find(".carousel-item",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i=t===Q;return y(this._items,e,i,this._config.wrap)}_triggerSlideEvent(t,e){const i=this._getItemIndex(t),s=this._getItemIndex(V.findOne(".active.carousel-item",this._element));return H.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:e,from:s,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e=V.findOne(".active",this._indicatorsElement);e.classList.remove("active"),e.removeAttribute("aria-current");const i=V.find("[data-bs-target]",this._indicatorsElement);for(let e=0;e{H.trigger(this._element,"slid.bs.carousel",{relatedTarget:o,direction:d,from:n,to:r})};if(this._element.classList.contains("slide")){o.classList.add(h),p(o),s.classList.add(c),o.classList.add(c);const t=()=>{o.classList.remove(c,h),o.classList.add("active"),s.classList.remove("active",h,c),this._isSliding=!1,setTimeout(u,0)};this._queueCallback(t,s,!0)}else s.classList.remove("active"),o.classList.add("active"),this._isSliding=!1,u();a&&this.cycle()}_directionToOrder(t){return[J,Z].includes(t)?m()?t===Z?G:Q:t===Z?Q:G:t}_orderToDirection(t){return[Q,G].includes(t)?m()?t===G?Z:J:t===G?J:Z:t}static carouselInterface(t,e){const i=et.getOrCreateInstance(t,e);let{_config:s}=i;"object"==typeof e&&(s={...s,...e});const n="string"==typeof e?e:s.slide;if("number"==typeof e)i.to(e);else if("string"==typeof n){if(void 0===i[n])throw new TypeError(`No method named "${n}"`);i[n]()}else s.interval&&s.ride&&(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){et.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e=o(this);if(!e||!e.classList.contains("carousel"))return;const i={...K.getDataAttributes(e),...K.getDataAttributes(this)},s=this.getAttribute("data-bs-slide-to");s&&(i.interval=!1),et.carouselInterface(e,i),s&&et.getInstance(e).to(s),t.preventDefault()}}H.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",et.dataApiClickHandler),H.on(window,"load.bs.carousel.data-api",()=>{const t=V.find('[data-bs-ride="carousel"]');for(let e=0,i=t.length;et===this._element);null!==s&&o.length&&(this._selector=s,this._triggerArray.push(e))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return it}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,e=[];if(this._config.parent){const t=V.find(".collapse .collapse",this._config.parent);e=V.find(".collapse.show, .collapse.collapsing",this._config.parent).filter(e=>!t.includes(e))}const i=V.findOne(this._selector);if(e.length){const s=e.find(t=>i!==t);if(t=s?nt.getInstance(s):null,t&&t._isTransitioning)return}if(H.trigger(this._element,"show.bs.collapse").defaultPrevented)return;e.forEach(e=>{i!==e&&nt.getOrCreateInstance(e,{toggle:!1}).hide(),t||z.set(e,"bs.collapse",null)});const s=this._getDimension();this._element.classList.remove("collapse"),this._element.classList.add("collapsing"),this._element.style[s]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const n="scroll"+(s[0].toUpperCase()+s.slice(1));this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove("collapsing"),this._element.classList.add("collapse","show"),this._element.style[s]="",H.trigger(this._element,"shown.bs.collapse")},this._element,!0),this._element.style[s]=this._element[n]+"px"}hide(){if(this._isTransitioning||!this._isShown())return;if(H.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=this._element.getBoundingClientRect()[t]+"px",p(this._element),this._element.classList.add("collapsing"),this._element.classList.remove("collapse","show");const e=this._triggerArray.length;for(let t=0;t{this._isTransitioning=!1,this._element.classList.remove("collapsing"),this._element.classList.add("collapse"),H.trigger(this._element,"hidden.bs.collapse")},this._element,!0)}_isShown(t=this._element){return t.classList.contains("show")}_getConfig(t){return(t={...it,...K.getDataAttributes(this._element),...t}).toggle=Boolean(t.toggle),t.parent=l(t.parent),c("collapse",t,st),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=V.find(".collapse .collapse",this._config.parent);V.find('[data-bs-toggle="collapse"]',this._config.parent).filter(e=>!t.includes(e)).forEach(t=>{const e=o(t);e&&this._addAriaAndCollapsedClass([t],this._isShown(e))})}_addAriaAndCollapsedClass(t,e){t.length&&t.forEach(t=>{e?t.classList.remove("collapsed"):t.classList.add("collapsed"),t.setAttribute("aria-expanded",e)})}static jQueryInterface(t){return this.each((function(){const e={};"string"==typeof t&&/show|hide/.test(t)&&(e.toggle=!1);const i=nt.getOrCreateInstance(this,e);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t]()}}))}}H.on(document,"click.bs.collapse.data-api",'[data-bs-toggle="collapse"]',(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const e=n(this);V.find(e).forEach(t=>{nt.getOrCreateInstance(t,{toggle:!1}).toggle()})})),b(nt);const ot=new RegExp("ArrowUp|ArrowDown|Escape"),rt=m()?"top-end":"top-start",at=m()?"top-start":"top-end",lt=m()?"bottom-end":"bottom-start",ct=m()?"bottom-start":"bottom-end",ht=m()?"left-start":"right-start",dt=m()?"right-start":"left-start",ut={offset:[0,2],boundary:"clippingParents",reference:"toggle",display:"dynamic",popperConfig:null,autoClose:!0},gt={offset:"(array|string|function)",boundary:"(string|element)",reference:"(string|element|object)",display:"string",popperConfig:"(null|object|function)",autoClose:"(boolean|string)"};class pt extends R{constructor(t,e){super(t),this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar()}static get Default(){return ut}static get DefaultType(){return gt}static get NAME(){return"dropdown"}toggle(){return this._isShown()?this.hide():this.show()}show(){if(d(this._element)||this._isShown(this._menu))return;const t={relatedTarget:this._element};if(H.trigger(this._element,"show.bs.dropdown",t).defaultPrevented)return;const e=pt.getParentFromElement(this._element);this._inNavbar?K.setDataAttribute(this._menu,"popper","none"):this._createPopper(e),"ontouchstart"in document.documentElement&&!e.closest(".navbar-nav")&&[].concat(...document.body.children).forEach(t=>H.on(t,"mouseover",g)),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add("show"),this._element.classList.add("show"),H.trigger(this._element,"shown.bs.dropdown",t)}hide(){if(d(this._element)||!this._isShown(this._menu))return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){H.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>H.off(t,"mouseover",g)),this._popper&&this._popper.destroy(),this._menu.classList.remove("show"),this._element.classList.remove("show"),this._element.setAttribute("aria-expanded","false"),K.removeDataAttribute(this._menu,"popper"),H.trigger(this._element,"hidden.bs.dropdown",t))}_getConfig(t){if(t={...this.constructor.Default,...K.getDataAttributes(this._element),...t},c("dropdown",t,this.constructor.DefaultType),"object"==typeof t.reference&&!a(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError("dropdown".toUpperCase()+': Option "reference" provided type "object" without a required "getBoundingClientRect" method.');return t}_createPopper(t){if(void 0===i)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;"parent"===this._config.reference?e=t:a(this._config.reference)?e=l(this._config.reference):"object"==typeof this._config.reference&&(e=this._config.reference);const s=this._getPopperConfig(),n=s.modifiers.find(t=>"applyStyles"===t.name&&!1===t.enabled);this._popper=i.createPopper(e,this._menu,s),n&&K.setDataAttribute(this._menu,"popper","static")}_isShown(t=this._element){return t.classList.contains("show")}_getMenuElement(){return V.next(this._element,".dropdown-menu")[0]}_getPlacement(){const t=this._element.parentNode;if(t.classList.contains("dropend"))return ht;if(t.classList.contains("dropstart"))return dt;const e="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?e?at:rt:e?ct:lt}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i=V.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(h);i.length&&y(i,e,"ArrowDown"===t,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e=pt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}static clearMenus(t){if(t&&(2===t.button||"keyup"===t.type&&"Tab"!==t.key))return;const e=V.find('[data-bs-toggle="dropdown"]');for(let i=0,s=e.length;ie+t),this._setElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight",e=>e+t),this._setElementAttributes(".sticky-top","marginRight",e=>e-t)}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,i){const s=this.getWidth();this._applyManipulationCallback(t,t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+s)return;this._saveInitialAttribute(t,e);const n=window.getComputedStyle(t)[e];t.style[e]=i(Number.parseFloat(n))+"px"})}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight"),this._resetElementAttributes(".sticky-top","marginRight")}_saveInitialAttribute(t,e){const i=t.style[e];i&&K.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,t=>{const i=K.getDataAttribute(t,e);void 0===i?t.style.removeProperty(e):(K.removeDataAttribute(t,e),t.style[e]=i)})}_applyManipulationCallback(t,e){a(t)?e(t):V.find(t,this._element).forEach(e)}isOverflowing(){return this.getWidth()>0}}const _t={className:"modal-backdrop",isVisible:!0,isAnimated:!1,rootElement:"body",clickCallback:null},mt={className:"string",isVisible:"boolean",isAnimated:"boolean",rootElement:"(element|string)",clickCallback:"(function|null)"};class bt{constructor(t){this._config=this._getConfig(t),this._isAppended=!1,this._element=null}show(t){this._config.isVisible?(this._append(),this._config.isAnimated&&p(this._getElement()),this._getElement().classList.add("show"),this._emulateAnimation(()=>{v(t)})):v(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove("show"),this._emulateAnimation(()=>{this.dispose(),v(t)})):v(t)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_getConfig(t){return(t={..._t,..."object"==typeof t?t:{}}).rootElement=l(t.rootElement),c("backdrop",t,mt),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),H.on(this._getElement(),"mousedown.bs.backdrop",()=>{v(this._config.clickCallback)}),this._isAppended=!0)}dispose(){this._isAppended&&(H.off(this._element,"mousedown.bs.backdrop"),this._element.remove(),this._isAppended=!1)}_emulateAnimation(t){w(t,this._getElement(),this._config.isAnimated)}}const vt={trapElement:null,autofocus:!0},wt={trapElement:"element",autofocus:"boolean"};class yt{constructor(t){this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}activate(){const{trapElement:t,autofocus:e}=this._config;this._isActive||(e&&t.focus(),H.off(document,".bs.focustrap"),H.on(document,"focusin.bs.focustrap",t=>this._handleFocusin(t)),H.on(document,"keydown.tab.bs.focustrap",t=>this._handleKeydown(t)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,H.off(document,".bs.focustrap"))}_handleFocusin(t){const{target:e}=t,{trapElement:i}=this._config;if(e===document||e===i||i.contains(e))return;const s=V.focusableChildren(i);0===s.length?i.focus():"backward"===this._lastTabNavDirection?s[s.length-1].focus():s[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?"backward":"forward")}_getConfig(t){return t={...vt,..."object"==typeof t?t:{}},c("focustrap",t,wt),t}}const Et={backdrop:!0,keyboard:!0,focus:!0},At={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean"};class Tt extends R{constructor(t,e){super(t),this._config=this._getConfig(e),this._dialog=V.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollBar=new ft}static get Default(){return Et}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||H.trigger(this._element,"show.bs.modal",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isAnimated()&&(this._isTransitioning=!0),this._scrollBar.hide(),document.body.classList.add("modal-open"),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),H.on(this._dialog,"mousedown.dismiss.bs.modal",()=>{H.one(this._element,"mouseup.dismiss.bs.modal",t=>{t.target===this._element&&(this._ignoreBackdropClick=!0)})}),this._showBackdrop(()=>this._showElement(t)))}hide(){if(!this._isShown||this._isTransitioning)return;if(H.trigger(this._element,"hide.bs.modal").defaultPrevented)return;this._isShown=!1;const t=this._isAnimated();t&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove("show"),H.off(this._element,"click.dismiss.bs.modal"),H.off(this._dialog,"mousedown.dismiss.bs.modal"),this._queueCallback(()=>this._hideModal(),this._element,t)}dispose(){[window,this._dialog].forEach(t=>H.off(t,".bs.modal")),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bt({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new yt({trapElement:this._element})}_getConfig(t){return t={...Et,...K.getDataAttributes(this._element),..."object"==typeof t?t:{}},c("modal",t,At),t}_showElement(t){const e=this._isAnimated(),i=V.findOne(".modal-body",this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,i&&(i.scrollTop=0),e&&p(this._element),this._element.classList.add("show"),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,H.trigger(this._element,"shown.bs.modal",{relatedTarget:t})},this._dialog,e)}_setEscapeEvent(){this._isShown?H.on(this._element,"keydown.dismiss.bs.modal",t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()}):H.off(this._element,"keydown.dismiss.bs.modal")}_setResizeEvent(){this._isShown?H.on(window,"resize.bs.modal",()=>this._adjustDialog()):H.off(window,"resize.bs.modal")}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove("modal-open"),this._resetAdjustments(),this._scrollBar.reset(),H.trigger(this._element,"hidden.bs.modal")})}_showBackdrop(t){H.on(this._element,"click.dismiss.bs.modal",t=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:t.target===t.currentTarget&&(!0===this._config.backdrop?this.hide():"static"===this._config.backdrop&&this._triggerBackdropTransition())}),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(H.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const{classList:t,scrollHeight:e,style:i}=this._element,s=e>document.documentElement.clientHeight;!s&&"hidden"===i.overflowY||t.contains("modal-static")||(s||(i.overflowY="hidden"),t.add("modal-static"),this._queueCallback(()=>{t.remove("modal-static"),s||this._queueCallback(()=>{i.overflowY=""},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),i=e>0;(!i&&t&&!m()||i&&!t&&m())&&(this._element.style.paddingLeft=e+"px"),(i&&!t&&!m()||!i&&t&&m())&&(this._element.style.paddingRight=e+"px")}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const i=Tt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}H.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',(function(t){const e=o(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),H.one(e,"show.bs.modal",t=>{t.defaultPrevented||H.one(e,"hidden.bs.modal",()=>{h(this)&&this.focus()})});const i=V.findOne(".modal.show");i&&Tt.getInstance(i).hide(),Tt.getOrCreateInstance(e).toggle(this)})),F(Tt),b(Tt);const Ct={backdrop:!0,keyboard:!0,scroll:!1},kt={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"};class Lt extends R{constructor(t,e){super(t),this._config=this._getConfig(e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return"offcanvas"}static get Default(){return Ct}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||H.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._backdrop.show(),this._config.scroll||(new ft).hide(),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("show"),this._queueCallback(()=>{this._config.scroll||this._focustrap.activate(),H.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t})},this._element,!0))}hide(){this._isShown&&(H.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.remove("show"),this._backdrop.hide(),this._queueCallback(()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.scroll||(new ft).reset(),H.trigger(this._element,"hidden.bs.offcanvas")},this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t={...Ct,...K.getDataAttributes(this._element),..."object"==typeof t?t:{}},c("offcanvas",t,kt),t}_initializeBackDrop(){return new bt({className:"offcanvas-backdrop",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()=>this.hide()})}_initializeFocusTrap(){return new yt({trapElement:this._element})}_addEventListeners(){H.on(this._element,"keydown.dismiss.bs.offcanvas",t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()})}static jQueryInterface(t){return this.each((function(){const e=Lt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}H.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',(function(t){const e=o(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),d(this))return;H.one(e,"hidden.bs.offcanvas",()=>{h(this)&&this.focus()});const i=V.findOne(".offcanvas.show");i&&i!==e&&Lt.getInstance(i).hide(),Lt.getOrCreateInstance(e).toggle(this)})),H.on(window,"load.bs.offcanvas.data-api",()=>V.find(".offcanvas.show").forEach(t=>Lt.getOrCreateInstance(t).show())),F(Lt),b(Lt);const St=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Ot=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/i,Nt=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Dt=(t,e)=>{const i=t.nodeName.toLowerCase();if(e.includes(i))return!St.has(i)||Boolean(Ot.test(t.nodeValue)||Nt.test(t.nodeValue));const s=e.filter(t=>t instanceof RegExp);for(let t=0,e=s.length;t{Dt(t,a)||i.removeAttribute(t.nodeName)})}return s.body.innerHTML}const Pt=new Set(["sanitize","allowList","sanitizeFn"]),xt={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(array|string|function)",container:"(string|element|boolean)",fallbackPlacements:"array",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",allowList:"object",popperConfig:"(null|object|function)"},Mt={AUTO:"auto",TOP:"top",RIGHT:m()?"left":"right",BOTTOM:"bottom",LEFT:m()?"right":"left"},jt={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},Ht={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"};class Bt extends R{constructor(t,e){if(void 0===i)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this._config=this._getConfig(e),this.tip=null,this._setListeners()}static get Default(){return jt}static get NAME(){return"tooltip"}static get Event(){return Ht}static get DefaultType(){return xt}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e=this._initializeOnDelegatedTarget(t);e._activeTrigger.click=!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),H.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.remove(),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this.isWithContent()||!this._isEnabled)return;const t=H.trigger(this._element,this.constructor.Event.SHOW),e=u(this._element),s=null===e?this._element.ownerDocument.documentElement.contains(this._element):e.contains(this._element);if(t.defaultPrevented||!s)return;"tooltip"===this.constructor.NAME&&this.tip&&this.getTitle()!==this.tip.querySelector(".tooltip-inner").innerHTML&&(this._disposePopper(),this.tip.remove(),this.tip=null);const n=this.getTipElement(),o=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);n.setAttribute("id",o),this._element.setAttribute("aria-describedby",o),this._config.animation&&n.classList.add("fade");const r="function"==typeof this._config.placement?this._config.placement.call(this,n,this._element):this._config.placement,a=this._getAttachment(r);this._addAttachmentClass(a);const{container:l}=this._config;z.set(n,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(l.append(n),H.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=i.createPopper(this._element,n,this._getPopperConfig(a)),n.classList.add("show");const c=this._resolvePossibleFunction(this._config.customClass);c&&n.classList.add(...c.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>{H.on(t,"mouseover",g)});const h=this.tip.classList.contains("fade");this._queueCallback(()=>{const t=this._hoverState;this._hoverState=null,H.trigger(this._element,this.constructor.Event.SHOWN),"out"===t&&this._leave(null,this)},this.tip,h)}hide(){if(!this._popper)return;const t=this.getTipElement();if(H.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove("show"),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>H.off(t,"mouseover",g)),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1;const e=this.tip.classList.contains("fade");this._queueCallback(()=>{this._isWithActiveTrigger()||("show"!==this._hoverState&&t.remove(),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),H.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())},this.tip,e),this._hoverState=""}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t=document.createElement("div");t.innerHTML=this._config.template;const e=t.children[0];return this.setContent(e),e.classList.remove("fade","show"),this.tip=e,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".tooltip-inner")}_sanitizeAndSetContent(t,e,i){const s=V.findOne(i,t);e||!s?this.setElementContent(s,e):s.remove()}setElementContent(t,e){if(null!==t)return a(e)?(e=l(e),void(this._config.html?e.parentNode!==t&&(t.innerHTML="",t.append(e)):t.textContent=e.textContent)):void(this._config.html?(this._config.sanitize&&(e=It(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML=e):t.textContent=e)}getTitle(){const t=this._element.getAttribute("data-bs-original-title")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:t=>this._handlePopperPlacementChange(t)}],onFirstUpdate:t=>{t.options.placement!==t.placement&&this._handlePopperPlacementChange(t)}};return{...e,..."function"==typeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Mt[t.toUpperCase()]}_setListeners(){this._config.trigger.split(" ").forEach(t=>{if("click"===t)H.on(this._element,this.constructor.Event.CLICK,this._config.selector,t=>this.toggle(t));else if("manual"!==t){const e="hover"===t?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i="hover"===t?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;H.on(this._element,e,this._config.selector,t=>this._enter(t)),H.on(this._element,i,this._config.selector,t=>this._leave(t))}}),this._hideModalHandler=()=>{this._element&&this.hide()},H.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this._config.selector?this._config={...this._config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){const t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e.getTipElement().classList.contains("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e._config.delay&&e._config.delay.show?e._timeout=setTimeout(()=>{"show"===e._hoverState&&e.show()},e._config.delay.show):e.show())}_leave(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=e._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e._config.delay&&e._config.delay.hide?e._timeout=setTimeout(()=>{"out"===e._hoverState&&e.hide()},e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e=K.getDataAttributes(this._element);return Object.keys(e).forEach(t=>{Pt.has(t)&&delete e[t]}),(t={...this.constructor.Default,...e,..."object"==typeof t&&t?t:{}}).container=!1===t.container?document.body:l(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),c("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=It(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t={};for(const e in this._config)this.constructor.Default[e]!==this._config[e]&&(t[e]=this._config[e]);return t}_cleanTipClass(){const t=this.getTipElement(),e=new RegExp(`(^|\\s)${this._getBasicClassPrefix()}\\S+`,"g"),i=t.getAttribute("class").match(e);null!==i&&i.length>0&&i.map(t=>t.trim()).forEach(e=>t.classList.remove(e))}_getBasicClassPrefix(){return"bs-tooltip"}_handlePopperPlacementChange(t){const{state:e}=t;e&&(this.tip=e.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null)}static jQueryInterface(t){return this.each((function(){const e=Bt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}b(Bt);const zt={...Bt.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:''},Rt={...Bt.DefaultType,content:"(string|element|function)"},Ft={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"};class qt extends Bt{static get Default(){return zt}static get NAME(){return"popover"}static get Event(){return Ft}static get DefaultType(){return Rt}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".popover-header"),this._sanitizeAndSetContent(t,this._getContent(),".popover-body")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return"bs-popover"}static jQueryInterface(t){return this.each((function(){const e=qt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}b(qt);const Wt={offset:10,method:"auto",target:""},$t={offset:"number",method:"string",target:"(string|element)"},Ut=".nav-link, .list-group-item, .dropdown-item";class Kt extends R{constructor(t,e){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(e),this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,H.on(this._scrollElement,"scroll.bs.scrollspy",()=>this._process()),this.refresh(),this._process()}static get Default(){return Wt}static get NAME(){return"scrollspy"}refresh(){const t=this._scrollElement===this._scrollElement.window?"offset":"position",e="auto"===this._config.method?t:this._config.method,i="position"===e?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),V.find(Ut,this._config.target).map(t=>{const s=n(t),o=s?V.findOne(s):null;if(o){const t=o.getBoundingClientRect();if(t.width||t.height)return[K[e](o).top+i,s]}return null}).filter(t=>t).sort((t,e)=>t[0]-e[0]).forEach(t=>{this._offsets.push(t[0]),this._targets.push(t[1])})}dispose(){H.off(this._scrollElement,".bs.scrollspy"),super.dispose()}_getConfig(t){return(t={...Wt,...K.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}}).target=l(t.target)||document.documentElement,c("scrollspy",t,$t),t}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),i=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=i){const t=this._targets[this._targets.length-1];this._activeTarget!==t&&this._activate(t)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(let e=this._offsets.length;e--;)this._activeTarget!==this._targets[e]&&t>=this._offsets[e]&&(void 0===this._offsets[e+1]||t`${e}[data-bs-target="${t}"],${e}[href="${t}"]`),i=V.findOne(e.join(","),this._config.target);i.classList.add("active"),i.classList.contains("dropdown-item")?V.findOne(".dropdown-toggle",i.closest(".dropdown")).classList.add("active"):V.parents(i,".nav, .list-group").forEach(t=>{V.prev(t,".nav-link, .list-group-item").forEach(t=>t.classList.add("active")),V.prev(t,".nav-item").forEach(t=>{V.children(t,".nav-link").forEach(t=>t.classList.add("active"))})}),H.trigger(this._scrollElement,"activate.bs.scrollspy",{relatedTarget:t})}_clear(){V.find(Ut,this._config.target).filter(t=>t.classList.contains("active")).forEach(t=>t.classList.remove("active"))}static jQueryInterface(t){return this.each((function(){const e=Kt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}H.on(window,"load.bs.scrollspy.data-api",()=>{V.find('[data-bs-spy="scroll"]').forEach(t=>new Kt(t))}),b(Kt);class Vt extends R{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains("active"))return;let t;const e=o(this._element),i=this._element.closest(".nav, .list-group");if(i){const e="UL"===i.nodeName||"OL"===i.nodeName?":scope > li > .active":".active";t=V.find(e,i),t=t[t.length-1]}const s=t?H.trigger(t,"hide.bs.tab",{relatedTarget:this._element}):null;if(H.trigger(this._element,"show.bs.tab",{relatedTarget:t}).defaultPrevented||null!==s&&s.defaultPrevented)return;this._activate(this._element,i);const n=()=>{H.trigger(t,"hidden.bs.tab",{relatedTarget:this._element}),H.trigger(this._element,"shown.bs.tab",{relatedTarget:t})};e?this._activate(e,e.parentNode,n):n()}_activate(t,e,i){const s=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?V.children(e,".active"):V.find(":scope > li > .active",e))[0],n=i&&s&&s.classList.contains("fade"),o=()=>this._transitionComplete(t,s,i);s&&n?(s.classList.remove("show"),this._queueCallback(o,t,!0)):o()}_transitionComplete(t,e,i){if(e){e.classList.remove("active");const t=V.findOne(":scope > .dropdown-menu .active",e.parentNode);t&&t.classList.remove("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),p(t),t.classList.contains("fade")&&t.classList.add("show");let s=t.parentNode;if(s&&"LI"===s.nodeName&&(s=s.parentNode),s&&s.classList.contains("dropdown-menu")){const e=t.closest(".dropdown");e&&V.find(".dropdown-toggle",e).forEach(t=>t.classList.add("active")),t.setAttribute("aria-expanded",!0)}i&&i()}static jQueryInterface(t){return this.each((function(){const e=Vt.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}H.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),d(this)||Vt.getOrCreateInstance(this).show()})),b(Vt);const Xt={animation:"boolean",autohide:"boolean",delay:"number"},Yt={animation:!0,autohide:!0,delay:5e3};class Qt extends R{constructor(t,e){super(t),this._config=this._getConfig(e),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get DefaultType(){return Xt}static get Default(){return Yt}static get NAME(){return"toast"}show(){H.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove("hide"),p(this._element),this._element.classList.add("show"),this._element.classList.add("showing"),this._queueCallback(()=>{this._element.classList.remove("showing"),H.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this._element.classList.contains("show")&&(H.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add("showing"),this._queueCallback(()=>{this._element.classList.add("hide"),this._element.classList.remove("showing"),this._element.classList.remove("show"),H.trigger(this._element,"hidden.bs.toast")},this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),super.dispose()}_getConfig(t){return t={...Yt,...K.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},c("toast",t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}if(e)return void this._clearTimeout();const i=t.relatedTarget;this._element===i||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){H.on(this._element,"mouseover.bs.toast",t=>this._onInteraction(t,!0)),H.on(this._element,"mouseout.bs.toast",t=>this._onInteraction(t,!1)),H.on(this._element,"focusin.bs.toast",t=>this._onInteraction(t,!0)),H.on(this._element,"focusout.bs.toast",t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const e=Qt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}return F(Qt),b(Qt),{Alert:q,Button:W,Carousel:et,Collapse:nt,Dropdown:pt,Modal:Tt,Offcanvas:Lt,Popover:qt,ScrollSpy:Kt,Tab:Vt,Toast:Qt,Tooltip:Bt}})); \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/list.min.js b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/list.min.js deleted file mode 100644 index 2bb446d457f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/docs/static/assets/js/list.min.js +++ /dev/null @@ -1 +0,0 @@ -var List;List=function(){var t={"./src/add-async.js":function(t){t.exports=function(t){return function e(r,n,s){var i=r.splice(0,50);s=(s=s||[]).concat(t.add(i)),r.length>0?setTimeout((function(){e(r,n,s)}),1):(t.update(),n(s))}}},"./src/filter.js":function(t){t.exports=function(t){return t.handlers.filterStart=t.handlers.filterStart||[],t.handlers.filterComplete=t.handlers.filterComplete||[],function(e){if(t.trigger("filterStart"),t.i=1,t.reset.filter(),void 0===e)t.filtered=!1;else{t.filtered=!0;for(var r=t.items,n=0,s=r.length;nv.page,a=new g(t[s],void 0,n),v.items.push(a),r.push(a)}return v.update(),r}m(t.slice(0),e)}},this.show=function(t,e){return this.i=t,this.page=e,v.update(),v},this.remove=function(t,e,r){for(var n=0,s=0,i=v.items.length;s-1&&r.splice(n,1),v},this.trigger=function(t){for(var e=v.handlers[t].length;e--;)v.handlers[t][e](v);return v},this.reset={filter:function(){for(var t=v.items,e=t.length;e--;)t[e].filtered=!1;return v},search:function(){for(var t=v.items,e=t.length;e--;)t[e].found=!1;return v}},this.update=function(){var t=v.items,e=t.length;v.visibleItems=[],v.matchingItems=[],v.templater.clear();for(var r=0;r=v.i&&v.visibleItems.lengthe},innerWindow:function(t,e,r){return t>=e-r&&t<=e+r},dotted:function(t,e,r,n,s,i,a){return this.dottedLeft(t,e,r,n,s,i)||this.dottedRight(t,e,r,n,s,i,a)},dottedLeft:function(t,e,r,n,s,i){return e==r+1&&!this.innerWindow(e,s,i)&&!this.right(e,n)},dottedRight:function(t,e,r,n,s,i,a){return!t.items[a-1].values().dotted&&(e==n&&!this.innerWindow(e,s,i)&&!this.right(e,n))}};return function(e){var n=new i(t.listContainer.id,{listClass:e.paginationClass||"pagination",item:e.item||"
  • ",valueNames:["page","dotted"],searchClass:"pagination-search-that-is-not-supposed-to-exist",sortClass:"pagination-sort-that-is-not-supposed-to-exist"});s.bind(n.listContainer,"click",(function(e){var r=e.target||e.srcElement,n=t.utils.getAttribute(r,"data-page"),s=t.utils.getAttribute(r,"data-i");s&&t.show((s-1)*n+1,n)})),t.on("updated",(function(){r(n,e)})),r(n,e)}}},"./src/parse.js":function(t,e,r){t.exports=function(t){var e=r("./src/item.js")(t),n=function(r,n){for(var s=0,i=r.length;s0?setTimeout((function(){e(r,s)}),1):(t.update(),t.trigger("parseComplete"))};return t.handlers.parseComplete=t.handlers.parseComplete||[],function(){var e=function(t){for(var e=t.childNodes,r=[],n=0,s=e.length;n]/g.exec(t)){var e=document.createElement("tbody");return e.innerHTML=t,e.firstElementChild}if(-1!==t.indexOf("<")){var r=document.createElement("div");return r.innerHTML=t,r.firstElementChild}}},a=function(e,r,n){var s=void 0,i=function(e){for(var r=0,n=t.valueNames.length;r=1;)t.list.removeChild(t.list.firstChild)},function(){var r;if("function"!=typeof t.item){if(!(r="string"==typeof t.item?-1===t.item.indexOf("<")?document.getElementById(t.item):i(t.item):s()))throw new Error("The list needs to have at least one item on init otherwise you'll have to add a template.");r=n(r,t.valueNames),e=function(){return r.cloneNode(!0)}}else e=function(e){var r=t.item(e);return i(r)}}()};t.exports=function(t){return new e(t)}},"./src/utils/classes.js":function(t,e,r){var n=r("./src/utils/index-of.js"),s=/\s+/;Object.prototype.toString;function i(t){if(!t||!t.nodeType)throw new Error("A DOM element reference is required");this.el=t,this.list=t.classList}t.exports=function(t){return new i(t)},i.prototype.add=function(t){if(this.list)return this.list.add(t),this;var e=this.array();return~n(e,t)||e.push(t),this.el.className=e.join(" "),this},i.prototype.remove=function(t){if(this.list)return this.list.remove(t),this;var e=this.array(),r=n(e,t);return~r&&e.splice(r,1),this.el.className=e.join(" "),this},i.prototype.toggle=function(t,e){return this.list?(void 0!==e?e!==this.list.toggle(t,e)&&this.list.toggle(t):this.list.toggle(t),this):(void 0!==e?e?this.add(t):this.remove(t):this.has(t)?this.remove(t):this.add(t),this)},i.prototype.array=function(){var t=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(s);return""===t[0]&&t.shift(),t},i.prototype.has=i.prototype.contains=function(t){return this.list?this.list.contains(t):!!~n(this.array(),t)}},"./src/utils/events.js":function(t,e,r){var n=window.addEventListener?"addEventListener":"attachEvent",s=window.removeEventListener?"removeEventListener":"detachEvent",i="addEventListener"!==n?"on":"",a=r("./src/utils/to-array.js");e.bind=function(t,e,r,s){for(var o=0,l=(t=a(t)).length;o32)return!1;var a=n,o=function(){var t,r={};for(t=0;t=p;b--){var j=o[t.charAt(b-1)];if(C[b]=0===m?(C[b+1]<<1|1)&j:(C[b+1]<<1|1)&j|(v[b+1]|v[b])<<1|1|v[b+1],C[b]&d){var x=l(m,b-1);if(x<=u){if(u=x,!((c=b-1)>a))break;p=Math.max(1,2*a-c)}}}if(l(m+1,a)>u)break;v=C}return!(c<0)}},"./src/utils/get-attribute.js":function(t){t.exports=function(t,e){var r=t.getAttribute&&t.getAttribute(e)||null;if(!r)for(var n=t.attributes,s=n.length,i=0;i=48&&t<=57}function i(t,e){for(var i=(t+="").length,a=(e+="").length,o=0,l=0;o=i&&l=a?-1:l>=a&&o=i?1:i-a}i.caseInsensitive=i.i=function(t,e){return i((""+t).toLowerCase(),(""+e).toLowerCase())},Object.defineProperties(i,{alphabet:{get:function(){return e},set:function(t){r=[];var s=0;if(e=t)for(;s - - - - bootstrap-icons - - - - - - - - -

    bootstrap-icons

    - -
    -
    - -
    activity
    -
    -
    - -
    alarm-fill
    -
    -
    - -
    alarm
    -
    -
    - -
    align-bottom
    -
    -
    - -
    align-center
    -
    -
    - -
    align-end
    -
    -
    - -
    align-middle
    -
    -
    - -
    align-start
    -
    -
    - -
    align-top
    -
    -
    - -
    alt
    -
    -
    - -
    app-indicator
    -
    -
    - -
    app
    -
    -
    - -
    apple
    -
    -
    - -
    archive-fill
    -
    -
    - -
    archive
    -
    -
    - -
    arrow-90deg-down
    -
    -
    - -
    arrow-90deg-left
    -
    -
    - -
    arrow-90deg-right
    -
    -
    - -
    arrow-90deg-up
    -
    -
    - -
    arrow-bar-down
    -
    -
    - -
    arrow-bar-left
    -
    -
    - -
    arrow-bar-right
    -
    -
    - -
    arrow-bar-up
    -
    -
    - -
    arrow-clockwise
    -
    -
    - -
    arrow-counterclockwise
    -
    -
    - -
    arrow-down-circle-fill
    -
    -
    - -
    arrow-down-circle
    -
    -
    - -
    arrow-down-left-circle-fill
    -
    -
    - -
    arrow-down-left-circle
    -
    -
    - -
    arrow-down-left-square-fill
    -
    -
    - -
    arrow-down-left-square
    -
    -
    - -
    arrow-down-left
    -
    -
    - -
    arrow-down-right-circle-fill
    -
    -
    - -
    arrow-down-right-circle
    -
    -
    - -
    arrow-down-right-square-fill
    -
    -
    - -
    arrow-down-right-square
    -
    -
    - -
    arrow-down-right
    -
    -
    - -
    arrow-down-short
    -
    -
    - -
    arrow-down-square-fill
    -
    -
    - -
    arrow-down-square
    -
    -
    - -
    arrow-down-up
    -
    -
    - -
    arrow-down
    -
    -
    - -
    arrow-left-circle-fill
    -
    -
    - -
    arrow-left-circle
    -
    -
    - -
    arrow-left-right
    -
    -
    - -
    arrow-left-short
    -
    -
    - -
    arrow-left-square-fill
    -
    -
    - -
    arrow-left-square
    -
    -
    - -
    arrow-left
    -
    -
    - -
    arrow-repeat
    -
    -
    - -
    arrow-return-left
    -
    -
    - -
    arrow-return-right
    -
    -
    - -
    arrow-right-circle-fill
    -
    -
    - -
    arrow-right-circle
    -
    -
    - -
    arrow-right-short
    -
    -
    - -
    arrow-right-square-fill
    -
    -
    - -
    arrow-right-square
    -
    -
    - -
    arrow-right
    -
    -
    - -
    arrow-up-circle-fill
    -
    -
    - -
    arrow-up-circle
    -
    -
    - -
    arrow-up-left-circle-fill
    -
    -
    - -
    arrow-up-left-circle
    -
    -
    - -
    arrow-up-left-square-fill
    -
    -
    - -
    arrow-up-left-square
    -
    -
    - -
    arrow-up-left
    -
    -
    - -
    arrow-up-right-circle-fill
    -
    -
    - -
    arrow-up-right-circle
    -
    -
    - -
    arrow-up-right-square-fill
    -
    -
    - -
    arrow-up-right-square
    -
    -
    - -
    arrow-up-right
    -
    -
    - -
    arrow-up-short
    -
    -
    - -
    arrow-up-square-fill
    -
    -
    - -
    arrow-up-square
    -
    -
    - -
    arrow-up
    -
    -
    - -
    arrows-angle-contract
    -
    -
    - -
    arrows-angle-expand
    -
    -
    - -
    arrows-collapse
    -
    -
    - -
    arrows-expand
    -
    -
    - -
    arrows-fullscreen
    -
    -
    - -
    arrows-move
    -
    -
    - -
    aspect-ratio-fill
    -
    -
    - -
    aspect-ratio
    -
    -
    - -
    asterisk
    -
    -
    - -
    at
    -
    -
    - -
    award-fill
    -
    -
    - -
    award
    -
    -
    - -
    back
    -
    -
    - -
    backspace-fill
    -
    -
    - -
    backspace-reverse-fill
    -
    -
    - -
    backspace-reverse
    -
    -
    - -
    backspace
    -
    -
    - -
    badge-3d-fill
    -
    -
    - -
    badge-3d
    -
    -
    - -
    badge-4k-fill
    -
    -
    - -
    badge-4k
    -
    -
    - -
    badge-8k-fill
    -
    -
    - -
    badge-8k
    -
    -
    - -
    badge-ad-fill
    -
    -
    - -
    badge-ad
    -
    -
    - -
    badge-ar-fill
    -
    -
    - -
    badge-ar
    -
    -
    - -
    badge-cc-fill
    -
    -
    - -
    badge-cc
    -
    -
    - -
    badge-hd-fill
    -
    -
    - -
    badge-hd
    -
    -
    - -
    badge-tm-fill
    -
    -
    - -
    badge-tm
    -
    -
    - -
    badge-vo-fill
    -
    -
    - -
    badge-vo
    -
    -
    - -
    badge-vr-fill
    -
    -
    - -
    badge-vr
    -
    -
    - -
    badge-wc-fill
    -
    -
    - -
    badge-wc
    -
    -
    - -
    bag-check-fill
    -
    -
    - -
    bag-check
    -
    -
    - -
    bag-dash-fill
    -
    -
    - -
    bag-dash
    -
    -
    - -
    bag-fill
    -
    -
    - -
    bag-plus-fill
    -
    -
    - -
    bag-plus
    -
    -
    - -
    bag-x-fill
    -
    -
    - -
    bag-x
    -
    -
    - -
    bag
    -
    -
    - -
    bank
    -
    -
    - -
    bank2
    -
    -
    - -
    bar-chart-fill
    -
    -
    - -
    bar-chart-line-fill
    -
    -
    - -
    bar-chart-line
    -
    -
    - -
    bar-chart-steps
    -
    -
    - -
    bar-chart
    -
    -
    - -
    basket-fill
    -
    -
    - -
    basket
    -
    -
    - -
    basket2-fill
    -
    -
    - -
    basket2
    -
    -
    - -
    basket3-fill
    -
    -
    - -
    basket3
    -
    -
    - -
    battery-charging
    -
    -
    - -
    battery-full
    -
    -
    - -
    battery-half
    -
    -
    - -
    battery
    -
    -
    - -
    behance
    -
    -
    - -
    bell-fill
    -
    -
    - -
    bell-slash-fill
    -
    -
    - -
    bell-slash
    -
    -
    - -
    bell
    -
    -
    - -
    bezier
    -
    -
    - -
    bezier2
    -
    -
    - -
    bicycle
    -
    -
    - -
    binoculars-fill
    -
    -
    - -
    binoculars
    -
    -
    - -
    blockquote-left
    -
    -
    - -
    blockquote-right
    -
    -
    - -
    book-fill
    -
    -
    - -
    book-half
    -
    -
    - -
    book
    -
    -
    - -
    bookmark-check-fill
    -
    -
    - -
    bookmark-check
    -
    -
    - -
    bookmark-dash-fill
    -
    -
    - -
    bookmark-dash
    -
    -
    - -
    bookmark-fill
    -
    -
    - -
    bookmark-heart-fill
    -
    -
    - -
    bookmark-heart
    -
    -
    - -
    bookmark-plus-fill
    -
    -
    - -
    bookmark-plus
    -
    -
    - -
    bookmark-star-fill
    -
    -
    - -
    bookmark-star
    -
    -
    - -
    bookmark-x-fill
    -
    -
    - -
    bookmark-x
    -
    -
    - -
    bookmark
    -
    -
    - -
    bookmarks-fill
    -
    -
    - -
    bookmarks
    -
    -
    - -
    bookshelf
    -
    -
    - -
    bootstrap-fill
    -
    -
    - -
    bootstrap-reboot
    -
    -
    - -
    bootstrap
    -
    -
    - -
    border-all
    -
    -
    - -
    border-bottom
    -
    -
    - -
    border-center
    -
    -
    - -
    border-inner
    -
    -
    - -
    border-left
    -
    -
    - -
    border-middle
    -
    -
    - -
    border-outer
    -
    -
    - -
    border-right
    -
    -
    - -
    border-style
    -
    -
    - -
    border-top
    -
    -
    - -
    border-width
    -
    -
    - -
    border
    -
    -
    - -
    bounding-box-circles
    -
    -
    - -
    bounding-box
    -
    -
    - -
    box-arrow-down-left
    -
    -
    - -
    box-arrow-down-right
    -
    -
    - -
    box-arrow-down
    -
    -
    - -
    box-arrow-in-down-left
    -
    -
    - -
    box-arrow-in-down-right
    -
    -
    - -
    box-arrow-in-down
    -
    -
    - -
    box-arrow-in-left
    -
    -
    - -
    box-arrow-in-right
    -
    -
    - -
    box-arrow-in-up-left
    -
    -
    - -
    box-arrow-in-up-right
    -
    -
    - -
    box-arrow-in-up
    -
    -
    - -
    box-arrow-left
    -
    -
    - -
    box-arrow-right
    -
    -
    - -
    box-arrow-up-left
    -
    -
    - -
    box-arrow-up-right
    -
    -
    - -
    box-arrow-up
    -
    -
    - -
    box-seam
    -
    -
    - -
    box
    -
    -
    - -
    braces
    -
    -
    - -
    bricks
    -
    -
    - -
    briefcase-fill
    -
    -
    - -
    briefcase
    -
    -
    - -
    brightness-alt-high-fill
    -
    -
    - -
    brightness-alt-high
    -
    -
    - -
    brightness-alt-low-fill
    -
    -
    - -
    brightness-alt-low
    -
    -
    - -
    brightness-high-fill
    -
    -
    - -
    brightness-high
    -
    -
    - -
    brightness-low-fill
    -
    -
    - -
    brightness-low
    -
    -
    - -
    broadcast-pin
    -
    -
    - -
    broadcast
    -
    -
    - -
    brush-fill
    -
    -
    - -
    brush
    -
    -
    - -
    bucket-fill
    -
    -
    - -
    bucket
    -
    -
    - -
    bug-fill
    -
    -
    - -
    bug
    -
    -
    - -
    building
    -
    -
    - -
    bullseye
    -
    -
    - -
    calculator-fill
    -
    -
    - -
    calculator
    -
    -
    - -
    calendar-check-fill
    -
    -
    - -
    calendar-check
    -
    -
    - -
    calendar-date-fill
    -
    -
    - -
    calendar-date
    -
    -
    - -
    calendar-day-fill
    -
    -
    - -
    calendar-day
    -
    -
    - -
    calendar-event-fill
    -
    -
    - -
    calendar-event
    -
    -
    - -
    calendar-fill
    -
    -
    - -
    calendar-minus-fill
    -
    -
    - -
    calendar-minus
    -
    -
    - -
    calendar-month-fill
    -
    -
    - -
    calendar-month
    -
    -
    - -
    calendar-plus-fill
    -
    -
    - -
    calendar-plus
    -
    -
    - -
    calendar-range-fill
    -
    -
    - -
    calendar-range
    -
    -
    - -
    calendar-week-fill
    -
    -
    - -
    calendar-week
    -
    -
    - -
    calendar-x-fill
    -
    -
    - -
    calendar-x
    -
    -
    - -
    calendar
    -
    -
    - -
    calendar2-check-fill
    -
    -
    - -
    calendar2-check
    -
    -
    - -
    calendar2-date-fill
    -
    -
    - -
    calendar2-date
    -
    -
    - -
    calendar2-day-fill
    -
    -
    - -
    calendar2-day
    -
    -
    - -
    calendar2-event-fill
    -
    -
    - -
    calendar2-event
    -
    -
    - -
    calendar2-fill
    -
    -
    - -
    calendar2-minus-fill
    -
    -
    - -
    calendar2-minus
    -
    -
    - -
    calendar2-month-fill
    -
    -
    - -
    calendar2-month
    -
    -
    - -
    calendar2-plus-fill
    -
    -
    - -
    calendar2-plus
    -
    -
    - -
    calendar2-range-fill
    -
    -
    - -
    calendar2-range
    -
    -
    - -
    calendar2-week-fill
    -
    -
    - -
    calendar2-week
    -
    -
    - -
    calendar2-x-fill
    -
    -
    - -
    calendar2-x
    -
    -
    - -
    calendar2
    -
    -
    - -
    calendar3-event-fill
    -
    -
    - -
    calendar3-event
    -
    -
    - -
    calendar3-fill
    -
    -
    - -
    calendar3-range-fill
    -
    -
    - -
    calendar3-range
    -
    -
    - -
    calendar3-week-fill
    -
    -
    - -
    calendar3-week
    -
    -
    - -
    calendar3
    -
    -
    - -
    calendar4-event
    -
    -
    - -
    calendar4-range
    -
    -
    - -
    calendar4-week
    -
    -
    - -
    calendar4
    -
    -
    - -
    camera-fill
    -
    -
    - -
    camera-reels-fill
    -
    -
    - -
    camera-reels
    -
    -
    - -
    camera-video-fill
    -
    -
    - -
    camera-video-off-fill
    -
    -
    - -
    camera-video-off
    -
    -
    - -
    camera-video
    -
    -
    - -
    camera
    -
    -
    - -
    camera2
    -
    -
    - -
    capslock-fill
    -
    -
    - -
    capslock
    -
    -
    - -
    card-checklist
    -
    -
    - -
    card-heading
    -
    -
    - -
    card-image
    -
    -
    - -
    card-list
    -
    -
    - -
    card-text
    -
    -
    - -
    caret-down-fill
    -
    -
    - -
    caret-down-square-fill
    -
    -
    - -
    caret-down-square
    -
    -
    - -
    caret-down
    -
    -
    - -
    caret-left-fill
    -
    -
    - -
    caret-left-square-fill
    -
    -
    - -
    caret-left-square
    -
    -
    - -
    caret-left
    -
    -
    - -
    caret-right-fill
    -
    -
    - -
    caret-right-square-fill
    -
    -
    - -
    caret-right-square
    -
    -
    - -
    caret-right
    -
    -
    - -
    caret-up-fill
    -
    -
    - -
    caret-up-square-fill
    -
    -
    - -
    caret-up-square
    -
    -
    - -
    caret-up
    -
    -
    - -
    cart-check-fill
    -
    -
    - -
    cart-check
    -
    -
    - -
    cart-dash-fill
    -
    -
    - -
    cart-dash
    -
    -
    - -
    cart-fill
    -
    -
    - -
    cart-plus-fill
    -
    -
    - -
    cart-plus
    -
    -
    - -
    cart-x-fill
    -
    -
    - -
    cart-x
    -
    -
    - -
    cart
    -
    -
    - -
    cart2
    -
    -
    - -
    cart3
    -
    -
    - -
    cart4
    -
    -
    - -
    cash-coin
    -
    -
    - -
    cash-stack
    -
    -
    - -
    cash
    -
    -
    - -
    cast
    -
    -
    - -
    chat-dots-fill
    -
    -
    - -
    chat-dots
    -
    -
    - -
    chat-fill
    -
    -
    - -
    chat-left-dots-fill
    -
    -
    - -
    chat-left-dots
    -
    -
    - -
    chat-left-fill
    -
    -
    - -
    chat-left-quote-fill
    -
    -
    - -
    chat-left-quote
    -
    -
    - -
    chat-left-text-fill
    -
    -
    - -
    chat-left-text
    -
    -
    - -
    chat-left
    -
    -
    - -
    chat-quote-fill
    -
    -
    - -
    chat-quote
    -
    -
    - -
    chat-right-dots-fill
    -
    -
    - -
    chat-right-dots
    -
    -
    - -
    chat-right-fill
    -
    -
    - -
    chat-right-quote-fill
    -
    -
    - -
    chat-right-quote
    -
    -
    - -
    chat-right-text-fill
    -
    -
    - -
    chat-right-text
    -
    -
    - -
    chat-right
    -
    -
    - -
    chat-square-dots-fill
    -
    -
    - -
    chat-square-dots
    -
    -
    - -
    chat-square-fill
    -
    -
    - -
    chat-square-quote-fill
    -
    -
    - -
    chat-square-quote
    -
    -
    - -
    chat-square-text-fill
    -
    -
    - -
    chat-square-text
    -
    -
    - -
    chat-square
    -
    -
    - -
    chat-text-fill
    -
    -
    - -
    chat-text
    -
    -
    - -
    chat
    -
    -
    - -
    check-all
    -
    -
    - -
    check-circle-fill
    -
    -
    - -
    check-circle
    -
    -
    - -
    check-lg
    -
    -
    - -
    check-square-fill
    -
    -
    - -
    check-square
    -
    -
    - -
    check
    -
    -
    - -
    check2-all
    -
    -
    - -
    check2-circle
    -
    -
    - -
    check2-square
    -
    -
    - -
    check2
    -
    -
    - -
    chevron-bar-contract
    -
    -
    - -
    chevron-bar-down
    -
    -
    - -
    chevron-bar-expand
    -
    -
    - -
    chevron-bar-left
    -
    -
    - -
    chevron-bar-right
    -
    -
    - -
    chevron-bar-up
    -
    -
    - -
    chevron-compact-down
    -
    -
    - -
    chevron-compact-left
    -
    -
    - -
    chevron-compact-right
    -
    -
    - -
    chevron-compact-up
    -
    -
    - -
    chevron-contract
    -
    -
    - -
    chevron-double-down
    -
    -
    - -
    chevron-double-left
    -
    -
    - -
    chevron-double-right
    -
    -
    - -
    chevron-double-up
    -
    -
    - -
    chevron-down
    -
    -
    - -
    chevron-expand
    -
    -
    - -
    chevron-left
    -
    -
    - -
    chevron-right
    -
    -
    - -
    chevron-up
    -
    -
    - -
    circle-fill
    -
    -
    - -
    circle-half
    -
    -
    - -
    circle-square
    -
    -
    - -
    circle
    -
    -
    - -
    clipboard-check
    -
    -
    - -
    clipboard-data
    -
    -
    - -
    clipboard-minus
    -
    -
    - -
    clipboard-plus
    -
    -
    - -
    clipboard-x
    -
    -
    - -
    clipboard
    -
    -
    - -
    clock-fill
    -
    -
    - -
    clock-history
    -
    -
    - -
    clock
    -
    -
    - -
    cloud-arrow-down-fill
    -
    -
    - -
    cloud-arrow-down
    -
    -
    - -
    cloud-arrow-up-fill
    -
    -
    - -
    cloud-arrow-up
    -
    -
    - -
    cloud-check-fill
    -
    -
    - -
    cloud-check
    -
    -
    - -
    cloud-download-fill
    -
    -
    - -
    cloud-download
    -
    -
    - -
    cloud-drizzle-fill
    -
    -
    - -
    cloud-drizzle
    -
    -
    - -
    cloud-fill
    -
    -
    - -
    cloud-fog-fill
    -
    -
    - -
    cloud-fog
    -
    -
    - -
    cloud-fog2-fill
    -
    -
    - -
    cloud-fog2
    -
    -
    - -
    cloud-hail-fill
    -
    -
    - -
    cloud-hail
    -
    -
    - -
    cloud-haze-1
    -
    -
    - -
    cloud-haze-fill
    -
    -
    - -
    cloud-haze
    -
    -
    - -
    cloud-haze2-fill
    -
    -
    - -
    cloud-lightning-fill
    -
    -
    - -
    cloud-lightning-rain-fill
    -
    -
    - -
    cloud-lightning-rain
    -
    -
    - -
    cloud-lightning
    -
    -
    - -
    cloud-minus-fill
    -
    -
    - -
    cloud-minus
    -
    -
    - -
    cloud-moon-fill
    -
    -
    - -
    cloud-moon
    -
    -
    - -
    cloud-plus-fill
    -
    -
    - -
    cloud-plus
    -
    -
    - -
    cloud-rain-fill
    -
    -
    - -
    cloud-rain-heavy-fill
    -
    -
    - -
    cloud-rain-heavy
    -
    -
    - -
    cloud-rain
    -
    -
    - -
    cloud-slash-fill
    -
    -
    - -
    cloud-slash
    -
    -
    - -
    cloud-sleet-fill
    -
    -
    - -
    cloud-sleet
    -
    -
    - -
    cloud-snow-fill
    -
    -
    - -
    cloud-snow
    -
    -
    - -
    cloud-sun-fill
    -
    -
    - -
    cloud-sun
    -
    -
    - -
    cloud-upload-fill
    -
    -
    - -
    cloud-upload
    -
    -
    - -
    cloud
    -
    -
    - -
    clouds-fill
    -
    -
    - -
    clouds
    -
    -
    - -
    cloudy-fill
    -
    -
    - -
    cloudy
    -
    -
    - -
    code-slash
    -
    -
    - -
    code-square
    -
    -
    - -
    code
    -
    -
    - -
    coin
    -
    -
    - -
    collection-fill
    -
    -
    - -
    collection-play-fill
    -
    -
    - -
    collection-play
    -
    -
    - -
    collection
    -
    -
    - -
    columns-gap
    -
    -
    - -
    columns
    -
    -
    - -
    command
    -
    -
    - -
    compass-fill
    -
    -
    - -
    compass
    -
    -
    - -
    cone-striped
    -
    -
    - -
    cone
    -
    -
    - -
    controller
    -
    -
    - -
    cpu-fill
    -
    -
    - -
    cpu
    -
    -
    - -
    credit-card-2-back-fill
    -
    -
    - -
    credit-card-2-back
    -
    -
    - -
    credit-card-2-front-fill
    -
    -
    - -
    credit-card-2-front
    -
    -
    - -
    credit-card-fill
    -
    -
    - -
    credit-card
    -
    -
    - -
    crop
    -
    -
    - -
    cup-fill
    -
    -
    - -
    cup-straw
    -
    -
    - -
    cup
    -
    -
    - -
    currency-bitcoin
    -
    -
    - -
    currency-dollar
    -
    -
    - -
    currency-euro
    -
    -
    - -
    currency-exchange
    -
    -
    - -
    currency-pound
    -
    -
    - -
    currency-yen
    -
    -
    - -
    cursor-fill
    -
    -
    - -
    cursor-text
    -
    -
    - -
    cursor
    -
    -
    - -
    dash-circle-dotted
    -
    -
    - -
    dash-circle-fill
    -
    -
    - -
    dash-circle
    -
    -
    - -
    dash-lg
    -
    -
    - -
    dash-square-dotted
    -
    -
    - -
    dash-square-fill
    -
    -
    - -
    dash-square
    -
    -
    - -
    dash
    -
    -
    - -
    diagram-2-fill
    -
    -
    - -
    diagram-2
    -
    -
    - -
    diagram-3-fill
    -
    -
    - -
    diagram-3
    -
    -
    - -
    diamond-fill
    -
    -
    - -
    diamond-half
    -
    -
    - -
    diamond
    -
    -
    - -
    dice-1-fill
    -
    -
    - -
    dice-1
    -
    -
    - -
    dice-2-fill
    -
    -
    - -
    dice-2
    -
    -
    - -
    dice-3-fill
    -
    -
    - -
    dice-3
    -
    -
    - -
    dice-4-fill
    -
    -
    - -
    dice-4
    -
    -
    - -
    dice-5-fill
    -
    -
    - -
    dice-5
    -
    -
    - -
    dice-6-fill
    -
    -
    - -
    dice-6
    -
    -
    - -
    disc-fill
    -
    -
    - -
    disc
    -
    -
    - -
    discord
    -
    -
    - -
    display-fill
    -
    -
    - -
    display
    -
    -
    - -
    distribute-horizontal
    -
    -
    - -
    distribute-vertical
    -
    -
    - -
    door-closed-fill
    -
    -
    - -
    door-closed
    -
    -
    - -
    door-open-fill
    -
    -
    - -
    door-open
    -
    -
    - -
    dot
    -
    -
    - -
    download
    -
    -
    - -
    dribbble
    -
    -
    - -
    droplet-fill
    -
    -
    - -
    droplet-half
    -
    -
    - -
    droplet
    -
    -
    - -
    earbuds
    -
    -
    - -
    easel-fill
    -
    -
    - -
    easel
    -
    -
    - -
    easel2-fill
    -
    -
    - -
    easel2
    -
    -
    - -
    easel3-fill
    -
    -
    - -
    easel3
    -
    -
    - -
    egg-fill
    -
    -
    - -
    egg-fried
    -
    -
    - -
    egg
    -
    -
    - -
    eject-fill
    -
    -
    - -
    eject
    -
    -
    - -
    emoji-angry-fill
    -
    -
    - -
    emoji-angry
    -
    -
    - -
    emoji-dizzy-fill
    -
    -
    - -
    emoji-dizzy
    -
    -
    - -
    emoji-expressionless-fill
    -
    -
    - -
    emoji-expressionless
    -
    -
    - -
    emoji-frown-fill
    -
    -
    - -
    emoji-frown
    -
    -
    - -
    emoji-heart-eyes-fill
    -
    -
    - -
    emoji-heart-eyes
    -
    -
    - -
    emoji-laughing-fill
    -
    -
    - -
    emoji-laughing
    -
    -
    - -
    emoji-neutral-fill
    -
    -
    - -
    emoji-neutral
    -
    -
    - -
    emoji-smile-fill
    -
    -
    - -
    emoji-smile-upside-down-fill
    -
    -
    - -
    emoji-smile-upside-down
    -
    -
    - -
    emoji-smile
    -
    -
    - -
    emoji-sunglasses-fill
    -
    -
    - -
    emoji-sunglasses
    -
    -
    - -
    emoji-wink-fill
    -
    -
    - -
    emoji-wink
    -
    -
    - -
    envelope-fill
    -
    -
    - -
    envelope-open-fill
    -
    -
    - -
    envelope-open
    -
    -
    - -
    envelope
    -
    -
    - -
    eraser-fill
    -
    -
    - -
    eraser
    -
    -
    - -
    exclamation-circle-fill
    -
    -
    - -
    exclamation-circle
    -
    -
    - -
    exclamation-diamond-fill
    -
    -
    - -
    exclamation-diamond
    -
    -
    - -
    exclamation-lg
    -
    -
    - -
    exclamation-octagon-fill
    -
    -
    - -
    exclamation-octagon
    -
    -
    - -
    exclamation-square-fill
    -
    -
    - -
    exclamation-square
    -
    -
    - -
    exclamation-triangle-fill
    -
    -
    - -
    exclamation-triangle
    -
    -
    - -
    exclamation
    -
    -
    - -
    exclude
    -
    -
    - -
    eye-fill
    -
    -
    - -
    eye-slash-fill
    -
    -
    - -
    eye-slash
    -
    -
    - -
    eye
    -
    -
    - -
    eyedropper
    -
    -
    - -
    eyeglasses
    -
    -
    - -
    facebook
    -
    -
    - -
    fan
    -
    -
    - -
    file-arrow-down-fill
    -
    -
    - -
    file-arrow-down
    -
    -
    - -
    file-arrow-up-fill
    -
    -
    - -
    file-arrow-up
    -
    -
    - -
    file-bar-graph-fill
    -
    -
    - -
    file-bar-graph
    -
    -
    - -
    file-binary-fill
    -
    -
    - -
    file-binary
    -
    -
    - -
    file-break-fill
    -
    -
    - -
    file-break
    -
    -
    - -
    file-check-fill
    -
    -
    - -
    file-check
    -
    -
    - -
    file-code-fill
    -
    -
    - -
    file-code
    -
    -
    - -
    file-diff-fill
    -
    -
    - -
    file-diff
    -
    -
    - -
    file-earmark-arrow-down-fill
    -
    -
    - -
    file-earmark-arrow-down
    -
    -
    - -
    file-earmark-arrow-up-fill
    -
    -
    - -
    file-earmark-arrow-up
    -
    -
    - -
    file-earmark-bar-graph-fill
    -
    -
    - -
    file-earmark-bar-graph
    -
    -
    - -
    file-earmark-binary-fill
    -
    -
    - -
    file-earmark-binary
    -
    -
    - -
    file-earmark-break-fill
    -
    -
    - -
    file-earmark-break
    -
    -
    - -
    file-earmark-check-fill
    -
    -
    - -
    file-earmark-check
    -
    -
    - -
    file-earmark-code-fill
    -
    -
    - -
    file-earmark-code
    -
    -
    - -
    file-earmark-diff-fill
    -
    -
    - -
    file-earmark-diff
    -
    -
    - -
    file-earmark-easel-fill
    -
    -
    - -
    file-earmark-easel
    -
    -
    - -
    file-earmark-excel-fill
    -
    -
    - -
    file-earmark-excel
    -
    -
    - -
    file-earmark-fill
    -
    -
    - -
    file-earmark-font-fill
    -
    -
    - -
    file-earmark-font
    -
    -
    - -
    file-earmark-image-fill
    -
    -
    - -
    file-earmark-image
    -
    -
    - -
    file-earmark-lock-fill
    -
    -
    - -
    file-earmark-lock
    -
    -
    - -
    file-earmark-lock2-fill
    -
    -
    - -
    file-earmark-lock2
    -
    -
    - -
    file-earmark-medical-fill
    -
    -
    - -
    file-earmark-medical
    -
    -
    - -
    file-earmark-minus-fill
    -
    -
    - -
    file-earmark-minus
    -
    -
    - -
    file-earmark-music-fill
    -
    -
    - -
    file-earmark-music
    -
    -
    - -
    file-earmark-pdf-fill
    -
    -
    - -
    file-earmark-pdf
    -
    -
    - -
    file-earmark-person-fill
    -
    -
    - -
    file-earmark-person
    -
    -
    - -
    file-earmark-play-fill
    -
    -
    - -
    file-earmark-play
    -
    -
    - -
    file-earmark-plus-fill
    -
    -
    - -
    file-earmark-plus
    -
    -
    - -
    file-earmark-post-fill
    -
    -
    - -
    file-earmark-post
    -
    -
    - -
    file-earmark-ppt-fill
    -
    -
    - -
    file-earmark-ppt
    -
    -
    - -
    file-earmark-richtext-fill
    -
    -
    - -
    file-earmark-richtext
    -
    -
    - -
    file-earmark-ruled-fill
    -
    -
    - -
    file-earmark-ruled
    -
    -
    - -
    file-earmark-slides-fill
    -
    -
    - -
    file-earmark-slides
    -
    -
    - -
    file-earmark-spreadsheet-fill
    -
    -
    - -
    file-earmark-spreadsheet
    -
    -
    - -
    file-earmark-text-fill
    -
    -
    - -
    file-earmark-text
    -
    -
    - -
    file-earmark-word-fill
    -
    -
    - -
    file-earmark-word
    -
    -
    - -
    file-earmark-x-fill
    -
    -
    - -
    file-earmark-x
    -
    -
    - -
    file-earmark-zip-fill
    -
    -
    - -
    file-earmark-zip
    -
    -
    - -
    file-earmark
    -
    -
    - -
    file-easel-fill
    -
    -
    - -
    file-easel
    -
    -
    - -
    file-excel-fill
    -
    -
    - -
    file-excel
    -
    -
    - -
    file-fill
    -
    -
    - -
    file-font-fill
    -
    -
    - -
    file-font
    -
    -
    - -
    file-image-fill
    -
    -
    - -
    file-image
    -
    -
    - -
    file-lock-fill
    -
    -
    - -
    file-lock
    -
    -
    - -
    file-lock2-fill
    -
    -
    - -
    file-lock2
    -
    -
    - -
    file-medical-fill
    -
    -
    - -
    file-medical
    -
    -
    - -
    file-minus-fill
    -
    -
    - -
    file-minus
    -
    -
    - -
    file-music-fill
    -
    -
    - -
    file-music
    -
    -
    - -
    file-pdf-fill
    -
    -
    - -
    file-pdf
    -
    -
    - -
    file-person-fill
    -
    -
    - -
    file-person
    -
    -
    - -
    file-play-fill
    -
    -
    - -
    file-play
    -
    -
    - -
    file-plus-fill
    -
    -
    - -
    file-plus
    -
    -
    - -
    file-post-fill
    -
    -
    - -
    file-post
    -
    -
    - -
    file-ppt-fill
    -
    -
    - -
    file-ppt
    -
    -
    - -
    file-richtext-fill
    -
    -
    - -
    file-richtext
    -
    -
    - -
    file-ruled-fill
    -
    -
    - -
    file-ruled
    -
    -
    - -
    file-slides-fill
    -
    -
    - -
    file-slides
    -
    -
    - -
    file-spreadsheet-fill
    -
    -
    - -
    file-spreadsheet
    -
    -
    - -
    file-text-fill
    -
    -
    - -
    file-text
    -
    -
    - -
    file-word-fill
    -
    -
    - -
    file-word
    -
    -
    - -
    file-x-fill
    -
    -
    - -
    file-x
    -
    -
    - -
    file-zip-fill
    -
    -
    - -
    file-zip
    -
    -
    - -
    file
    -
    -
    - -
    files-alt
    -
    -
    - -
    files
    -
    -
    - -
    film
    -
    -
    - -
    filter-circle-fill
    -
    -
    - -
    filter-circle
    -
    -
    - -
    filter-left
    -
    -
    - -
    filter-right
    -
    -
    - -
    filter-square-fill
    -
    -
    - -
    filter-square
    -
    -
    - -
    filter
    -
    -
    - -
    fingerprint
    -
    -
    - -
    flag-fill
    -
    -
    - -
    flag
    -
    -
    - -
    flower1
    -
    -
    - -
    flower2
    -
    -
    - -
    flower3
    -
    -
    - -
    folder-check
    -
    -
    - -
    folder-fill
    -
    -
    - -
    folder-minus
    -
    -
    - -
    folder-plus
    -
    -
    - -
    folder-symlink-fill
    -
    -
    - -
    folder-symlink
    -
    -
    - -
    folder-x
    -
    -
    - -
    folder
    -
    -
    - -
    folder2-open
    -
    -
    - -
    folder2
    -
    -
    - -
    fonts
    -
    -
    - -
    forward-fill
    -
    -
    - -
    forward
    -
    -
    - -
    front
    -
    -
    - -
    fullscreen-exit
    -
    -
    - -
    fullscreen
    -
    -
    - -
    funnel-fill
    -
    -
    - -
    funnel
    -
    -
    - -
    gear-fill
    -
    -
    - -
    gear-wide-connected
    -
    -
    - -
    gear-wide
    -
    -
    - -
    gear
    -
    -
    - -
    gem
    -
    -
    - -
    gender-ambiguous
    -
    -
    - -
    gender-female
    -
    -
    - -
    gender-male
    -
    -
    - -
    gender-trans
    -
    -
    - -
    geo-alt-fill
    -
    -
    - -
    geo-alt
    -
    -
    - -
    geo-fill
    -
    -
    - -
    geo
    -
    -
    - -
    gift-fill
    -
    -
    - -
    gift
    -
    -
    - -
    github
    -
    -
    - -
    globe
    -
    -
    - -
    globe2
    -
    -
    - -
    google
    -
    -
    - -
    graph-down-arrow
    -
    -
    - -
    graph-down
    -
    -
    - -
    graph-up-arrow
    -
    -
    - -
    graph-up
    -
    -
    - -
    grid-1x2-fill
    -
    -
    - -
    grid-1x2
    -
    -
    - -
    grid-3x2-gap-fill
    -
    -
    - -
    grid-3x2-gap
    -
    -
    - -
    grid-3x2
    -
    -
    - -
    grid-3x3-gap-fill
    -
    -
    - -
    grid-3x3-gap
    -
    -
    - -
    grid-3x3
    -
    -
    - -
    grid-fill
    -
    -
    - -
    grid
    -
    -
    - -
    grip-horizontal
    -
    -
    - -
    grip-vertical
    -
    -
    - -
    hammer
    -
    -
    - -
    hand-index-fill
    -
    -
    - -
    hand-index-thumb-fill
    -
    -
    - -
    hand-index-thumb
    -
    -
    - -
    hand-index
    -
    -
    - -
    hand-thumbs-down-fill
    -
    -
    - -
    hand-thumbs-down
    -
    -
    - -
    hand-thumbs-up-fill
    -
    -
    - -
    hand-thumbs-up
    -
    -
    - -
    handbag-fill
    -
    -
    - -
    handbag
    -
    -
    - -
    hash
    -
    -
    - -
    hdd-fill
    -
    -
    - -
    hdd-network-fill
    -
    -
    - -
    hdd-network
    -
    -
    - -
    hdd-rack-fill
    -
    -
    - -
    hdd-rack
    -
    -
    - -
    hdd-stack-fill
    -
    -
    - -
    hdd-stack
    -
    -
    - -
    hdd
    -
    -
    - -
    headphones
    -
    -
    - -
    headset-vr
    -
    -
    - -
    headset
    -
    -
    - -
    heart-fill
    -
    -
    - -
    heart-half
    -
    -
    - -
    heart
    -
    -
    - -
    heptagon-fill
    -
    -
    - -
    heptagon-half
    -
    -
    - -
    heptagon
    -
    -
    - -
    hexagon-fill
    -
    -
    - -
    hexagon-half
    -
    -
    - -
    hexagon
    -
    -
    - -
    hourglass-bottom
    -
    -
    - -
    hourglass-split
    -
    -
    - -
    hourglass-top
    -
    -
    - -
    hourglass
    -
    -
    - -
    house-door-fill
    -
    -
    - -
    house-door
    -
    -
    - -
    house-fill
    -
    -
    - -
    house
    -
    -
    - -
    hr
    -
    -
    - -
    hurricane
    -
    -
    - -
    hypnotize
    -
    -
    - -
    image-alt
    -
    -
    - -
    image-fill
    -
    -
    - -
    image
    -
    -
    - -
    images
    -
    -
    - -
    inbox-fill
    -
    -
    - -
    inbox
    -
    -
    - -
    inboxes-fill
    -
    -
    - -
    inboxes
    -
    -
    - -
    info-circle-fill
    -
    -
    - -
    info-circle
    -
    -
    - -
    info-lg
    -
    -
    - -
    info-square-fill
    -
    -
    - -
    info-square
    -
    -
    - -
    info
    -
    -
    - -
    input-cursor-text
    -
    -
    - -
    input-cursor
    -
    -
    - -
    instagram
    -
    -
    - -
    intersect
    -
    -
    - -
    journal-album
    -
    -
    - -
    journal-arrow-down
    -
    -
    - -
    journal-arrow-up
    -
    -
    - -
    journal-bookmark-fill
    -
    -
    - -
    journal-bookmark
    -
    -
    - -
    journal-check
    -
    -
    - -
    journal-code
    -
    -
    - -
    journal-medical
    -
    -
    - -
    journal-minus
    -
    -
    - -
    journal-plus
    -
    -
    - -
    journal-richtext
    -
    -
    - -
    journal-text
    -
    -
    - -
    journal-x
    -
    -
    - -
    journal
    -
    -
    - -
    journals
    -
    -
    - -
    joystick
    -
    -
    - -
    justify-left
    -
    -
    - -
    justify-right
    -
    -
    - -
    justify
    -
    -
    - -
    kanban-fill
    -
    -
    - -
    kanban
    -
    -
    - -
    key-fill
    -
    -
    - -
    key
    -
    -
    - -
    keyboard-fill
    -
    -
    - -
    keyboard
    -
    -
    - -
    ladder
    -
    -
    - -
    lamp-fill
    -
    -
    - -
    lamp
    -
    -
    - -
    laptop-fill
    -
    -
    - -
    laptop
    -
    -
    - -
    layer-backward
    -
    -
    - -
    layer-forward
    -
    -
    - -
    layers-fill
    -
    -
    - -
    layers-half
    -
    -
    - -
    layers
    -
    -
    - -
    layout-sidebar-inset-reverse
    -
    -
    - -
    layout-sidebar-inset
    -
    -
    - -
    layout-sidebar-reverse
    -
    -
    - -
    layout-sidebar
    -
    -
    - -
    layout-split
    -
    -
    - -
    layout-text-sidebar-reverse
    -
    -
    - -
    layout-text-sidebar
    -
    -
    - -
    layout-text-window-reverse
    -
    -
    - -
    layout-text-window
    -
    -
    - -
    layout-three-columns
    -
    -
    - -
    layout-wtf
    -
    -
    - -
    life-preserver
    -
    -
    - -
    lightbulb-fill
    -
    -
    - -
    lightbulb-off-fill
    -
    -
    - -
    lightbulb-off
    -
    -
    - -
    lightbulb
    -
    -
    - -
    lightning-charge-fill
    -
    -
    - -
    lightning-charge
    -
    -
    - -
    lightning-fill
    -
    -
    - -
    lightning
    -
    -
    - -
    line
    -
    -
    - -
    link-45deg
    -
    -
    - -
    link
    -
    -
    - -
    linkedin
    -
    -
    - -
    list-check
    -
    -
    - -
    list-nested
    -
    -
    - -
    list-ol
    -
    -
    - -
    list-stars
    -
    -
    - -
    list-task
    -
    -
    - -
    list-ul
    -
    -
    - -
    list
    -
    -
    - -
    lock-fill
    -
    -
    - -
    lock
    -
    -
    - -
    magic
    -
    -
    - -
    mailbox
    -
    -
    - -
    mailbox2
    -
    -
    - -
    map-fill
    -
    -
    - -
    map
    -
    -
    - -
    markdown-fill
    -
    -
    - -
    markdown
    -
    -
    - -
    mask
    -
    -
    - -
    mastodon
    -
    -
    - -
    medium
    -
    -
    - -
    megaphone-fill
    -
    -
    - -
    megaphone
    -
    -
    - -
    menu-app-fill
    -
    -
    - -
    menu-app
    -
    -
    - -
    menu-button-fill
    -
    -
    - -
    menu-button-wide-fill
    -
    -
    - -
    menu-button-wide
    -
    -
    - -
    menu-button
    -
    -
    - -
    menu-down
    -
    -
    - -
    menu-up
    -
    -
    - -
    messenger
    -
    -
    - -
    mic-fill
    -
    -
    - -
    mic-mute-fill
    -
    -
    - -
    mic-mute
    -
    -
    - -
    mic
    -
    -
    - -
    microsoft
    -
    -
    - -
    minecart-loaded
    -
    -
    - -
    minecart
    -
    -
    - -
    moisture
    -
    -
    - -
    moon-fill
    -
    -
    - -
    moon-stars-fill
    -
    -
    - -
    moon-stars
    -
    -
    - -
    moon
    -
    -
    - -
    mouse-fill
    -
    -
    - -
    mouse
    -
    -
    - -
    mouse2-fill
    -
    -
    - -
    mouse2
    -
    -
    - -
    mouse3-fill
    -
    -
    - -
    mouse3
    -
    -
    - -
    music-note-beamed
    -
    -
    - -
    music-note-list
    -
    -
    - -
    music-note
    -
    -
    - -
    music-player-fill
    -
    -
    - -
    music-player
    -
    -
    - -
    newspaper
    -
    -
    - -
    node-minus-fill
    -
    -
    - -
    node-minus
    -
    -
    - -
    node-plus-fill
    -
    -
    - -
    node-plus
    -
    -
    - -
    nut-fill
    -
    -
    - -
    nut
    -
    -
    - -
    octagon-fill
    -
    -
    - -
    octagon-half
    -
    -
    - -
    octagon
    -
    -
    - -
    option
    -
    -
    - -
    outlet
    -
    -
    - -
    paint-bucket
    -
    -
    - -
    palette-fill
    -
    -
    - -
    palette
    -
    -
    - -
    palette2
    -
    -
    - -
    paperclip
    -
    -
    - -
    paragraph
    -
    -
    - -
    patch-check-fill
    -
    -
    - -
    patch-check
    -
    -
    - -
    patch-exclamation-fill
    -
    -
    - -
    patch-exclamation
    -
    -
    - -
    patch-minus-fill
    -
    -
    - -
    patch-minus
    -
    -
    - -
    patch-plus-fill
    -
    -
    - -
    patch-plus
    -
    -
    - -
    patch-question-fill
    -
    -
    - -
    patch-question
    -
    -
    - -
    pause-btn-fill
    -
    -
    - -
    pause-btn
    -
    -
    - -
    pause-circle-fill
    -
    -
    - -
    pause-circle
    -
    -
    - -
    pause-fill
    -
    -
    - -
    pause
    -
    -
    - -
    paypal
    -
    -
    - -
    peace-fill
    -
    -
    - -
    peace
    -
    -
    - -
    pen-fill
    -
    -
    - -
    pen
    -
    -
    - -
    pencil-fill
    -
    -
    - -
    pencil-square
    -
    -
    - -
    pencil
    -
    -
    - -
    pentagon-fill
    -
    -
    - -
    pentagon-half
    -
    -
    - -
    pentagon
    -
    -
    - -
    people-fill
    -
    -
    - -
    people
    -
    -
    - -
    percent
    -
    -
    - -
    person-badge-fill
    -
    -
    - -
    person-badge
    -
    -
    - -
    person-bounding-box
    -
    -
    - -
    person-check-fill
    -
    -
    - -
    person-check
    -
    -
    - -
    person-circle
    -
    -
    - -
    person-dash-fill
    -
    -
    - -
    person-dash
    -
    -
    - -
    person-fill
    -
    -
    - -
    person-lines-fill
    -
    -
    - -
    person-plus-fill
    -
    -
    - -
    person-plus
    -
    -
    - -
    person-rolodex
    -
    -
    - -
    person-square
    -
    -
    - -
    person-video
    -
    -
    - -
    person-video2
    -
    -
    - -
    person-video3
    -
    -
    - -
    person-workspace
    -
    -
    - -
    person-x-fill
    -
    -
    - -
    person-x
    -
    -
    - -
    person
    -
    -
    - -
    phone-fill
    -
    -
    - -
    phone-landscape-fill
    -
    -
    - -
    phone-landscape
    -
    -
    - -
    phone-vibrate-fill
    -
    -
    - -
    phone-vibrate
    -
    -
    - -
    phone
    -
    -
    - -
    pie-chart-fill
    -
    -
    - -
    pie-chart
    -
    -
    - -
    piggy-bank-fill
    -
    -
    - -
    piggy-bank
    -
    -
    - -
    pin-angle-fill
    -
    -
    - -
    pin-angle
    -
    -
    - -
    pin-fill
    -
    -
    - -
    pin-map-fill
    -
    -
    - -
    pin-map
    -
    -
    - -
    pin
    -
    -
    - -
    pinterest
    -
    -
    - -
    pip-fill
    -
    -
    - -
    pip
    -
    -
    - -
    play-btn-fill
    -
    -
    - -
    play-btn
    -
    -
    - -
    play-circle-fill
    -
    -
    - -
    play-circle
    -
    -
    - -
    play-fill
    -
    -
    - -
    play
    -
    -
    - -
    plug-fill
    -
    -
    - -
    plug
    -
    -
    - -
    plus-circle-dotted
    -
    -
    - -
    plus-circle-fill
    -
    -
    - -
    plus-circle
    -
    -
    - -
    plus-lg
    -
    -
    - -
    plus-square-dotted
    -
    -
    - -
    plus-square-fill
    -
    -
    - -
    plus-square
    -
    -
    - -
    plus
    -
    -
    - -
    power
    -
    -
    - -
    printer-fill
    -
    -
    - -
    printer
    -
    -
    - -
    puzzle-fill
    -
    -
    - -
    puzzle
    -
    -
    - -
    question-circle-fill
    -
    -
    - -
    question-circle
    -
    -
    - -
    question-diamond-fill
    -
    -
    - -
    question-diamond
    -
    -
    - -
    question-lg
    -
    -
    - -
    question-octagon-fill
    -
    -
    - -
    question-octagon
    -
    -
    - -
    question-square-fill
    -
    -
    - -
    question-square
    -
    -
    - -
    question
    -
    -
    - -
    radioactive
    -
    -
    - -
    rainbow
    -
    -
    - -
    receipt-cutoff
    -
    -
    - -
    receipt
    -
    -
    - -
    reception-0
    -
    -
    - -
    reception-1
    -
    -
    - -
    reception-2
    -
    -
    - -
    reception-3
    -
    -
    - -
    reception-4
    -
    -
    - -
    record-btn-fill
    -
    -
    - -
    record-btn
    -
    -
    - -
    record-circle-fill
    -
    -
    - -
    record-circle
    -
    -
    - -
    record-fill
    -
    -
    - -
    record
    -
    -
    - -
    record2-fill
    -
    -
    - -
    record2
    -
    -
    - -
    recycle
    -
    -
    - -
    reddit
    -
    -
    - -
    reply-all-fill
    -
    -
    - -
    reply-all
    -
    -
    - -
    reply-fill
    -
    -
    - -
    reply
    -
    -
    - -
    rss-fill
    -
    -
    - -
    rss
    -
    -
    - -
    rulers
    -
    -
    - -
    safe-fill
    -
    -
    - -
    safe
    -
    -
    - -
    safe2-fill
    -
    -
    - -
    safe2
    -
    -
    - -
    save-fill
    -
    -
    - -
    save
    -
    -
    - -
    save2-fill
    -
    -
    - -
    save2
    -
    -
    - -
    scissors
    -
    -
    - -
    screwdriver
    -
    -
    - -
    sd-card-fill
    -
    -
    - -
    sd-card
    -
    -
    - -
    search
    -
    -
    - -
    segmented-nav
    -
    -
    - -
    server
    -
    -
    - -
    share-fill
    -
    -
    - -
    share
    -
    -
    - -
    shield-check
    -
    -
    - -
    shield-exclamation
    -
    -
    - -
    shield-fill-check
    -
    -
    - -
    shield-fill-exclamation
    -
    -
    - -
    shield-fill-minus
    -
    -
    - -
    shield-fill-plus
    -
    -
    - -
    shield-fill-x
    -
    -
    - -
    shield-fill
    -
    -
    - -
    shield-lock-fill
    -
    -
    - -
    shield-lock
    -
    -
    - -
    shield-minus
    -
    -
    - -
    shield-plus
    -
    -
    - -
    shield-shaded
    -
    -
    - -
    shield-slash-fill
    -
    -
    - -
    shield-slash
    -
    -
    - -
    shield-x
    -
    -
    - -
    shield
    -
    -
    - -
    shift-fill
    -
    -
    - -
    shift
    -
    -
    - -
    shop-window
    -
    -
    - -
    shop
    -
    -
    - -
    shuffle
    -
    -
    - -
    signal
    -
    -
    - -
    signpost-2-fill
    -
    -
    - -
    signpost-2
    -
    -
    - -
    signpost-fill
    -
    -
    - -
    signpost-split-fill
    -
    -
    - -
    signpost-split
    -
    -
    - -
    signpost
    -
    -
    - -
    sim-fill
    -
    -
    - -
    sim
    -
    -
    - -
    skip-backward-btn-fill
    -
    -
    - -
    skip-backward-btn
    -
    -
    - -
    skip-backward-circle-fill
    -
    -
    - -
    skip-backward-circle
    -
    -
    - -
    skip-backward-fill
    -
    -
    - -
    skip-backward
    -
    -
    - -
    skip-end-btn-fill
    -
    -
    - -
    skip-end-btn
    -
    -
    - -
    skip-end-circle-fill
    -
    -
    - -
    skip-end-circle
    -
    -
    - -
    skip-end-fill
    -
    -
    - -
    skip-end
    -
    -
    - -
    skip-forward-btn-fill
    -
    -
    - -
    skip-forward-btn
    -
    -
    - -
    skip-forward-circle-fill
    -
    -
    - -
    skip-forward-circle
    -
    -
    - -
    skip-forward-fill
    -
    -
    - -
    skip-forward
    -
    -
    - -
    skip-start-btn-fill
    -
    -
    - -
    skip-start-btn
    -
    -
    - -
    skip-start-circle-fill
    -
    -
    - -
    skip-start-circle
    -
    -
    - -
    skip-start-fill
    -
    -
    - -
    skip-start
    -
    -
    - -
    skype
    -
    -
    - -
    slack
    -
    -
    - -
    slash-circle-fill
    -
    -
    - -
    slash-circle
    -
    -
    - -
    slash-lg
    -
    -
    - -
    slash-square-fill
    -
    -
    - -
    slash-square
    -
    -
    - -
    slash
    -
    -
    - -
    sliders
    -
    -
    - -
    smartwatch
    -
    -
    - -
    snapchat
    -
    -
    - -
    snow
    -
    -
    - -
    snow2
    -
    -
    - -
    snow3
    -
    -
    - -
    sort-alpha-down-alt
    -
    -
    - -
    sort-alpha-down
    -
    -
    - -
    sort-alpha-up-alt
    -
    -
    - -
    sort-alpha-up
    -
    -
    - -
    sort-down-alt
    -
    -
    - -
    sort-down
    -
    -
    - -
    sort-numeric-down-alt
    -
    -
    - -
    sort-numeric-down
    -
    -
    - -
    sort-numeric-up-alt
    -
    -
    - -
    sort-numeric-up
    -
    -
    - -
    sort-up-alt
    -
    -
    - -
    sort-up
    -
    -
    - -
    soundwave
    -
    -
    - -
    speaker-fill
    -
    -
    - -
    speaker
    -
    -
    - -
    speedometer
    -
    -
    - -
    speedometer2
    -
    -
    - -
    spellcheck
    -
    -
    - -
    spotify
    -
    -
    - -
    square-fill
    -
    -
    - -
    square-half
    -
    -
    - -
    square
    -
    -
    - -
    stack-overflow
    -
    -
    - -
    stack
    -
    -
    - -
    star-fill
    -
    -
    - -
    star-half
    -
    -
    - -
    star
    -
    -
    - -
    stars
    -
    -
    - -
    stickies-fill
    -
    -
    - -
    stickies
    -
    -
    - -
    sticky-fill
    -
    -
    - -
    sticky
    -
    -
    - -
    stop-btn-fill
    -
    -
    - -
    stop-btn
    -
    -
    - -
    stop-circle-fill
    -
    -
    - -
    stop-circle
    -
    -
    - -
    stop-fill
    -
    -
    - -
    stop
    -
    -
    - -
    stoplights-fill
    -
    -
    - -
    stoplights
    -
    -
    - -
    stopwatch-fill
    -
    -
    - -
    stopwatch
    -
    -
    - -
    strava
    -
    -
    - -
    subtract
    -
    -
    - -
    suit-club-fill
    -
    -
    - -
    suit-club
    -
    -
    - -
    suit-diamond-fill
    -
    -
    - -
    suit-diamond
    -
    -
    - -
    suit-heart-fill
    -
    -
    - -
    suit-heart
    -
    -
    - -
    suit-spade-fill
    -
    -
    - -
    suit-spade
    -
    -
    - -
    sun-fill
    -
    -
    - -
    sun
    -
    -
    - -
    sunglasses
    -
    -
    - -
    sunrise-fill
    -
    -
    - -
    sunrise
    -
    -
    - -
    sunset-fill
    -
    -
    - -
    sunset
    -
    -
    - -
    symmetry-horizontal
    -
    -
    - -
    symmetry-vertical
    -
    -
    - -
    table
    -
    -
    - -
    tablet-fill
    -
    -
    - -
    tablet-landscape-fill
    -
    -
    - -
    tablet-landscape
    -
    -
    - -
    tablet
    -
    -
    - -
    tag-fill
    -
    -
    - -
    tag
    -
    -
    - -
    tags-fill
    -
    -
    - -
    tags
    -
    -
    - -
    telegram
    -
    -
    - -
    telephone-fill
    -
    -
    - -
    telephone-forward-fill
    -
    -
    - -
    telephone-forward
    -
    -
    - -
    telephone-inbound-fill
    -
    -
    - -
    telephone-inbound
    -
    -
    - -
    telephone-minus-fill
    -
    -
    - -
    telephone-minus
    -
    -
    - -
    telephone-outbound-fill
    -
    -
    - -
    telephone-outbound
    -
    -
    - -
    telephone-plus-fill
    -
    -
    - -
    telephone-plus
    -
    -
    - -
    telephone-x-fill
    -
    -
    - -
    telephone-x
    -
    -
    - -
    telephone
    -
    -
    - -
    terminal-fill
    -
    -
    - -
    terminal
    -
    -
    - -
    text-center
    -
    -
    - -
    text-indent-left
    -
    -
    - -
    text-indent-right
    -
    -
    - -
    text-left
    -
    -
    - -
    text-paragraph
    -
    -
    - -
    text-right
    -
    -
    - -
    textarea-resize
    -
    -
    - -
    textarea-t
    -
    -
    - -
    textarea
    -
    -
    - -
    thermometer-half
    -
    -
    - -
    thermometer-high
    -
    -
    - -
    thermometer-low
    -
    -
    - -
    thermometer-snow
    -
    -
    - -
    thermometer-sun
    -
    -
    - -
    thermometer
    -
    -
    - -
    three-dots-vertical
    -
    -
    - -
    three-dots
    -
    -
    - -
    toggle-off
    -
    -
    - -
    toggle-on
    -
    -
    - -
    toggle2-off
    -
    -
    - -
    toggle2-on
    -
    -
    - -
    toggles
    -
    -
    - -
    toggles2
    -
    -
    - -
    tools
    -
    -
    - -
    tornado
    -
    -
    - -
    translate
    -
    -
    - -
    trash-fill
    -
    -
    - -
    trash
    -
    -
    - -
    trash2-fill
    -
    -
    - -
    trash2
    -
    -
    - -
    tree-fill
    -
    -
    - -
    tree
    -
    -
    - -
    triangle-fill
    -
    -
    - -
    triangle-half
    -
    -
    - -
    triangle
    -
    -
    - -
    trophy-fill
    -
    -
    - -
    trophy
    -
    -
    - -
    tropical-storm
    -
    -
    - -
    truck-flatbed
    -
    -
    - -
    truck
    -
    -
    - -
    tsunami
    -
    -
    - -
    tv-fill
    -
    -
    - -
    tv
    -
    -
    - -
    twitch
    -
    -
    - -
    twitter
    -
    -
    - -
    type-bold
    -
    -
    - -
    type-h1
    -
    -
    - -
    type-h2
    -
    -
    - -
    type-h3
    -
    -
    - -
    type-italic
    -
    -
    - -
    type-strikethrough
    -
    -
    - -
    type-underline
    -
    -
    - -
    type
    -
    -
    - -
    ui-checks-grid
    -
    -
    - -
    ui-checks
    -
    -
    - -
    ui-radios-grid
    -
    -
    - -
    ui-radios
    -
    -
    - -
    umbrella-fill
    -
    -
    - -
    umbrella
    -
    -
    - -
    union
    -
    -
    - -
    unlock-fill
    -
    -
    - -
    unlock
    -
    -
    - -
    upc-scan
    -
    -
    - -
    upc
    -
    -
    - -
    upload
    -
    -
    - -
    vector-pen
    -
    -
    - -
    view-list
    -
    -
    - -
    view-stacked
    -
    -
    - -
    vimeo
    -
    -
    - -
    vinyl-fill
    -
    -
    - -
    vinyl
    -
    -
    - -
    voicemail
    -
    -
    - -
    volume-down-fill
    -
    -
    - -
    volume-down
    -
    -
    - -
    volume-mute-fill
    -
    -
    - -
    volume-mute
    -
    -
    - -
    volume-off-fill
    -
    -
    - -
    volume-off
    -
    -
    - -
    volume-up-fill
    -
    -
    - -
    volume-up
    -
    -
    - -
    vr
    -
    -
    - -
    wallet-fill
    -
    -
    - -
    wallet
    -
    -
    - -
    wallet2
    -
    -
    - -
    watch
    -
    -
    - -
    water
    -
    -
    - -
    webcam-fill
    -
    -
    - -
    webcam
    -
    -
    - -
    whatsapp
    -
    -
    - -
    wifi-1
    -
    -
    - -
    wifi-2
    -
    -
    - -
    wifi-off
    -
    -
    - -
    wifi
    -
    -
    - -
    wind
    -
    -
    - -
    window-dock
    -
    -
    - -
    window-sidebar
    -
    -
    - -
    window
    -
    -
    - -
    windows
    -
    -
    - -
    wordpress
    -
    -
    - -
    wrench
    -
    -
    - -
    x-circle-fill
    -
    -
    - -
    x-circle
    -
    -
    - -
    x-diamond-fill
    -
    -
    - -
    x-diamond
    -
    -
    - -
    x-lg
    -
    -
    - -
    x-octagon-fill
    -
    -
    - -
    x-octagon
    -
    -
    - -
    x-square-fill
    -
    -
    - -
    x-square
    -
    -
    - -
    x
    -
    -
    - -
    yin-yang
    -
    -
    - -
    youtube
    -
    -
    - -
    zoom-in
    -
    -
    - -
    zoom-out
    -
    -
    - - - diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm-fill.svg deleted file mode 100644 index bec569f9988..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm.svg deleted file mode 100644 index 53f7cbe9998..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/alarm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-bottom.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-bottom.svg deleted file mode 100644 index d9484c03e2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-bottom.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-center.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-center.svg deleted file mode 100644 index af0d75b0aca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-middle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-middle.svg deleted file mode 100644 index 95c6598f3f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-middle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-top.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-top.svg deleted file mode 100644 index d2934f52357..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/align-top.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app-indicator.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app-indicator.svg deleted file mode 100644 index 450a011272d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app-indicator.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app.svg deleted file mode 100644 index 819df1bdc05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/app.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/apple.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/apple.svg deleted file mode 100644 index cacfd972827..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/apple.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive-fill.svg deleted file mode 100644 index 077aa2973cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive.svg deleted file mode 100644 index b41be300f7d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/archive.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-down.svg deleted file mode 100644 index fe18e391501..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-left.svg deleted file mode 100644 index f53a1fdd708..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-right.svg deleted file mode 100644 index 5019863d766..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-up.svg deleted file mode 100644 index 090b6bd4c94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-bar-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle-fill.svg deleted file mode 100644 index 8e837c0b45b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle.svg deleted file mode 100644 index fe215b9411e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle-fill.svg deleted file mode 100644 index bcebc12dec1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle.svg deleted file mode 100644 index 8b52276fd49..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square-fill.svg deleted file mode 100644 index 57c099f10ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square.svg deleted file mode 100644 index 08e00288ebe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle-fill.svg deleted file mode 100644 index 35ab8c26e67..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle.svg deleted file mode 100644 index 1cd51bca42b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square-fill.svg deleted file mode 100644 index 3ccff9ba1ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square.svg deleted file mode 100644 index 5019b260b48..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square-fill.svg deleted file mode 100644 index ea8f14b49e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square.svg deleted file mode 100644 index 633671f25b0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-up.svg deleted file mode 100644 index a128d9bed7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-down-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle-fill.svg deleted file mode 100644 index 2eebe62ae24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle.svg deleted file mode 100644 index 39f86b8c601..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-right.svg deleted file mode 100644 index 8aabd7beaa7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square-fill.svg deleted file mode 100644 index 76dbe9e75cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square.svg deleted file mode 100644 index 4db19b31ebf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-repeat.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-repeat.svg deleted file mode 100644 index d0d71546a09..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-repeat.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle-fill.svg deleted file mode 100644 index 336a34ea065..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle.svg deleted file mode 100644 index 1339b5206ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square-fill.svg deleted file mode 100644 index 55285ebe7d3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square.svg deleted file mode 100644 index 7209ead8f3c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle-fill.svg deleted file mode 100644 index ab0a54ccebf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle.svg deleted file mode 100644 index 9923ae3e714..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle-fill.svg deleted file mode 100644 index df6e194c649..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle.svg deleted file mode 100644 index dfdaf71fe80..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square-fill.svg deleted file mode 100644 index 220169da8b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square.svg deleted file mode 100644 index 9d3767f5b6a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle-fill.svg deleted file mode 100644 index ba547c82795..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle.svg deleted file mode 100644 index f2fcabc7e71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square-fill.svg deleted file mode 100644 index 7454537b3a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square.svg deleted file mode 100644 index 97544231df1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square-fill.svg deleted file mode 100644 index bb51b25a703..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square.svg deleted file mode 100644 index d21f03eb6e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrow-up-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-contract.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-contract.svg deleted file mode 100644 index d140e194385..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-expand.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-expand.svg deleted file mode 100644 index 3697f605b2b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-angle-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-collapse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-collapse.svg deleted file mode 100644 index 353eed672ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-collapse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-expand.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-expand.svg deleted file mode 100644 index 9880f256400..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-fullscreen.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-fullscreen.svg deleted file mode 100644 index dc0acc3ca1e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-fullscreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-move.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-move.svg deleted file mode 100644 index eef62ef00b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/arrows-move.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio-fill.svg deleted file mode 100644 index 81dcfcba506..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio.svg deleted file mode 100644 index 66719a76e16..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/aspect-ratio.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/award.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/award.svg deleted file mode 100644 index 8f572ff0777..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/award.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/back.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/back.svg deleted file mode 100644 index 4c6cbcbac34..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/back.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-fill.svg deleted file mode 100644 index ab63109ca2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-reverse-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-reverse-fill.svg deleted file mode 100644 index ed509ec2f91..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/backspace-reverse-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-3d-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-3d-fill.svg deleted file mode 100644 index ac61cb5e61a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-3d-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k-fill.svg deleted file mode 100644 index f353033d281..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k.svg deleted file mode 100644 index 24ddcb1951f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-4k.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k-fill.svg deleted file mode 100644 index 1e1d4c162fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k.svg deleted file mode 100644 index 7df4c753ed2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-8k.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad-fill.svg deleted file mode 100644 index b383de673d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad.svg deleted file mode 100644 index 942b018b819..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ad.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar-fill.svg deleted file mode 100644 index f98caaca4de..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar.svg deleted file mode 100644 index 22105060920..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-ar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc-fill.svg deleted file mode 100644 index d9783fe5aac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc.svg deleted file mode 100644 index 7868cb4048e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-cc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd-fill.svg deleted file mode 100644 index 9f0a4982de3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd.svg deleted file mode 100644 index e3f4ae75340..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-hd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm-fill.svg deleted file mode 100644 index 7d334ce5839..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm.svg deleted file mode 100644 index 452dd3bd8d7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-tm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo-fill.svg deleted file mode 100644 index 1f74e75b50a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo.svg deleted file mode 100644 index 500d98f97e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr-fill.svg deleted file mode 100644 index 6cde11ff091..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr.svg deleted file mode 100644 index 5c0685248ce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-vr.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc-fill.svg deleted file mode 100644 index 47db37b1ada..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc.svg deleted file mode 100644 index 3f0cc5b13a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/badge-wc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check-fill.svg deleted file mode 100644 index a1ba2d27df3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check.svg deleted file mode 100644 index c6ad9acb101..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash-fill.svg deleted file mode 100644 index a7392428661..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash.svg deleted file mode 100644 index 9bcb202f49c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-fill.svg deleted file mode 100644 index 1a1e2e2e7c0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus-fill.svg deleted file mode 100644 index a110b32ff01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus.svg deleted file mode 100644 index b99a1a571d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x-fill.svg deleted file mode 100644 index 879bffe60ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x.svg deleted file mode 100644 index 616532ca48b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag.svg deleted file mode 100644 index 603de5f4471..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank.svg deleted file mode 100644 index 1825c96f6cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank2.svg deleted file mode 100644 index b03840cae7c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bank2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-fill.svg deleted file mode 100644 index 23ba4f6e4e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-steps.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-steps.svg deleted file mode 100644 index 933fba881e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart-steps.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart.svg deleted file mode 100644 index c34c0d45022..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bar-chart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket-fill.svg deleted file mode 100644 index ebf223c72a5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket.svg deleted file mode 100644 index 4bc584b2d40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket2-fill.svg deleted file mode 100644 index 9ebf8dbbb10..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/basket2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-charging.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-charging.svg deleted file mode 100644 index cbd91075c9f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-charging.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-full.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-full.svg deleted file mode 100644 index 48cf92eaec9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-full.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-half.svg deleted file mode 100644 index 8c3afca28eb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery.svg deleted file mode 100644 index 126036069a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/battery.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/behance.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/behance.svg deleted file mode 100644 index a6a2c42b10a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/behance.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-fill.svg deleted file mode 100644 index 76d9b601500..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash-fill.svg deleted file mode 100644 index 2e6f8cf89f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash.svg deleted file mode 100644 index eddbb8adfc7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell.svg deleted file mode 100644 index 585d417ae04..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bell.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier.svg deleted file mode 100644 index 21ec7b3ef2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier2.svg deleted file mode 100644 index 48722d0c4c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bezier2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bicycle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bicycle.svg deleted file mode 100644 index 17a2105b7df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bicycle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars-fill.svg deleted file mode 100644 index de09c7353e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars.svg deleted file mode 100644 index 47bca444f5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/binoculars.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-left.svg deleted file mode 100644 index f2e0fa270b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-right.svg deleted file mode 100644 index 253518db016..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/blockquote-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book-half.svg deleted file mode 100644 index 76589a5774a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book.svg deleted file mode 100644 index f0e5e49eb32..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/book.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check-fill.svg deleted file mode 100644 index 039e4555af7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check.svg deleted file mode 100644 index b1f572f58bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-dash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-dash.svg deleted file mode 100644 index 1138dbb81db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart-fill.svg deleted file mode 100644 index 83db817bc54..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart.svg deleted file mode 100644 index be0adb19e2b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus-fill.svg deleted file mode 100644 index bb4502ab21f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus.svg deleted file mode 100644 index 986a2223f53..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star-fill.svg deleted file mode 100644 index 220f16ff426..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star.svg deleted file mode 100644 index 0d2f26267da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-star.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x-fill.svg deleted file mode 100644 index 69fd98233b0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x.svg deleted file mode 100644 index 6ac9e80162b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark.svg deleted file mode 100644 index 93e1d995b8e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks-fill.svg deleted file mode 100644 index eb5a2db275a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks.svg deleted file mode 100644 index 6efa0bc0121..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookmarks.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookshelf.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookshelf.svg deleted file mode 100644 index 6549ea1b1a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bookshelf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap-fill.svg deleted file mode 100644 index 9d163208c4c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap.svg deleted file mode 100644 index b6aed61d210..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bootstrap.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-all.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-all.svg deleted file mode 100644 index 803f5e228df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-all.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-bottom.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-bottom.svg deleted file mode 100644 index dbc219291f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-bottom.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-center.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-center.svg deleted file mode 100644 index 009b97da36b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-inner.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-inner.svg deleted file mode 100644 index 2beaa0cdd36..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-inner.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-left.svg deleted file mode 100644 index 69df882a065..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-middle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-middle.svg deleted file mode 100644 index 90296f906ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-middle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-outer.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-outer.svg deleted file mode 100644 index 355e05ef3bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-outer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-right.svg deleted file mode 100644 index b0c16da58fc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-style.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-style.svg deleted file mode 100644 index d742b2c9561..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-style.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-top.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-top.svg deleted file mode 100644 index 5aab36858f0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-top.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-width.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-width.svg deleted file mode 100644 index 0cbd0e668df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border-width.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border.svg deleted file mode 100644 index 0e8c9b52d50..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/border.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box-circles.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box-circles.svg deleted file mode 100644 index 2e59f31a0d3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box-circles.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box.svg deleted file mode 100644 index d5292928ffc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bounding-box.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box-seam.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box-seam.svg deleted file mode 100644 index e1506b8385b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box-seam.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box.svg deleted file mode 100644 index 58cbe2c2835..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/box.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/braces.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/braces.svg deleted file mode 100644 index 3fed8c9037d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/braces.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bricks.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bricks.svg deleted file mode 100644 index 99e288642ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bricks.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase-fill.svg deleted file mode 100644 index bc6150dc43c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase.svg deleted file mode 100644 index 95d13a23eab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/briefcase.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high-fill.svg deleted file mode 100644 index 7660658251a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high.svg deleted file mode 100644 index 88f5255c137..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-high.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low-fill.svg deleted file mode 100644 index 1692df21f71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low.svg deleted file mode 100644 index 2d68fb0b7b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-alt-low.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high-fill.svg deleted file mode 100644 index 8969e9ba0af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high.svg deleted file mode 100644 index 42b2c205bff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-high.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low-fill.svg deleted file mode 100644 index 29a1c3b1cbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low.svg deleted file mode 100644 index fdd251ddc33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brightness-low.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast-pin.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast-pin.svg deleted file mode 100644 index 5576e0ec225..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast-pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast.svg deleted file mode 100644 index 776a2378b24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/broadcast.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush-fill.svg deleted file mode 100644 index 53ec4d62d76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush.svg deleted file mode 100644 index cc3429b9de5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/brush.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bucket.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bucket.svg deleted file mode 100644 index 4911ef25475..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bucket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug-fill.svg deleted file mode 100644 index bf16447112b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug.svg deleted file mode 100644 index a97ffa17713..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/building.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/building.svg deleted file mode 100644 index eb90b93a758..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/building.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bullseye.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bullseye.svg deleted file mode 100644 index 85a807cee92..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/bullseye.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator-fill.svg deleted file mode 100644 index c4ee270f190..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator.svg deleted file mode 100644 index be8e11a96a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calculator.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-check-fill.svg deleted file mode 100644 index 76afaa26ae7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date-fill.svg deleted file mode 100644 index 37e9cb52ebf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date.svg deleted file mode 100644 index 7c53231a169..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-date.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day-fill.svg deleted file mode 100644 index 7f1c3c151ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day.svg deleted file mode 100644 index f043369eb83..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-day.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-event-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-event-fill.svg deleted file mode 100644 index 844dd151b48..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-minus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-minus-fill.svg deleted file mode 100644 index f23e6482e05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month-fill.svg deleted file mode 100644 index 9123437c427..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month.svg deleted file mode 100644 index ad6a330cc10..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-month.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus-fill.svg deleted file mode 100644 index 3928c638926..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus.svg deleted file mode 100644 index 70746dbe5a5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range-fill.svg deleted file mode 100644 index 41bb2a2f012..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range.svg deleted file mode 100644 index 934a45c80b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week-fill.svg deleted file mode 100644 index 00930aa40f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week.svg deleted file mode 100644 index 06d6995f629..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-x-fill.svg deleted file mode 100644 index 01be3013c90..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-check-fill.svg deleted file mode 100644 index f49354e82c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date-fill.svg deleted file mode 100644 index ac005e0f68a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date.svg deleted file mode 100644 index 2dd64e8e126..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-date.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day-fill.svg deleted file mode 100644 index 2ab1b216cb2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day.svg deleted file mode 100644 index d4d4856603d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-day.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event-fill.svg deleted file mode 100644 index 5bdbc27ed0a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event.svg deleted file mode 100644 index 8c1c7cd042c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-event.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-fill.svg deleted file mode 100644 index 4b81563f383..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus-fill.svg deleted file mode 100644 index af8721331bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus.svg deleted file mode 100644 index eff8110de13..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month-fill.svg deleted file mode 100644 index 58deabc101d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month.svg deleted file mode 100644 index 88c922e26b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-month.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus-fill.svg deleted file mode 100644 index 8b41682f178..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus.svg deleted file mode 100644 index 7ec7d495656..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range-fill.svg deleted file mode 100644 index 39ba322f63a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range.svg deleted file mode 100644 index 4a8d9adc7d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week-fill.svg deleted file mode 100644 index 830377986ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week.svg deleted file mode 100644 index 835ce0671d0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-x-fill.svg deleted file mode 100644 index 2157939a50f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2.svg deleted file mode 100644 index db2e06ddae8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event-fill.svg deleted file mode 100644 index c4940904a33..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event.svg deleted file mode 100644 index 681ce4d23b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-event.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-fill.svg deleted file mode 100644 index e37c234ecbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range-fill.svg deleted file mode 100644 index 00875b2a5cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range.svg deleted file mode 100644 index a45251605cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week-fill.svg deleted file mode 100644 index 53e5bc70262..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week.svg deleted file mode 100644 index e9a768cb7ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3.svg deleted file mode 100644 index eb3c5f2d977..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-event.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-event.svg deleted file mode 100644 index 51d40e87390..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-event.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-range.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-range.svg deleted file mode 100644 index 129d7c195f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-week.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-week.svg deleted file mode 100644 index 5644238ca94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4.svg deleted file mode 100644 index 1c626851515..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/calendar4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-fill.svg deleted file mode 100644 index be16451adb2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels-fill.svg deleted file mode 100644 index 347f44e066f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels.svg deleted file mode 100644 index 1aa7b1ca307..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-reels.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off-fill.svg deleted file mode 100644 index 99090600f12..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off.svg deleted file mode 100644 index 7635e9b5cb2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video.svg deleted file mode 100644 index 199e7a837ca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera-video.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera.svg deleted file mode 100644 index fb337fe50f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera2.svg deleted file mode 100644 index a33ae6b6afd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/camera2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock-fill.svg deleted file mode 100644 index e4af909eeed..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock.svg deleted file mode 100644 index 12155de3579..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/capslock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-checklist.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-checklist.svg deleted file mode 100644 index ce2a553e170..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-checklist.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-heading.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-heading.svg deleted file mode 100644 index 682bd4e41d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-heading.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-image.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-image.svg deleted file mode 100644 index 473ff030b47..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-list.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-list.svg deleted file mode 100644 index 3dc5d429f79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-list.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-text.svg deleted file mode 100644 index d218f554b22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/card-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square-fill.svg deleted file mode 100644 index ae8fbb468e7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square.svg deleted file mode 100644 index cf34038a7d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down.svg deleted file mode 100644 index 026b0ff3525..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square-fill.svg deleted file mode 100644 index 5d8ab56723e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square.svg deleted file mode 100644 index 099b54ddd2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left.svg deleted file mode 100644 index 89732f090a8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square-fill.svg deleted file mode 100644 index ea06657fde7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square.svg deleted file mode 100644 index 4039064d7d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right.svg deleted file mode 100644 index 451686e4a71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square-fill.svg deleted file mode 100644 index 25c66a58b3d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square.svg deleted file mode 100644 index d59ecbf9e2f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up.svg deleted file mode 100644 index 36ca8f0efe6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/caret-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check-fill.svg deleted file mode 100644 index 019c1fc9269..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check.svg deleted file mode 100644 index 986706a40b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash-fill.svg deleted file mode 100644 index 2562744b995..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash.svg deleted file mode 100644 index ecd23f336bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-fill.svg deleted file mode 100644 index a2b95bf097b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus-fill.svg deleted file mode 100644 index 9858fe1e30b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus.svg deleted file mode 100644 index acafe1324b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x-fill.svg deleted file mode 100644 index a9a32caa0df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x.svg deleted file mode 100644 index feddfdd50b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart.svg deleted file mode 100644 index 486adb1c47b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart2.svg deleted file mode 100644 index 7e1bd9abf82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart3.svg deleted file mode 100644 index 2187149f587..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart4.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart4.svg deleted file mode 100644 index b40891fbc01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cart4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-coin.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-coin.svg deleted file mode 100644 index bc82c64af63..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-coin.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-stack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-stack.svg deleted file mode 100644 index 492cb381fe2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash-stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash.svg deleted file mode 100644 index ef3a4e7dcba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots-fill.svg deleted file mode 100644 index 2e3d22505cc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots.svg deleted file mode 100644 index a74267d2889..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots-fill.svg deleted file mode 100644 index eb7f531bdd8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots.svg deleted file mode 100644 index c73169d7d27..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-quote-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-quote-fill.svg deleted file mode 100644 index b115a9fe65b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text-fill.svg deleted file mode 100644 index 28a0f47106b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text.svg deleted file mode 100644 index 2b69a9891d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left.svg deleted file mode 100644 index fd2f4ee4ca2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote-fill.svg deleted file mode 100644 index 4a3af86eb1d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote.svg deleted file mode 100644 index f890c38d2ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-quote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots-fill.svg deleted file mode 100644 index 49ce0973ca0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots.svg deleted file mode 100644 index 423d221dc2d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-quote-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-quote-fill.svg deleted file mode 100644 index e63f92b5260..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text-fill.svg deleted file mode 100644 index 32df9212a6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text.svg deleted file mode 100644 index d8b600464b2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right.svg deleted file mode 100644 index b702b5d18b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots-fill.svg deleted file mode 100644 index 1025978dff7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots.svg deleted file mode 100644 index e59cd1a1f54..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-quote-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-quote-fill.svg deleted file mode 100644 index 761cb91c9d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text-fill.svg deleted file mode 100644 index 1dd17c513d7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text.svg deleted file mode 100644 index ae3fd8da2c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square.svg deleted file mode 100644 index 7611729e7a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text-fill.svg deleted file mode 100644 index fff3db332e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text.svg deleted file mode 100644 index 75a79f1a32f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat.svg deleted file mode 100644 index 3cb81b293c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chat.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-all.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-all.svg deleted file mode 100644 index b0019d00f4f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-all.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle-fill.svg deleted file mode 100644 index e861174a81c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle.svg deleted file mode 100644 index d8dd0cd57da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square-fill.svg deleted file mode 100644 index 45d68285061..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square.svg deleted file mode 100644 index d71c1f3481a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-all.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-all.svg deleted file mode 100644 index 25d8ba52f6e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-all.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-circle.svg deleted file mode 100644 index 7319d37b3cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/check2-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-contract.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-contract.svg deleted file mode 100644 index f12917f79c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-expand.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-expand.svg deleted file mode 100644 index 6cb775f94d8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-up.svg deleted file mode 100644 index 9ca140895aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-bar-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-compact-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-compact-up.svg deleted file mode 100644 index 8bc0a55e635..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-compact-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-contract.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-contract.svg deleted file mode 100644 index 5243d435490..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-double-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-double-up.svg deleted file mode 100644 index 5c9a0132659..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-double-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-expand.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-expand.svg deleted file mode 100644 index 0a2b81a3b07..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-up.svg deleted file mode 100644 index 3b2bd42e6ce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/chevron-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-half.svg deleted file mode 100644 index 53809298bc6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-square.svg deleted file mode 100644 index 37d86229f4b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle.svg deleted file mode 100644 index dc57919b373..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-check.svg deleted file mode 100644 index f7591aecfca..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-data.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-data.svg deleted file mode 100644 index b4fcb336be1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-data.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-minus.svg deleted file mode 100644 index 4826c3e6576..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-plus.svg deleted file mode 100644 index 79020c07472..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-x.svg deleted file mode 100644 index bba444da729..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard.svg deleted file mode 100644 index 360e0894c66..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clipboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-fill.svg deleted file mode 100644 index 189dec10129..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-history.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-history.svg deleted file mode 100644 index 414b526c670..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock-history.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock.svg deleted file mode 100644 index 72f29396048..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down-fill.svg deleted file mode 100644 index 6e18ca9edaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down.svg deleted file mode 100644 index cb8e33aee5f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up-fill.svg deleted file mode 100644 index 89d72fbe1dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up.svg deleted file mode 100644 index 6f69abc7c04..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check-fill.svg deleted file mode 100644 index 81f28b5f409..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check.svg deleted file mode 100644 index 917d5c2e355..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle-fill.svg deleted file mode 100644 index 996aec4361c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle.svg deleted file mode 100644 index bb1e68bfc06..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-drizzle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog-fill.svg deleted file mode 100644 index 07f10f4c4d0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog.svg deleted file mode 100644 index b40c9838c0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2-fill.svg deleted file mode 100644 index 1d498514eaf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2.svg deleted file mode 100644 index 1bd3c25015f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-fog2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail-fill.svg deleted file mode 100644 index d8a096bd295..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail.svg deleted file mode 100644 index 2f9bec11cb6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-hail.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-1.svg deleted file mode 100644 index 8a93f622cd5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-fill.svg deleted file mode 100644 index 002fc26b928..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze.svg deleted file mode 100644 index 8b49f96276e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze2-fill.svg deleted file mode 100644 index e9b7bda75a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-haze2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-fill.svg deleted file mode 100644 index 1d309046b65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain-fill.svg deleted file mode 100644 index 2b6d4a1cc9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain.svg deleted file mode 100644 index 31badb3b0b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning-rain.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning.svg deleted file mode 100644 index 5a8bafd8d18..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-lightning.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-minus.svg deleted file mode 100644 index a4ab6f97c3a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon-fill.svg deleted file mode 100644 index d968faf9f19..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon.svg deleted file mode 100644 index 1089204ad15..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-moon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus-fill.svg deleted file mode 100644 index 92620aa4689..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus.svg deleted file mode 100644 index 4ef51f2d23d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-fill.svg deleted file mode 100644 index 94cddbaa5a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy-fill.svg deleted file mode 100644 index 167c8af48ec..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy.svg deleted file mode 100644 index a5c41e5aaa3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain-heavy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain.svg deleted file mode 100644 index eb400323656..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-rain.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash-fill.svg deleted file mode 100644 index a4b8bad4d47..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash.svg deleted file mode 100644 index fe8917838ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet-fill.svg deleted file mode 100644 index 73764dcfb88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet.svg deleted file mode 100644 index d3c8f2eb85f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sleet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow-fill.svg deleted file mode 100644 index 0ffc577ac5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow.svg deleted file mode 100644 index b1643fbc663..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-snow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun-fill.svg deleted file mode 100644 index 9ecf7de7e70..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun.svg deleted file mode 100644 index 76ebc49e1c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud-sun.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud.svg deleted file mode 100644 index 7b0b9b388a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloud.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds-fill.svg deleted file mode 100644 index fe7fc071ce1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds.svg deleted file mode 100644 index c9a5ba0059f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/clouds.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloudy.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloudy.svg deleted file mode 100644 index 0783bcae6c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cloudy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-slash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-slash.svg deleted file mode 100644 index ef0ef0181ce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-square.svg deleted file mode 100644 index 415b56c6d9b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code.svg deleted file mode 100644 index 079f5c67f14..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/coin.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/coin.svg deleted file mode 100644 index 045d428fa97..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/coin.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-fill.svg deleted file mode 100644 index fee7f54f73e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play-fill.svg deleted file mode 100644 index 2601e48c954..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play.svg deleted file mode 100644 index 96b5c6eecba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection-play.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection.svg deleted file mode 100644 index 0870f5afd52..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/collection.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns-gap.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns-gap.svg deleted file mode 100644 index b3cb17536a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns.svg deleted file mode 100644 index d7854918c73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/columns.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/command.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/command.svg deleted file mode 100644 index d1622544e10..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/command.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass-fill.svg deleted file mode 100644 index ad821c4a1a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass.svg deleted file mode 100644 index 86494617e67..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/compass.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cone-striped.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cone-striped.svg deleted file mode 100644 index 44e96065d21..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cone-striped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/controller.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/controller.svg deleted file mode 100644 index 15e777456ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/controller.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cpu.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cpu.svg deleted file mode 100644 index a9fbaa3f4be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cpu.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back-fill.svg deleted file mode 100644 index c80bb6c9bd3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back.svg deleted file mode 100644 index e99159cd01b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-back.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front-fill.svg deleted file mode 100644 index c082ef0abe6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front.svg deleted file mode 100644 index 95b071df922..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-2-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-fill.svg deleted file mode 100644 index d0686a8aa94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card.svg deleted file mode 100644 index f716d39df62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/credit-card.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/crop.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/crop.svg deleted file mode 100644 index b7e174904a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/crop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-fill.svg deleted file mode 100644 index 08dd98a2355..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-straw.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-straw.svg deleted file mode 100644 index bda9d076f0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup-straw.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup.svg deleted file mode 100644 index cf2e97bbea3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cup.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-dollar.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-dollar.svg deleted file mode 100644 index 572e34c2737..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-dollar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-euro.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-euro.svg deleted file mode 100644 index 1fcaa7c6d87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-euro.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-exchange.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-exchange.svg deleted file mode 100644 index 1e3eaf39943..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-exchange.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-pound.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-pound.svg deleted file mode 100644 index 60dbd5852c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/currency-pound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cursor-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cursor-text.svg deleted file mode 100644 index 42a48fa8aea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/cursor-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-dotted.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-dotted.svg deleted file mode 100644 index 7e29372df3e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-fill.svg deleted file mode 100644 index db27419ee64..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle.svg deleted file mode 100644 index 17483d6f91a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square-dotted.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square-dotted.svg deleted file mode 100644 index 15b8d4b0913..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square.svg deleted file mode 100644 index b63e536986a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dash-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2-fill.svg deleted file mode 100644 index b46a21200ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2.svg deleted file mode 100644 index 2b330e550fd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3-fill.svg deleted file mode 100644 index 6cc31c04ced..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3.svg deleted file mode 100644 index 464b051d86e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diagram-3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond-half.svg deleted file mode 100644 index 4e137914345..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond.svg deleted file mode 100644 index 4cddafaf9f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-1.svg deleted file mode 100644 index 97c2432de50..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-1.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2-fill.svg deleted file mode 100644 index f55f92168f5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2.svg deleted file mode 100644 index 38013a8e266..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3-fill.svg deleted file mode 100644 index ae5a1ba4df9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3.svg deleted file mode 100644 index 705b7e7f393..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4-fill.svg deleted file mode 100644 index 6dad92bb2b9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4.svg deleted file mode 100644 index 070f9812ad8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-4.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5-fill.svg deleted file mode 100644 index a92382b304c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5.svg deleted file mode 100644 index b4369c7e921..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-5.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6-fill.svg deleted file mode 100644 index fce8cb4b121..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6.svg deleted file mode 100644 index 44d25dc177e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dice-6.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc-fill.svg deleted file mode 100644 index b03f34d0eeb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc.svg deleted file mode 100644 index f3475a2e393..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/disc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/discord.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/discord.svg deleted file mode 100644 index 877cfdf9153..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/discord.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display-fill.svg deleted file mode 100644 index f7c3fca74f1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display.svg deleted file mode 100644 index 700d7805b9a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/display.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-horizontal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-horizontal.svg deleted file mode 100644 index fe90ff8c586..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-horizontal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-vertical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-vertical.svg deleted file mode 100644 index 234b2c2754a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/distribute-vertical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-closed.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-closed.svg deleted file mode 100644 index 3eab448febb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-closed.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open-fill.svg deleted file mode 100644 index d4833a36cc0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open.svg deleted file mode 100644 index d9638a31985..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/door-open.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dot.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dot.svg deleted file mode 100644 index 183e4a895c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dribbble.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dribbble.svg deleted file mode 100644 index 809f2d3c0e5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/dribbble.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-fill.svg deleted file mode 100644 index a240876bc4c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-half.svg deleted file mode 100644 index 43eb20850ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet.svg deleted file mode 100644 index 2b405d6824e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/droplet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/earbuds.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/earbuds.svg deleted file mode 100644 index 7bc0019ea35..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/earbuds.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel2-fill.svg deleted file mode 100644 index c3932422127..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel3-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel3-fill.svg deleted file mode 100644 index 2e572231919..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/easel3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg-fill.svg deleted file mode 100644 index 33b7d4434f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg.svg deleted file mode 100644 index 9fb5c1ed055..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/egg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject-fill.svg deleted file mode 100644 index 3255af67d46..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject.svg deleted file mode 100644 index 540cbc813e2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eject.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry-fill.svg deleted file mode 100644 index 1bf7eb6000c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry.svg deleted file mode 100644 index d6d891432e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-angry.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy-fill.svg deleted file mode 100644 index d8018007b8e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy.svg deleted file mode 100644 index f64fade8533..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-dizzy.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless-fill.svg deleted file mode 100644 index f70140ac762..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless.svg deleted file mode 100644 index 208a72d8ee4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-expressionless.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown-fill.svg deleted file mode 100644 index c8a9ddc4a5a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown.svg deleted file mode 100644 index b7766ebf639..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-frown.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes-fill.svg deleted file mode 100644 index cc91552aebc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes.svg deleted file mode 100644 index c19ec51ac28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-heart-eyes.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing-fill.svg deleted file mode 100644 index cc8c69b8ea9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing.svg deleted file mode 100644 index 68d9b25f580..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-laughing.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral-fill.svg deleted file mode 100644 index 58bcb6b9f3a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral.svg deleted file mode 100644 index 2f3204a7b90..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-neutral.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-fill.svg deleted file mode 100644 index 76a6a16321b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down-fill.svg deleted file mode 100644 index c6829332c65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down.svg deleted file mode 100644 index 1e18424341a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile-upside-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile.svg deleted file mode 100644 index d222a9ae86d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-smile.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses-fill.svg deleted file mode 100644 index 00e7bc0d836..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses.svg deleted file mode 100644 index 4771e4dbfdc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-sunglasses.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink-fill.svg deleted file mode 100644 index 8601a584ce3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink.svg deleted file mode 100644 index ee3b3d0e2f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/emoji-wink.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-fill.svg deleted file mode 100644 index 1dca8cdd93f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open-fill.svg deleted file mode 100644 index 36006bb2ad4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open.svg deleted file mode 100644 index 9ddba4d089f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope-open.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope.svg deleted file mode 100644 index e4ddf8693ce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/envelope.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser-fill.svg deleted file mode 100644 index 10959b3d323..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser.svg deleted file mode 100644 index e7060e56fbd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eraser.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle-fill.svg deleted file mode 100644 index f7a7d17bf75..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle.svg deleted file mode 100644 index 73c7e8d7027..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond-fill.svg deleted file mode 100644 index 5987fe7247a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond.svg deleted file mode 100644 index 6c0388bf025..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-diamond.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon-fill.svg deleted file mode 100644 index 3347f64c55f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon.svg deleted file mode 100644 index 6ef1db9ff44..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-octagon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square-fill.svg deleted file mode 100644 index e99eab8e68e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square.svg deleted file mode 100644 index 41436cb5a6b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle-fill.svg deleted file mode 100644 index 50e17525ee3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle.svg deleted file mode 100644 index 7ca0dc745d2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation-triangle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation.svg deleted file mode 100644 index 953004b3903..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclamation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclude.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclude.svg deleted file mode 100644 index 9be5f93b534..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/exclude.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-fill.svg deleted file mode 100644 index 2697206ca87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash-fill.svg deleted file mode 100644 index 9339262877c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash.svg deleted file mode 100644 index c5208375a88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye-slash.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye.svg deleted file mode 100644 index 412ff692830..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eye.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eyeglasses.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eyeglasses.svg deleted file mode 100644 index 020d9432716..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/eyeglasses.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fan.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fan.svg deleted file mode 100644 index fab6eab8fa1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fan.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down-fill.svg deleted file mode 100644 index 910fc07e3a5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down.svg deleted file mode 100644 index 6f75d504029..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up-fill.svg deleted file mode 100644 index 9dba20517ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up.svg deleted file mode 100644 index 223379e4d27..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph-fill.svg deleted file mode 100644 index a0e31d6c985..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph.svg deleted file mode 100644 index e66be6a9f94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-bar-graph.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary-fill.svg deleted file mode 100644 index 13343bfb7bd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary.svg deleted file mode 100644 index 7e667bcc289..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-binary.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break-fill.svg deleted file mode 100644 index 4eddc4a852d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break.svg deleted file mode 100644 index b4485d7fc0f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-break.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-check-fill.svg deleted file mode 100644 index fb54b18c1ba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code-fill.svg deleted file mode 100644 index ee2f0f6a19a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code.svg deleted file mode 100644 index a8c390b653e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-code.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff-fill.svg deleted file mode 100644 index 945aef1534f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff.svg deleted file mode 100644 index dd848f04c75..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-diff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-down-fill.svg deleted file mode 100644 index 0e960474a21..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up-fill.svg deleted file mode 100644 index ce881cc89c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up.svg deleted file mode 100644 index 6cf324ab206..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph-fill.svg deleted file mode 100644 index 7dc0df92988..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph.svg deleted file mode 100644 index eefb68770a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-bar-graph.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary-fill.svg deleted file mode 100644 index 1652562c83a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary.svg deleted file mode 100644 index e068bf6dd2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-binary.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break-fill.svg deleted file mode 100644 index b36ea25af68..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break.svg deleted file mode 100644 index e98c6470afc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-break.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check-fill.svg deleted file mode 100644 index de7bf69d8d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check.svg deleted file mode 100644 index f2fbf66571e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code-fill.svg deleted file mode 100644 index c23a7b6b29b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code.svg deleted file mode 100644 index 1b94a6aa499..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-code.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff-fill.svg deleted file mode 100644 index 5f18a8870cf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff.svg deleted file mode 100644 index 0b28667e3d7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-diff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel-fill.svg deleted file mode 100644 index 0743de43c24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel.svg deleted file mode 100644 index 045fc870f92..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-easel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-excel-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-excel-fill.svg deleted file mode 100644 index 2d492a8e4df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-excel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-fill.svg deleted file mode 100644 index 668247e3180..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-font-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-font-fill.svg deleted file mode 100644 index c4fe9a455ba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-font-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-image.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-image.svg deleted file mode 100644 index 1e1964b4312..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock-fill.svg deleted file mode 100644 index 18a7fb71799..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock.svg deleted file mode 100644 index b15ec6a65cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2-fill.svg deleted file mode 100644 index 828a545a29e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2.svg deleted file mode 100644 index cf76d3fabdf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-lock2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical-fill.svg deleted file mode 100644 index ed5f6bc1efc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical.svg deleted file mode 100644 index 6fa8a39f3f9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-medical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus-fill.svg deleted file mode 100644 index 25e708ff102..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus.svg deleted file mode 100644 index e87b163c289..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music-fill.svg deleted file mode 100644 index c64c797893c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music.svg deleted file mode 100644 index cc25eb99bd6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-music.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf-fill.svg deleted file mode 100644 index 0ba21ab3fc1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf.svg deleted file mode 100644 index 52da96fe482..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-pdf.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person-fill.svg deleted file mode 100644 index 29a81294a01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person.svg deleted file mode 100644 index 59a6a2a3982..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-person.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-play-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-play-fill.svg deleted file mode 100644 index 80731db8a51..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus-fill.svg deleted file mode 100644 index 6cead3a4813..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus.svg deleted file mode 100644 index 92840267f81..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post-fill.svg deleted file mode 100644 index 0c0e7b87c5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post.svg deleted file mode 100644 index 1f0d4359f22..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-post.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt-fill.svg deleted file mode 100644 index 68e97930fe3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt.svg deleted file mode 100644 index bedf5526136..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ppt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext-fill.svg deleted file mode 100644 index e5c82ee7588..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext.svg deleted file mode 100644 index 35af146713a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-richtext.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled-fill.svg deleted file mode 100644 index 43aecce83e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled.svg deleted file mode 100644 index 4f288581f1c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-ruled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides-fill.svg deleted file mode 100644 index 98b59df531a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides.svg deleted file mode 100644 index 2d97fa7f90e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-slides.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet-fill.svg deleted file mode 100644 index 9a71e732da6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet.svg deleted file mode 100644 index a111232b0b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-spreadsheet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text-fill.svg deleted file mode 100644 index b32991979fa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text.svg deleted file mode 100644 index 0d60c7957a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-word-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-word-fill.svg deleted file mode 100644 index 717b0497b3f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-word-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x-fill.svg deleted file mode 100644 index a19d14b9c61..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x.svg deleted file mode 100644 index bedb970d216..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip-fill.svg deleted file mode 100644 index b92ff9a5209..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip.svg deleted file mode 100644 index b82afcc3588..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark-zip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark.svg deleted file mode 100644 index c3d086b9c96..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-earmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel-fill.svg deleted file mode 100644 index e1122e5ec84..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel.svg deleted file mode 100644 index c6d6a4deb80..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-easel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-excel-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-excel-fill.svg deleted file mode 100644 index 350a7df8c69..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-excel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-font-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-font-fill.svg deleted file mode 100644 index 198a2591d0f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-font-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-image.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-image.svg deleted file mode 100644 index 127fd896315..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock-fill.svg deleted file mode 100644 index a14dafc13f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock.svg deleted file mode 100644 index 4206978a49c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2-fill.svg deleted file mode 100644 index a68a5d42fe8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2.svg deleted file mode 100644 index 134f7473d97..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-lock2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical-fill.svg deleted file mode 100644 index 6caf0a32331..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical.svg deleted file mode 100644 index afec18e97be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-medical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-minus.svg deleted file mode 100644 index 67a45381d24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music-fill.svg deleted file mode 100644 index c7dfa82f43d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music.svg deleted file mode 100644 index 6531a959c98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-music.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf-fill.svg deleted file mode 100644 index 87543f55255..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf.svg deleted file mode 100644 index e8ba0a157b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-pdf.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person-fill.svg deleted file mode 100644 index d7e05e401b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person.svg deleted file mode 100644 index 892800ad972..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-person.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-play-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-play-fill.svg deleted file mode 100644 index 838dda9efc4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus-fill.svg deleted file mode 100644 index 1730c276ef1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus.svg deleted file mode 100644 index d0ef464ac73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post-fill.svg deleted file mode 100644 index c3fc7e05b14..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post.svg deleted file mode 100644 index dd8aefc2083..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-post.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt-fill.svg deleted file mode 100644 index 3d3ac35b1f4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt.svg deleted file mode 100644 index 0100d0b246e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ppt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext-fill.svg deleted file mode 100644 index 64c1fc83235..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext.svg deleted file mode 100644 index 22edf68c148..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-richtext.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled-fill.svg deleted file mode 100644 index f93c25577e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled.svg deleted file mode 100644 index 431b4eb55aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-ruled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides-fill.svg deleted file mode 100644 index e8cb12ad1e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides.svg deleted file mode 100644 index df3f65d980d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-slides.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet-fill.svg deleted file mode 100644 index a3977e18911..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet.svg deleted file mode 100644 index e83e73350f9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-spreadsheet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text-fill.svg deleted file mode 100644 index 29c9fc471f2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text.svg deleted file mode 100644 index fa1e861188e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-word-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-word-fill.svg deleted file mode 100644 index 2df1fca25a0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-word-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-x-fill.svg deleted file mode 100644 index 980e4052836..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip-fill.svg deleted file mode 100644 index 95d3966fb67..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip.svg deleted file mode 100644 index 3da93c8ce4e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file-zip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file.svg deleted file mode 100644 index 3562fb2b211..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/file.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files-alt.svg deleted file mode 100644 index 1d4d06931af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files.svg deleted file mode 100644 index f8842f89bef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/files.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/film.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/film.svg deleted file mode 100644 index 5cef9395bd1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/film.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle-fill.svg deleted file mode 100644 index f60fd59f9c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle.svg deleted file mode 100644 index bbdc85f863e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-left.svg deleted file mode 100644 index 22441de5ea5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-right.svg deleted file mode 100644 index 466a9b1c92b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square-fill.svg deleted file mode 100644 index f8813b8c9b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square.svg deleted file mode 100644 index ae8c837f926..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter.svg deleted file mode 100644 index 555c6125942..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/filter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fingerprint.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fingerprint.svg deleted file mode 100644 index 3cf204231f5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fingerprint.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag-fill.svg deleted file mode 100644 index 73fffc250aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag.svg deleted file mode 100644 index 357c48136ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower1.svg deleted file mode 100644 index 08a7e2e68e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower2.svg deleted file mode 100644 index d793728b3d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower3.svg deleted file mode 100644 index 147e32fcff7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/flower3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-check.svg deleted file mode 100644 index d59955499af..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-fill.svg deleted file mode 100644 index fd10c8e6cbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-minus.svg deleted file mode 100644 index f41b6601bf1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-plus.svg deleted file mode 100644 index 29b5115ac41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink-fill.svg deleted file mode 100644 index 91dc0c015e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink.svg deleted file mode 100644 index b258b6aa083..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-symlink.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-x.svg deleted file mode 100644 index d571d085471..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder.svg deleted file mode 100644 index fd4dc5aa7b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2-open.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2-open.svg deleted file mode 100644 index 59d8382f436..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2-open.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2.svg deleted file mode 100644 index 414575325fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/folder2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/forward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/forward.svg deleted file mode 100644 index 4b856141fb4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/front.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/front.svg deleted file mode 100644 index d1edeb1f142..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/front.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen-exit.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen-exit.svg deleted file mode 100644 index b9bdb1b166a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen-exit.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen.svg deleted file mode 100644 index 7789d36bd12..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/fullscreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/funnel.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/funnel.svg deleted file mode 100644 index d027aa5cb20..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/funnel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear-wide-connected.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear-wide-connected.svg deleted file mode 100644 index fc196dd70ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear-wide-connected.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear.svg deleted file mode 100644 index c11dbc1dbb9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gem.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gem.svg deleted file mode 100644 index 360d55499da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gem.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-female.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-female.svg deleted file mode 100644 index 102783cca5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-female.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-trans.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-trans.svg deleted file mode 100644 index 4c4c074a65f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gender-trans.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt-fill.svg deleted file mode 100644 index e88b77b6bf5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt.svg deleted file mode 100644 index 40927941a73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-alt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-fill.svg deleted file mode 100644 index a53f2bdf704..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo.svg deleted file mode 100644 index 6686fea9810..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/geo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift-fill.svg deleted file mode 100644 index 69f337939e4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift.svg deleted file mode 100644 index 663b87e3067..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/gift.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/github.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/github.svg deleted file mode 100644 index bb4e45cecf4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe.svg deleted file mode 100644 index 96cf81571c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe2.svg deleted file mode 100644 index 150a01ebfc3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/globe2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/google.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/google.svg deleted file mode 100644 index 47abd4929a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/google.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down-arrow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down-arrow.svg deleted file mode 100644 index bf522b5663a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down.svg deleted file mode 100644 index 55adb4f241a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up-arrow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up-arrow.svg deleted file mode 100644 index fd582e46797..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up.svg deleted file mode 100644 index a68bc9db1c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/graph-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2-fill.svg deleted file mode 100644 index 1195117637d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2.svg deleted file mode 100644 index dd36f54c8b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-1x2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap-fill.svg deleted file mode 100644 index 4fe82884c9e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap.svg deleted file mode 100644 index a9e8689d385..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2.svg deleted file mode 100644 index 6dd39fde8f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap-fill.svg deleted file mode 100644 index d29616c75b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap.svg deleted file mode 100644 index 675f4288caa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3.svg deleted file mode 100644 index c40d98c96b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-3x3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-fill.svg deleted file mode 100644 index 202265ff863..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid.svg deleted file mode 100644 index bc505957ffe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-horizontal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-horizontal.svg deleted file mode 100644 index c4439afec27..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-vertical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-vertical.svg deleted file mode 100644 index 0182ad91815..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/grip-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hammer.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hammer.svg deleted file mode 100644 index d702c115693..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hammer.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-fill.svg deleted file mode 100644 index ef94089fb98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb-fill.svg deleted file mode 100644 index 43e958c92a1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb.svg deleted file mode 100644 index 699e5057b99..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index-thumb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index.svg deleted file mode 100644 index 789622c8261..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-index.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down-fill.svg deleted file mode 100644 index c2f51ebabbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down.svg deleted file mode 100644 index e8dadb5ba73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up-fill.svg deleted file mode 100644 index e7216e1965c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up.svg deleted file mode 100644 index 0d410a16125..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hand-thumbs-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag-fill.svg deleted file mode 100644 index 5d4367c79f5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag.svg deleted file mode 100644 index 99e5904d033..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/handbag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hash.svg deleted file mode 100644 index 4621b1dac8f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-fill.svg deleted file mode 100644 index 9bdc467e911..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-network.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-network.svg deleted file mode 100644 index f0db30504e5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-network.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack-fill.svg deleted file mode 100644 index bb450781f8a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack.svg deleted file mode 100644 index 480d0d90b94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-rack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack-fill.svg deleted file mode 100644 index c81687ab963..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack.svg deleted file mode 100644 index 2f74d3b0612..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd-stack.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd.svg deleted file mode 100644 index 7dd67003870..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hdd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/headset-vr.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/headset-vr.svg deleted file mode 100644 index 9f07b76ca57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/headset-vr.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart-half.svg deleted file mode 100644 index 1474a725103..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart.svg deleted file mode 100644 index d650006d840..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heptagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heptagon.svg deleted file mode 100644 index e85a0bd38e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/heptagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon-half.svg deleted file mode 100644 index a9fc1368301..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon.svg deleted file mode 100644 index f6601f2ba28..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hexagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-bottom.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-bottom.svg deleted file mode 100644 index 8ce8394add2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-bottom.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-split.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-split.svg deleted file mode 100644 index b8bba9b6612..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-top.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-top.svg deleted file mode 100644 index f471084de09..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass-top.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass.svg deleted file mode 100644 index cecfa7e60c8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hourglass.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-door.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-door.svg deleted file mode 100644 index c883f3487cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-door.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-fill.svg deleted file mode 100644 index e782589dfe9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house.svg deleted file mode 100644 index 7baa23d29db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/house.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hr.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hr.svg deleted file mode 100644 index b6f2e3378f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hypnotize.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hypnotize.svg deleted file mode 100644 index baa2298d0b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/hypnotize.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-alt.svg deleted file mode 100644 index 98142b22da2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-fill.svg deleted file mode 100644 index 33c40a13afe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image.svg deleted file mode 100644 index facacee612c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/images.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/images.svg deleted file mode 100644 index b35ecebcb8b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/images.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox-fill.svg deleted file mode 100644 index bf5c8c91263..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox.svg deleted file mode 100644 index 59ad2d777c1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes-fill.svg deleted file mode 100644 index 27447dc3388..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes.svg deleted file mode 100644 index f23f0ec5efe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/inboxes.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle-fill.svg deleted file mode 100644 index 9d38231fc76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle.svg deleted file mode 100644 index 8f48f86cbbb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square-fill.svg deleted file mode 100644 index c2e5a6636d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square.svg deleted file mode 100644 index 71e2818f5ae..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/info-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor-text.svg deleted file mode 100644 index f2121113b6d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor.svg deleted file mode 100644 index 3a89bb7ee65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/input-cursor.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/instagram.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/instagram.svg deleted file mode 100644 index 0b5c5cef025..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/instagram.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/intersect.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/intersect.svg deleted file mode 100644 index 2d8c32951dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/intersect.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-album.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-album.svg deleted file mode 100644 index 2504b3d4320..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-album.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-down.svg deleted file mode 100644 index 79c313d8d18..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-down.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-up.svg deleted file mode 100644 index 84234612a53..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-arrow-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark-fill.svg deleted file mode 100644 index 03e24766758..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark.svg deleted file mode 100644 index 66527643832..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-bookmark.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-check.svg deleted file mode 100644 index 41b97e94d93..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-code.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-code.svg deleted file mode 100644 index 82098b9c20f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-code.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-medical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-medical.svg deleted file mode 100644 index 5500110ab98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-medical.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-minus.svg deleted file mode 100644 index c8cd4d844dc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-plus.svg deleted file mode 100644 index fa6d7026ca2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-richtext.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-richtext.svg deleted file mode 100644 index 14b0e1f00e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-richtext.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-text.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-text.svg deleted file mode 100644 index 9b66f43aab5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-text.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-x.svg deleted file mode 100644 index 2ca24f46ebf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal.svg deleted file mode 100644 index 941c9878308..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journals.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journals.svg deleted file mode 100644 index 03f6dad8f69..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/journals.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-left.svg deleted file mode 100644 index 68859b8ec11..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-right.svg deleted file mode 100644 index 1efe4f38999..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify.svg deleted file mode 100644 index 009bd7214d9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/justify.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban-fill.svg deleted file mode 100644 index d633a538365..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban.svg deleted file mode 100644 index c5cdaaf556a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/kanban.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key-fill.svg deleted file mode 100644 index 25a6d45a65a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key.svg deleted file mode 100644 index dbaae3fad45..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/key.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard-fill.svg deleted file mode 100644 index 876321d246d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard.svg deleted file mode 100644 index 996c1ebabd2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/keyboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ladder.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ladder.svg deleted file mode 100644 index fd9182ab007..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ladder.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp-fill.svg deleted file mode 100644 index ff91f4ba32a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp.svg deleted file mode 100644 index 6c50a70c2e0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lamp.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop-fill.svg deleted file mode 100644 index 5b1755dacce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop.svg deleted file mode 100644 index 0fc463deb94..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/laptop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-backward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-backward.svg deleted file mode 100644 index 073034ac2ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-backward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-forward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-forward.svg deleted file mode 100644 index ffc6e2aac41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layer-forward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers-half.svg deleted file mode 100644 index a054e25a070..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers.svg deleted file mode 100644 index ac2f5b297cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layers.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset-reverse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset-reverse.svg deleted file mode 100644 index 5b6f3246043..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset.svg deleted file mode 100644 index 8dc0243ecb8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-inset.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-reverse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-reverse.svg deleted file mode 100644 index 8ab950907a4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar-reverse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar.svg deleted file mode 100644 index 1cfc86e1cf9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-sidebar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-split.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-split.svg deleted file mode 100644 index 71f33d2e718..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar-reverse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar-reverse.svg deleted file mode 100644 index 46252d57413..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar.svg deleted file mode 100644 index 5effada298a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-sidebar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window-reverse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window-reverse.svg deleted file mode 100644 index fb3484090b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window.svg deleted file mode 100644 index 0aef11070fb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-text-window.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-three-columns.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-three-columns.svg deleted file mode 100644 index 6d358d6d5d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-three-columns.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-wtf.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-wtf.svg deleted file mode 100644 index b603f8f3f2c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/layout-wtf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/life-preserver.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/life-preserver.svg deleted file mode 100644 index 6466ea24bd3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/life-preserver.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-fill.svg deleted file mode 100644 index 99039504b3c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off-fill.svg deleted file mode 100644 index 7d9600e487b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off.svg deleted file mode 100644 index 5675e9c5551..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb.svg deleted file mode 100644 index c13f62783c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightbulb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightning.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightning.svg deleted file mode 100644 index 873706082a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lightning.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/line.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/line.svg deleted file mode 100644 index ee04ac54dfa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/line.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link-45deg.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link-45deg.svg deleted file mode 100644 index 127956a47b8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link-45deg.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link.svg deleted file mode 100644 index df35bc8a1e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/link.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/linkedin.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/linkedin.svg deleted file mode 100644 index 4c4efe59579..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/linkedin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-check.svg deleted file mode 100644 index 34dd42068aa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-nested.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-nested.svg deleted file mode 100644 index 21c9a7d2450..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-nested.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ol.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ol.svg deleted file mode 100644 index 5782568d7c7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ol.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-stars.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-stars.svg deleted file mode 100644 index 88dce521b72..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-stars.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-task.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-task.svg deleted file mode 100644 index 81181905c87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-task.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ul.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ul.svg deleted file mode 100644 index 217d1539c5e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list-ul.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list.svg deleted file mode 100644 index e039056ea5b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/list.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock-fill.svg deleted file mode 100644 index 9fb8f7b80a6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock.svg deleted file mode 100644 index b50a68ef137..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/magic.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/magic.svg deleted file mode 100644 index 3df2ec0b58b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/magic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox.svg deleted file mode 100644 index e2ac2f97838..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox2.svg deleted file mode 100644 index 60a523bba73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mailbox2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map-fill.svg deleted file mode 100644 index 6097c5f4100..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map.svg deleted file mode 100644 index f9dbb084685..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/map.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown-fill.svg deleted file mode 100644 index b87e236c9d4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown.svg deleted file mode 100644 index f9933a6030d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/markdown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mask.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mask.svg deleted file mode 100644 index 3bfe141c5a8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mask.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mastodon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mastodon.svg deleted file mode 100644 index 23b34f5c021..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mastodon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/medium.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/medium.svg deleted file mode 100644 index cc46876539e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/medium.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone-fill.svg deleted file mode 100644 index 237e81467ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone.svg deleted file mode 100644 index 834083c19e5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/megaphone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app-fill.svg deleted file mode 100644 index c41c6fbf8c0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app.svg deleted file mode 100644 index 36e57dfa16c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-app.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-fill.svg deleted file mode 100644 index 034b64d73ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide-fill.svg deleted file mode 100644 index d6e17da08bf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide.svg deleted file mode 100644 index d67ba6a23a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button-wide.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button.svg deleted file mode 100644 index 4e0fff930cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-down.svg deleted file mode 100644 index b2d84b24e49..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-up.svg deleted file mode 100644 index fb35e8db736..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/menu-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/messenger.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/messenger.svg deleted file mode 100644 index 5c6d37d4bbe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/messenger.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-fill.svg deleted file mode 100644 index 9be58e9d2c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute-fill.svg deleted file mode 100644 index cc325a0cefb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute.svg deleted file mode 100644 index 5a520a12f17..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic-mute.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic.svg deleted file mode 100644 index 57be2e560fc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mic.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/microsoft.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/microsoft.svg deleted file mode 100644 index d28281f1c71..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/microsoft.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart-loaded.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart-loaded.svg deleted file mode 100644 index 8a754571f55..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart-loaded.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart.svg deleted file mode 100644 index 7f3ad000c1d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/minecart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moisture.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moisture.svg deleted file mode 100644 index 732f4ac2a24..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moisture.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-fill.svg deleted file mode 100644 index 1149676d2b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars-fill.svg deleted file mode 100644 index d2e1d6ed5e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars.svg deleted file mode 100644 index b25ef8632e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon-stars.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon.svg deleted file mode 100644 index 4cd882028d1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/moon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse-fill.svg deleted file mode 100644 index bd0b5eb4df8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse.svg deleted file mode 100644 index 40976e06179..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2-fill.svg deleted file mode 100644 index 283d1cde339..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2.svg deleted file mode 100644 index 359da4d3909..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3-fill.svg deleted file mode 100644 index de6dbc7a1e9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3.svg deleted file mode 100644 index d042bfd3aa6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/mouse3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-beamed.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-beamed.svg deleted file mode 100644 index 04cedf09db9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-beamed.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-list.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-list.svg deleted file mode 100644 index 5c306bd8f00..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-note-list.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player-fill.svg deleted file mode 100644 index 6619d1e7a74..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player.svg deleted file mode 100644 index 2d50a6353cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/music-player.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/newspaper.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/newspaper.svg deleted file mode 100644 index 7d7fa7169d3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/newspaper.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus-fill.svg deleted file mode 100644 index 32430b92506..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus.svg deleted file mode 100644 index b1accd4afd5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus-fill.svg deleted file mode 100644 index e5ee855c2dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus.svg deleted file mode 100644 index 085f04fe60e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/node-plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut-fill.svg deleted file mode 100644 index 4babc03395f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut.svg deleted file mode 100644 index 4912d489dbc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/nut.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/octagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/octagon.svg deleted file mode 100644 index 9f3657ed964..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/octagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/outlet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/outlet.svg deleted file mode 100644 index b48af60de75..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/outlet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paint-bucket.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paint-bucket.svg deleted file mode 100644 index ee15d10f5a7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paint-bucket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette-fill.svg deleted file mode 100644 index 7dc5ecda557..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette.svg deleted file mode 100644 index fea76d92d4f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette2.svg deleted file mode 100644 index 5d140b31df3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/palette2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-check-fill.svg deleted file mode 100644 index 13014151d6f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-exclamation-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-exclamation-fill.svg deleted file mode 100644 index fd900c4e2d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-exclamation-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question-fill.svg deleted file mode 100644 index 665588b3c79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question.svg deleted file mode 100644 index ef4ca58e592..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/patch-question.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn-fill.svg deleted file mode 100644 index efca142890f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn.svg deleted file mode 100644 index 0e9eb3a1d05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle-fill.svg deleted file mode 100644 index 5e3525f4a57..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle.svg deleted file mode 100644 index 1b6b64afb9f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-fill.svg deleted file mode 100644 index 68285b2fec8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause.svg deleted file mode 100644 index 22478eafc62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pause.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paypal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paypal.svg deleted file mode 100644 index 993deffff63..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/paypal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace-fill.svg deleted file mode 100644 index c8ed5bdd31f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace.svg deleted file mode 100644 index 3e4420b06e1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/peace.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pen.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pen.svg deleted file mode 100644 index 8eb3be7d05e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil-fill.svg deleted file mode 100644 index 59d2830c5ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil.svg deleted file mode 100644 index f8dbfebcaee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pencil.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-fill.svg deleted file mode 100644 index 838d1f4cfd0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-half.svg deleted file mode 100644 index 2e4aaf5b2f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon.svg deleted file mode 100644 index deb8406a9da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pentagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people-fill.svg deleted file mode 100644 index 2c7389d230d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people.svg deleted file mode 100644 index 528933d1582..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/people.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/percent.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/percent.svg deleted file mode 100644 index 8af2bc4d048..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/percent.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge-fill.svg deleted file mode 100644 index d9ebe672330..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge.svg deleted file mode 100644 index d071d44bd37..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-badge.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-bounding-box.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-bounding-box.svg deleted file mode 100644 index 92e662c9d65..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-bounding-box.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check-fill.svg deleted file mode 100644 index 872497a65b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check.svg deleted file mode 100644 index c4b1e38bc25..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-circle.svg deleted file mode 100644 index fd7f2c92a98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash-fill.svg deleted file mode 100644 index fd719f20d6e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash.svg deleted file mode 100644 index 4c6cb7901e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-fill.svg deleted file mode 100644 index 6e127687273..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-lines-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-lines-fill.svg deleted file mode 100644 index 736421c594a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-lines-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus-fill.svg deleted file mode 100644 index 151ccfe80b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus.svg deleted file mode 100644 index aac3a673866..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-rolodex.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-rolodex.svg deleted file mode 100644 index af898ca725a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-rolodex.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-square.svg deleted file mode 100644 index a7eb40efa84..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video.svg deleted file mode 100644 index b8c1995455f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video2.svg deleted file mode 100644 index 3f4292e66cc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video3.svg deleted file mode 100644 index be38b249266..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-video3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-workspace.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-workspace.svg deleted file mode 100644 index e72bea02747..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-workspace.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x-fill.svg deleted file mode 100644 index d4903a6a449..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x.svg deleted file mode 100644 index d7ac8f6688c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person.svg deleted file mode 100644 index 022d1e99b0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/person.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-landscape.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-landscape.svg deleted file mode 100644 index 65cd2731d5c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate-fill.svg deleted file mode 100644 index 6e61ecce4b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate.svg deleted file mode 100644 index f380cabbcdf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone-vibrate.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone.svg deleted file mode 100644 index 3f3fd74c115..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/phone.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart-fill.svg deleted file mode 100644 index 6aa71eb89db..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart.svg deleted file mode 100644 index a20f6a7e448..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pie-chart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank-fill.svg deleted file mode 100644 index 897d24d74f8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank.svg deleted file mode 100644 index 1d836ce193e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/piggy-bank.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle-fill.svg deleted file mode 100644 index 3112c0b85cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle.svg deleted file mode 100644 index a07b038e60d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-fill.svg deleted file mode 100644 index f00b7904278..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-map.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-map.svg deleted file mode 100644 index f04129a7b44..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin-map.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin.svg deleted file mode 100644 index 45fd7dea660..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip-fill.svg deleted file mode 100644 index 1869f789257..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip.svg deleted file mode 100644 index 58f06382f66..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/pip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn-fill.svg deleted file mode 100644 index 18b91678684..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn.svg deleted file mode 100644 index 576e30bf45d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle-fill.svg deleted file mode 100644 index 511ef37bfcc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle.svg deleted file mode 100644 index c93144ab067..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play.svg deleted file mode 100644 index b3fd3dc5b0d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/play.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug-fill.svg deleted file mode 100644 index d15b8e6ae0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug.svg deleted file mode 100644 index c5e6688d8b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-dotted.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-dotted.svg deleted file mode 100644 index c69316ed943..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-fill.svg deleted file mode 100644 index f32011643c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle.svg deleted file mode 100644 index 66308ef1fc7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-dotted.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-dotted.svg deleted file mode 100644 index 4ae7ad68bfe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-fill.svg deleted file mode 100644 index 0d5e15cf892..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square.svg deleted file mode 100644 index 15c4c44f715..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/plus-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/power.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/power.svg deleted file mode 100644 index 6fb97563f5e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/power.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer-fill.svg deleted file mode 100644 index 485d98788e4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer.svg deleted file mode 100644 index 60196bc5f9c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/printer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle-fill.svg deleted file mode 100644 index e9bbfae6b82..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle.svg deleted file mode 100644 index c9b07a24b35..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/puzzle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle-fill.svg deleted file mode 100644 index d8e5e06de2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle.svg deleted file mode 100644 index 1c8cbe7f423..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond-fill.svg deleted file mode 100644 index a86583bed2c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond.svg deleted file mode 100644 index a7d8233ccbc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-diamond.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon-fill.svg deleted file mode 100644 index 2ff954ed01c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon.svg deleted file mode 100644 index 02e8ffe23e7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-octagon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square-fill.svg deleted file mode 100644 index dd7241042b9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square.svg deleted file mode 100644 index d0a56ffb1c3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question.svg deleted file mode 100644 index 05abe29c7f9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/question.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/radioactive.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/radioactive.svg deleted file mode 100644 index 1b1072f7b85..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/radioactive.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rainbow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rainbow.svg deleted file mode 100644 index 8e8aea78e27..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rainbow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt-cutoff.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt-cutoff.svg deleted file mode 100644 index 27be3c09307..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt-cutoff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt.svg deleted file mode 100644 index 9ea72836279..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/receipt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-0.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-0.svg deleted file mode 100644 index 885bf3bb34d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-0.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-1.svg deleted file mode 100644 index 3deafb6220d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-2.svg deleted file mode 100644 index 7dca57aca8b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-3.svg deleted file mode 100644 index b30d5fb79de..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-4.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-4.svg deleted file mode 100644 index 611bdf1b989..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reception-4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-btn.svg deleted file mode 100644 index 4fd261cab7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle-fill.svg deleted file mode 100644 index 2c2429a1926..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle.svg deleted file mode 100644 index d45d91c3209..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record.svg deleted file mode 100644 index 27f82a9767a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2-fill.svg deleted file mode 100644 index 76489287708..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2.svg deleted file mode 100644 index 43a11504405..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/record2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/recycle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/recycle.svg deleted file mode 100644 index e4fa6c03c41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/recycle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reddit.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reddit.svg deleted file mode 100644 index b1c9cfed433..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reddit.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all-fill.svg deleted file mode 100644 index 7b77b069ca4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all.svg deleted file mode 100644 index c95025b3720..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-all.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-fill.svg deleted file mode 100644 index b5a87228d89..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply.svg deleted file mode 100644 index c2dc098edb7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/reply.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss-fill.svg deleted file mode 100644 index 39bef06e2cc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss.svg deleted file mode 100644 index be41f20c94e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/rss.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe-fill.svg deleted file mode 100644 index 1036d675ad6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe.svg deleted file mode 100644 index fb5b7cb2a50..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2-fill.svg deleted file mode 100644 index d1d37f2f8ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2.svg deleted file mode 100644 index 37bfbe80db7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/safe2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/screwdriver.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/screwdriver.svg deleted file mode 100644 index 99aa585ac0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/screwdriver.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card-fill.svg deleted file mode 100644 index 2bce57c19f5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card.svg deleted file mode 100644 index 12ed59f7139..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sd-card.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/search.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/search.svg deleted file mode 100644 index d3dc7ca16ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/segmented-nav.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/segmented-nav.svg deleted file mode 100644 index 42323b2f926..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/segmented-nav.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/server.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/server.svg deleted file mode 100644 index ff85feb8d62..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/server.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share-fill.svg deleted file mode 100644 index 8b0ee88d365..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share.svg deleted file mode 100644 index 79d3075f0d5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/share.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-check.svg deleted file mode 100644 index ecbf54399b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-exclamation.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-exclamation.svg deleted file mode 100644 index 825de04d7b3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-check.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-check.svg deleted file mode 100644 index a72b2baf1a9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-exclamation.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-exclamation.svg deleted file mode 100644 index b489a6816b4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-exclamation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-minus.svg deleted file mode 100644 index b9b9129c583..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-plus.svg deleted file mode 100644 index aec96d1768d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-x.svg deleted file mode 100644 index d384af45f8e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill-x.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill.svg deleted file mode 100644 index d1d877dafa3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock-fill.svg deleted file mode 100644 index e4c96b4eaa0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock.svg deleted file mode 100644 index ff38425039a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-minus.svg deleted file mode 100644 index d1cedfdf731..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-plus.svg deleted file mode 100644 index 77bcb1a339a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-shaded.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-shaded.svg deleted file mode 100644 index 9c4af1a7224..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-shaded.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash-fill.svg deleted file mode 100644 index 015d11b5522..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash.svg deleted file mode 100644 index 234afa2e4dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-x.svg deleted file mode 100644 index 3fe1666188d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield.svg deleted file mode 100644 index 18309d18176..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shield.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shift.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shift.svg deleted file mode 100644 index 59a88ef5568..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shift.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop-window.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop-window.svg deleted file mode 100644 index a306cfa41d0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop-window.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop.svg deleted file mode 100644 index 223d77b42e8..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shuffle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shuffle.svg deleted file mode 100644 index 83bf20caf1a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/shuffle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signal.svg deleted file mode 100644 index 4220d488748..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signpost-split.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signpost-split.svg deleted file mode 100644 index 0168ae53785..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/signpost-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim-fill.svg deleted file mode 100644 index c8e2c296e7e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim.svg deleted file mode 100644 index cc0e86954dd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sim.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn-fill.svg deleted file mode 100644 index bf064290ff9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn.svg deleted file mode 100644 index b04455efbb5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle-fill.svg deleted file mode 100644 index f6b6e4db014..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle.svg deleted file mode 100644 index 63e2a195648..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward.svg deleted file mode 100644 index 9be60fe7fce..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-backward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn-fill.svg deleted file mode 100644 index 55bf1ba8f42..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn.svg deleted file mode 100644 index 6c5b044b4df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle-fill.svg deleted file mode 100644 index e3037508212..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle.svg deleted file mode 100644 index 39e8cd31ff9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-end-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn-fill.svg deleted file mode 100644 index 6a62da67c34..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn.svg deleted file mode 100644 index f67d3a80566..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle-fill.svg deleted file mode 100644 index 00cea35ea40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle.svg deleted file mode 100644 index 3b55d7e3a0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward.svg deleted file mode 100644 index a1c4720b74e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn-fill.svg deleted file mode 100644 index 56a1370fb47..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn.svg deleted file mode 100644 index c86afbe4492..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle-fill.svg deleted file mode 100644 index b6d13b0aae3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle.svg deleted file mode 100644 index f9664d9f62f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skip-start-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skype.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skype.svg deleted file mode 100644 index b3beaf95d88..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/skype.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slack.svg deleted file mode 100644 index f4aa6e6d66a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slack.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle-fill.svg deleted file mode 100644 index f7031017a21..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle.svg deleted file mode 100644 index 4c1344bf789..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square-fill.svg deleted file mode 100644 index c7a393503a3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square.svg deleted file mode 100644 index ccf42bd6355..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/slash-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sliders.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sliders.svg deleted file mode 100644 index da4b8353f77..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sliders.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/smartwatch.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/smartwatch.svg deleted file mode 100644 index 696bd331e19..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/smartwatch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/snapchat.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/snapchat.svg deleted file mode 100644 index 505f55a3f9b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/snapchat.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down-alt.svg deleted file mode 100644 index fa4f4fada0f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down-alt.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down.svg deleted file mode 100644 index e0fcad0479e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up-alt.svg deleted file mode 100644 index 69c1a39a10d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up-alt.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up.svg deleted file mode 100644 index 0be5e68fbac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-alpha-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down-alt.svg deleted file mode 100644 index d7f7fc8f7ee..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down.svg deleted file mode 100644 index 848834ce8ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up-alt.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up-alt.svg deleted file mode 100644 index 96650d5aa08..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up.svg deleted file mode 100644 index 2158801243a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sort-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/soundwave.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/soundwave.svg deleted file mode 100644 index 288f108b250..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/soundwave.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker-fill.svg deleted file mode 100644 index bae80e2da39..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker.svg deleted file mode 100644 index 461626db51d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speaker.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer.svg deleted file mode 100644 index 5a0a43c94c2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer2.svg deleted file mode 100644 index d5676df9fb5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/speedometer2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spellcheck.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spellcheck.svg deleted file mode 100644 index 029950f5a25..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spellcheck.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spotify.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spotify.svg deleted file mode 100644 index 31b423800fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/spotify.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square-half.svg deleted file mode 100644 index 3f8179d5df7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square.svg deleted file mode 100644 index ded82d436be..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack-overflow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack-overflow.svg deleted file mode 100644 index b7d482dedfe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack-overflow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack.svg deleted file mode 100644 index b8a9c940e0c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star-half.svg deleted file mode 100644 index 8d30e7e0150..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star.svg deleted file mode 100644 index 742b5e25069..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/star.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stars.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stars.svg deleted file mode 100644 index 2c166779609..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stars.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies-fill.svg deleted file mode 100644 index a0252da0f07..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies.svg deleted file mode 100644 index 8252c497804..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stickies.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky-fill.svg deleted file mode 100644 index acd42b9afd2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky.svg deleted file mode 100644 index dba01423b7f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sticky.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn-fill.svg deleted file mode 100644 index 58b6c02e2ef..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn.svg deleted file mode 100644 index 5c392eca131..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle-fill.svg deleted file mode 100644 index ac711e030b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle.svg deleted file mode 100644 index 441613cac76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop.svg deleted file mode 100644 index 2b86647fee4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights-fill.svg deleted file mode 100644 index a18566b1677..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights.svg deleted file mode 100644 index f765ab2badc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stoplights.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch-fill.svg deleted file mode 100644 index 2d2ed116eff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch.svg deleted file mode 100644 index 964dbb8f8b6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/stopwatch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/strava.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/strava.svg deleted file mode 100644 index 7e3237d5fb5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/strava.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/subtract.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/subtract.svg deleted file mode 100644 index e1d878a8858..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/subtract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club-fill.svg deleted file mode 100644 index d4d311ac6fe..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club.svg deleted file mode 100644 index 75e5e852065..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-club.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-diamond.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-diamond.svg deleted file mode 100644 index 9192a27e467..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-heart.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-heart.svg deleted file mode 100644 index c761ef4b9e3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade-fill.svg deleted file mode 100644 index 63bb0c63f02..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade.svg deleted file mode 100644 index 8f14427edde..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/suit-spade.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun-fill.svg deleted file mode 100644 index cc1a60e6e5e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun.svg deleted file mode 100644 index c3112080ec9..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sun.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunglasses.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunglasses.svg deleted file mode 100644 index 3f7dad01cc7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunglasses.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise-fill.svg deleted file mode 100644 index eb6a6687d25..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise.svg deleted file mode 100644 index 53d670dddaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunrise.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset-fill.svg deleted file mode 100644 index 7f5b60ecba0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset.svg deleted file mode 100644 index 91041cfecb4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/sunset.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-horizontal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-horizontal.svg deleted file mode 100644 index 7e46d904912..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-vertical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-vertical.svg deleted file mode 100644 index a18fa2f45b6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/symmetry-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/table.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/table.svg deleted file mode 100644 index 5e70d22c4ab..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/table.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet-landscape.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet-landscape.svg deleted file mode 100644 index b36f7d414e7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet-landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet.svg deleted file mode 100644 index be81ff5accf..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tablet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tag.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tag.svg deleted file mode 100644 index ab34fdd9fc2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags-fill.svg deleted file mode 100644 index f92a361019a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags.svg deleted file mode 100644 index 9f6d676468e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tags.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telegram.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telegram.svg deleted file mode 100644 index 139af07eb2a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telegram.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-fill.svg deleted file mode 100644 index efc72c0737a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward-fill.svg deleted file mode 100644 index f4ce4831192..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward.svg deleted file mode 100644 index 17ec9ce7c63..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound-fill.svg deleted file mode 100644 index 998c8fbe02c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound.svg deleted file mode 100644 index 460fe9f277a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-inbound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus-fill.svg deleted file mode 100644 index bc17abbfef0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus.svg deleted file mode 100644 index 4f4d93cf492..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound-fill.svg deleted file mode 100644 index 16013a54541..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound.svg deleted file mode 100644 index 13828860d25..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-outbound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus-fill.svg deleted file mode 100644 index 6d8c58f533e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus.svg deleted file mode 100644 index 21ef909538f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x-fill.svg deleted file mode 100644 index c8ef89497b5..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x.svg deleted file mode 100644 index 5aa3f95d4bb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone.svg deleted file mode 100644 index 8e359b8250c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/telephone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal-fill.svg deleted file mode 100644 index d3c63943d8c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal.svg deleted file mode 100644 index e12c9f8821b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/terminal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-center.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-center.svg deleted file mode 100644 index 2887a99f267..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-left.svg deleted file mode 100644 index 34d8c55e926..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-right.svg deleted file mode 100644 index fdd837fa37f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-indent-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-left.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-left.svg deleted file mode 100644 index 04526116489..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-paragraph.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-paragraph.svg deleted file mode 100644 index 9779beabf1c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-paragraph.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-right.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-right.svg deleted file mode 100644 index 34686b0f1ff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/text-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-resize.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-resize.svg deleted file mode 100644 index c4a9d9fcc2d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-resize.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-t.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-t.svg deleted file mode 100644 index dc7e17c27cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea-t.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea.svg deleted file mode 100644 index 9aa54459d60..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/textarea.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-half.svg deleted file mode 100644 index cafefd29be6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-high.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-high.svg deleted file mode 100644 index 15acf4c6a9e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-high.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-low.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-low.svg deleted file mode 100644 index ce540e03b41..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-low.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-snow.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-snow.svg deleted file mode 100644 index 0e1b4002f6d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-snow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-sun.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-sun.svg deleted file mode 100644 index 07c3290957c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer-sun.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer.svg deleted file mode 100644 index 748813ec07c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/thermometer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots-vertical.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots-vertical.svg deleted file mode 100644 index cd0c79abb12..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots.svg deleted file mode 100644 index ea92369aa5f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/three-dots.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-off.svg deleted file mode 100644 index 97d6dab37b7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-on.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-on.svg deleted file mode 100644 index d13b495562a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle-on.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-off.svg deleted file mode 100644 index a8fee6b1b80..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-off.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-on.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-on.svg deleted file mode 100644 index 993ec3327f7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggle2-on.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles.svg deleted file mode 100644 index d53ae018a40..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles2.svg deleted file mode 100644 index 862fc9f2c05..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/toggles2.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tools.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tools.svg deleted file mode 100644 index b60ce108c60..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tools.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tornado.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tornado.svg deleted file mode 100644 index 5bb53a263d6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tornado.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/translate.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/translate.svg deleted file mode 100644 index 39a17d228da..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/translate.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash-fill.svg deleted file mode 100644 index 1a20e6a0435..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash.svg deleted file mode 100644 index 0ba7218ec45..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2-fill.svg deleted file mode 100644 index bc78b6d6a79..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2.svg deleted file mode 100644 index 6e6468efb37..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trash2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tree.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tree.svg deleted file mode 100644 index b97eb64f71d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tree.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle-half.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle-half.svg deleted file mode 100644 index 8f86f28c374..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle.svg deleted file mode 100644 index 1fa1898e46c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/triangle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy-fill.svg deleted file mode 100644 index e29f0013eaa..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy.svg deleted file mode 100644 index adfa108302d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/trophy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tropical-storm.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tropical-storm.svg deleted file mode 100644 index c16188d48b1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tropical-storm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck-flatbed.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck-flatbed.svg deleted file mode 100644 index 5a37c8d88ea..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck-flatbed.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck.svg deleted file mode 100644 index 1afc549c1c4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/truck.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tsunami.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tsunami.svg deleted file mode 100644 index cf574864cfb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tsunami.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tv.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tv.svg deleted file mode 100644 index bba3da16945..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/tv.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitch.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitch.svg deleted file mode 100644 index 2975f805885..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitter.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitter.svg deleted file mode 100644 index 8a83fa67527..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/twitter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-bold.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-bold.svg deleted file mode 100644 index 276d133c25c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-bold.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h1.svg deleted file mode 100644 index 4c891817570..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h2.svg deleted file mode 100644 index b6ab765012a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h3.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h3.svg deleted file mode 100644 index 154c293f88f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-h3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-strikethrough.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-strikethrough.svg deleted file mode 100644 index 1c940e42a87..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type-strikethrough.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type.svg deleted file mode 100644 index 9ab1e4c48e0..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/type.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks-grid.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks-grid.svg deleted file mode 100644 index a32d42410cd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks-grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks.svg deleted file mode 100644 index 9b659e27168..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-checks.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios-grid.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios-grid.svg deleted file mode 100644 index 00c7b080218..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios-grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios.svg deleted file mode 100644 index da779afc780..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/ui-radios.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella-fill.svg deleted file mode 100644 index c4886e9af01..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella.svg deleted file mode 100644 index 94f32f90663..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/umbrella.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/unlock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/unlock.svg deleted file mode 100644 index 8eb0925da0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/unlock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc-scan.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc-scan.svg deleted file mode 100644 index 2a9a6aff03d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc-scan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc.svg deleted file mode 100644 index 6669ef7a1ba..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/upc.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vector-pen.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vector-pen.svg deleted file mode 100644 index 013acc2586a..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vector-pen.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-list.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-list.svg deleted file mode 100644 index 3d1a972e4f3..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-list.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-stacked.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-stacked.svg deleted file mode 100644 index 7f59bb98759..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/view-stacked.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vimeo.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vimeo.svg deleted file mode 100644 index 34eea6d2468..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vimeo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl-fill.svg deleted file mode 100644 index a5ab73dede2..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl.svg deleted file mode 100644 index 75c2681d99e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vinyl.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/voicemail.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/voicemail.svg deleted file mode 100644 index ff7ce86cbb7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/voicemail.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down-fill.svg deleted file mode 100644 index 4879b5a7205..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down.svg deleted file mode 100644 index 996dbefd69d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute-fill.svg deleted file mode 100644 index 7ab7684419b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute.svg deleted file mode 100644 index 12659d9aa18..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-mute.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-off.svg deleted file mode 100644 index 08bb6b99c76..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up-fill.svg deleted file mode 100644 index 495ee981a1e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up.svg deleted file mode 100644 index 3840310db44..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/volume-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vr.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vr.svg deleted file mode 100644 index cf2ea37614d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/vr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet-fill.svg deleted file mode 100644 index d44e5c83645..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet.svg deleted file mode 100644 index d18441bcf98..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet2.svg deleted file mode 100644 index e646d94deff..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wallet2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/watch.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/watch.svg deleted file mode 100644 index 8c3ee988ea4..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/watch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/water.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/water.svg deleted file mode 100644 index 18e08257b0b..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/water.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam-fill.svg deleted file mode 100644 index d88882615c6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam.svg deleted file mode 100644 index ff6e6ee0ae1..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/webcam.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/whatsapp.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/whatsapp.svg deleted file mode 100644 index 6242d057ceb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/whatsapp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-1.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-1.svg deleted file mode 100644 index 4d75ef524fc..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-2.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-2.svg deleted file mode 100644 index 377c1fc9f7c..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-off.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-off.svg deleted file mode 100644 index 4399861361e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi.svg deleted file mode 100644 index 8cb1f71d96e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wifi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wind.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wind.svg deleted file mode 100644 index d350ea404e6..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wind.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-dock.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-dock.svg deleted file mode 100644 index c1c264c4547..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-dock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-sidebar.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-sidebar.svg deleted file mode 100644 index 98476ce8735..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window-sidebar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window.svg deleted file mode 100644 index ad6166e691d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/window.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/windows.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/windows.svg deleted file mode 100644 index b280560794f..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/windows.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wordpress.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wordpress.svg deleted file mode 100644 index 4c8cbc4129e..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wordpress.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wrench.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wrench.svg deleted file mode 100644 index bef07136f00..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/wrench.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-circle-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-circle-fill.svg deleted file mode 100644 index 448fdee4647..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-diamond.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-diamond.svg deleted file mode 100644 index 0ade53696ac..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-lg.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-lg.svg deleted file mode 100644 index 17312575770..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-lg.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-octagon-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-octagon-fill.svg deleted file mode 100644 index 7872889d5df..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-square-fill.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-square-fill.svg deleted file mode 100644 index ddfd727a001..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/x-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/yin-yang.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/yin-yang.svg deleted file mode 100644 index cf1da48fb73..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/yin-yang.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/youtube.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/youtube.svg deleted file mode 100644 index 86fa4900afd..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/youtube.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-in.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-in.svg deleted file mode 100644 index 6cde1a0b5cb..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-in.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-out.svg b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-out.svg deleted file mode 100644 index b965f8e717d..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/icons/zoom-out.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svg-sprite.json b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svg-sprite.json deleted file mode 100644 index 2abfa70bcb7..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svg-sprite.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "mode": { - "symbol": { - "dest": ".", - "sprite": "bootstrap-icons.svg" - } - }, - "shape": { - "transform": [ - { - "svgo": { - "multipass": true, - "plugins": [ - { - "cleanupAttrs": true - }, - { - "cleanupEnableBackground": true - }, - { - "cleanupIDs": true - }, - { - "cleanupListOfValues": true - }, - { - "cleanupNumericValues": true - }, - { - "collapseGroups": true - }, - { - "convertColors": true - }, - { - "convertPathData": { - "noSpaceAfterFlags": false - } - }, - { - "convertShapeToPath": true - }, - { - "convertStyleToAttrs": true - }, - { - "convertTransform": true - }, - { - "inlineStyles": true - }, - { - "mergePaths": { - "noSpaceAfterFlags": false - } - }, - { - "minifyStyles": true - }, - { - "moveElemsAttrsToGroup": true - }, - { - "moveGroupAttrsToElems": true - }, - { - "removeAttrs": { - "attrs": [ - "data-name", - "fill", - "clip-rule" - ] - } - }, - { - "removeComments": true - }, - { - "removeDesc": true - }, - { - "removeDoctype": true - }, - { - "removeEditorsNSData": true - }, - { - "removeEmptyAttrs": true - }, - { - "removeEmptyContainers": true - }, - { - "removeEmptyText": true - }, - { - "removeHiddenElems": true - }, - { - "removeMetadata": true - }, - { - "removeNonInheritableGroupAttrs": true - }, - { - "removeTitle": true - }, - { - "removeUnknownsAndDefaults": { - "keepRoleAttr": true - } - }, - { - "removeUnusedNS": true - }, - { - "removeUselessDefs": true - }, - { - "removeUselessStrokeAndFill": true - }, - { - "removeViewBox": false - }, - { - "removeXMLNS": true - }, - { - "removeXMLProcInst": true - }, - { - "sortAttrs": true - } - ] - } - } - ] - }, - "svg": { - "namespaceClassnames": false - } -} diff --git a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svgo.config.js b/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svgo.config.js deleted file mode 100644 index 62bf8f65425..00000000000 --- a/themes/bitix/static/assets/libs/bootstrap-icons-1.6.1/svgo.config.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' - -module.exports = { - multipass: true, - js2svg: { - pretty: true, - indent: 2 - }, - plugins: [ - { - name: 'preset-default', - params: { - overrides: { - removeUnknownsAndDefaults: { - keepRoleAttr: true - }, - removeViewBox: false - } - } - }, - // The next plugins are included in svgo but are not part of preset-default, - // so we need to enable them separately - 'cleanupListOfValues', - 'sortAttrs', - { - name: 'removeAttrs', - params: { - attrs: [ - 'clip-rule', - 'data-name', - 'fill' - ] - } - } - ] -} diff --git a/themes/bitix/static/assets/libs/jquery-3.6.0.js b/themes/bitix/static/assets/libs/jquery-3.6.0.js deleted file mode 100644 index fc6c299b73e..00000000000 --- a/themes/bitix/static/assets/libs/jquery-3.6.0.js +++ /dev/null @@ -1,10881 +0,0 @@ -/*! - * jQuery JavaScript Library v3.6.0 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2021-03-02T17:08Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.6.0", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.6 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2021-02-16 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -} -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the primary Deferred - primary = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return primary.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); - } - - return primary.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
    " ], - col: [ 2, "", "
    " ], - tr: [ 2, "", "
    " ], - td: [ 3, "", "
    " ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - which: true -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - // Suppress native focus or blur as it's already being fired - // in leverageNative. - _default: function() { - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. - tr.style.height = "1px"; - trChild.style.height = "9px"; - - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml, parserErrorElem; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} - - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "