/* Font */
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/iransansx/IRANSansX-Regular.woff2') format('woff2');	
}
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/iransansx/IRANSansX-Bold.woff2') format('woff2');	 
}
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/iranyekanx/IRANYekanX-Regular.woff2') format('woff2');	
}
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/iranyekanx/IRANYekanX-Bold.woff2') format('woff2');	 
}
@font-face {
	font-family: Sahel;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/sahel/Sahel.woff2') format('woff2');	
}
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/sahel/Sahel-Bold.woff2') format('woff2');	
}

/* RTL - Quiz Maker Plugin */
.rtl .ays-field {
    text-align: right !important;
}
.rtl .ays-field input+label:before {
    margin-right: inherit;
    margin-left: 10px;
}
.rtl .ays-field input+label.answered:after {
    margin-left: inherit;
    margin-right: 10px;
}