body{
	overflow-x: scroll;
}

.pc-navfont{
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

.m-navfont p{
	font-size: 15px;
}

.nav_bar_selected{
	background-color: rgb(118, 81, 186);
}

.lightModeFont div{
	color: black;
}

.lightModeFont :hover{
	color: white;
}

h1{
	text-shadow: 0px 1px 2px #af9f9f;
	text-align:center;
}

.withShadow{
	text-shadow: 0px 1px 2px #af9f9f;
	color: #000000;
}

/* Hearbeat */

@keyframes beat{
	to { transform: scale(1.4); }
}

.heart-o{
	color: #ff5a66;
}

.heart-div:hover .heart-o{
	display: inline-block;
	color: orange;
	animation: beat .25s infinite alternate;
	transform-origin: center;
}

.dropdown-item-status:hover{
	background-color:tomato;
	cursor: pointer;
}

.breadcrumbs a{
	color: #007bff;
	font-size: 12px;
	font-weight: bold;
}

.category{
	background-color: rgba(128, 0, 128, 0.1);
	color: violet;
	font-weight: bold;
	font-size: 15px;
	border: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	border-top: solid purple 1px;
	border-bottom: solid purple 1px;
}

.category_value{
	font-size: 13px;
	padding: 2px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.loader{
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid tomato;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loader-position{
	text-align:center;
	display: inline-block;
	margin-top: 20%;
}

.modal-position{
	display: inline-block;
	justify-content: center;
	align-items: center;
	margin-top: 20%;
}

.login_form{
	padding: 10% 25% 10% 25%;
}

.add_novel_form{
	padding: 5% 25% 10% 25%;
}

.za-footer{
	font-size: 12px;
	bottom: 0px;
	width: 100%;
	position: relative;
	display: none;
}

.za-footer .container{
	padding-left: 15%;
}
	
@media (max-width:768px){
	
	.login_form{
		padding: 10% 10% 10% 10%;
	}

	.add_novel_form{
		padding: 5% 10% 10% 10%;
	}

	.za-footer .container{
		padding-left: 0px;
	}

}

@media (max-width: 320px) {
	.login_form{
		padding: 10% 10% 10% 10%;
	}

	.add_novel_form{
		padding: 5% 10% 10% 10%;
	}

	.za-footer .container{
		padding-left: 0px;
	}

	
}
