.added_to_bookmark svg{
	fill: #111 !important;
	stroke: #111;
}
.added_to_favorit svg {fill: #E40303 !important}
.added_to_favorit svg path{stroke: #E40303 !important}
.share_in_social_popup.active{
	opacity: 1;
	visibility: visible;
}
.share_in_social_popup {
	height: 200px;
}
.popup_wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: #fff;
	border-radius: 10px;
	padding: 30px 15px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 400px;
	max-width: 95%;
	transition: 0.2s all;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: 9999;
}
.popup_text {
	background: #f5f7fb;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 700;
	border-radius: var(--br);
}
.popup_close_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.popup_close_btn:hover { color: #000;}
.copied, .copy_btn {
	position: relative;
}
.copy_btn{
	cursor: pointer;
	width: 120px;
	background: #f5f7fb;
	padding: 7px 10px;
	border-radius: 40px;
	display: flex;
	font-size: 14px;
	color: #555;
	gap: 8px;
	align-items: center;
}
.copy_btn:after{
	content: 'کپی شد';
	background: var(--mc);
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	width: fit-content;
	opacity: 0;
	visibility: 0;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translate(-50%, 10px);
	transition: 0.3s all;
	padding: 3px 8px;
	white-space: nowrap;
}
.copy_btn.copied:after{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}
.post_image_box img {
	width: 100%;
	border-radius: var(--br);
}
.back_page_btn {
	width: 40px;
	height: 36px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.post_cat_box {
	display: flex;
	justify-content: start;
	align-content: center;
	gap: 5px;
	margin: 20px 0;
}
.post_cat_box a {
	border: 1px solid #ddd;
	padding: 8px 15px;
	border-radius: var(--br);
	color: var(--tc);
	display: block;
	width: fit-content;
	font-size: 14px;
}
.rb_single_post_wrap .post_main_title {
	color: var(--tc);
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin: 20px 0;
	text-align: right;
}
.post_excerpt {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
	display: block;
}
.post_date {
	font-size: 13px;
	color: var(--tc);
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	margin-bottom: 25px;
}
.post_content p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 28px;
}
.post_content ul li {
	line-height: 30px;
	list-style: disc;
}
.line_seperator {
	width: 100%;
	position: relative;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.line_seperator::before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 44%;
	background: #e5e5e5;
	height: 2px;
}
.line_seperator::after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 44%;
	background: #e5e5e5;
	height: 2px;
}
.news_break_item {
	position: relative;
	padding: 15px 0;
}
.news_break_item_time {
	position: absolute;
	left: 0;
	top: 16px;
	font-size: 14px;
	color: var(--mc);
	font-weight: 500;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 2px;
	line-height: 16px;
}
.news_break_item_image {
	border-radius: var(--br);
	margin: 20px 0;
	overflow: hidden;
}
.news_break_item_title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	width: 9px;
	height: 9px;
	background: var(--mc);
	border-radius: 50px;
}
.news_break_item_title {
	font-size: 15px;
	font-weight: 700;
	color: var(--tc);
	padding-right: 15px;
	position: relative;
	margin-bottom: 15px;
}
.news_break_item_text p {
	font-size: 15px;
	font-weight: 300;
	color: var(--tc);
	line-height: 30px;
	text-align: justify;
}
.rb_related_posts_wrap {
	margin-top: 60px;
}
.refresh_content_news{
	cursor: pointer;
}
.refresh_content_news {
	position: fixed;
	left: 13px;
	bottom: 18px;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--mc);
	border-radius: 50px;
	z-index: 100;
	cursor: pointer;
}
.ads_banners_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: 100%;
	margin: 25px auto;
}
.ads_banner_item img, .ads_banner_item {
	width: 100%;
}
.close_banner_btn {
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	color: #555;
}