.profistudio-followstock-loading-icon {
	display: inline-block;
	width: 43px;
	height: 11px;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px !important;
	line-height: 11px !important;
	text-align: left !important;
}
@keyframes profistudio-followstock__animation_loading-icon {
	0% {
		content: "\2022";
		color: #999;
	}
	25% {
		content: "\2022 \2022";
		color: #777;
	}
	50% {
		content: "\2022 \2022 \2022";
		color: #555;
	}
	75% {
		content: "";
		color: #999;
	}
	100% {
		content: "\2022";
		color: #999;
	}
}
.profistudio-followstock-loading-icon:before {
	content: "";
	display: block;
	color: #999;
	animation: 1s linear 0.2s infinite normal profistudio-followstock__animation_loading-icon;
}