@font-face{
	font-family: samim;
	src: url(../fonts/Samim.woff);
}

@font-face{
	font-family: samim;
	font-weight: bold;
	src: url(../fonts/Samim-Bold.woff);
}

*{
	box-sizing: border-box;
}

html, body{
	direction: rtl;
}

body{
	font-family: samim;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 1.5em !important;
}

a, a:hover, a:focus, a:active{
	text-decoration: none;
}

label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.text-left{
	text-align: left !important;
}

.text-right{
	text-align: right !important;
}

.display-none{
	display: none;
}

.cursor-pointer{
	cursor: pointer !important;
}

.container .shadow{
	/*min-height: 550px;*/
}

.pocessing{
	font-size: 1rem;
}

.aye-line{
	text-align: justify;
	line-height: 2;
}

#aye{
	text-align: justify;
	line-height: 2;
}

.aye{
	/*background: url(../img/back.jpg);*/
}

.aye_js{
	text-decoration-line: overline underline;
}

.aye__js{
	text-decoration-line: line-through;
	text-decoration-style: double;
	text-decoration-color: #e9ecef;
}

.header-sura{
	background: url(../img/index.png) no-repeat center center;
	text-align: center;
	margin-bottom: 10px;
	font-size: 28px;
}

#main{
	margin-bottom: 5px;
	border: 5px double #775503;
	height: 200px;
	overflow: auto;
	/*background: green*/
}

#report{
	text-align: center;
}

.word{
	border: 1px solid black;
	display: inline-block;
	margin: 5px;
	padding: 5px;
}

.card-footer{
	font-size: 1rem;
}

#incorrect{
	width: 200px;
	position: fixed;
	top: 45%;
	right: 50%;
	margin-right: -100px;
	display: none;
	text-align: center;
}

.times-remove{
    color: red;
    font-size: 200px;
}

