body{}


.wab-button{
    z-index: 9999999999999999999999!important;
    color:#fff!important;
    background: rgb(18,175,0);
    background: -moz-linear-gradient(90deg, rgba(18,175,0,1) 0%, rgba(11,105,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(18,175,0,1) 0%, rgba(11,105,0,1) 100%);
    background: linear-gradient(90deg, rgba(18,175,0,1) 0%, rgba(11,105,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12af00",endColorstr="#0b6900",GradientType=1); 
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold!important;
    box-shadow: 0 5px 20px rgba(0,0,0,.32);
    border: 3px solid white;
}

.wab-buttona a:hover{
    text-decoration: none;
}

@media (max-width: 768px) {
.wab-button{
    bottom: 3px;
    left: 3px;
}

}


