div.was {
  position: fixed;
  padding: 0;
  padding-right: 0;
  bottom: 60px;
  z-index: 999;
  opacity: 1;
  transition: 0.3s;
}
div.was.right{
  right: 60px !important;
  bottom: 30px !important;
}

div.was i {
  color: #FFFFFF;
  background-color: #26D367;
  border-radius: 60px;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.was i:before{
  font-size: 43px;
}