/*!
 * Bootstrap Icons v1.7.2 (https://icons.getbootstrap.com/)
 * Copyright 2019-2021 The Bootstrap Authors
 * Copyright 2019-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-search::before { content: "🔍"; }
.bi-exclamation-triangle-fill::before { content: "⚠️"; }
.bi-clock-history::before { content: "⏰"; }
.bi-trash::before { content: "🗑️"; }
.bi-box-arrow-up-right::before { content: "↗️"; } 