.ht-ctc-chat {
	--side: right;
}

@keyframes ctc_fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}