html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
HTML, body{
	direction: rtl;
	background: #e7e7e9;
	font-family: IRANSans, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	scroll-behavior: smooth;
}
main{
	padding: 50px;
	line-height: 20px;
}
main header h1{
	font-size: 30px;
	padding-bottom: 10px;
	color: #141414;
}
main header h4{
	font-size: 14px;
	padding-bottom: 10px;
	color: #4b4b4b;
	cursor: default;
}
#searchBar{
	padding: 10px;
    background: #fff;
    border-radius: 5px;
}
#searchBar img{
	width: 14px;
    height: 14px;
    position: relative;
    top: 4px;
}
#search{
	border: none;
    padding: 4px;
    background: transparent;
    outline: none;
    font-family: inherit;
	font-size: 16px;
	width: 95%;
}
#terms{
	background: white;
    margin: 30px 0;
	padding: 25px;
    display: flex;
    align-content: stretch;
	border-radius: 5px;
}
#alefba{
	width: 25px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	
}
#alefba li{
	padding:8px 0;
	color:#2c2c2c;
	cursor: pointer;
}
#alefba li:hover,#alefba li.active{
	color: #4caf50;
}
#alefba li.not{
	pointer-events: none;
	color: #ccc;
}
#taarif{
	margin-right: 50px;
	flex: 1;
}
#taarif li{
	padding: 15px 0;
}

#taarif li.header{
	font-size: 30px;
	font-weight: bold;
	padding: 16px 0 30px 0;
}

#taarif li .title{
	color: #4caf50;
    font-size: 26px;
    padding: 8px 0;
}

#taarif li .des{
	font-size: 16px;
	line-height: 30px;
}
#taarif li .des p.new{
	margin-bottom: 10px;
}
#taarif .loading{
	text-align: center;
}
.ref{
	/* background: #d3d3d3;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-radius: 25px; */
    font-size: 70%;
    color: rgb(116, 116, 116);
	margin-bottom: 20px;
	cursor: default;
}
#add{
    font-size: 300%;
    color: #9f9f9f;
    position: absolute;
    left: 50px;
	top: 50px;
	cursor: pointer;
}