.angie-stt-btn-98839373 {
	position: fixed;
	bottom: 20px;
	z-index: 99999;
	cursor: pointer;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.angie-stt-btn-98839373.is-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.angie-stt-btn-98839373 svg {
	width: 50%;
	height: 50%;
	transition: transform 0.2s ease;
}

.angie-stt-btn-98839373:hover svg {
	transform: translateY(-2px);
}

/* Animations */
.angie-stt-btn-98839373.is-anim-slide {
	transform: translateY(30px);
}
.angie-stt-btn-98839373.is-anim-slide.is-visible {
	transform: translateY(0);
}
