/* Bootstrap Icons utility classes — replaces FontAwesome's fa-2x / fa-spin / fa-pulse */
.bi-2x{font-size:2em}
.bi-3x{font-size:3em}
.bi-4x{font-size:4em}
.bi-5x{font-size:5em}
.bi-6x{font-size:6em}
.bi-7x{font-size:7em}
.bi-8x{font-size:8em}
.bi-9x{font-size:9em}
.bi-10x{font-size:10em}
.bi-fw{text-align:center;width:1.25em}
@keyframes bi-spin{to{transform:rotate(360deg)}}
.bi-spin{display:inline-block;animation:bi-spin 2s linear infinite}
@keyframes bi-pulse{50%{opacity:.5}}
.bi-pulse{display:inline-block;animation:bi-pulse 1s steps(8,end) infinite}
