/**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/
.whatsapp-plug-icon{ position: fixed; z-index: 9999; bottom: 20px; left: 95%; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #0ba360; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('WhatsApp.svg'); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #15cc74;}
