.star {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	margin-right: 10px;
	border-radius: 5px;
}

.time-text {
	font-size: 12px;
	color: #989898;
}

.dots {
	height: 7px;
	width: 7px;
	background-color: #eee;
	display: flex;
	border-radius: 50%;
	margin-left: 7px;
	margin-right: 7px;
}

.yellow {
	color: #ffab2e;
}

.content-text-1 {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #ffe7cc;
	color: #ffa03a;
	font-weight: 700;
}

.blue {
	color: #6ecce6;
}

.content-text-2 {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #e2f5fa;
	color: #6ecce6;
	font-weight: 700;
}

.dark-blue {
	color: #572ce8;
}

.content-text-3 {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #572ce86b;
	color: #572ce8;
	font-weight: 700;
}
