.scroll-up-btn-e8ccb72a {
	position: fixed;
	bottom: 90px; /* Positioned slightly higher to stay above common chat widgets */
	right: 20px;
	width: 45px;
	height: 45px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease, background-color 0.2s ease;
	z-index: 999999;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.scroll-up-btn-e8ccb72a.visible-e8ccb72a {
	opacity: 1;
	visibility: visible;
}

.scroll-up-btn-e8ccb72a:hover {
	transform: translateY(-3px);
	background-color: #000000;
}

.scroll-up-icon-e8ccb72a {
	width: 24px;
	height: 24px;
}
