/* CSS Document */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
body {
	direction: rtl;
	word-wrap: break-word;
	font-size: 13px;
	font-family: 'yekan', sans-serif;
	background-color: rgba(240,240,240,0.80);
	text-align: right;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.top-100 {
	top: 75px !important;

}
.bottom{
	bottom: 50px !important;
}
.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-15 {
	margin-left: 15px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-50 {
	margin-top: 50px;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.right {
	right: 0px !important;
}
.black {
	background-color: rgba(17,17,17,1.00);
}
.text-size-12 {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 3px;
	box-shadow: 0px 0px 6px 3px;
}
.shadow-white {
	-webkit-box-shadow: 0px 0px rgba(255,255,255,1.00);
	box-shadow: 0px 0px rgba(255,255,255,1.00);
}
.shadow-dark {
	-webkit-box-shadow: 0px 0px rgba(52,58,64,1.00);
	box-shadow: 0px 0px rgba(52,58,64,1.00);
}
.text-sm-m {
	font-size: 12px !important;
}

.text-sm-14{
	font-size: 14px !important;
}
.text-sm-12{
	font-size: 12px !important;
}
@media all and (max-width: 1150px) {
.w-sm-m {
	width: 65px;
}
body {
	font-size: 12px;
}
.text-sm-m {
	font-size: 11px !important;
}
}
.telegram-color {
	color: #0088CC;	
}
@media all and (max-width: 800px) {
.w-sm-m {
	width: 65px;
}
body {
	font-size: 12px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 600px) {
.w-sm-m {
	width: 65px;
}
body {
	font-size: 11px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 550px) {
.w-sm-m {
	width: 65px;
}
body {
	font-size: 11px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 479px) {
.w-sm-m {
	width: 65px;
}
body {
	font-size: 11px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 385px) {
.w-sm-m {
	width: 60px;
}
body {
	font-size: 11px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 350px) {
.w-sm-m {
	width: 60px;
}
body {
	font-size: 11px;
}
.text-sm-m {
	font-size: 8px !important;
}
}

@media all and (max-width: 330px) {
.w-sm-m {
	width: 53px;
}
body {
	font-size: 10px;
}
.text-sm-m {
	font-size: 7px !important;
}
}

@media all and (max-width: 310px) {
.w-sm-m {
	width: 45px;
}
body {
	font-size: 10px;
}
.text-sm-m {
	font-size: 7px !important;
}
}

@media all and (max-width: 300px) {
.w-sm-m {
	width: 40px;
}
body {
	font-size: 8px;
}
.text-sm-m {
	font-size: 7px !important;
}
}



@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 20px;
    width: 20px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 9px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all 0.15s ease-out 0s;
	background-color: #666666;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
	
}
.option-input:checked {
	background-color: #FAAE0B;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 20.66667px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

button, input[type=submit]{
	 position: relative;
  top: -1px;
	
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff;
  background-color: #007bff;
  border-color: #007bff;
	
}

.post-img img{
	max-width: 70% !important;
	height: 200px;
	border-radius: 8px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}