@font-face{font-family:RS;font-style:normal;font-weight:400;src:url(../fonts/IRANSansWeb.woff2)}

@font-face{font-family:RSBold;font-style:normal;font-weight:700;src:url(../fonts/IRANSansWeb_Bold.woff2)}

@font-face{font-family:Wood;font-style:normal;font-weight:700;src:url(../fonts/wood.woff) format("truetype")}


@font-face {
  font-family: FontBrand;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.ttf") format("truetype"); }
  
  
@font-face {
  font-family: FontBrandBold;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/fa-brands-400.ttf") format("truetype") }
  
  
@font-face {
  font-family: FontRegular;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.ttf") format("truetype"); }
  
  
@font-face {
  font-family: FontSolid;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/fa-solid-900.ttf") format("truetype") }

*{
	box-sizing:border-box;
	outline:0;
	
}

body{
	direction:rtl;
	background-color:#fff;
	font-family:RS;
	font-size:14px;
	margin:0;
	line-height: 1.42857;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}

a {
	text-decoration:none;
	background-color: transparent;
}

label{
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img,svg{
	max-width:100%;
	height:auto;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

.list-unstyle{
	list-style:none;
}

.list-inline{
	display:inline-block;
}

.list-inline li{
	display:inline-block;
}


.alert-danger {
    color: #772b35;
    background-color: #fadddd;
    border-color: #f8cfcf;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.fullwidth{
	width:100%;
}


input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 5px;
    padding: 0;
    vertical-align: middle;
}


input {
    border: 1px solid #d6d6d6 !important;
}

input[type=text],input[type=password],select{
	padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
	background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
}


fieldset{
	margin-bottom: 20px;
    padding: 6px 40px;
    border: 2px solid #E6E6E6;
	margin-top: 40px;
}

fieldset legend{
	margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
	font-weight: 600;
    color: #242424;
	font-size: 22px;
}


mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #F9F9F9;
    color: #2d2a2a;
    font-weight: 600;
    line-height: 1;
}


address {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 110%;
    line-height: 1.8;
	color: #777777;
}


.score-0{
	width:0% !important;
}


.score-10{
	width:10% !important;
}

.score-20{
	width:20% !important;
}

.score-30{
	width:30% !important;
}

.score-40{
	width:40% !important;
}

.score-50{
	width:50% !important;
}

.score-60{
	width:60% !important;
}

.score-70{
	width:70% !important;
}

.score-80{
	width:80% !important;
}

.score-90{
	width:90% !important;
}

.score-100{
	width:100% !important;
}


table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #3c4b64;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,21,.05);
}


.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid;
    border-top-color: #d8dbe0;
	text-align:center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid;
    border-bottom-color: #d8dbe0;
}


@media (max-width: 575.98px)
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}







