@charset "UTF-8";
/* Ikon lokal ASCII-safe: memakai Unicode escape agar tidak rusak oleh encoding server. */
.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 1.1em;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.12em;
}
.bi::before {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.bi-arrow-right::before      { content: "\2192"; }
.bi-calendar-check::before   { content: "\2713"; }
.bi-chat-dots::before        { content: "\2026"; }
.bi-check2-circle::before    { content: "\2713"; }
.bi-controller::before       { content: "\25C6"; }
.bi-geo-alt::before          { content: "\2316"; }
.bi-headset::before          { content: "\260E"; }
.bi-info-circle::before      { content: "i"; }
.bi-laptop::before           { content: "\25B0"; }
.bi-lightning-charge::before { content: "\03DF"; }
.bi-person-vcard::before     { content: "\25A3"; }
.bi-phone::before            { content: "\260E"; }
.bi-router::before           { content: "\2301"; }
.bi-shield-check::before     { content: "\2713"; }
.bi-shop::before             { content: "\2302"; }
.bi-tv::before               { content: "\25AD"; }
.bi-whatsapp::before         { content: "\25CF"; }
