@font-face {
    font-family: vazir ;
    src: url("../fonts/vazir-medium/Vazir-Medium.woff2");
  
}
@font-face {
    font-family:'fafa';
    src: url("./asset/fonts/fontawesome-webfont.woff") , url("asset/fonts/fontawesome-webfont.woff2");
}
@font-face {
	font-family: bbc-bold;
	src: url("../fonts/BBC-Reith-Qalam/BBC-Reith-Qalam-bold.woff2");
}
@font-face {
	font-family: 'bbc-normal';
	src: url("../fonts/BBC-Reith-Qalam/BBC-Reith-Qalam-normal.woff2");
}

@font-face {
    font-family: vazirnumber ;
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-Light-FD-WOL/Vazir-Light-FD-WOL.woff") ,url("../fonts/Farsi-Digits-Without-Latin/Vazir-Light-FD-WOL/Vazir-Light-FD-WOL.woff2");
  
}


.lin{
    line-height:  1.6em ;
    border-bottom: 2px solid black !important;
}
.vazir{
    font-family: vazir !important;
   
}
.vazirnum{
	font-family: vazirnumber !important;
}
.bbcnormal{
	font-family: bbc-normal !important;
	
    
}
.bbckoloft{
	font-family: bbc-bold !important;
    
}



textarea{
    resize: vertical;
    min-height: 30px;
}

/*-----------read more----*/
.akhbar p:last-child {
    opacity: 0.5;
}
#text{
    display: none;
}


label.error{
	display: inline;
}

/* ===================for print====================== */
@media print {
    header , footer , .left-content , .nonPrint 
	{ 
		display: none; 
	}
   }



/* -------------------------------responsive-------------- */
/* .left-content{
    min-width: 300px;
} */
@media screen  and (max-width:767px){
    
    .vazir{
        font-family: vazir !important;
        font-size: 0.9rem;
    }
}

/*========================================= captcha css ================*/
#image{
	/* margin-top: 10px; */
	box-shadow: 5px 5px 5px 5px gray;
	width: 60px;;
	padding: 20px;
	font-weight: 400;
	padding-bottom: 0px;
	height: 40px;
	user-select: none;
	text-decoration:line-through;
	font-style: italic;
	font-size: x-large;
	border: red 2px solid;
	margin-left: 10px;
	
}
img{
	max-width: 100%;
}
#user-input{
	box-shadow: 5px 5px 5px 5px gray;
	width:auto;
	margin-right: 10px;
	padding: 10px;
	padding-bottom: 0px;
	height: 40px;
	border: red 0px solid;
}
/* input{
	border:1px black solid;
} */
.inline{
	display:inline-block;
}
#btn{
	box-shadow: 5px 5px 5px grey;
	color: aqua;
	margin: 10px;
	background-color: brown;
}
