.bi {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ikon mata 👁 */
.bi-eye {
  background-image: url("eye.svg");
}

/* ikon mata dicoret 👁️‍🗨️ */
.bi-eye-slash {
  background-image: url("eye-slash.svg");
}
