:root{
	--color: #a9d84e;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Regular.woff');
}
@font-face {
    font-family: Vazir;
    font-weight: bold;
    src: url('../fonts/Vazir-Bold.woff');
}
@font-face {
    font-family: Vazir2;
    src: url('../fonts/Vazir-Regular-dotless.woff');
}

body{
    direction: rtl;
	font-family: Vazir, Times New Roman;
	font-size: 18px;
	background-color: white;
	overscroll-behavior: none;
    user-select: none;
}
a,
a:link,
a:active,
a:visited {
    text-decoration: none;
}
html{
	direction: rtl;
	overscroll-behavior: none;
}
h1{
}
main{
	margin-top: 50px;
}
#home{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11;
}
#home a{
	color: white !important;
}
.container{
	max-width: 800px;
}
#tools{
	text-align: center;
	margin: 10px;
	line-height: 3rem;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	background-color: var(--color);
	z-index: 10;
}
nav img{
	height: 35px;
}
#s{
	border: 1px solid black;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.1rem;
}
footer{
	text-align: left;
	margin-top: 50px;
}
#playlist{
	width: 100%;
	min-height: 70px;
	font-size: 0.9rem;
}
#playlist option:nth-child(odd){
	/*background-color: #eee;*/
	
}
#handle{
	width: 100%;
}
#play{
	width: 100px;
	height: 100px;
	border: none;
	font-size: 4rem;
	margin-bottom: 30px;
	background: transparent;
}
#player{
	display: none;
}
.flex{
	display: flex;
}
.flex select{
	width: 60px;
	padding: 3px;
	margin-left: 5px;
}
#copyright{
	direction: ltr;
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
}
#settings{
	font-size: 0.9rem;
}
#file{
	/*display: none;*/
}
#durations{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -30px;
	font-size: 0.9rem;
}
#durations span{

}

/*Dark Mode*/

.dark{
	background-color: black;
	color: white;
}
.dark main{
	background-color: black;
	color: white;
}
.dark .bg-light{
	background-color: black !important;
	color: white !important;
}
.dark a{
	color: white !important;
}
.dark .dropdown a{
	color: black !important;
}

/*!Dark Mode*/


#lock_div{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: black;
	display: none;
	z-index: 999999;
}

video{
	width: 100%;
	background-color: black;
}

.mirror{
	transform: rotateY(180deg);
}
.reversed{
	transform: rotateX(180deg);
}
#incorrect{
	display: none;
	font-size: 100px;
	color: red;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dotless{
	font-family: Vazir2 !important;
}
.levels-icon{
	display: inline-block;
	width: 70px;
	height: 70px;
	/*border: 1px solid black;*/
	border-radius: 50%;
	text-align: center;
	background-color: #ddd;
	color: white;
	padding-top: 20px;
	margin: 5px;
}
.level-active{
	background-color: #3498db;
}
#levels-icons{
	text-align: center;
}