.smooth-back-to-top-button {
	bottom: 15px;
	height: 38px;
	width: 38px;
	border-radius: 38px;
	background-color: #0e2b5c;
	box-shadow: inset 0 0 0 10px #0e2b5c;
}

.smooth-back-to-top-button.btn-right-side {
	right: 15px;
}

.smooth-back-to-top-button::after {
	height: 100%;
	color: #fff;
	font-size: 20px;
	content: "";
	line-height: normal;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.smooth-back-to-top-button:hover::after {
	color: #fff;
}

.smooth-back-to-top-button svg.progress-circle path, .smooth-back-to-top-button svg.progress-circle rect {
	stroke: #2296f9;
	stroke-width: 5px;
	z-index: 5;
}