.bdf-floating-social{
  position: fixed !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  z-index: 2147483647 !important;

  display: flex !important;
  flex-direction: column !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* pulsanti */
.bdf-btn{
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,.2);
  transition: transform .2s ease;
  text-decoration: none;
}

/* effetto slide */
.bdf-btn:hover{
  transform: translateX(-10px);
}

/* icone */
.bdf-btn svg{
  width: 22px;
  height: 22px;
  fill: #fff;
}

/* colori */
.bdf-fb{ background:#1877f2; }
.bdf-ig{ background:#e1306c; }
.bdf-mail{ background:#333; }

/* mobile */
@media(max-width:768px){
  .bdf-btn{
    width:48px;
    height:48px;
  }
}
