:root{
	--mc : #0681A3;
	--sc : #FB4B4B;
	--border-radius : 40px;
}

.rb_flex_start_wrap{
	display :flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.rb_flex_center_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.cashback_price {
	font-size: 15px;
	background: #c6f9ff;
	color: #000;
	padding: 15px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #3696a2;
	text-shadow: 0 0 0px #000;
	flex-wrap: wrap;
	color: #777 !important;
}
.cashback_price .amount {
	margin: 0 5px;
}
.close_banner_template_box {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px;
	border: 1px solid;
	border-radius: 50px;
	padding: 6px 5px 5px 5px;
	cursor: pointer;
	line-height: 11px;
}
.banner_template_box {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 990;
}
.banner_template_box {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.banner_template_box.banner_mobile {
	max-width: 160px;
	padding: 10px;
}
.banner_template_box.banner_mobile .banner_template_box_title {
	font-size: 12px;
}
.banner_template_box.banner_mobile .banner_template_box_content p {
	font-size: 11px;
	margin-bottom: 3px;
}
.banner_template_box.banner_mobile .banner_template_box_cta_text {
	font-size: 10px;
}
.banner_template_box.banner_mobile .banner_template_box_btn {
	font-size: 11px;
	padding: 5px 0;
}
.banner_template_box.banner_mobile .time_circle {
	min-width: 45px;
	min-height: 45px;
	border-width: 3px;
}
.time_circle::before {
	content: '';
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background: var(--bg-color);
	z-index: -1;
}
.time_circle {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 7px solid var(--mc);
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.banner_mobile .rb_flex_column_wrap {
	text-align: center;
}
.banner_template_box_btn {
	background: var(--mc);
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 8px 12px;
	min-width: 100px;
	cursor: pointer;
}
.banner_template_box_btn:hover {box-shadow: inset 0 0 100px #0003;}
.banner_template_box_cta_text{font-size: 13px;color: #666;}
.rb_account_title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding-right: 15px;
	margin-bottom: 30px;
	display: block;
}
.deactived_lidmagnet {
	position: relative;
}
.deactived_lidmagnet {
	position: relative;
}
.deactived_lidmagnet::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	backdrop-filter: blur(3px);
	background: #0001;
	filter: grayscale(0.7);
}
.deactived_lidmagnet::after {
	content: 'غیر فعال';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #595959;
	width: 150px;
	height: 35px;
	z-index: 11;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #fff;
}
