
#ai-bubble{

position:fixed;
right:25px;
bottom:25px;
width:60px;
height:60px;
background:#ff4d6d;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:9999;

}

#ai-popup{

position:fixed;
right:25px;
bottom:95px;
width:420px;
height:640px;
background:#fff;
border-radius:18px;
display:none;
overflow:hidden;
box-shadow:0 40px 100px rgba(0,0,0,.2);

}
