.hqtxZK {
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  border-radius: 50%;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  outline: transparent;
  background-color: rgb(255, 255, 255);
  margin-bottom: 5px;
  margin-right: 47px;
  margin-left: 20px;
  width: 50px;
}