#d9wp-button{

position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:#fff;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
cursor:pointer;
z-index:9999;

}

#d9wp-chat{

position:fixed;
bottom:100px;
right:25px;
width:280px;
background:#fff;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
display:none;
padding:15px;

}

.d9wp-member{

display:flex;
align-items:center;
margin-bottom:10px;
text-decoration:none;
color:#000;

}

.d9wp-member img{

width:40px;
height:40px;
border-radius:50%;
margin-right:10px;

}

.d9wp-member span{

font-size:12px;
color:#777;

}