﻿.plugin.whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 60px;
    padding: 10px;
    background: #189c0e;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #555;
    opacity: 0.98;
    transition: opacity 0.2s;
    z-index: 502;
}

.plugin.whatsapp  a i{
    max-width: 100%;
    /* bottom: 15px; */
    max-height: 32px;
    margin-left: 2px;
    font-size: 34px;
    color: white;
}