.title{
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.red{
	background-color: red;
	width: 5px;
	height: 20px;
	margin-right: 5px;
}
#grid{
	height: 217px;
	background-color: white;
	width: 96%;
	margin: 2%;
	border-radius: 10px;
}

#grid li{
	border: 0;
	padding: 0;
}
#grid img{
	width: 60px;
}
.dis .icon{
	width: 15px;
	height: 15px;
	background-color: red;
	border-radius: 100px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 30px;
}
.dis .icon::after{
	content: "-";
}
.hid .icon{
	width: 15px;
	height: 15px;
	background-color: red;
	border-radius: 100px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 30px;
}
.hid .icon::after{
	content: "+";
}
.btnH{
	display: none;
}
.mui-btn-red{
	width: 90%;
	margin:10px 5% 0;
	border-radius: 100px;
}
#grid .icon{
	display: none;
}
#list {
	background-color: transparent;
}
#list li{
	background-color: white;
	width: 96%;
	margin: 2%;
	border-radius: 10px;
	
}
#list img{
	width: 50px;
	height: 50px;
}
#list a{
	display: flex;
	align-items: center;
}
#list::after,#list::before,#list li::after,#list li::before{
	display: none;
}

