@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
@font-face{
	 font-family: "Vazirmatn", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
	/* این کد کار نمی کند چون اس‌ار‌سی ندارد */
}

/* 	hellow mehrad
	im Alieza
	the transform: translat(-50%,-50%) makes problem
	go to the end and see my code
*/

body{
	font-family: "Vazirmatn", sans-serif;
}
header{
	text-align: center;
	justify-content: center;
}
.textn{
	font-size: 23px; 
	font-weight: bold;
}
.remove{
	display: none;
}
.necessary{
	color: red;
}
.err{
	color: red;
}
.body{
	width: 	800px;
	height: 350px;
	border-radius: 	15px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
	text-align: center;
	display: block;
}
tabel{
	max-height: 800;
}
.bg-pink{
	background-color: #f9627c;
}
.inputControl{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
input[type="text"]{
	border-radius: 0px;
}
#home{
	border-radius: 0px 15px 15px 0px;
 	 height: 43px;
}
#search{
	border-radius: 15px 0px 0px 15px;
	 height: 43px;
}
.darkLock{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1.0);
	position: absolute;
	z-index: 9999;
}
.expression{
	margin-bottom: 7px;
}
.text{
	display: block;
	display: grid;
}
#err{
	display: grid;
	margin-top: -25px;
}
.fa{
	direction: rtl;
	text-align: right;
	justify-content: right;
	margin-right: 65px;
	/*margin-top: 7px;*/
}
.eng{
	direction: ltr;
	text-align: left;
	justify-content: left;
	margin-left: 65px;
	/*margin-top: 7px;*/
}
.nav2{
	padding-left: 35px;
	gap: 5px;
	position: absolute;
	bottom: 25px;
}
.navDown button{
	width: 45px;
	height: 35px;
}
.navDown  sapn{
	display: grid;
  justify-content: center;
}
.bodyMessage{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

/* My code */
html,body,main,footer{
	height: 100%;
}
footer{
	display: grid;
	justify-content: center;
	align-items: center;
}
/* ! My code */

@media screen and (max-width: 500px){
	.body{
		width: auto;
		max-width: 500px;
		min-width: 400px;
	}
	.textn{
		font-size: 0.9em;
		padding-left: 5px;
		padding-right: 5px;
	}
}