#wa-floating-button {
position: fixed; 
/*bottom:20px; right:20px;*/
bottom: 30px; right: 10%;
background:#25D366; color:white;
width:60px; height:60px; border-radius:50%;
display:flex; justify-content:center; align-items:center;
cursor:pointer; font-size:30px;
box-shadow:0 4px 8px rgba(0,0,0,0.3); z-index:9999;
}
#wa-floating-form {
position: fixed; 
/*bottom:100px; right:20px;*/
bottom:110px; right:10%;
padding:15px; display:none; z-index:9999; width:220px;
}
.wa-form-container select, .wa-form-container button {
width:100%; padding:8px; margin-top:8px;
}
.wa-form-container button {
background:#25D366; color:white; border:none; cursor:pointer;  padding: 10px 5px;
    text-transform: uppercase;
}

.wa-form-container button:hover {background:#9d8948}

.wa-option-titulo {
color: #000; font-weight: 500; text-align: center;margin-bottom: 8px; margin-top: 0px;
}

select#wa-option-select {border-radius: 10px; margin-bottom: 10px; color: #000;}