.sb-container-7154b9fa {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 2px;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Scroll limit class */
.sb-container-7154b9fa.sb-hide-footer {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none;
	transform: translateY(-50%) scale(0.95);
}

.sb-link-7154b9fa {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	overflow: hidden;
}

/* Hover Effects */
.sb-hover-scale:hover {
	transform: scale(1.1);
	z-index: 10;
}

.sb-hover-slide.sb-pos-left:hover {
	transform: translateX(10px);
}
.sb-hover-slide.sb-pos-right:hover {
	transform: translateX(-10px);
}

/* Animations */
.sb-anim-fade-7154b9fa {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
}
.sb-anim-fade-7154b9fa.sb-visible {
	opacity: 1;
	visibility: visible;
}
