.fhchat-whatsapp {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
	text-align: left;
	direction: ltr;
	z-index: 2147483647 !important;
	isolation: isolate;
}

.fhchat-whatsapp *,
.fhchat-whatsapp *:before,
.fhchat-whatsapp *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fhchat-whatsapp-trigger {
	position: relative;
	z-index: 2147483647 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 64px;
	min-height: 64px;
}

.fhchat-whatsapp-fab,
.fhchat-whatsapp-teaser,
.fhchat-whatsapp-close {
	border: 0;
	cursor: pointer;
	font: inherit;
	outline: none;
	text-transform: none;
	letter-spacing: 0;
}

.fhchat-whatsapp-fab {
	width: 64px;
	height: 64px;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 12px 28px rgba(37, 211, 102, .22);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform .18s ease, box-shadow .18s ease;
	transition: transform .18s ease, box-shadow .18s ease;
	background-image: none !important;
}

.fhchat-whatsapp-fab:hover,
.fhchat-whatsapp-fab:focus {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(37, 211, 102, .32);
}

.fhchat-whatsapp-icon svg {
	display: block;
	width: 46px;
	height: 46px;
	fill: currentColor;
	stroke: none;
}

.fhchat-whatsapp-teaser {
	position: absolute;
	left: 78px;
	top: 50%;
	max-width: 360px;
	margin: 0;
	padding: 10px 20px;
	border-radius: 24px;
	background: #fff !important;
	background-image: none !important;
	color: #454545 !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	white-space: nowrap;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .25);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(-50%) translateX(-8px);
	transform: translateY(-50%) translateX(-8px);
	-webkit-transition: opacity .18s ease, visibility .18s ease, -webkit-transform .18s ease;
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.fhchat-whatsapp-fab:hover + .fhchat-whatsapp-teaser,
.fhchat-whatsapp-fab:focus + .fhchat-whatsapp-teaser,
.fhchat-whatsapp-trigger:hover .fhchat-whatsapp-teaser,
.fhchat-whatsapp-trigger:focus-within .fhchat-whatsapp-teaser {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.fhchat-whatsapp-teaser:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -11px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 14px solid rgba(0, 0, 0, .08);
	background: transparent;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
}

.fhchat-whatsapp-teaser:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 13px solid #fff;
}

.fhchat-whatsapp-panel {
	position: relative;
	z-index: 2147483647 !important;
	display: none;
	width: 522px;
	max-width: -webkit-calc(100vw - 40px);
	max-width: calc(100vw - 40px);
	overflow: hidden;
	border-radius: 28px;
	background: #f5fcf8;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .28);
	text-align: left !important;
}

.fhchat-whatsapp.fhchat-whatsapp-open .fhchat-whatsapp-trigger {
	display: none;
}

.fhchat-whatsapp.fhchat-whatsapp-open .fhchat-whatsapp-panel {
	display: block;
}

.fhchat-whatsapp-panel-head {
	position: relative;
	height: 90px;
}

.fhchat-whatsapp-close {
	position: absolute;
	top: 24px;
	right: 32px;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .28);
	background-image: none !important;
}

.fhchat-whatsapp-close span:before,
.fhchat-whatsapp-close span:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 11px;
	width: 22px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
}

.fhchat-whatsapp-close span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fhchat-whatsapp-close span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fhchat-whatsapp-panel-body {
	padding: 26px 28px 14px;
}

.fhchat-whatsapp-bubble {
	position: relative;
	margin: 0 0 42px 24px;
	padding: 22px 26px;
	border-radius: 28px;
	background: #fff !important;
	background-image: none !important;
	color: #454545 !important;
	font-size: 21px !important;
	line-height: 1.35 !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
}

.fhchat-whatsapp-bubble:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 59px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 21px solid rgba(0, 0, 0, .11);
	background: transparent;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
}

.fhchat-whatsapp-bubble:after {
	content: "";
	position: absolute;
	left: -17px;
	top: 58px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 18px solid #fff;
}

.fhchat-whatsapp-bubble p {
	position: relative;
	z-index: 1;
	display: block !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #454545 !important;
	font-size: 21px !important;
	line-height: 1.35 !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-shadow: none !important;
}

.fhchat-whatsapp-bubble p + p {
	margin-top: 4px !important;
}

.fhchat-whatsapp-cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	min-height: 76px;
	padding: 18px 30px 18px 22px;
	border-radius: 42px;
	color: #fff !important;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 4px 10px rgba(37, 211, 102, .28);
	-webkit-transition: -webkit-transform .18s ease, box-shadow .18s ease;
	transition: transform .18s ease, box-shadow .18s ease;
	background-image: none !important;
	text-indent: 0 !important;
	text-shadow: none !important;
}

.fhchat-whatsapp-cta:hover,
.fhchat-whatsapp-cta:focus {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(37, 211, 102, .35);
}

.fhchat-whatsapp-cta-disabled,
.fhchat-whatsapp-cta-disabled:hover,
.fhchat-whatsapp-cta-disabled:focus {
	cursor: default;
	opacity: .65;
	-webkit-transform: none;
	transform: none;
}

.fhchat-whatsapp-send svg {
	display: block;
	width: 46px;
	height: 46px;
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 600px) {
	.fhchat-whatsapp {
		left: 16px !important;
		right: 16px;
		bottom: 18px !important;
	}

	.fhchat-whatsapp-panel {
		width: auto;
		max-width: none;
		border-radius: 22px;
	}

	.fhchat-whatsapp-panel-head {
		height: 78px;
	}

	.fhchat-whatsapp-close {
		top: 18px;
		right: 24px;
	}

	.fhchat-whatsapp-panel-body {
		padding: 22px 18px 14px;
	}

	.fhchat-whatsapp-bubble {
		margin-left: 16px;
		font-size: 18px;
	}

	.fhchat-whatsapp-cta {
		min-height: 64px;
		padding: 14px 22px 14px 18px;
		font-size: 18px;
	}
}

@media (max-width: 430px) {
	.fhchat-whatsapp-teaser {
		display: none;
	}

	.fhchat-whatsapp-fab {
		width: 58px;
		height: 58px;
	}

	.fhchat-whatsapp-trigger {
		width: 58px;
		min-height: 58px;
	}
}
