.on-hover-text img.emoji {
	max-width: none;
}

.chaty-tooltip.has-on-hover:after, .chaty-tooltip.has-on-hover:before, .chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after, .chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before, .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after, .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before, .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger, .on-hover-text:empty, [data-hover=""]:after, [data-hover=""]:before {
	display: none !important;
}

@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}

@-webkit-keyframes chaty-animation-shockwave {
	0% {
		transform: scale(1);
		box-shadow: 0 0 2px rgba(0, 0, 0, .3), inset 0 0 1px rgba(0, 0, 0, .3);
	}
	
	95% {
		box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
	}
	
	100% {
		transform: scale(2.25);
	}
}

@keyframes chaty-animation-shockwave {
	0% {
		transform: scale(1);
		box-shadow: 0 0 2px rgba(0, 0, 0, .3), inset 0 0 1px rgba(0, 0, 0, .3);
	}
	
	95% {
		box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
	}
	
	100% {
		transform: scale(2.25);
	}
}

@-webkit-keyframes chaty-animation-blink {
	0%, 100% {
		opacity: 1;
	}
	
	20% {
		opacity: .5;
	}
}

@keyframes chaty-animation-blink {
	0%, 100% {
		opacity: 1;
	}
	
	20% {
		opacity: .5;
	}
}

@-webkit-keyframes chaty-animation-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		border-radius: 50%;
	}
	
	100% {
		transform: scale(1.1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		border-radius: 45%;
	}
}

@keyframes chaty-animation-pulse {
	0% {
		transform: scale(1);
		border-radius: 50%;
	}
	
	100% {
		transform: scale(1.1);
		border-radius: 45%;
	}
}

@keyframes chaty-animation-sheen {
	100%, 20% {
		transform: rotateZ(60deg) translate(0, -80px);
	}
}

@keyframes chaty-animation-fade {
	15%, 5% {
		opacity: .25;
	}
	
	10%, 100%, 20% {
		opacity: 1;
	}
}

@keyframes chaty-animation-spin {
	10% {
		transform: rotateZ(-20deg);
		animation-timing-function: ease;
	}
	
	100%, 20% {
		transform: rotateZ(360deg);
	}
}

@keyframes chaty-animation-bounce {
	0%, 100%, 20% {
		transform: none;
	}
	
	10% {
		transform: translateY(-1em);
	}
}

@keyframes chaty-animation-waggle {
	0% {
		transform: none;
	}
	
	10% {
		transform: rotateZ(-20deg) scale(1.2);
	}
	
	13% {
		transform: rotateZ(25deg) scale(1.2);
	}
	
	15% {
		transform: rotateZ(-15deg) scale(1.2);
	}
	
	17% {
		transform: rotateZ(15deg) scale(1.2);
	}
	
	20% {
		transform: rotateZ(-12deg) scale(1.2);
	}
	
	22% {
		transform: rotateZ(0) scale(1.2);
	}
	
	100%, 24% {
		transform: rotateZ(0) scale(1);
	}
}

@keyframes chaty-animation-floating {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.chaty-agent-icon svg, .chaty-channel svg, .chaty-view-channels .chaty-channel span svg {
	width: 100%;
	height: 100%;
}

.chaty-channel img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
}

.qr-code-image img {
	max-width: 100%;
	max-height: 360px;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

.chaty-whatsapp-button svg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.chaty-agent-icon img {
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.chaty-close-agent-list svg {
	fill: #fff;
}

.chaty-contact-form-box button.chaty-submit-button[type=submit], button#chaty-submit-button-0 {
	border: none;
	border-radius: 4px;
	color: #fff;
	background: #a886cd;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: center;
	display: block;
}

.chaty-close-view-list svg {
	fill: #fff;
	display: inline-block;
	width: 100%;
}

.chaty-view-channels .chaty-channel a, .chaty-view-channels .chaty-channel img, .chaty-view-channels .chaty-channel span:not(.on-hover-text) {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

@keyframes rotation {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button svg {
	width: 26px;
	height: 26px;
	fill: #fff;
	margin-right: 3px;
}

.whatsapp-form-close-btn svg {
	width: 16px;
	height: 16px;
}

.chaty-whatsapp-body .wp-profile-img img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.qr-code-head-title svg {
	margin-right: 5px;
}

.chaty-whatsapp-button-button svg {
	display: inline-block;
	vertical-align: sub;
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 1 !important;
}

html[dir=rtl] button.chaty-whatsapp-button-button svg {
	transform: rotate(180deg);
}