
.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.2s;
  font-family: 'Oswald', sans-serif;
  justify-content: center;
  align-items: center;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 15px;
  transition: 0.2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

.btn-floating:hover img {
  margin-bottom: -1px;
}

.btn-floating.whatsapp {
  bottom: 110px;
  background-color: #34af23;
  border: 2px solid #fff;
}

.btn-floating.whatsapp:hover {
  background-color: #1f7a12;
}

.btn-floating.hiu777 {
  bottom: 165px;
  background-color: #0088cc;
  border: 2px solid #fff;
}

.btn-floating.hiu777:hover {
  background-color: #0088cc;
}

.btn-floating.rtpslot {
  bottom: 220px;
  background-color: #000;
  border: 2px solid #fff;
}

.btn-floating.rtpslot:hover {
  background-color: #000;
}