@charset "UTF-8";
/* CSS Document - v4.1.1 */

@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: 300;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Light.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Light.woff2');
}

@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Regular.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Regular.woff2');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Bold.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Bold.woff2');
}

h1,h2,h3,h4,h5,h6{
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
	cursor: default;
}
body{
	font-family: "IRANSansX2" !important;
	direction: rtl;
	padding-top: 8.2rem;
	line-height: 1.5em;
}

a{
	transition: 0.2s;
}

a h1,a h2,a h3,a h4,a h5,a h6{
	cursor: pointer;
	color: #2A303B;
	transition: 0.2s;
}
.h6 {font-size:0.9rem !important;}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
	color: #5769d5;
}
.card-body img {
    width: 48%;
    float: right;
    height: auto;
    margin: 0 0 3% 2%;
}
img.nobg {
    width: 100% !important;
    height: auto !important;
    float: none !important;
}
.download {
    background-image: url(https://bayanbox.ir/view/943505421908881113/download.svg);
    background-size: 23px 15px;
    background-repeat: no-repeat;
    padding-right: 25px;
    background-position: right 0;
    text-decoration-line: none;
}
.ai {
    background-image: url(https://bayanbox.ir/view/1433834886638816378/ai.svg);
    background-size: 23px 32px;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right 0;
    text-decoration-line: none;
    margin: 15px 0px 10px 0px;
}
.blog-description p {
    text-align: justify;
    padding:0 6%;
    line-height: 28px;
}

.fldcontent img {
    width: auto;
}

.btn-ripple i{
	padding: 10px;
	background: transparent;
	transition: 0.2s;
	border-radius: 50px;
}
.btn-ripple:hover i{
	background: #F1F3F6;
}

.navbar{
	padding: 1.2rem 0;
	background: rgba(255, 255, 255, 0.8) !important;
	border-bottom:1px solid #E4E7ED;
	backdrop-filter: brightness(100%) saturate(150%) blur(15px) !important;
}
.navbar .container{
	position: relative;
}

@supports not (backdrop-filter: none) {
	.navbar {
		background: rgba(255, 255, 255, 0.98) !important;
	}
}

.navbar-brand{
	margin-right: 0;
}

.navbar-nav .nav-link{
	font-size: 88%;
}

.navbar-light .navbar-nav .nav-link {
	color: #434B59;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.selected {
	color: #5769d5;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #2180DE;
}

.nav-link{
	font-weight: bold;
}

.menu-items{
	padding: 19.69px 0;
}

.btn-sm, .btn-group-sm > .btn{
	padding: 0.25rem 1rem;
	font-size: 0.875rem;
	border-radius: 0.5rem;
	width: max-content;
}

.post-list .card-body p {
	position: relative;
	font-size: 14px;
	color: #2A303B;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-line-clamp: 4 !important;
}
.card-title {
    margin-bottom: 2rem;
    line-height: 35px;
}
.post-featured .card-body p {
	position: relative;
	font-size: 14px;
	color: #2A303B;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-line-clamp: 3 !important;
}

body.dark .post-featured .card-body p, body.dark .post-list .card-body p{
	color: #cbcdd3;
}


.card {
	background: transparent;
}

.card-body .small{
	font-size: 13px;
}

.card-text{
	position: relative;
	font-size: 14px;
	color: #2A303B;
}

.post-details .text-success{
	color: #21BF73 !important;
}

.post-details .text-danger{
	olor: #EB5757 !important;
}

.post-details .text-secondary{
	color: #778191 !important;
}

.col-lg-8 {
        width: 100% !important;
}

.bi.post-details{
	line-height: 19px;
}

.post-list div:last-child hr{
	display: none;
}

.blog-image img{
	width:100%;
	height:auto;
	border-radius:10px;
}

.followBx {
	margin-bottom:20px;
	background: none;
	border-radius: 10px;
	padding: 10px 4px 4px;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}
.followersTitle {
	padding: 0 4px;
	margin-bottom: 7px;
	font-size: 1rem;
	cursor: default;
}
.followersCount {
	color: #778191;
}

.followThis {
	display: block;
	padding: 6px 16px;
	margin: 2px;
	background: #5769d5;
	color: #fff !important;
	border-radius: 0.25rem;
	text-align: center;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}

.followThis.followed {
	background-color: transparent;
	border: 2px solid #5769d5;
	color: #5769d5 !important ;
	border-radius: 0.25rem;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}
#followInBx {
	margin: 0 auto;
	max-width: 100% !important;
}


.social-box i{
	font-size: 26px;
}
.social-box i:hover{
	color: #5769d5;
	cursor: pointer;
}
.social-box ul{
	cursor: default;
}
.social-box li{
	cursor: default;
	padding-right: 6px;
}
.social-box h6{
	line-height: 1.4em;
}

.tag-box li{
	direction: rtl;
	display: inline-block;
	margin: 1px 1px 30px;
	padding-bottom: 6px;
}
.tag-box a{
	text-decoration: none;
	background: #F1F3F6;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: 13px;
	color: #778191;
	border: 2px solid transparent;
	transition: 0.2s;
}
.tag-box a:hover{
	background: #F1F3F6;
	color: #5769d5;
	border-color: rgba(47,142,237,0.4);
}
.tag-box li.selected a {
	background: #F1F3F6;
	color: #5769d5;
	border-color: rgba(47,142,237,0.4);
}
.tag-box ul{
	cursor: default;
	text-align: right;
}

.messages{
	margin-bottom: 30px;
	border-right: 6px solid #5769d5;
	padding: 10px 10px 1px;
}
.messages-content h2{
	font-size: 1.25rem;
	
}

.post-item-box li a{
	display: block;
	color: #2A303B;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom: 1px solid #F5F7FA;
	transition: 0.2s;
}
.post-item-box li a:hover{
	color: #5769d5;
	background: #F5F7FA;
}
.post-item-box li.active a{
	color: #5769d5;
	background: #F5F7FA;
}

.post-item-box li:last-child a{
	border: none;
}

.category-box{
	cursor: default;
}

.category-box h3{
	display: inline-block;
	color: #2A303B;
	font-size: 14px;
	text-decoration: none;
}

.category-box a{
	text-decoration: none;
}

.category-box .post-list-count{
	font-size: 13px;
}

.category-box ul{
	margin-right: 0;
	padding-right: 0;
}
.category-box ul li {
    position: relative;
    list-style: none;
    width: 45%;
    float: right;
    margin-right: 5%;
}
.category-box ul li ul li{
	margin-right: 20px;
}
.category-box ul li.active a h3{
	color: #5769d5;
}
.category-box ul li ul li.active a h3{
	color: #5769d5;
}
.category-box ul li:before{
	display: block;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #5769d5;
	top: 8px;
	right: -12px;
	border-radius: 1px;
}
.category-box ul li ul li:before{
	width: 8px;
	height: 12px;
	border: 2px solid #5769d5;
	border-top: none;
	border-left: none;
	background: transparent;
	top: 3px;
	right: -12px;
}
.category-box ul li ul li ul li:before{
	border: 2px solid #5769d5;
	border-top: none;
	border-left: none;
}

.category-box ul li.active:before{
	background: #5769d5;
}
.category-box ul li ul li.active:before{
	background: transparent;
	border-color:#5769d5;
}
.category-box ul li ul li ul li.active:before{
	background: transparent;
	border-color:#5769d5;
}

.nav-saerch-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 100%;
	opacity: 0;
	z-index: -1000;
}

.col-centered{
	margin: 0 auto;
	float: none;
}
.nav-saerch-box .search-input{
	height: 99.73px;
	background: transparent;
	border: none;
	border-radius: 0;
}
.nav-saerch-box .search-input:focus{
	box-shadow: none;
}
.nav-saerch-box button{
	border: none;
	background: transparent;
	padding-top: 6px;
	font-size: 18px;
	color: #778191;
}
.nav-saerch-box ::placeholder{
	color: #778191;
}
.close-search-box{
	font-size: 20px;
	cursor: pointer;
}

.post-image-wrp{
	margin-top: -30px;
	padding-right: 0 !important;
}
.post-image{
	position: relative;
	overflow: hidden !important;
	z-index: 100;
	text-align: center;
}
.post-image span{
	display: block;
}
.bg-image{
	position: absolute;
	overflow: hidden;
	width: 100%;
	filter: grayscale(50%);
	z-index: 99;
	background-color: #fff;
}
.bg-image img{
	opacity: 0.9;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	transform: scale(1.1);
}

.post-content{
	font-size: 1.08rem;
	font-weight: 300;
	line-height: 1.9;
	color: #4a4a4a;
	list-style-type: persian;
}
.post-content p {
    margin: 0;
}

.divider{
	font-size: 8px;
	padding: 0 3px;
	opacity: 0.5;
}

.dark div.inputFix input.text {
    background-color: transparent;
	color:#cbcdd3;
}
.dark textarea {
	background-color:transparent !important;
	color:#cbcdd3;
}

.comment-avatar{
	position: relative;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border-radius: 60px;
	z-index: 20;
}
.comment-avatar img{
	width: 100%;
	height: auto;
}

.comment-body{
	font-size: 15px;
}

.comment-item .avatar-line{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	min-height: 10px;
	background: #67abf1;
	top: 30px;
	right: 38px;
}
.hasreply .comment-body{
	padding-bottom: 30px;
}
.comment-reply h4{
	color: #5769d5;
}
.comment-reply .comment-body{
	padding-bottom: 0;
}

.comment-add-form{
	font-size: 14px;
	padding-right: 50px;
}
.comment-add-form select{
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	min-width: 220px;
	padding:3px 6px;
}
.comment-add-form .sendbutton {
	background: #5769d5;
	border: 1px solid #5769d5;
	color: #fff;
	border-radius: 6px;
	padding: 3px 30px;
}

body.dark .comment-add-form{
	font-size: 14px;
	padding-right: 50px;
}
body.dark .comment-add-form select , body.dark #captchaInput{
	background: #1c1f26;
	color: #cbcdd3;
	border: 1px solid #596272;
}
body.dark .comment-add-form .sendbutton {
	background: #5769d5;
	border: 1px solid #5769d5;
	color: #fff;
}

.rate-up i, .rate-up .txt-rate{
	color:#778191;
}
.rate-down i, .rate-down .txt-rate{
	color:#778191;
}

.rate-up.rated i, .rate-up.rated .txt-rate{
	color:#21BF73;
}
.rate-down.rated i, .rate-down.rated .txt-rate{
	color:#dc3545;
}

.pagination a {
	padding: 4px 12px;
}
.page-item.current .page-link {
	color: #fff;
	background-color: #5769d5;
	border-color: #5769d5;
}

blockquote{
	background: #f5f5f5;
	padding: 12px 20px;
	display: inline-block;
	border-right:4px solid #5769d5;
	margin: 20px 0;
}

hr{
	background-color: #dee2e6 !important;
	opacity: 1;
}

footer p{
	font-size: 14px;
	cursor: default;
	padding-top: 4px;
}

footer li, footer ul{
	cursor: default;
	vertical-align: middle;
}

footer i{
	display: block;
	background-color: #F1F3F6;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: 0.2s;
}
footer i:hover{
	border-color: rgba(47,142,237,0.4);
}

footer i.rss{
	background-image: url('https://cdn.bayan.ir/blog/templates/shared/assets/img/footer-rss.png');
}
footer i.blog{
	background-image: url('https://cdn.bayan.ir/blog/templates/shared/assets/img/footer-blog.png');
}
footer i.bbox{
	background-image: url('https://cdn.bayan.ir/blog/templates/shared/assets/img/footer-bbox.png');
}
footer i.bayan{
	background-image: url('https://cdn.bayan.ir/blog/templates/shared/assets/img/footer-bayan.png');
}
@media (min-width: 992px) {
    .col-lg-4 {
        width: 50%;
    }
}
@media (max-width: 576px) {
	.comment-add-form {
		padding-right: 0px;
	}
	.commentAvatar{
		display:none;
	}
	.card-body img {
          width: 100%;
          float: none;
          height: auto;
          margin: 0;
         }
	.pagination {
	  display: table;	
	}
	.fldcontent img {
          width: auto;
          float: left;
          margin: auto;
        }

}