@font-face {
	font-family: 'IRIran';
	font-style: normal;
	font-weight: normal;
	src:url('../font/iransans.eot') format('eot'),
		url('../font/iransans.woff') format('woff');
}	
@font-face {
	font-family: 'hafs';
	src: url('../font/hafs.eot');
	src: url('../font/hafs.woff2') format('woff2'),
	url('../font/hafs.woff') format('woff'),
	url('../font/hafs.otf') format('opentype');
}
BODY {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'IRIran';
	direction: rtl;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}

#main {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	display: none;
}
#mainSplash {
	padding-top: 20px;
}
#mainSplashTitle {
	color: #672cbc;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0px;
}
#mainSplashSubTitle {
	color: #8789a2;
	margin: 10px 0px 20px 0px;
}
#mainSplashImg {
	width: 334px;
	height: 477px;
	background: url('../img/splash.png') no-repeat center;
	margin: 10px auto;
	border-radius: 10px;
}
#mainSplashBtn {
	background: #f9b090;
	width: 150px;
	padding: 10px 0px;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	margin: 0px auto;
	position: relative;
	top: 455px;
	font-weight: bold;
	font-size: 16px;
}



#viewAye{
	width: 500px;
	margin: 20px auto 0px auto;
	min-height: calc(100vh - 160px);
	display: none;
}
#viewAyeTop{
	width: 346px;
	height: 139px;
	margin: 10px auto;
	background: url('../img/top_rtl.png') no-repeat center;
	padding: 20px;
	border-radius: 10px;
}
#viewAyeTopSeason{
	color: #e7def1;
	margin-top: 5px;
}
#viewAyeTopSura{
	font-size: 18px;
	margin-top: 15px;
	color: #eae1f4;
	font-weight: bold;
}
#viewAyeTopAye{
	color: #dcc6f4;
	margin-top: 10px;
	font-size: 12px;
}
#viewAyeToolBar{
	background: #f8f5fc;
	padding: 10px 15px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
}
#viewAyeToolBarAye {}
#viewAyeToolBarIcons {
	color: #873ed5;
}
#pauseAudioBtn {
	display: none;
}
#viewAyeToolBarIcons i {
	cursor: pointer;
}
#viewAyeMain{}
#viewAyeMainContent{
	font-family: 'hafs';
	font-size: 22px;
	margin-top: 20px;
	text-align: justify;
}
#viewAyeMainTranslate{
	line-height: 25px;
	margin-top: 20px;
	text-align: justify;
}
audio {
	display: none;
}
#viewAyeFooter {
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
#reStartBtn {
	background: #f9b090;
	width: 130px;
	padding: 8px 0px;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
}
#viewAyeFooterTanzil {
	color: #999;
	font-size: 12px;
}
#viewAyeFooterShare {
	color: #999;
	cursor: pointer;
	font-size: 12px;
}

footer {
	text-align: center;
	margin: 0px 0px 30px 0px;
	color: #999;
}

#viewAyeTopFirst {
	width: 346px;
	height: 272px;
	margin: 10px auto;
	background: url('../img/top_first.png') no-repeat center;
	padding: 20px;
	border-radius: 10px;
	display: none;
}
#viewAyeTopFirstSeason {
	color: #f6f1fe;
	margin-top: 5px;
	text-align: center;
}
#viewAyeTopFirstSura {
	font-size: 20px;
	margin-top: 15px;
	color: #f6f1fe;
	font-weight: bold;
	text-align: center;
}
#viewAyeTopFirstInfo {
	color: #f6f1fe;
	margin-top: 45px;
	font-size: 14px;
	text-align: center;
}
#niyatText {
	color: #e7271e;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}
#headerToolBar {
	background: #2f2f2f;
	display: flex;
	justify-content: center;
	height: 50px;
	width: 100%;
}
#headerToolBarLogo {
	margin-top: 5px;
}
#headerToolBarText {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
	line-height: 20px;
}

/* --- Khatm Progress --- */
#khatmProgressWrap{
	background: #f8f5fc;
	border-radius: 14px;
	padding: 12px 14px;
	margin: 12px 0 8px 0;
}
#khatmProgressText{
	font-size: 12px;
	color: #6a6a7a;
	margin-bottom: 10px;
}
#khatmProgressBar{
	width: 100%;
	height: 10px;
	background: #e8e1f3;
	border-radius: 10px;
	overflow: hidden;
}
#khatmProgressFill{
	height: 10px;
	width: 0%;
	background: #672cbc;
	border-radius: 10px;
	transition: width .35s ease;
}


#reStartBtn{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
