.whatsapp-float-31aab721 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-float-31aab721:hover {
	background-color: #128c7e;
	transform: scale(1.1);
	color: #fff;
}

.whatsapp-float-31aab721 svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
	stroke: none;
}
