.whatsappWidget {
	--whatsapp-color:	#25D366;
	width:				50px;
	height:				50px;
	position:			fixed;
	bottom:				20px;
	right:				20px;
	filter:				drop-shadow( 0px 6px 5px rgba( 0, 0, 0, .25 ) );
}
.whatsappWidget.circle {
	width:			33px;
	height:			33px;
	background:		var( --whatsapp-color, #25D366 );
	border-radius:	50%;
	padding:		13px;
	box-sizing:		content-box;
}
.whatsappIcon .whatsappIcon__cls--1 { fill:	#F8F8F8; }
.whatsappIcon .whatsappIcon__cls--2 { fill:	var( --whatsapp-color, #25D366 ); }