.floating-top-btn-wrapper-31222888 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
}

.floating-top-btn-31222888 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	cursor: pointer;
}

.floating-top-btn-31222888:hover {
	background-color: #005177;
	color: #fff;
}

.floating-top-btn-31222888 .btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.floating-top-btn-31222888 .btn-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
