body{}


.wab-button{
    color:#fff!important;
    background: green;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 100002; /* ← aggiunge questo */
    
}



