:root{
	--dark-background: #0e2338;
}
@font-face {
    font-family: Samim;
    src: url('https://static.aftab.cc/fonts/Vazirmatn-FD-Regular.woff2');
}
@font-face {
    font-family: Samim;
    src: url('https://static.aftab.cc/fonts/Vazirmatn-FD-Bold.woff2');
    font-weight: bold;
}
@font-face {
    font-family: Uthman;
    src: url('https://static.aftab.cc/fonts/UthmanTN.otf');
}
body{
    direction:rtl;
	font-family:Samim,Tahoma;
	font-size: 20px;
	background-color: #3498db;
}
a,
a:link,
a:active,
a:visited {
    text-decoration: none;
}
a:active{
	color: orangered;
}
html{
	direction: rtl;
}
main{
	margin-top: 20px;
}
#main{
	/*overflow-x: scroll;*/
}
.container{
	max-width: 800px;
}
.page_title{
	font-size: 15px;
	background-image: url('images/title.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 50px;
	margin-bottom: 20px;
	padding: 0px 55px;
}
.surah_title,.page_title{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.besm{
	text-align: center;
	font-family: Uthman;
}
#dua{
	font-size: 22px;
	line-height: 2em;
	text-align: justify;
}
#dua_text{
	position: relative;
	font-family: Uthman;
	padding: 3px;
	line-height: 1.9em;
}
.page{
	text-align: center;
}
#levels_of_processing{
}
@media screen and (max-width: 600px){
	.help span{
		display: block;
		margin-top: 10px;
	}
	#report>span{
		display: block;
		margin-top: 10px;
	}
	.p-5 {
	    padding: 1rem !important;
	}
	h1 .badge {
	    font-size: .65em;
	}
}
.center{
	text-align: center;
}
#click_to_play{
	display: inline-block;
	font-size: 12px;
}
#copyright{
	direction: ltr;
	font-size: 11px;
	text-align: center;
	margin-top: 50px;
}
.dua_search{
	font-family: Uthman;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
  	text-overflow: ellipsis; 
}
.translation{
	display: block;
	font-size: 0.8em;
	font-family: Uthman;
	color: #020360;
	line-height: 25px;
	margin-bottom: 10px;
	display: none;
}
.search_list{
	font-family: Uthman;
}
#tools{
	/*background-color: #f8f9fa !important;*/
	border-radius: 3px;
}
.tathbit,.tathbit input{
	font-family: Uthman;
	font-size: 1.2em;
}

@media screen and (min-width: 600px){
	.mobile-break { display: none; }
}
#footer{
	display: none;
	margin-top: 30px;
	text-align: right;
}
#icons i{
	display: inline-block;
	width: 25px;
	height: 25px;
	/*border: 1px solid black;*/
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
}
.ayah_icon{
	color: red;
}




/* Ala */
.optgroup{
/*	padding-right: 20px;*/
}
.optgroup-header{
	background-color: #1abc9c !important;
	color: white !important;
}
#ala{
	font-family: Uthman;
	font-weight: bolder;
}
#ala span{
	background-color: #3498db !important;
}
.play_sound{
	margin: 10px;
}
#player{
	border-radius: 10px;
	position: fixed;
	bottom: -70px;
	left: 50%;
	min-width: 370px;
	height: 50px;
	padding: 10px;
	z-index: 1000;
	transform: translate(-50%,0px);
	text-align: center;
	background-color: #F2F3F5;
	border: 1px solid #eee;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

#player_close{

	cursor: pointer;
}
#player div{
	padding: 0px 5px;
}
.desc{
	font-size: 0.8em;
}
.bookmarked{
	color: orange;
}
#today{
	/*border: 1px solid black;*/
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
#today{
}
#today_persian{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
#today_islamic{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Uthman;
}
#today_gregorian{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Time New Roman;
	margin-top: 10px;
}
.calendar_icon{
	border-radius: 0px 5px 5px 0px;
	padding: 2px 7px;
	color: white;
	background-color: #FC427B;
}
.calendar_text{
	border-radius: 5px 0px 0px 5px;
	padding: 2px 7px;
	color: white;
	background-color: #FC427B;
}
#today_islamic .calendar_text{
	background-color: #3B3B98;
	flex-basis: 250px;
}
#today_persian .calendar_text{
	background-color: #6ab04c;
	flex-basis: 250px;
}
#today_gregorian .calendar_text{
	background-color: #25CCF7;
	flex-basis: 250px;
}
#today_islamic .calendar_icon{
	background-color: #3B3B98;
}
#today_persian .calendar_icon{
	background-color: #6ab04c;
}
#today_gregorian .calendar_icon{
	background-color: #25CCF7;
}
#owghat{
	font-size: 15px;

}
#city{
	cursor: pointer;
}
.passed{
	/*color: gray;*/
}
tr > .notpassed{
	color: darkred;
}
tr > .notpassed ~ .notpassed{
	color: black;
}
#recommended a{
	font-size: 16px;
}
.zekr{
	font-family: Uthman;
	font-size: 20px;
}
#today_ocasions,#tomorrow_ocasions{
	font-size: 16px;
	text-align: right;
}
#player audio{
	margin-top: -10px;
}
.comma{
	color: #18caff;
}
#scroll{
	cursor: pointer;
	display: none;
}
:root{scroll-behavior:inherit !important}
#scroll_speed_container{
	/*display: none;*/
	position: fixed;
	width: 150px;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,0px);
	z-index: 1001;
	display: flex;
}
#scroll_speed_container input{
	width: 100%;
}
.text-justify{
	text-align: justify;
}
.wrap{
	display: none;
}
@media screen and (max-width: 445px){
	.wrap {
	    display: inherit;
	}
}
/*#normal{
	border-radius: 0px;
}
#plus{
	border-left: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#minus{
	border-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}*/
#zoom_buttons{
	display: none;
}
#next_button{
	position: fixed;
	width: 50px;
	bottom: -70px;
	left: 50%;
	transform: translate(-50%,0px);
	z-index: 1002;
	font-size: 50px;
	color: #0d6efd;
}
#scroll_speed_close{
	cursor: pointer;
}
.badge {
    white-space: inherit;
}

#find_container{
	z-index: 999999;
	width: 300px;
	border-radius: 5px;
	position: fixed;
	display: flex;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%);
	padding: 5px;
	height: 40px;
	justify-content: center;
}
#main.night_shift #find_container{
	background-color: var(--dark-background) !important;
}

.dark{
	background-color: #484848;
}
.dark .translation{
	color: rgb(204, 204, 204);
}
.dark #main{
	background-color: var(--dark-background) !important;
	color: white !important;
}
.dark #tools .btn:not(#find_container .btn){
	color: white;
}
.dark #recitor_container .form-control{
	color: #fff;
    background-color: #333;
    border: 1px solid #111;
}
.dark #recitor_container .input-group-text{
	background-color: #333;
    border: 1px solid #111;
	color: white;
}
.dark #scroll_speed_close{
	color: white;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
  line-height: 25px;
}