/*
* rwfmt-stylesheet.css
* Stylesheet for plugin 
*/

/*.whatsapp_float_button { display: none !important; }*/
.rwfmt_whatsapp_floating_button, .racar_whatsapp_floating_button {
	font-family: sans-serif;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	white-space: nowrap;
	line-height: 100%;
	padding: 2px 20px;
	border-radius: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	/*box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
	background-color: #0dc152;*/
	transition: box-shadow 80ms ease-in-out, width .4s ease .2s;           
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	z-index: 99999;
}

.rwfmt_whatsapp_floating_button img {width: 60px;}

.rwfmt_whatsapp_floating_button span, .racar_whatsapp_shortcode_button span {
	padding-left: 8px;
	color: rgba(255, 255, 255, 1);
}