
#kaviani-bot{

position:fixed;
bottom:80px;
right:20px;
width:320px;
background:white;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,0.3);
display:none;
z-index:9999;
font-family:tahoma, Arial;
direction:rtl;

}

#kaviani-bot-toggle{

position:fixed;
bottom:20px;
right:20px;
background:#2e7d32;
color:white;
padding:12px 18px;
border-radius:25px;
cursor:pointer;
box-shadow:0 0 10px rgba(0,0,0,0.3);
z-index:9999;

}

#kaviani-header{

background:#2e7d32;
color:white;
padding:10px;
cursor:pointer;
border-radius:10px 10px 0 0;

}

#kaviani-messages{

height:300px;
overflow:auto;
padding:10px;

}

#kaviani-input{

width:100%;
border:none;
border-top:1px solid #ddd;
padding:10px;

}

.user-msg{

text-align:right;
margin:5px;

}

.bot-msg{

background:#f1f1f1;
padding:8px;
border-radius:5px;
margin:5px;

}

.bot-product{

display:flex;
gap:10px;
margin-top:10px;

}

.bot-product img{

width:60px;

}
