
.shg-whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
}

.shg-whatsapp-float,
.shg-whatsapp-float * {
	box-sizing: border-box;
}

.shg-whatsapp-float__button {
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
	outline: none;
	width: 60px;
	height: 60px;
	min-width: 60px;
	padding: 0;
	margin: 0;
	border-radius: 50% !important;
	background: #25D366 !important;
	color: #ffffff !important;
	box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28), 0 8px 20px rgba(0, 0, 0, 0.14) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
}

.shg-whatsapp-float__button::before,
.shg-whatsapp-float__button::after {
	content: none !important;
	display: none !important;
}

.shg-whatsapp-float__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34), 0 10px 24px rgba(0, 0, 0, 0.16) !important;
	filter: brightness(1.02);
	background: #25D366 !important;
	border: none !important;
}

.shg-whatsapp-float__button:active {
	transform: translateY(0);
}

.shg-whatsapp-float__button:focus,
.shg-whatsapp-float__button:focus-visible {
	border: none !important;
	outline: 3px solid rgba(37, 211, 102, 0.25) !important;
	outline-offset: 3px;
	background: #25D366 !important;
}

.shg-whatsapp-float__icon {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shg-whatsapp-float__button svg {
	width: 30px;
	height: 30px;
	display: block;
	fill: currentColor;
}

.shg-whatsapp-float__label {
	display: none;
}

.shg-whatsapp-float[data-disabled="1"] .shg-whatsapp-float__button {
	opacity: .88;
	filter: grayscale(.08);
}

@media (max-width: 767px) {
	.shg-whatsapp-float {
		right: 14px;
		bottom: 14px;
	}

	.shg-whatsapp-float__button {
		width: 56px;
		height: 56px;
		min-width: 56px;
	}

	.shg-whatsapp-float__button svg {
		width: 28px;
		height: 28px;
	}
}
