<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-action-btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 997;
}
.blue {
	background-color: #006fcf !important;
}
.btn-large, .btn-small, .btn-flat {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}
.btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
	font-size: 14px;
	outline: 0;
}
.btn-large, .btn-small {
	text-decoration: none;
	color: #fff;
	background-color: #ffffff;
	text-align: center;
	letter-spacing: .5px;
	cursor: pointer;
}
.fixed-action-btn, .btn-floating {
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn-floating {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	cursor: pointer;
	vertical-align: middle;
}
.btn-floating:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.btn-large {
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	padding: 0 28px;
}
.btn-floating.btn-large {
	width: 56px;
	height: 56px;
	padding: 0;
}
.btn-floating img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	transform: translate(-50%, -50%);

}
.fixed-action-btn.top {
	opacity: 0;
}
.fixed-action-btn.email.scrolled {
	bottom: 100px;
}
.fixed-action-btn.top.scrolled {
	opacity: 1;
}</pre></body></html>