@font-face{
	font-family: Samim;
	src: url(https://static.aftab.cc/fonts/Samim.woff);
}
@font-face{
	font-family: Samim;
	font-weight: bold;
	src: url(https://static.aftab.cc/fonts/Samim-Bold.woff);
}
*{
	font-family: Samim;
	box-sizing: border-box;
}
#start{
  	margin-top: 25px;
  	margin-bottom: 25px;
  	color: white;
  	background-color: #2ed573;
  	text-align: center;
  	cursor: pointer;
  	font-size: 18px;
}
#start:hover {
  opacity: 0.9;
}
body
{
	text-align: center;
	direction: rtl;
	background-color: deepskyblue;
}
table {
	font-size: 13px !important;
	border-collapse: collapse ;
	max-width: 100% !important; 
	margin-top:-150px;  
	text-align:center  !important;
	color: black !important;
	background-color: white !important; 
}
.lastrow
{
	direction: ltr;
}
thead{
	background-color: #333333;
	color: white;
}
td, th {
  border: 1px solid #dddddd;
}

tr:nth-child(even) {
  background-color: #18a497;
}
#result_msg
{
	background-color: #3E206D;
	color: white;
	font-size: 17px; 
}
#screenshot
{
	float: right;
	margin-bottom: 5px;  
}
#restart
{
	float: left;
	margin-bottom: 5px;   
}
#h2
{
	display: flex;
  	justify-content: center;
	font-size: 20px;
	background-color: #3E206D;
	color: white;
}
#loginform
{
	max-width: 500px;
	margin: 0 auto;
	
}
#lname
{
	margin-top: 5px;
}
#example
{
	display: inline;
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	background-color:#d1d8e0;
	padding: 5px;
	width: 250px;
}
#arrow
{
	margin-top: 100px;
	max-width: 300px;
}
#items
{
	margin-top: 5px;
}
#container
{
	max-width:800px;
	min-height:800px;
	margin:0 auto;
}
#container img
{
	margin-top: 4px;
	width:28px;
	height:28px;
}
#items img
{
	width:28px;
	height:28px;
}
.container
{
	text-align: center;
	margin-top: 30px;
}
#sendnumber
{
	margin-top: 10px;
}
#number
{
	max-width: 305px;
	margin: 0 auto;
}