.buletwa-container{
  position: fixed;
  bottom: 50px;
  right: 90px;
  z-index: 999;
  cursor: pointer;
}

.buletwa-icon-holder{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #016fb9;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.buletwa-icon-holder:hover{
  opacity: 0.8;
}

.buletwa-icon-holder i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: 25px;
  color: #ffffff;
}

.bulet {
  width: 60px;
  height: 60px;
  background: #e6e612;
}

.fab-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;

  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}

.bulet:hover + .fab-options, .fab-options:hover {
  opacity: 1;
  transform: scale(1);
}
