#aiassistant-box {

display:none;
position:fixed;
bottom:80px;
right:30px;
width:350px;
background:white;
border:1px solid #ddd;
border-radius:10px;
box-shadow:0 5px 20px #999;
z-index:9999;

}


#aiassistant-header{

background:#0d6efd;
color:white;
padding:12px;
font-weight:bold;

}


#aiassistant-close{

float:right;
cursor:pointer;

}


#aiassistant-messages{

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

}


.aiassistant-message{

padding:8px;
margin:5px;
border-radius:8px;

}


.bot{

background:#eeeeee;

}


.user{

background:#d1e7dd;
text-align:right;

}


#aiassistant-input{

display:flex;
padding:10px;

}


#aiassistant-question{

flex:1;

}


#aiassistant-button{

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

border-radius:50%;
width:60px;
height:60px;

font-size:25px;

cursor:pointer;

}