.title {
	margin: 5px 10px;
	display: flex;
	align-items: center;
}

.title h4 {
	margin-left: 5px;
}

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

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

#grid li {
	padding: 0;
	border: 0;
}

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

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

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

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

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

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

}

.btnH {
	display: none;
}

#grid .icon {
	display: none;
}

#list {
	background-color: transparent;
}

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

#list a {
	display: flex;
	align-items: center;
}

#list::after,
#list::before,
#list li::after,
#list li::before {
	display: none;
}
