#chat-box{
	background: #f3f5ef;
	border: 1px solid rgba(129,150,94,0.2);
	border-radius: 16px;
	height: calc(100vh - 150px);
}
.ai-message .cloud {
    background-color: #fff;
	color: #111;
	border-color: #E4E7E7;
}
.user-message .cloud{
	background-color: #fff;
	color: #111;
	border-color: #E4E7E7;
}
.avatar-container{
	background-color:#fff; 
	width: 50px; 
	height: 50px; 
	border-radius:25px; 
	border: 1px solid #b6c2a3;
	text-align: center;
}
.avatar-container svg{
	margin-top: 12px;
}
#chat-content {
    scrollbar-width: thin;
    scrollbar-color: #b6c2a3 #f3f5ef;
}

.ai-top-right-icons{
	position: relative; 
	display: flex; 
	gap: 14px;
	justify-content: center; 
    align-items: center; 
    height: 100%;
}
.ai-top-right-icons a:focus{
	outline: none;
}
#chat-info{
	margin-top: 7px;
}