/**
 *  2009-2025 Tecnoacquisti.com
 *
 *  For support feel free to contact us on our website at http://www.tecnoacquisti.com
 *
 *  @author    Arte e Informatica <helpdesk@tecnoacquisti.com>
 *  @copyright 2009-2025 Arte e Informatica
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  @version   2.3.0
 */

#cleanshare-toast {
    display:none;
    position:fixed;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    z-index:9999;
    padding:10px 14px;
    border-radius:6px;
    background:#333333;
    color:#ffffff;
}

button#cleanshare-btn {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-radius: 10px;
    margin: 5px;
}

button#cleanshare-btn:hover {
    background: #100d0d !important;
}

#share-float {
  position: fixed;
  bottom: 50px;
  left: 20px;
  z-index: 9999; /* tienilo sopra a tutto */
}

#share-float #cleanshare-btn {
  border-radius: 12px;
  padding: 10px 16px;
  background: #333;
  color: #fff;
}

#share-float #cleanshare-btn .material-icons {
  margin-right: 6px;
  vertical-align: middle;
}

