<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-help-btn {
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #faa403;
	padding: 9px;
	border-radius: 100px;
	color: #fff !important;
	font-size: 16px !important;
	text-decoration: none !important;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.4);
}

.at-help-btn:hover {
	background: #c88302;
}

.at-help-btn__icon {
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 2px
}

.at-help-btn__icon img {
	display: block;
	width: 100%
}

.at-help-btn__text {
	display: none
}

.at-help-btn__text span {
	padding: 0 15px 0 10px
}
</pre></body></html>