#rag-chat-button{

position:fixed;
bottom:25px;
right:25px;

width:60px;
height:60px;

background:#159b8c;
color:white;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

cursor:pointer;

z-index:99999;

box-shadow:0 5px 15px #999;

}



#rag-chat-box{

display:none;

position:fixed;

bottom:95px;
right:25px;

width:380px;
height:550px;

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:0 5px 25px #555;

z-index:99999;

}



#rag-chat-box iframe{

width:100%;
height:100%;
border:none;

}



@media(max-width:600px){

#rag-chat-box{

width:95%;
height:80%;

right:2.5%;

}

}
#rag-chat-button{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#159b8c;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:99999;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}

#rag-chat-button img{
    width:34px;
    height:34px;
    object-fit:contain;
}