@charset "utf-8";
* {
	outline: none;
	word-spacing: 0px;
    font-weight: 400 !important;
}
*:hover {
	transition: 0.1s !important;
}

img {
	-webkit-user-select: none !important;
	-webkit-touch-callout: none !important;
	-webkit-user-user-drag: none!important;
	-khtml-user-select: none !important;
	-khtml-user-drag: none!important;
	-moz-user-select: none !important;
	-moz-user-drag: none!important;
	-ms-user-select: none!important;
	-o-user-drag: none!important;
	-o-user-select: none !important;
	user-select: none !important;
	user-drag: none!important;
}

html,
body {
	padding: 0px !important;
	margin: 0px !important;
	font-family: "YekanBalkhMedium" !important;
	font-size: 16px !important;
	color: #000 !important;
	direction: rtl !important;
	text-align: right;
	background: #fafafa;
    font-weight: 900 !important;
}

::-webkit-input-placeholder {
	color: #bcbcbc;
}

::-moz-placeholder {
	color: #bcbcbc;
}

:-ms-input-placeholder {
	color: #bcbcbc;
}

:-moz-placeholder {
	color: #bcbcbc;
}

#spacer15 {
	width: 100% !important;
	height: 15px !important;
}

#spacer25 {
	width: 100% !important;
	height: 25px !important;
}

#spacer50 {
	width: 100% !important;
	height: 50px !important;
}

#spacer100 {
	width: 100% !important;
	height: 100px !important;
}

a:focus,
a:hover {
	text-decoration: none;
}

a.link {
	color: deepskyblue;
}

a.link:focus,
a.link:hover {
	color: dodgerblue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 600;
}

h1 {
	line-height: 40px;
	
}

h2 {
	line-height: 36px;
	
}

h3 {
	line-height: 30px;
	
}

h4 {
	line-height: 22px;
	
}

h5 {
	line-height: 18px;
	
	font-weight: 400;
}

h6 {
	line-height: 16px;
	
	font-weight: 400;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

p {
	color: #111111;
}

.hide {
	display: none
}

.hidden {
	display: none;
	visibility: hidden
}

.full-height {
	min-height: 100vh
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.box-margin {
	margin-bottom: 15px !important;
}

.EnText {
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.text-wordspace {
	word-spacing: -3px !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-justify {
	text-align: justify !important;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #ffffff !important;
}

.text-danger {
	color: #dd0000 !important;
}

.text-muted {
	color: #99abb4 !important;
}

.text-warning {
	color: #ffb22b !important;
}

.text-success {
	color: green !important;
}

.text-info {
	color: #392ac4 !important;
}

.text-inverse {
	color: #2f3d4a !important;
}

.text-blue {
	color: #02bec9;
}

.text-purple {
	color: #7460ee;
}

.text-primary {
	color: #851b8e;
}

.text-megna {
	color: #00897b;
}

.text-dark {
	color: #67757c;
}

.text-themecolor {
	color: #392ac4;
}

.text-primary {
	color: #4680ff;
}

.text-success {
	color: #26dad2;
}

.text-info {
	color: #62d1f3;
}

.text-danger {
	color: #fc6180;
}

.text-warning {
	color: #ffb64d;
}

.text-pink {
	color: #e6a1f2;
}

.text-dark {
	color: #444c67;
}

.text-grey {
	color: #333333;
}

.text-black {
	color: #000000;
}

.text-bold {
	font-weight: 400 !important;
}

.bg-primary {
	background-color: #851b8e !important;
}

.bg-dodgerblue {
	background-color: dodgerblue !important;
}

.bg-success {
	background-color: #26dad2 !important;
}

.bg-info {
	background-color: #392ac4 !important;
}

.bg-warning {
	background-color: #ffb22b !important;
}

.bg-danger {
	background-color: #ef5350 !important;
}

.bg-megna {
	background-color: #00897b;
}

.bg-theme {
	background-color: #392ac4;
}

.bg-inverse {
	background-color: #2f3d4a;
}

.bg-purple {
	background-color: #7460ee;
}

.bg-light-part {
	background-color: rgba(0, 0, 0, 0.02);
}

.bg-light-primary {
	background-color: #f1effd;
}

.bg-light-success {
	background-color: #e8fdeb;
}

.bg-light-info {
	background-color: #cfecfe;
}

.bg-light-extra {
	background-color: #ebf3f5;
}

.bg-light-warning {
	background-color: #fff8ec;
}

.bg-light-danger {
	background-color: #f9e7eb;
}

.bg-light-inverse {
	background-color: #f6f6f6;
}

.bg-light {
	background-color: #fbfbfb;
}

.bg-white {
	background-color: #ffffff;
}

.radius-0 {
	border-radius: 0;
}

.radius-5 {
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.radius-10 {
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}

.radius-15 {
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
}

.radius-80 {
	-moz-border-radius: 80px !important;
	-webkit-border-radius: 80px !important;
	border-radius: 80px !important;
}

.padding-0 {
	padding: 0px !important;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-20 {
	padding: 20px !important;
}

.padding-30 {
	padding: 30px !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f1f1f1 inset;
	-webkit-text-fill-color: #000000 !important;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
	background-color: #f3f3f3;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
	background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #f3f3f3;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}


.shadowBox {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.signin img {
    width: 20%;
}

.signin .uk-comment-title {
    font-weight: 900 !important;
}

.input {
    background-color: #f1f1f1 !important;
    border: 1px solid #eeeeee !important;
    border-radius: 5px !important;
    text-align: center;
    padding: 10px 30px;
    outline: none !important;
    width: 100%;
    margin-bottom: 15px;
font-size: 14px !important;
}

.input:hover {
    background-color: #fafafa !important;
    border: 1px solid #f1f1f1 !important;
}

.input:hover,.input:focus {
    background-color: #fafafa !important;
    border: 1px solid #f1f1f1 !important;
}

.submit {
    background-color: #0dcaf0 !important;
    border: 1px solid #0dcaf0 !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}

.submit:hover {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
}

*:focus{
outline-style: none !important;
box-shadow: none !important;
border-color: transparent !important;
}

.siginup-text {
    font-weight: 400 !important;
    font-size: 14px
}

.siginup-text a {
    text-decoration: none
}

.signin a {
    text-decoration: none
}

.signin .forget {
    margin-top: 15px;
    
}

.signin .forget a {
    font-weight: 400 !important;
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    
}

.signin span {
               font-size: 13px;
    position: absolute;
    margin-top: -18px;
    
}

.anabazar-brand {
    max-height: 60px;
}

.login-input {
    width: 80% !important;
    font-size: 14px!important;
    border: 0px !important;
    background-color: #f1f1f1 !important;
    display: block;
    color: #555;
    padding: 5px 20px !important;
    border-radius: 0px 10px 10px 0px !important;
    height: 45px !important;
    float: right;
    margin-top: 0px !important;
}

.box input, .box select {
    background-color: #f1f1f1;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    border: 0px;
    padding: 0px 15px;
    font-size: 14px;
}

.box input::after, .box input::before, .box input::active, .box input::focus {
    background-color: #f1f1f1 !important;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    border: 0px;
    padding: 0px 15px;
    font-size: 14px;
}

.login-btn {
    text-align: center;
    width: 20%;
    font-size: 14px!important;
    border: 0px;
    background-color: dodgerblue;
    display: block;
    color: #FFF;
    padding: 5px 20px !important;
    border-radius: 10px 0px 0px 10px;
    height: 45px;
    float: right;
}


.register-btn {
    text-align: center;
    width: 100%;
    font-size: 14px!important;
    border: 0px;
    background-color: dodgerblue;
    display: block;
    color: #FFF;
    padding: 5px 20px !important;
    border-radius: 10px;
    height: 45px;
    float: right;
}
.box {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 30px;
    box-shadow: 0 10px 20px -1px rgb(0 0 0 / 0%) !important;
    border-radius: 15px;
    font-size: 14px;
}

#timer{
    font-family: faNum !important;
    font-weight: 900 !important;
    font-size: 17px;
}