.tps_chat {
	width: 60px;
	height: 60px;
	background-image: url(/tps/templates/chat/chat.svg);
	background-size: 36px;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
	cursor: pointer;
	z-index: 20;
}

@keyframes tps_scale {
  0% { transform: scale(1.0); }
  50% { transform: scale(0.2); }
  100% { transform: scale(1.0); }
}

.tps_chat:hover {
	background-size: 40px;
}
