@charset "utf-8";
/* CSS Document */

html, body, div, input, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
@font-face {
	font-family: 'iranyekan';
	src: url('fonts/iranyekanwebregular.eot?#') format('eot'), url('fonts/iranyekanwebregular.woff2') format('woff2'), url('fonts/iranyekanwebregular.ttf') format('truetype');
}
* {
	font-weight: normal;
}
body {
	font-family: iranyekan, prn-number;
	background-color: #ffffff;
	direction: rtl;
	list-style: none;
}
a {
	text-decoration: none !important
}
a:focus {
	outline: none;
}
.clear {
	clear: both
}

.content {    
	padding: 20px;
}

.content svg {
	display: block;
    margin: auto;
}

.content p {
	text-align: center;
    margin-top: 20px;
    font-size: 21px;
}

.content p.head {
    color: #3e3e3e;
    font-weight: bold;
}

.content p.success {
    color: #019f36;
}

.content p.unsuccess {
    color: #df1d0e;
}

.content p.details {
	font-size: 16px;
    color: #3e3e3e;
    line-height: 1.6;
    display: block;
    max-width: 450px;
    margin: 14px auto 0;
}

.content a.backToApp {
    text-align: center;
    background: #2f2771;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    display: block;
    max-width: 450px;
    margin: 30px auto 0;
}

.content a.directUpdate {
    text-align: center;
    background: #019f36;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    display: block;
    max-width: 450px;
    margin: 6px auto 0;
}

.content a.MarketUpdate {
    text-align: center;
    background: #2f2771;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    display: block;
    max-width: 450px;
    margin: 18px auto 0;
}