.stars-item-rating {
	display: flex;
}

.icon.star-item:hover {
	cursor: pointer;
}

.icon.star-item.checked {
	color: #ff0000;
}

.background {
	width: 300px;
	height: 30px;
	background-color: #ccc;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.fill {
	height: 100%;
	background-color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}

.label {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	z-index: 1;
}
