/* Bootstrap Icons local fallback (no external @import). */
/* Note: This minimal mapping uses Unicode/emoji glyphs instead of the icon font.
	To fully vendor Bootstrap Icons, replace this file with the official minified CSS
	and add the font files under ./fonts (bootstrap-icons.woff2/.woff), updating url() paths. */
.bi{position:relative;display:inline-block;line-height:1;vertical-align:-0.125em}
.bi::before{font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
/* Commonly used icons mapped to Unicode fallbacks */
.bi-check-lg::before{content:"\2713"} /* ✓ */
.bi-pencil::before{content:"\270E"} /* ✎ */
.bi-trash::before{content:"\1F5D1"} /* 🗑 (may vary by platform) */
.bi-x-lg::before{content:"\2715"} /* ✕ */
