<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webchat-outer {
	position: fixed;
	bottom: 40px;
	z-index: 30;
	width: 400px;
	left: 50%;
	transform: translateX(-50%);
}

.wc-header {
	background-color: #033566;
	box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	color: #ffffff;
	font-weight: 500;
	height: 30px;
	left: 0;
	letter-spacing: 0.5px;
	padding: 8px 8px 0 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.close {
	position: absolute;
	right: 20px;
	top: 10px;
}


.wc-header a {
	color: #FFF;
}

.webchat-outer {
	display: none;
}</pre></body></html>