body{
	background-image: url("https://i.imgur.com/NiCeIEP.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.container{
	background-color: #F8F9FA;
}
#footer{
	height: 1.55rem;
	background-color: #F8F9FA;
}
.maincon{
	min-height: 100vh;
}
#List{
	padding-bottom: 2.5rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.Item{
	height: 216px;
	width: 153px;
	margin: 15px;
}
.LinkItem{
	text-align: center;
	font-size: 16.5px;
	font-weight: bold;
	color: black;
	width: 185px;
	text-decoration: none !important;
}
.side-right{
	right: 15px;
}
.side-left{
	left: 15px;
	height: 300px;
	overflow: auto;
	scrollbar-width: none;
}
.sidebar{
	background-color: #81D4FA;
	border-radius: 10px;
	padding: 30px;
	position: fixed;
	top: 100px;
	width: 350px;
	display: none;
}
.btnside{
	background-color: #09EB10;
	border: none;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	position: fixed;
	right: 35px;
	margin: -10px 0 0 0;
}
.content button{
	border: none;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
}
.inadd{
	position: fixed;
	right: 30px;
}
.close-right{
	right: 40px;
}
.close-left{
	left: 333px;
}
.close{
	position: fixed;
	cursor: pointer;
	top: 110px;
}
.check{
	margin: 3px;
	display: inline-block;
}
.check1{
	display: none;
}

#Search{
	padding-top: 56px;
}
.Searchcollapse {
    background-color: #eee;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 15px;
}
.activeSearch, .Searchcollapse:hover {
    background-color: #ccc;
}
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #F1F1F1;
}
.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
}