
.user-emoji {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  background-color: #067adc;
  cursor: pointer;
  font-size: 16pt;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
}