@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: bold;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
body {
	direction: rtl;
    background: #00817d;
	margin: 0;
	padding: 0;
}
#box {
	width: 750px;
	height: 560px;
	overflow: hidden;
	background: #fff;
	margin: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	overflow: auto;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 10px 0px rgba(42, 42, 42, 0.35);
}
#box #content {
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	float: right;
	padding-bottom: 85px;
	overflow: hidden;
}
#box #content header {text-align: center;}
#box #content header h1 {
	display: inline-block;
	text-indent: -9999999em;
	width: 350px;
	height: 180px;
	font-size: 1px;
	background: url(https://www.mortezajavid.com/wp-content/uploads/2021/07/bio-logo.jpg) no-repeat center center / 100% auto;
	margin-bottom: 15px;
}
#box #content footer {
	height: 85px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 20px 30px;
}
#box #content footer .btn {
	width: 50%;
	float: right;
	cursor: pointer;
	font: 16px/20px 'IRANSans';
	color: #676767;
}
#box #content footer .btn span {
	display: block;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #00817d;
}
#box #content footer .btn .icon {float: right;margin-left: 5px;height: 45px;}
#box #content footer #gift.btn .icon {background: url(../images/gift.png) no-repeat center center;width: 45px;}
#box #content footer #help.btn .icon {background: url(../images/help.png) no-repeat center center;width: 31px;}
#box #content .result {
	position: absolute;
	background: rgba(255,255,255,1);
	width: 100%;
	right: 0;
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
 }
#box #content .result.show {
	visibility: visible;
	opacity: 1;
}
#box #content .result .active {
	display: block !important;
}
#box #content .result .successful {
	background: #d1ffc5;
	padding: 10px;
	border: 1px solid #1b7f00;
	color: #1b7f00;
	display: none;
}
#box #content .result .name {font: bold 18px/22px 'IRANSans';margin-bottom: 10px;}
#box #content .result .desc {font: 15px/23px 'IRANSans';text-align: justify;}
#box #content .result .code {font: bold 16px/20px 'IRANSans';text-align: left;}
#box #content .result .unsuccessful {
	background: #ffcfcf;
	padding: 10px;
	border: 1px solid #c10000;
	color: #c10000;
	display: none;
}
#box #content .about {
	font: 500 15px/23px 'IRANSans';
	color: #636363;	
}
#box #content .about p {text-align: justify;}
#box #content .about .inputgroups {
	margin-bottom: 8px;
	position: relative;
}
#box #content .about .inputgroups img {
	position: absolute;
	bottom: 0;
	left:5%;
	height: 30px;
	width: auto;
}
#box #content .about .inputgroups label {
	font: 16px/50px 'IRANSans';
	color: #898989;
	text-align: right !important;
}
#box #content .about .inputgroups label span {font-size: 13px;color: #00817d;}
#box #content .about .inputgroups.captcha label {display: block;}
#box #content .about .inputgroups.captcha .inputbox {width: 51%;}
#box #content .about .inputgroups .inputbox {
	width: 100%;
	height: 50px;
	background: #fefefe;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 5px;
	font: 16px/48px 'IRANSans';
	color: #898989;
}
#box #content .about .inputgroups .submitbtn {
	width: 100%;
	height: 50px;
	background: #00817d;
	border: 1px solid #00817d;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 5px;
	font: 16px/28px 'IRANSans';
	color: #fff;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
	transition: all 0.4s ease;
}
#box #content .about .inputgroups .submitbtn:hover {
	background: #fff;
	color: #00817d;
}
#box #side {
	width: 300px;
	height: 100%;
	position: relative;
	float: right;
	background: url(../images/banner.jpg) no-repeat center center;
}
#box #side #caption {
	height: 85px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(199,4,58,0.75);
	text-align: center;
	color: #fff;
	font: normal 20px/35px 'IRANSans';
	padding: 7.5px 0;
	box-sizing: border-box;
}
#box #side #caption .date span {
	font-weight: bold;
	font-size: 36px;
}
#box #side #caption .users {font-size: 18px;display: inline-block;border-top: 1px dashed #fff;padding: 0 15px; }