/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
body {
	background-color: #F0F6FF !important;
}
i:not(.jssocials-share-logo) {
    color: #fff;
}
.renters_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.ins-dash-intro {
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 8px;
	padding: 17.5px 20px;
}
.ins-dash-posts {
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 8px;
	padding: 17.5px 20px;
}
.ins-dash-posts:hover {
	background: linear-gradient(
		0deg,
		rgb(34 193 195 / 11%) 0%,
		rgb(45 122 253 / 14%) 100%
	);
}
.ins-dash-intro .bb-dash__avatar {
	display: none;
}
.site-header .site-header-container.flex {
	max-width: 100%;
}
div#primary-navbar {
	justify-content: center;
}
.bb-template-v2 .primary-menu>li a {
	color: #535760 !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Poppins';
}
.bb-template-v2 .primary-menu>li {
	margin-right: 32px;
}
div#content .container {
    max-width: 1600px;
}
.forum-archive div#content .container,
.topic-archive div#content .container{
    max-width: 1920px;
}
.custom-slick-slider-wrapper .custom-slick-slider .slick-prev.slick-arrow::before {
	background: url('/wp-content/uploads/2025/03/left-side-slider-arrow.svg') no-repeat center center;
	background-size: 16px;
}
.custom-slick-slider-wrapper .custom-slick-slider .slick-arrow::before {
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff !important;
	background: url('/wp-content/uploads/2025/03/right-side-slider-arrow.svg') no-repeat center center;
	background-size: 16px;
	width: 16px;
	height: 16px;
	content: "";
}
.custom-slick-slider-wrapper .slick-prev, .custom-slick-slider-wrapper .slick-next {
	color: transparent !important;
}
.ins-dash-posts .author-info {
	display: none;
}
.ins-dash-posts ul.slick-dots {
	position: relative;
	margin-top: 40px;
}
.ins-dash-posts a.view-all {
	right: 20px;
	position: absolute;
	top: 20px;
}
.ins-dash-posts ul.slick-dots li.slick-active button {
	padding: 4px 10px;
	background: #426CF5 !important;
	border-color: #426CF5 !important;
}
ul.slick-dots li button {
	color: transparent;
	padding: 4px;
	margin: 0 4px !important;
	width: 5px;
	height: 5px !important;
	background: #E0E1E4 !important;
	border-color: #E0E1E4 !important;
}
.menu-item ._image {
	width: 30px !important;
}
.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a:hover {
	background: #FFFFFF !important;
}
.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu {
	min-width: 320px;
}
li#wp-admin-bar-my-account-activity {
	display: none;
}
li#wp-admin-bar-my-account-notifications {
	display: none;
}
li#wp-admin-bar-my-account-forums-favorites {
	display: none;
}
.ab-sub-wrapper.wrapper {
	display: none !important;
}
nav#object-nav li#activity-personal-li {
	display: none;
}
.my-profile nav#object-nav li#forums-personal-li {
	display: none;
}
.forums nav#object-nav li#xprofile-personal-li {
	display: none;
}
.ins-cs-breadcrumb h5 {
	margin-bottom: 0px !important;
}
.ins-cs-breadcrumb h5 {
	margin-bottom: 0px !important;
	font-size: 14px;
	line-height: 20px;
	font-family: "Poppins" !important;
	font-weight: 400;
	color: #9A9EAA;
	padding: 0;
}
.ins-cs-breadcrumb h5 span {
	color: #606470;
}
.ins-pages-listing .eael-grid-post-holder {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	border-color: transparent;
}
.post-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post-container .post-image {
    max-width: 300px;
    border-radius: 16px;
    overflow: hidden;
}
.ins-pages-listing .eael-grid-post-holder-inner .eael-entry-wrapper {
	padding: 32px;
}
.ins-pages-listing a.eael-post-elements-readmore-btn {
	padding: 8px 16px;
	border: 1px solid #2D7AFD;
	background-color: transparent;
	border-radius: 6px;
	width: fit-content;
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #2D7AFD;
}
.ins-pages-listing a.eael-post-elements-readmore-btn:hover {
	background-color: #2D7AFD;
	color: #fff !important;
}
.ins-pages-listing .eael-grid-post-excerpt p {
	margin-bottom: 20px;
}
.left_category_forum ul.bb-sidebar-forums ul.bb-sidebar-forums {
	display: none;
}

.left_category_forum {
	max-width: 360px;
	min-width: 360px;
	margin-left: -20px;
	background: #ffffff;
}

.left_category_forum div#bbp_forums_widget-2 {
	border: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	position: sticky;
	top: 80px !important;
	display: inline-block;
	bottom: auto;
	margin: auto;
	height: auto;
}

.forum_customLayout {
	display: flex;
	gap: 30px;
}

.main_forum_contents ul.grid-view.bb-grid.bb-forums-list, .main_forum_contents ul.grid-view.bb-grid.bb-forums-list~.bbp-pagination {
	display: none;
}

.main_forum_contents {
	padding: 30px 0;
	display: flex;
	width: 100%;
	gap: 30px;
}

.main_forum_contents ul#bbp-forum-0, .main_forum_contents div#bbpress-forums {
	width: 100%;
}
.right_sidebar-content {
	min-width: 360px;
	max-width: 360px;
}
.right_sidebar-content .widget {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.right_sidebar-content a.cstm_cta {
	display: flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 22px;
	color: #fff;
	background: #3e73f6;
	padding: 15px;
	border-radius: 6px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	transition:all 0.3s ease;
}
.right_sidebar-content a.cstm_cta:hover,
.right_sidebar-content a.cstm_cta:active{
	background:#111111;
}
.right_sidebar-content a.cstm_cta svg {
	width: 28px;
	height: auto;
}
.forum_customLayout h2 {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	color: #212529;
	margin: 20px 0 0;
}
.left_category_forum ul.bb-sidebar-forums li span.topics-count {
	display: none;
}
.left_category_forum ul.bb-sidebar-forums li span.chevron {
	transform: rotate(-90deg);
	font-size: 20px;
	font-weight: lighter;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	margin: auto;
	top: 15px;
}
.left_category_forum ul.bb-sidebar-forums li {
	position: relative;
	width: 100%;
	margin: 0 !important;
}
.left_category_forum ul.bb-sidebar-forums li a {
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 22px;
	color: #333333;
}
.main_forum_contents div#bbpress-forums ul#bbp-forum-0 li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect {
	display: none;
}
.main_forum_contents div#bbpress-forums ul#bbp-forum-0 li:nth-child(2) {
	border-top: 1px solid #cdcdcd;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
}
/* Custom CSS for Innago Insight Forum */
.innago-insight-forum {
	font-family:'Poppins', sans-serif;
	padding: 0;
	color: #333;
	width: 100%;
}

/* Forum Header */
.forum-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.forum-header h1 {
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0;
}

.forum-filter select {
	padding: 8px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	width: 120px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6'%3E%3Cpath d='M6 6L0 0h12z' fill='%23666'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 10px;
}

/* Forum Topics */
.forum-topics {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.forum-topic {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
}

/* Topic Content */
.topic-content {
	flex: 1;
}

.topic-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px 0;
	line-height: 1.4;
}

.topic-content h3 a {
	color: #1a1a1a;
	text-decoration: none;
}

.topic-content h3 a:hover {
	color: #0073aa;
}

/* Author Section */
.topic-author {
	display: flex;
	align-items: center;
}

.author-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #6369d1;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-weight: bold;
	overflow: hidden;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-details {
	display: flex;
	flex-direction: column;
}

.author-name {
	font-weight: 600;
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 2px;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #757575;
    gap: 8px;
    align-items: center;
}

.post-meta span:not(:last-child):after {
	content: '|';
	margin-left: 8px;
	color: #ddd;
}

.post-category, .post-location {
	color: #0073aa;
	text-transform: uppercase;
	font-size: 11px;
}

/* Topic Stats */
.topic-stats {
	display: flex;
	align-items: end;
	gap: 15px;
}

.like-stats, .comment-stats {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #757575;
}

.like-icon, .comment-icon {
	font-size: 16px;
	color: #999;
}

.like-count, .comment-count {
	font-size: 14px;
	font-weight: 500;
}

/* Pagination */
.forum-pagination {
	margin-top: 24px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.forum-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-width: 32px;
	height: 32px;
	color: #333;
	text-decoration: none;
	background: #fff;
}

.forum-pagination .page-numbers.current {
	background-color: #0073aa;
	color: white;
	border-color: #0073aa;
}

.forum-pagination .page-numbers:hover:not(.current) {
	background-color: #f7f7f7;
}

/* No Topics Message */
.no-topics {
	background-color: #fff;
	padding: 40px;
	text-align: center;
	color: #757575;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.topic-stats svg {
	width: 16px;
	height: auto;
}
/* Webinar Section */
.webinar-slider-wrapper {

	padding: 20px;
	background: #fff;
	border-radius: 8px;
}
.webinar-slider-wrapper .slick-dotted.slick-slider{
	margin-bottom: 15px !important;
	margin-top: 20px;
}
.webinar-slider-wrapper .slick-dots {
	bottom: -15px;
}
.webinar-slider-wrapper .slick-slide img{
	height:154px;
}
h3.webinar-title {
	font-size: 16px;
	font-weight: 500;
	color: #212529;
	font-family: "Poppins" !important;
	line-height: 24px;
	display:inline-block;
	padding:0;
}

.view-all {
	float: right;
	text-decoration: none;
	font-size: 16px;
	color: #0073aa;
}

.webinar-slider .slick-slide {
	padding: 0;
	margin: 0;
	width: 100%;
}

.webinar-box {
	overflow: hidden;
}

.webinar-image {
	position: relative;
	overflow: hidden;
}

.webinar-thumbnail {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.webinar-hosted-by {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #fff;
	color: #606470;
	font-family: "Poppins" !important;
	padding: 6px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
.webinar-hosted-by span{
	font-weight:600;
}
.webinar-details {
	padding: 16px 0;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
.webinar-details .field-item {
	background: #111111;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif !important;
	text-transform: uppercase;
	border-radius: 5px;
}
.webinar-date {
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 400;
	color: #606470;
	font-family: "Poppins" !important;
	line-height: 18px;
}
.webinar-date span{
	font-weight: 600;
}
.webinar-box h3.webinar-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align:left;
	color: #212529;
	font-family: "Poppins" !important;
	line-height: 24px;
}

a.register-now-button {
	display: inline-block;
	padding:10.2px 16px;
	font-size: 12px;
	font-weight: 500;
	font-family: "Poppins" !important;
	line-height: 18px;
	color: #fff;
	background: #2D7AFD;
	border: 1px solid #2D7AFD;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	width: 99%;
}

.register-now-button:hover {
	background: #fff !importnat;
	color: #2D7AFD !importnat;
	border: 1px solid #2D7AFD !importnat;
}
/* Responsive Styles */
@media (max-width: 768px) {
	.forum-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.forum-filter select {
		width: 100%;
	}

	.forum-topic {
		flex-direction: column;
		gap: 15px;
	}

	.topic-stats {
		align-self: flex-end;
		margin-top: 10px;
	}
}
.resources-container {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
.resources-container .col-lg-6.col-md-6 {
	width: calc(100%/2 - 10px);
}
.resources-container .col-lg-6.col-md-6 a.calculate-link {
	font-family: "Poppins" !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #2F80ED;
}
.resources-container .col-lg-6.col-md-6 a.calculate-link .calculator-item {
	padding: 16px 16px 20px;
	background-color: #fff;
	border: 1px solid #D3D3D4;
	border-radius: 8px;
}
.calculators-slider .calculators-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.calculators-slider .calculators-header h3 {
	margin: 0;
}
.calculators-slider ul.slick-dots {
	position: unset !important;
	margin-top: 10px;
}
.resources-container .col-lg-6.col-md-6 a.calculate-link .calculator-item .calculator-content h3 {
	margin: 0px 0 15px;
	min-height: 55px;
	max-height: 55px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.resources-container .col-lg-6.col-md-6 .slick-slide div {
	margin: 0px 10px 0 0px;
}
.calculators-slider .calculators-list {
	margin-right: -20px;
}
.calculators-slider .calculators-header a {
	font-family: "Poppins" !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #2F80ED;
}
.calculators-slider .calculators-list ul.slick-dots li.slick-active button {
	padding: 4px 10px;
	background: #426CF5 !important;
	border-color: #426CF5 !important;
}
.calculators-slider {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.top_cont_block{
	transition: all 0.3s ease;
	background:#fff;
	padding: 20px;
	border-radius: 8px;
	margin-top:30px;
}
.calculators-slider:hover,
.dashboardForm:hover .bb-forums,
.ann_col:hover,
.referblock:hover,
.top_cont_block:hover{
	background:linear-gradient(
		0deg,
		rgb(34 193 195 / 11%) 0%,
		rgb(45 122 253 / 14%) 100%
	);
}
.dashboardForm {
	width: 100%;
}
.dashboardForm .bb-forums,
.ann_col{
	transition: all 0.3s ease;
}
.referblock {
	background: #fff;
	transition: all 0.3s ease;
	padding: 30px 0 0;
}
.referblock img {
	max-width: 320px;
}
.referblock .elementor-image-box-content p {
	max-width: 360px;
	margin: 10px auto 30px;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.referblock .elementor-image-box-content p a.normlink {
    width: max-content;
    display: contents;
}
.referblock .elementor-image-box-content p a#getReferral {
	color: #ffffff;
	border: 1px solid #2d7afd;
	border-radius: 6px;
	padding: 11px 16px;
	font-family: "Poppins" !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	display: block;
	background: #2d7afd;
/* 	margin: 0 -1.5vw; */
	transition: all 0.3s ease;
}
.referblock .elementor-image-box-content p a#getReferral:hover {
	background: #fff;
	color: #2d7afd;
}
.api_success {
    margin-bottom: 20px;
}
.bb-dash__name {
	font-weight: 600;
	text-transform: capitalize;
}
.slick-arrow {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	border-radius: 100%;
	font-size: 12px;
	left: -32px;
	background: #426cf4;
	opacity: 1;
	top: -50px;
}
button.slick-next.slick-arrow {
	right: -32px;
	float: right;
	left: auto;
}
.bb-dash__intro {
	width: 100%;
}
.bb-dash__intro .bb-dash__brief {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.bb-dash__intro .bb-dash__brief .forumsCount {
	text-align: center;
	margin: -30px 0 0;
}
.bb-dash__intro .bb-dash__brief .forumsCount span.count {}
.webinar-wrapper {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	transition: all ease 0.4s;
	position: relative;
}

.webinar-title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}

.view-all {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 14px;
	text-decoration: underline;
	color: #0073aa;
}

.webinar-box {
	margin-top: 20px;
	margin-bottom: 15px;
}

.webinar-thumbnail {
	height: 154px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.webinar-image {
	position: relative;
}

.webinar-hosted-by {
	position: absolute;
	bottom: 20px;
	left: 10px;
	background: #fff;
	color: #606470;
	font-family: 'Inter', sans-serif;
	padding: 6px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.webinar-details {
	margin-top: 10px;
}

.field-item {
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.field-icon {
	margin-right: 8px;
	color: #606470;
}

.register-now-button {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 16px;
	background-color: #0073aa;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.register-now-button:hover {
	background-color: #005177;
}
.login-split__entry ul.checklist {
	list-style: none;
	margin: auto;
	width: 50%;
	text-align: left;
}
.login-split__entry ul.checklist li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 10px 0;
	color:#fff;
}
.login-split__entry ul.checklist li img {
	width: 25px;
	margin-right: 20px;
}
.login-split__entry {
	text-align: center;
}
.login-split__entry h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px !important;
	text-align: center !important;
}
.login-split__entry p {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 400;
	margin-top: 10px !important;
}
.register-section-logo.private-on-div img.bb-logo {
    margin: 0 auto;
    display: block;
}
.editfield.field_20.field_phone-number.field_order_3.required-field.visibility-public.alt.field_type_telephone p#field-visibility-settings-toggle-20 {
    display: none;
}
tr.field_20.field_phone-number.field_order_3.required-field.visibility-public.alt.field_type_telephone {
    display: none;
}

.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong {
    width: 100%;
    margin: 0;
    padding: 0;
}
.flex.flex-1 {
    align-items: center;
}
.flex.flex-1 > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.flex.flex-1 > div.item * {
    margin: 0 !important;
}

.top_cont_block .more-block{
    display: none;
}
.topic-content h3 a,
.bb-forums__item .item-title>a{
    font-size: 18px;
    font-weight: 600;
}
#bbpress-forums .item-description p {
    font-size: 16px;
    color: #101010;
    font-weight: 400;
}
i:not(.jssocials-share-logo) {
    color: #2d7afd;
}
body.elementor-editor-active .webinar-wrapper {
    display: none !important;
}
a.color.bs-meta-item.forum-label.backtoForumMain {
    font-size: 14px;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 10px;
    color: #101010;
    margin-bottom: 15px;
}

a.color.bs-meta-item.forum-label.backtoForumMain i {
    color: #101010;
}
.bbp-reply-content.bs-forum-content p {
    font-size: 16px;
    color: #101010;
}
.subforumWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}
.subforumWrap .subforum_blog {
    max-width: calc(100% / 3 - 10px);
    display: flex;
    width: calc(100% / 3 - 10px);
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}
.subforumWrap .subforum_blog .flex.flex-1 {
    flex-direction: row;
    gap: 15px;
}

.subforumWrap .subforum_blog .flex.flex-1 svg,
.subforumWrap .subforum_blog .flex.flex-1 img{
    width: 100px;
    height: auto;
    object-fit: contain;
}
a.button i.bb-icon-l {
    color: #fff;
}
@media (min-width:1199px) and (max-width:1340px){
    .bb-template-v2 .primary-menu>li {
        margin-right: 10px;
    }
}

.ins-signupin-form.pb-5.d-xl-flex {
    margin-left: 0;
    text-align: left;
    position: absolute;
    left: -25%;
}
.ins-signupin-quote {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 75%;
}
.ins-signupin-author {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}
.ins-signupin-author img {
    border-radius: 50%;
}
.loadingReferral:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
}
.loadingReferral:after {
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, #2675ff 30%, #f6f6f6);
    border-radius: 100%;
    animation: spinload 1s linear infinite;
}
@keyframes spinload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dnone_insight{
	display:none !important;
}
.referalbox {
    padding: 0px 10px;
    margin-bottom: -40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.referalbox * {width: 100%;}
.elementor-element.referblock.referral {
    padding: 20px 20px 0;
}
.referalbox ~ div {
    font-size: 12px;
}
span#copiedURL {
    position: absolute;
    background: #8cd48c;
	display:none;
    margin: 0px auto;
    left: 0;
    max-width: calc(100% - 60px);
    padding: 7px;
    font-size: 12px;
    right: 0;
    border-radius: 8px;
    color: #101010;
    font-weight: 500;
}
.referblock .elementor-image-box-content p:empty {
    display: none;
}
.referblock .api_success {
    display: none;
}
button.like-btn:not(.liked) img {
    filter: contrast(0) brightness(0.5);
}
button.like-btn, button.like-btn * {
    padding: 0;
    background: transparent;
    border: none;
    color: #1e2132 !important;
    font-size: 16px;
	box-shadow:none !important;
}
button.like-btn.liked svg, button.like-btn.liked svg * {
    fill: #d6ab20;
    width: 22px;
    height: 22px;
}
button.like-btn svg, button.like-btn svg * {
    width: 18px;
    height: 18px;
}
.singletemplate button.like-btn{
	display:none;
}
button.like-btn span.like-count {
    line-height: 29px;
    font-size: 15px;
}
button.like-btn {
    margin-right: 20px;
    position: relative;
}
button.like-btn:after {
    content: '';
    position: absolute;
    right: -18px;
    width: 2px;
    height: 100%;
    background: #101010;
    top: 0;
}
button.like-btn svg {
    position: relative;
    bottom: -3px;
}
.like-wrap.singletemplate {
    height: auto;
    position: relative;
	margin-right:15px;
}