.title {
	margin: 5px;

	display: flex;
	align-items: center;
}

.red {
	width: 5px;
	height: 20px;
	background-color: red;
}

#grid {
	height: 217px;
	background-color: white;
	border-radius: 10px;
	width: 96%;
	margin: auto;
}

#grid li {
	width: 33%;
	border: 0;
	padding: 0;
}

#grid img {
	width: 60px;
	height: 60px;
}

.btnH {
	display: none;
}

.btn {
	width: 90%;
	margin: 10px 5% 10px;
	border-radius: 100px;
}

#grid .icon {
	display: none;
}

.dis .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	position: absolute;
	right: 30px;
	background-color: red;
	width: 15px;
	height: 15px;
	border-radius: 100px;
}

.dis .icon::after {
	content: "-";
}

.hid .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	position: absolute;
	right: 30px;
	background-color: red;
	width: 15px;
	height: 15px;
	border-radius: 100px;
}

.hid .icon::after {
	content: "+";
}

#list {
	background-color: transparent;
}

#list li {
	background-color: white;
	width: 96%;
	margin: auto;
	border-radius: 10px;
	
}
#list::after,#list::before,#list li::after,#list li::before{
	display: none;
}

#list li{
	margin: 10px;
}
#list a {
	display: flex;
	align-items: center;
}