#wa-widget{
position:fixed;
bottom:20px;
right:20px;
font-family:Arial, sans-serif;
z-index:9999;
}

#wa-button{
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:white;
cursor:pointer;
box-shadow:0 10px 25px rgba(0,0,0,0.25);
transition:0.2s;
position:relative;
}

#wa-button:hover{
transform:scale(1.08);
}

#wa-notify{
position:absolute;
top:-4px;
right:-4px;
background:red;
color:white;
width:20px;
height:20px;
border-radius:50%;
font-size:12px;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

#wa-chat{
position:absolute;
bottom:85px;
right:0;
width:300px;
background:white;
border-radius:10px;
box-shadow:0 10px 35px rgba(0,0,0,0.25);
display:none;
overflow:hidden;
}

#wa-header{
background:#25D366;
color:white;
padding:12px;
display:flex;
align-items:center;
}

#wa-header img{
width:36px;
height:36px;
border-radius:50%;
margin-right:10px;
}

#wa-title{
font-weight:bold;
font-size:14px;
}

#wa-status{
font-size:12px;
opacity:.8;
}

#wa-close{
margin-left:auto;
cursor:pointer;
font-size:18px;
}

#wa-body{
padding:15px;
font-size:14px;
line-height:1.5;
color:#444;
}

#wa-start{
display:block;
background:#25D366;
color:white;
text-align:center;
padding:12px;
margin:12px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
}

#wa-start:hover{
background:#1ebe5d;
}
