.dot-container {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	margin-right: 20px;
}

.dot {
	position: absolute;
	background: $filler;
	top: -10px;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	text-align: center;
	@include oTypographySans(-2)
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 600;
	padding: 4px;
	z-index: 3;
	margin-right: -4%;
}
