#llm-rag-chatbot .chat-bubble-container{
	bottom:5%!important;
	right:5%!important;
	width:120px!important;
	height:120px!important;
	top:auto!important;
	left:auto!important;
}

#llm-rag-chatbot .chat-bubble-container .avatar-container{
	width:120px!important;
	height:120px!important;
	}
#llm-rag-chatbot .chat-bubble-container .avatar-container img{
	width:auto!important;
	height:auto!important;
}



@media (max-width: 1024px) {
	#llm-rag-chatbot .chat-bubble-container{
		right:calc(15vw - 40px)!important;
	}
}


@media (max-width: 599px) {
	#llm-rag-chatbot .chat-bubble-container{
		right:calc(12.5vw - 40px)!important;
	}
}



@media (max-width: 1024px) {
	#llm-rag-chatbot .chat-bubble-container{
		bottom:10px!important;
		width:80px!important;
		height:80px!important;
		top:auto!important;
		left:auto!important;
	}

	#llm-rag-chatbot .chat-bubble-container .avatar-container{
		width:80px!important;
		height:80px!important;
	}
}