.floating-indicator {
	position: absolute;
	transition: transform 0.4s cubic-bezier(.15, .96, .45, 1), opacity 0.3s linear;
	z-index: 1;
}
