@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

.cosmosfarm-chat { position: fixed; right: 24px; bottom: 90px; z-index: 9999; }
.cosmosfarm-chat .chat-item { margin-bottom: 10px; }
.cosmosfarm-chat .chat-item img { width: 62px; max-width: 62px; }
.cosmosfarm-chat .chat-item.item-channel { display: none; }

@media screen and (max-width: 600px) {
	.cosmosfarm-chat { right: 5px; bottom: 140px; }
	.cosmosfarm-chat .chat-item { margin-bottom: 5px; }
	.cosmosfarm-chat .chat-item img { width: 30px; max-width: 30px; }
	.cosmosfarm-chat .chat-item.item-channel { display: block; }
}