.box1{
	width: 15px;
	height: 15px;
	border-radius: 5px;
	background-color: red;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.box{
	display: flex;
}
#btn{
	border-radius: 100px;
}
.mui-card{
	border-radius: 10px;
}
.mui-slider-indicator{
	background-color: white;
}