/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.tombol-whatsapp { 
  position: fixed;
  bottom: 80px;
  right: 25px;
  width: 47px;
  height: 47px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
  /* transition: transform 0.3s ease; */
  z-index: 9999;
} 

.tombol-whatsapp:hover {
background-color: #22bc5a;
}

.tombol-whatsapp i {
  font-size: 24px;
}