#copicom-button{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
cursor:pointer;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
z-index:9999;
}

#copicom-chat{
position:fixed;
bottom:90px;
right:20px;
width:300px;
background:white;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,0.2);
font-family:Arial;
display:none;
overflow:hidden;
}

#copicom-header{
background:#075E54;
color:white;
padding:12px;
font-weight:bold;
display:flex;
justify-content:space-between;
}

#copicom-body{
padding:15px;
text-align:center;
}

.copicom-btn{
display:block;
background:#25D366;
color:white;
padding:12px;
margin-top:10px;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}

#copicom-close{
cursor:pointer;
}