
*{font-family:Inter,Arial}
#swcp-popup{
display:none;
position:fixed;
right:30px;
bottom:100px;
width:350px;
background:white;
border-radius:28px;
overflow:hidden;
box-shadow:0 20px 60px #0003;
z-index:999999;
animation:swcpPop .35s ease;
}
@keyframes swcpPop{
from{opacity:0;transform:translateY(40px) scale(.9)}
to{opacity:1;transform:none}
}
.swcp-head{
height:75px;
background:var(--main-color);
color:white;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 22px;
font-size:20px;
font-weight:700;
}
.pill{
background:#ffffff22;
padding:10px 25px;
border-radius:30px;
}
.swcp-content{
text-align:center;
padding:30px 22px;
}
.swcp-content img{
width:65px;
height:65px;
object-fit:contain;
margin:0 8px;
}
.swcp-content h2{
font-size:27px;
margin:30px 0;
color:#333;
}
#swcp-message{
width:100%;
height:100px;
border-radius:15px;
padding:15px;
font-size:16px;
box-sizing:border-box;
}
#swcp-send{
margin-top:22px;
float:right;
width:46px;height:46px;
border:0;
border-radius:50%;
background:#25d366;
color:white;
font-size:22px;
}
#swcp-float{
position:fixed;
right:30px;
bottom:30px;
width:65px;height:65px;
border-radius:50%;
background:#25d366;
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
}
#swcp-float img{
width:40px;height:40px;
}
