.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	left: 30px;
	border-radius: 50px;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wtp-button {
	width: 27.5px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
}

.float:hover {
	text-decoration: none;
	background-color: #fff;
}

.float:hover > .wtp-button {
	filter: invert(51%) sepia(98%) saturate(1737%) hue-rotate(154deg) brightness(102%) contrast(101%);
}


