.icon-round {
  border-radius: 15pc;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #fff;
  padding: 6px;
  margin: -2px 10px 5px 0;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  display: inline-block;
  box-sizing: border-box;
}

.icon-round-success {
  color: #25D366 !important;
}