.circle-check {
  display: inline;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(/images/icons/circle-check.svg);
  background-repeat: no-repeat;
}
.hide {
  display: none;
}