@font-face{
	font-family:'lato';
	src:url('lato.ttf');
}

@font-face{
	font-family:'arabic';
	src:url('QuranTaha.ttf');
}

/* SCROLLBAR STYLING */
/* width */
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
/* Track */
::-webkit-scrollbar-track {
	background: white; 
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: green; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

body{
	font-family: lato;
	background-color: #c98200;
	color: #edfffb;
	font-size: 14px;
	margin: 10px;
	margin-right: 15px;
}

#dimmer{
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.menubtn{
	position: fixed;
	padding: 8px;
	padding-left: 13px;
	top: 0;
	right: 0;
	background-color: #212121;
}

#drawer{
	background-color: #212121;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding-bottom: 70px;
}

.drawerList{
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #727272;
	font-size: 14px;
}

.lilSetBut{
	display: inline-block;
	margin: 5px;
}

.itemBox{
	background-color: #f4f4f4;
	color: #203800;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input{
	border-radius: 5px;
	border: none;
	padding: 15px;
	font-size: 16px;
	width: 60%;
	box-sizing: border-box;
	outline: none;
}

.buttonsWrapper{
	text-align: center;
}

button{
	margin: 0px auto;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	background-color: #edfffb;
	color: black;
	font-weight: bold;
	border: 1px solid white;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
}

#fullHadis{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #edfffb;
	display: none;
	font-size: 30px;
	padding: 30px;
	padding-top: 50px;
	overflow-y: auto;
	line-height: 40px;
	text-align: center;
}

#hadis{
	font-size: 16px;
	margin: 10px;
}

.mak{
	font-weight: bold;
	text-align: center;
}
.arb{
	text-align: center;
	margin: 10px;
	font-size: 20px;
	line-height: 40px;
	font-family: arabic;
	direction: rtl;
}
.ind{
	text-align: center;
	margin: 10px;
	font-size: 18px;
}
.ref{
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.fa{
	width: 20px;
}