.custom-available-bullet:before {
	animation: blinker 1s linear infinite;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 1px;
	left: 0;
	display: block;
	border-radius: 100%;
	background-color: #0088CC;
}