.easycommerce-ai-chatbox-container::-webkit-scrollbar {
	width: 5px;
    border-radius: 9999px;
}

.easycommerce-ai-chatbox-container::-webkit-scrollbar-track {
	background: #F0EDFB;
    border-radius: 9999px;
}

.easycommerce-ai-chatbox-container::-webkit-scrollbar-thumb {
	background-color: #7F7F98; 
	border-radius: 9999px;
}

.easycommerce-ai-chatbox-container::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.easycommerce-ai-chatbox-container {
	scrollbar-width: auto;
}