<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: "site-font-fa" , "site-font-en" !important ;
}
.main_search {
    background:url(../images/bg_people.jpg) no-repeat 80% 0;
    background-color: #ccc;
    background-size: cover;
    padding-top: 150px;
    min-height: 500px;
}
input[type=text],input[type=email]{
	height:50px;
	border-radius:0px;
	border-top-right-radius:3px !important;
	border-bottom-right-radius:3px !important
}
input{
	height:50px;
	border-radius:0px !important;
	border-top-left-radius:3px !important;
	border-bottom-left-radius:3px !important;
}
.page_homenew .main_search&gt;.content form .search_word_holder input[type=text] {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    height: 70px;
    padding: 0 50px 0 25px;
    font-family: LatoLight,Lato,Arial,sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
section{
	padding-top:0px !important;
	padding-bottom:50px !important;
}
header{
	background-color:transparent !important;
	text-align:center;
}

.main-title{
	text-align:center;
	background-color:#fff;
	padding:5px;
	width:500px;
	max-width:90%;
	border-bottom-left-radius:100px;
	border-bottom-right-radius:100px;
	
	font-size:24px;
	display:inline-block;
	box-shadow:0px 0px 5px #aaa;
	direction:rtl;
}
.register-message{
	background-color:#666;
	color:#fff;
	text-align:justify;
	border-radius:3px;
	padding:10px;
}
.register-fail-message{
	direction:rtl;
	text-align:right;
	color:#f00;
	font-weight: bold;
}
.success-message{
	direction:rtl;
	text-align:right;
	color:#0f0;
	font-weight: bold;
}
.fail-message{
	direction:rtl;
	text-align:right;
	color:#f00;
	font-weight: bold;
}
.hint-message-box{
	background-color:#666;
	color:#fff;
	text-align:justify;
	direction:rtl;
	border-radius:3px;
	padding:10px;
}
.hint-message-box h2{
	text-align:center;
}
.other-words-suggestion{
	background-color:rgba(255,255,255,0.5);
	color:#333;
	text-align:justify;
	direction:rtl;
	border-radius:3px;
	padding:10px;
}
.word-title{
	text-align:center;
	background-color:#333;
	color:#fff;
	padding:20px;
}
.word-item{
	direction:rtl;
	text-align:right;
}
.word-item-div{
	height:40px;
}
.word-item-span{
	display:inline-block;
	padding-left:30px;
}

.account-items{
	margin-bottom:50px;
}
.account-items &gt; ul{
	direction:rtl;
}
.account-items &gt; ul &gt; li{
	display:inline-block;
	height:100px;
	border-radius:10px;
	text-align:center;
	padding:5px;			
}
.account-items &gt; ul &gt; li &gt; span{
	font-size:24px;
	font-weight:bold;
	display:block;
	margin-top:20px;
}

.accounts-link-btn{
	background-color: #007bff;
	width: 30%;
	height: 50px !important;
	max-width: 100px;
	margin: 20px;
}
.accounts-link-btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.accounts-link-btn a:hover{
	text-decoration: none;
	color: #fff;
}

.category  .category-item{
	display:inline-block;
	text-decoration:none;
	background-color:#333;
	margin:10px;
	box-shadow:0px 0px 5px #333;
	color:#fff;
}


.login-error-message{
	color: #f00;
	direction: rtl;
	text-align: right;
	font-weight: bold;
	padding: 10px;
}

@media only screen and (max-width:500px)
{
.account-items &gt; ul{
	margin:0px;
	padding:0px;
}
.account-items &gt; ul &gt; li{
	height:60px;
	border-radius:10px;
	text-align:center;
	padding:3px;
	font-size:12px;	
}
.account-items &gt; ul &gt; li &gt; span{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:10px;
}

}
</pre></body></html>