body{
	color:#000;
}
a{
	text-decoration: none;
}
.c-link{
	color:#000;
	font-size: 24px;
}
.c-link:hover{
	color:#000;
}
#m-sidebar{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	min-height: 100vh;
	background:white;
	z-index:99999;
}
.m-cart{
	width:36px;
	height:36px;
	background-color: #6b46c1;
	border-radius: 50%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.m-cart svg{
	font-weight: bold;
}
.search-area{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-top:10px;
	background-color:#f4f4f4;
	padding:0.5rem;
	border-radius: 25px;
}
.search-area input, .search-area input:focus{
	border:none;
	outline:none;
	box-shadow: none;
	background:transparent;
}
.stories{
	margin-top:20px;
}
.stories-big-title{
	font-weight: bold;
	font-size:16px;
}
.story_content_area{
	display:grid;
	grid-template-columns: repeat(5,1fr);
	gap:15px;

}
.story_content_area a{
	color:#000;
	display: flex;
flex-direction: column;
align-items: center;
}

.bottom-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: white;
	height: 70px;
	width:100vw;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	display:flex;
	align-items: center;
	justify-content: space-around;
}

.bottom-bar div a{
	color:#000;
}
.menu-active{
	color:#8d6dec;
}
.ac{
	border-radius: 20px;
	background-color:#f4f4f4;
	border:none;

}
.act{
	border-radius: 20px;
	background-color:#6b46c1;
	border:none;
	box-shadow: none;
	color:white;
	font-weight: bold;
}
.sip_card{
	background-color:#f4f4f4;
	color:#000;
	border-radius: 8px;
}

.aq{
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	background-color:white;

}
.a-form textarea,.a-form textarea:focus{
	background-color:#f4f4f4;
	color:#000;
	box-shadow: none;
	border:0.3px solid rgba(0,0,0,0.2);
	resize:none;
}

.sub_btn{
	background-color:#6b46c1;
	color:white;
	border-radius: 15px;
	text-align: center;
}