#elight-wa-button{
position:fixed;
bottom:20px;
border-radius:30px;
cursor:pointer;
z-index:9999;
}

#elight-wa-popup{
display:none;
position:fixed;
bottom:80px;
width:300px;
padding:15px;
border-radius:12px;
box-shadow:0 6px 25px rgba(0,0,0,.3);
z-index:9999;
}

#elight-wa-popup input,
#elight-wa-popup textarea{
width:100%;
padding:8px;
margin-bottom:10px;
}

#elight-wa-send{
width:100%;
background:#25D366;
color:#fff;
border:none;
padding:10px;
cursor:pointer;
}

#elight-wa-close{
float:right;
cursor:pointer;
font-size:18px;
}
