div.nsl-container .nsl-button-default div.nsl-button-label-container { 
   flex: none !important;
	margin: 0 !important;
}
div.nsl-container .nsl-button-default { 
    justify-content: center !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons { 
    width: 100% !important;
    padding: 0;
}
.login_popup { 
    padding: 40px; 
}
.error-message{
	color: red;
	line-height: 16px; 
}
.profit-bizhub-wrapper {
	flex-direction: column;
	margin-top: 10px;
}
.profit-items-loop {
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	column-gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
}
.business-card{
	cursor: pointer;
}
.profit-items-loop .bizhub-profit-items:first-child{
	width: 5%;
}
.profit-items-loop .bizhub-profit-items:nth-child(2){
	width: 40%;
}
.profit-items-loop .bizhub-profit-items:nth-child(3){
	width: 44%;
}
.profit-items-loop .bizhub-profit-items:nth-child(4){
	width: 4%;
}
.profit-items-loop .bizhub-profit-items.delete_items {
	padding: 1px 12px 3px;
	border-radius: var(--radius-sm);
	font-size: 11px;
	font-weight: 500;
	color: var(--danger);
	background: transparent;
	border: 1px solid #6438bb;
	cursor: pointer;
}
.profit-add-btn button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 35px 10px;
	background: var(--surface-white);
	border: 1.5px solid var(--border-default);
	border-radius: var(--radius-xl);
	font-size: 17px;
	font-weight: 500;
	color: var(--text-primary);
	cursor: pointer;
	font-family: inherit;
	transition: var(--transition-fast);
	cursor: pointer;
	background: var(--brand-gradient) !important;
	color: var(--surface-white) !important;
}
.profit-add-btn{
	margin-bottom: 20px;
}
.sell-form-app label {
	font-weight: 700 !important;
}
.profit-add-btn button:hover {
	border-color: var(--brand-primary);
	color: var(--brand-primary);
	background: var(--brand-light-bg);
}
.field-group-biz.licenses-col {
	display: flex;
	flex-direction: column;
	column-gap: 40px;
}
.field-group-biz .checkbox-width-input {
	border: 1px solid #efefef;
	background: var(--surface-input);
	padding: 16px;
	border-radius: 12px;
}
.support-items {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	margin-top: 23px;
}
.support-type-item-icon { 
	background: #d8ebff !important; 
}
.support-type-item-icon svg {
	width: 24px;
	height: 24px;
}
.support-items label {
	font-weight: 600;
	color: #212529;
	display: block;
	margin: 0;
	cursor: pointer;
	flex-grow: 1; /* Pushes the switch to the right */
}
.support-type-item-desc {
	color: #6c757d;
	font-size: 0.9rem;
	position: absolute;
	left: 52px; 
	top: 20px;
}
.support-items input{
	align-self: center;
	cursor: pointer;
}
.support-items input[type="checkbox"]:checked {
	background: #0d6efd; /* Blue color when active */
}

.support-items input[type="checkbox"]:checked::before {
	transform: translateX(20px);
}
.profit-bizhub-wrapper label{
	font-weight: 400 !important;
}
.checkbox-input {
	margin-top: 20px;
	margin-left: 52px; /* Align with the text above */
}
.checkbox-input label {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 5px;
	color: #495057;
}
.form-control {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 6px;
	padding: 8px;
	/*min-height: 80px;*/
	min-height: 43px;
	resize: vertical;
	font-size: 15px;
}
.checkbox-width-input .checkbox-input{
	display: none !important;
}

.checkbox-width-input.active .checkbox-input{
	display: flex !important;
}
.option-list .option-item-label{
	font-size: 14px;
	line-height: 20px;
}


.google-search-card h2{
	font-size: 18px;
	line-height: 23px;
}
.business-reviews-wrap{
	display: flex;
	column-gap: 5px;
	margin-top: 5px;
	font-size: 15px;
}
.google-search-card .rating {
	display: flex;
	gap: 5px;
	color: #5d38bb;
	font-size: 18px;
	font-weight: 900;
}
.google-search-card{
	background: var(--surface-input);
	padding: 20px 18px;
	border-radius: 8px;
	border: 1px solid #dddd;
}
.google-search-card .service, .google-search-card .address, .google-search-card .website{
	font-size: 15px; 
	line-height: 23px;
}
.google-search-card .service{
	margin-top: 13px !important;
}

/* The Button Container */
.logout-button {
	background-color: #e74c3c; /* Professional Red */
	border: none;
	border-radius: 4px;
	padding: 0; /* Remove padding to let the link fill the space */
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: inline-block;
}

/* The Link inside the button */
.logout-button a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 20px; 
	font-weight: 600;
}

/* Hover & Active States */
.logout-button:hover {
	background-color: #c0392b; 
}

.logout-button:active {
	transform: translateY(1px); 
}

/*.biz-card .biz-key {*/
/*    font-weight: 400 !important;*/
/*    line-height: 25px !important;*/
/*    font-family: inherit !important;*/
/*}*/

.biz-card .biz-key {
	font-weight: 400 !important;
	line-height: 25px !important;
	font-family: inherit !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.biz-card .biz-key strong {
	margin-bottom: -9px !important;
	font-size: 16px !important;
	color: #1e1e1e !important;
	margin-top: 30px !important; 
} 
.biz-carousel .biz-slide {
	height: 360px !important;
}
.listing-single-info{
	column-gap: 30px;
	margin-top: 26px;
}
.listing-single-info p{
	display: flex;
	column-gap: 9px;
	margin-bottom: 0 !important;
}
.listing__details--price__id {
	margin-bottom: 20px;
}
.listing__details--main__content {
	padding: 8rem 0rem 0;
}
.properties__details--info__wrapper {
	gap: 2.5rem;
}
.listing-single-tabs ul{
	display: flex;
	list-style: none;
	column-gap: 50px;
	justify-content: space-between;
}
.listing-single-tabs ul{
	margin: 0;
	padding: 0;
}
.listing-single-tabs ul li {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	position: relative;
}
.listing-single-tabs ul li a{
	color: #1e1e1e;
	transition: 0.6s;
}
.listing-single-tabs ul li a:hover{
	color: #6F51D9;
}
.listing-single-tabs ul li::after {
	content: '';
	position: absolute;
	background: #131313;
	height: 22px;
	right: -30px;
	top: 3px;
	width: 1px;
}
.listing-single-tabs ul li:last-child::after{
	display: none !important;
}
.listing-single-tabs ul{
	padding: 10px 40px;
	border-radius: 16px;
	border: 2px solid #9365D2;
}
.widget_filter_title{
	font-weight: 700;
}
.browse_available_business {
	padding-bottom: 0 !important;
}
.browse_available_business-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 30px 40px;
	box-shadow: -3px 5px 24px -6px #5538BB1F;
	border: 1px solid #e9e7f4;
}
.browse_available_business-wrap .section__heading--title{
	margin-top: 0;
}
.business-intro-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px;
	background: #f5f2ff;
	border: 1px solid #e3dcff;
	border-radius: 14px;
}

.business-intro-note__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #6847e8;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}
.business-intro-note__icon svg{
	width: 20px;
}
.business-intro-note h3 {
	margin: 0 0 8px;
	color: var(--color-foreground);
	font-size: 16px;
	font-weight: 600;
}
.business-intro-note p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: var(--color-foreground-sub);
}
.bizhub_guide_wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}
.bizhub-buyer-guide__grid{
	display:grid;
	grid-template-columns:1fr;
	gap:22px;
}
.bizhub-buyer-guide_section {
	padding-top: 3rem;
	padding-bottom: 7rem;
}
.bizhub-buyer-guide__card {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
	padding: 2.5rem;
	border: 0px solid #e9e2f8;
	/*     background: linear-gradient(180deg, #f7f3fc 0%, #fff 62%); */
	background-color: var(--color-background-3);
	transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
	border-radius: 0.5rem;
	/*     box-shadow: -3px 5px 24px -6px #5538BB1F; */
	height: 100%;
}
.bizhub-buyer-guide__card:hover{ 
	border-color:#d9ccf5;
}
.bizhub-buyer-guide__number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e9e2f8;
	box-shadow: 0 5px 16px rgba(84,40,180,.10);
	color: var(--color-hover);
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
}
.bizhub-buyer-guide__content h2 {
	margin: 0 0 14px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
}
.bizhub-buyer-guide__content p {
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: var(--color-foreground);
}

.bizhub-buyer-guide__content p + p{
	margin-top:14px;
}

@media (max-width:700px){
	.bizhub-buyer-guide{
		padding:56px 18px 72px;
	}

	.bizhub-buyer-guide__intro{
		margin-bottom:30px;
	}

	.bizhub-buyer-guide__title{
		font-size:30px;
	}

	.bizhub-buyer-guide__card{
		grid-template-columns:1fr;
		gap:18px;
		padding:26px 22px;
	}

	.bizhub-buyer-guide__number{
		width:54px;
		height:54px;
		font-size:17px;
	}

	.bizhub-buyer-guide__content h2{
		font-size:22px;
	}
}




.listing-single-tabs {
	margin-bottom: 15px;
	position: sticky;
	top: 95px;
	background: #fff;
	z-index: 9;
}
.inner-listing-lists ul li{
	width: 50%;
}
.inner-listing-lists ul {
	display: flex;
	flex-wrap: wrap;
}
.inner-information-basic li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(30, 30, 30, 1);
}
.inner-information-basic svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	padding-right: 4px;
}
.description_information_style {
	padding: 5px 18px 0 18px;
}

.description_content_information{

	display: -webkit-box;       
	-webkit-line-clamp: 10;       
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.description_content_information br{
	display: none;
}
.description_content_information{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.description_information_style .more-content-showing {
	letter-spacing: 0.2px;
	border-radius: 1rem;
	background: transparent !important;
	margin-top: 30px;
	border: none !important;
	padding: 0;
	color: #6c3fc5;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
}
.inner-information-basic li span, .tangible-inner-asset span {
	color: rgba(30, 30, 30, 1);
	font-weight: 700 !important;
}
.listing-supported-provider ul span{
	font-weight: 400 !important;
}
.listing-content-col {
	margin-top: 40px;
	background: #fff;
	border: 1px solid #ddddddba;
	border-radius: 10px;
	padding: 40px 20px 20px;
}
.inner-information-basic p {
	font-size: 16px;
	line-height: 24px;
}
.inner-information-basic p strong {
	display: block;
	margin-bottom: -8px;
	margin-top: 22px;
	font-size: 18px;
	font-weight: 700;
}
.inner-information-basic .description_content_information strong {
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}


.inner-information-basic .description_content_information strong:first-child{
	margin-top: 0px !important;
}
.inner-information-basic .description_content_information strong:only-child {
	margin-bottom: 5px !important;
	margin-top: 20px !important;
}
.inner-information-basic .description_content_information p:first-child strong:first-child{
	margin-top: 0px !important;
}
.description-modal-wrapper .modal-dialog {
	max-width: 700px;
	margin: 0 auto; 
	height: 70%;
	top: 15%;
	display: flex;
	align-items: center;
}
.description-modal-wrapper .modal-content {
	/*max-height: 680px;*/
	max-height: 90%;
	height: auto;
	overflow-y: auto;
	border-radius: 15px;
	padding: 0px 0px 30px 0px;
}
.description-modal-wrapper .modal-header {
	padding: 0;
	border: 0;
}
.description-modal-wrapper .modal-header h5{
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}
.inner-information-basic button {
	color: #000000;
	font-size: 16px;
	background: transparent !important;
	border-radius: 0px;
	border: 0px solid rgba(186, 186, 186, 1);
	padding: 0px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 0px;
	transition: 0.6s;
	text-decoration: underline;
	box-shadow: none !important;
	position: relative;
	top: -12px;
}
.inner-information-basic button:hover, .inner-information-basic button:focus {
	color: #6F51D9 !important;
}
.listing__details--wrapper{
	padding-right: 20px !important;
}

.biz-swot__page {
	max-width: 760px;
	margin: 0 auto;
}

/* ── Header ─────────────────────────── */
.biz-swot__page-header {
	margin-bottom: 2.5rem;
	animation: fadeUp .5s ease both;
}

.biz-swot__page-eyebrow {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--text-light);
	margin-bottom: .5rem;
}

.biz-swot__page-title {
	font-family: 'DM Serif Display', serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 400;
	line-height: 1.1;
	color: var(--text);
	margin-bottom: .75rem;
}

.biz-swot__page-title em {
	font-style: italic;
	color: var(--text-muted);
}

.biz-swot__page-intro {
	font-size: 13.5px;
	color: var(--text-muted);
	line-height: 1.7;
	max-width: 540px;
	padding-left: 1rem;
	border-left: 2px solid var(--border);
}

/* ── Accordion item ──────────────────── */
.biz-swot__acc {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: border-color .25s, box-shadow .25s;
	animation: fadeUp .45s ease both;
}

.biz-swot__acc:nth-child(1) { animation-delay: .08s; }
.biz-swot__acc:nth-child(2) { animation-delay: .14s; }
.biz-swot__acc:nth-child(3) { animation-delay: .20s; }
.biz-swot__acc:nth-child(4) { animation-delay: .26s; }

.biz-swot__acc:hover { box-shadow: 0 4px 24px rgba(0,0,0,.07); }

.biz-swot__acc.biz-swot__acc--open.biz-swot__acc--strengths { border-color: var(--s-mid); }
.biz-swot__acc.biz-swot__acc--open.biz-swot__acc--weaknesses { border-color: var(--w-mid); }
.biz-swot__acc.biz-swot__acc--open.biz-swot__acc--opportunities { border-color: var(--o-mid); }
.biz-swot__acc.biz-swot__acc--open.biz-swot__acc--threats { border-color: var(--t-mid); }

/* ── Trigger ─────────────────────────── */
.biz-swot__acc-trigger {
	display: flex;
	align-items: stretch;
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	padding: 0;
	gap: 0;
}

/* Left color bar */
.biz-swot__acc-bar {
	width: 5px;
	flex-shrink: 0;
	border-radius: 14px 0 0 14px;
	transition: width .2s;
}
.biz-swot__acc--strengths .biz-swot__acc-bar { background: var(--s-mid); }
.biz-swot__acc--weaknesses .biz-swot__acc-bar { background: var(--w-mid); }
.biz-swot__acc--opportunities .biz-swot__acc-bar { background: var(--o-mid); }
.biz-swot__acc--threats .biz-swot__acc-bar { background: var(--t-mid); }

.biz-swot__acc--open .biz-swot__acc-bar { width: 6px; }

/* Icon block */
.biz-swot__acc-icon {
	width: 56px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.biz-swot__acc-icon-inner {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.biz-swot__acc--strengths .biz-swot__acc-icon-inner { background: var(--s-fill); }
.biz-swot__acc--weaknesses .biz-swot__acc-icon-inner { background: var(--w-fill); }
.biz-swot__acc--opportunities .biz-swot__acc-icon-inner { background: var(--o-fill); }
.biz-swot__acc--threats .biz-swot__acc-icon-inner { background: var(--t-fill); }

.biz-swot__acc-icon-inner svg { width: 16px; height: 16px; }

/* Middle content */
.biz-swot__acc-mid {
	flex: 1;
	padding: 16px 0 16px 4px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.biz-swot__acc-label-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.biz-swot__acc-label {
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.biz-swot__acc--strengths .biz-swot__acc-label { color: var(--s-dark); }
.biz-swot__acc--weaknesses .biz-swot__acc-label { color: var(--w-dark); }
.biz-swot__acc--opportunities .biz-swot__acc-label { color: var(--o-dark); }
.biz-swot__acc--threats .biz-swot__acc-label { color: var(--t-dark); }

.biz-swot__acc-count {
	font-size: 11px;
	padding: 1px 7px;
	border-radius: 20px;
	font-weight: 400;
}

.biz-swot__acc--strengths .biz-swot__acc-count { background: var(--s-fill); color: var(--s-dark); }
.biz-swot__acc--weaknesses .biz-swot__acc-count { background: var(--w-fill); color: var(--w-dark); }
.biz-swot__acc--opportunities .biz-swot__acc-count { background: var(--o-fill); color: var(--o-dark); }
.biz-swot__acc--threats .biz-swot__acc-count { background: var(--t-fill); color: var(--t-dark); }

.biz-swot__acc-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.biz-swot__acc-pill {
	font-size: 13px;
	color: #666363;
	padding: 0px 0;
	position: relative;
	line-height: 20px;
}

.biz-swot__acc-pill:not(:last-child)::after {
	content: '·';
	margin-left: 5px;
	color: var(--text-light);
}

/* Chevron */
.biz-swot__acc-chevron {
	width: 48px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-light);
}

.biz-swot__acc-chevron svg {
	width: 16px;
	height: 16px;
	transition: transform .3s cubic-bezier(.16,1,.3,1);
}

.biz-swot__acc--open .biz-swot__acc-chevron svg { transform: rotate(180deg); }

/* ── Body ────────────────────────────── */
.biz-swot__acc-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .35s cubic-bezier(.16,1,.3,1);
}

.biz-swot__acc-body.open {
	grid-template-rows: 1fr;
}

.biz-swot__acc-body-inner {
	overflow: hidden;
}

.biz-swot__acc-divider {
	height: 1px;
	background: var(--border);
	margin: 0 20px;
}

/* Detail items */
.biz-swot__detail-list {
	padding: 4px 0 8px;
}

.biz-swot__detail-item {
	display: flex;
	gap: 0;
	padding: 0;
	position: relative;
}

/* Vertical timeline line */
.biz-swot__detail-line {
	width: 48px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}

.biz-swot__detail-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.biz-swot__acc--strengths .biz-swot__detail-dot { background: var(--s-dot); }
.biz-swot__acc--weaknesses .biz-swot__detail-dot { background: var(--w-dot); }
.biz-swot__acc--opportunities .biz-swot__detail-dot { background: var(--o-dot); }
.biz-swot__acc--threats .biz-swot__detail-dot { background: var(--t-dot); }

.biz-swot__detail-connector {
	width: 1px;
	flex: 1;
	min-height: 16px;
	margin-top: 6px;
}

.biz-swot__acc--strengths .biz-swot__detail-connector { background: var(--s-fill); }
.biz-swot__acc--weaknesses .biz-swot__detail-connector { background: var(--w-fill); }
.biz-swot__acc--opportunities .biz-swot__detail-connector { background: var(--o-fill); }
.biz-swot__acc--threats .biz-swot__detail-connector { background: var(--t-fill); }

.biz-swot__detail-item:last-child .biz-swot__detail-connector { display: none; }

.biz-swot__detail-content {
	flex: 1;
	padding: 16px 20px 16px 0;
	border-bottom: 1px solid var(--border);
}

.biz-swot__detail-item:last-child .biz-swot__detail-content {
	border-bottom: none;
	padding-bottom: 20px;
}
.biz-swot__detail-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
	line-height: 23px;
	margin-bottom: 8px;
}
.biz-swot__detail-body p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.biz-swot__detail-body p:last-child { margin-bottom: 0; }

/* ── Animations ──────────────────────── */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ──────────────────────── */
@media (max-width: 480px) {
	body { padding: 2rem 1rem; }
	.biz-swot__acc-pill { font-size: 11px; }
}

.contact-listing-info li{
	list-style: none;
	margin-bottom: 7px;
}
.contact-listing-info li a {
	background: rgba(111, 81, 217, 1);
	color: #fff;
	display: inline-flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	column-gap: 7px;
	padding: 10px;
	font-size: 14px;
	transition: 0.5s;
	border: 1px solid rgba(111, 81, 217, 1);
	border-radius: 10px;
}
.contact-listing-info li a:hover{
	background: transparent;
	color: rgba(111, 81, 217, 1);
}
.contact-listing-info {
	padding: 20px 30px 30px 30px;
	border-radius: 20px;
	margin-top: 0;
	border: 2px solid rgba(111, 81, 217, 1);
	box-shadow: 3px 3px 4.1px 0px #00000080;
	position: sticky;
	top: 75px;
}
/*.contact-listing-info ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    column-gap: 10px;*/
/*    justify-content: space-between;*/
/*}*/
.contact-listing-info ul {
	margin: 0;
	padding: 0;
	display: flex;
	/* flex-wrap: wrap; */
	/* column-gap: 10px; */
	/* justify-content: space-between; */
	flex-direction: column;
}
.contact-listing-info ul li{
	width: 100%;
}
.contact-listing-info ul li:last-child{
	width: 100%;
}
.contact-listing-info li:last-child{
	margin-bottom: 0;
}
.contact-listing-info h3 {
	text-align: left;
	font-size: 23px;
	font-weight: 600;
	color: rgba(30, 30, 30, 1);
	margin-bottom: 15px;
	margin-top: 20px;
}
.listing-rev-items {
	display: flex;
	align-items: center;
	column-gap: 7px;
	margin-bottom: 10px;
}
.listing-rev-items p {
	margin: 0;
	margin-top: 0;
	color: rgba(30, 30, 30, 1);
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.listing-rev-items h3{
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	font-family: "Inter", Sans-serif;
}
.listing-rev-items svg {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
}
.askingprice-listing-single p {
	margin: 0;
	font-size: 25px;
	line-height: 36px;
	font-weight: 700;
	margin-top: 0px;
	font-family: "Inter", Sans-serif;
}
.askingprice-listing-single span{
	color: #1E1E1E;
	font-size: 18px; 
	font-weight: 400;
	line-height: 23px;
	/*margin-bottom: 5px;*/
}
.listing-single-rev {
	margin-bottom: 20px;
	border-top: 1px solid #818181;
	padding-top: 18px;
	margin-top: 20px;
	border-bottom: 1px solid #818181;
	padding-bottom: 18px;
}
.info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.info-box {
	background: #ffffff;
	padding: 2.5rem;
	border-radius: 1rem;
	position: relative;
	transition: all 0.3s ease;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}

/* Subtle hover effect */
.info-box:hover {
	transform: translateY(-8px); 
	border-color: var(--color-border);
}

/* Large, faded step numbers in the corner */
.step-num {
	font-size: 3.5rem;
	font-weight: 900;
	color: #5538bb;
	position: absolute;
	top: 2rem;
	right: 2rem;
	opacity: 0.5;
	user-select: none;
	display: none;
}

.info-box .title {  
	margin-bottom: 1rem; 
}

.info-box .description {
	line-height: 1.6;
	color: #5e5f63;
	margin: 0;
}

.callout-minimal {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.05);
}
.icon-accent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: var(--color-hover);
	color: white;
	font-weight: 800;
	font-size: 3rem;
	border-radius: 50%;
}
.listing__main--content .card-description * {
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.description-modal-wrapper .ck-editor__main *{
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.description-modal-wrapper .ck-editor__main ul { 
	margin-bottom: 1.5rem;
}
.callout-minimal .text {
	margin: 0;
	line-height: 1.6;
	font-weight: 500;
	color: #1e3a8a;
}

/* Responsive adjustment */
@media (max-width: 640px) {
	.callout-minimal {
		flex-direction: column;
		text-align: center;
		padding: 2rem 1.5rem;
	}
}









/*==================== Preview Page Style ===================*/

.biz-our-valuation-col {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #dfdee1;
	padding: 45px 20px 55px;
	margin-top: 0;
}
.biz-our-valuation-col .valuation-heading p{
	font-size: 18px;
}
.biz-our-valuation-col .valuation-ammount-col {
	border-radius: 23px;
	box-shadow: 0px 4px 20px 0px #00000040;
	background: var(--brand-gradient);
	/* background: linear-gradient(94.59deg, #50308D 24.14%, #9768D6 97.32%); */
	padding: 43px 40px 40px;
	margin-top: 18px;
	max-width: 730px;
	margin: 0 auto;
	margin-top: 22px;
}
.biz-our-valuation-col .valuation-ammount-col span {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0px;
	margin: 0;
}
.customer-review-column{
	margin-top: 40px;
}
.customer-review-column h3{
	margin-bottom: 15px;
}

.customer-review-column .rating {
	display: inline-flex;
	position: relative;
	column-gap: 8px;
	align-items: center;
}
.customer-review-column .star {
	width: 20px;
	height: 20px;
}
.customer-review-column .star.partial {
	background: #E5DFFF;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 7px;
}
.customer-review-column .star.full {
	fill: #7B61FF; 
}
.customer-review-column .star.partial {
	fill: url(#grad);
}
.customer-review-column svg defs linearGradient {
	stop:first-child { stop-color: #7B61FF; }
	stop:last-child { stop-color: #fff; }
}
.biz-rating-wrapper {
	max-width: 500px;
	margin: 0 auto;
	border-radius: 23px;
	border: 1px solid #c5c5c5;
	box-shadow: 0px 4px 20px 0px #00000040;
	padding: 10px 20px 20px;
}
.icon-text span {
	color: #1e1e1e;
	font-size: 12px;
	background: #E5DFFF;
	border-radius: 5px;
	line-height: 18px;
	padding: 3px 7px 5px;
}
.biz-rating-data p{
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
.biz-rating-data p{
	color: #1e1e1e;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin: 0;
}
.rating-count-text span {
	font-size: 16px;
	font-weight: 900;
	color: #7B61FF;
	/*     letter-spacing: -1px; */
	position: relative;
	top: 2px; 
}
.input-with-affix { 
	display: flex;
	margin-bottom: 0px;
	flex-direction: column;
	gap: 5px;
}
.biz-sowts-col{
	background: #fff;
	border-radius: 30px;
	border: 1px solid #dfdee1;
	padding: 45px 20px 55px;    
	margin-top: 25px;    
}
.sowts-tab-col {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 35px;
}
.sowts-tab-col .accordion-button{
	background-color: transparent;
	box-shadow: none;
}
.sowts-tab-col .accordion-item {
	border-radius: 23px !important;
	border: 1px solid #6F51D9 !important;
	margin-bottom: 17px;
	background-color: #F9F9FF;
	overflow: hidden;
}
.sowts-tab-col .accordion-item h2{
	line-height: inherit !important;
}
.sowts-tab-col .accordion-item:last-child{
	margin-bottom: 0;
}
.inner-btn-content ul {
	display: grid;
	flex-wrap: wrap;
	row-gap: 6px;
	column-gap: 20px;
	justify-content: flex-start;
	grid-template-columns: 1fr 1fr;
	padding-right: 80px;
}
.inner-btn-content ul li {
	font-size: 16px;
	width: 226px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sowts-tab-col .tabs-heading p {
	font-size: 25px;
	line-height: 31px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	color: #1e1e1e;
}
.sowts-tab-col .tabs-heading p::first-letter { 
	color: #7B61FF; 
}
/*.sowts-tab-col .accordion-flush .accordion-item .accordion-button::after {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    background: #6F51D8;*/
/*    border-radius: 50%;*/
/*    content: url('https://www.bizhub.sg/wp-content/uploads/2025/11/keyboard_arrow_down.svg');*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.sowts-tab-col .accordion-flush .accordion-item .accordion-button::after {
	position: absolute;
	right: 15px;
	width: 34px;
	height: 34px;
	background: #6F51D8;
	border-radius: 50%;
	content: url('https://www.bizhub.sg/wp-content/uploads/2025/11/keyboard_arrow_down.svg');
	background-size: cover !important;
	padding: 0px !important;
	background-repeat: no-repeat;
	line-height: 40px !important;
	background-position: center center;
	text-align: center;
} 

.sowts-tab-col .accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	display: flex;
	column-gap: 30px;
	align-items: center;
	padding: 22px 16px 22px;
	justify-content: flex-start;
}
.sowts-tab-col .accordion-flush .accordion-item .accordion-button .inner-btn-col{
	width: 24%;
}
.sowts-tab-col .accordion-flush .accordion-item .accordion-button .inner-btn-content{
	width: 76%;
}
.sowts-data-inner .sowts-heading{
	max-width: 1260px;
	margin: 0 auto;
}
.sowts-data-inner .sowts-heading h3 {
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
}
.last-before-submit p{
	display: inline-block;
	padding: 5px 24px;
	font-size: 14px;
}
.sowts-data-inner .sowts-heading p{
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 500;
	margin-top: 6px;
}
.tab-content-items {
	border-radius: 6px;
	margin-top: 15px;
	border: 1px solid #e7e5e5;
	padding: 20px 20px;
	background: #fff;
}
.tab-content-items:first-child{
	margin-top: 0;
}
.sowts-tab-col .accordion-body {
	padding: 0 17px 35px;
}
.tab-content-items li{
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.contents-inner-item-wrapper .add-preset-btn {
	padding: 0;
	border: 0;
	font-size: 14px;
	box-shadow: none;
	font-weight: 600;
	color: #6F51D9;
	display: flex;
	background-color: transparent;
	align-items: center;
	column-gap: 6px;
}
.contents-inner-item-wrapper .add-preset-btn svg{
	width: 13px;
}
.prespective-content-wrap .content-data-btn button{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 18px;
	border-radius: var(--radius-xl);
	font-size: 1.6rem;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: var(--transition-fast);
	font-family: inherit;
}
.sowts-tab-col .accordion-body{
	display: flex;
	column-gap: 25px;
}
.sowts-tab-col .accordion-body .data-left-col{
	width: 70%;
}
.sowts-tab-col .accordion-body .data-right-col{
	width: 30%;
}
.sowts-tab-col .items-heading p{
	color: #1e1e1e;
	margin-top: 6px;
}
.different-prepective-data {
	background: #FFFFFFCC;
	padding: 17px;
	border-radius: 7px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	border: 1px solid #e7e5e5;
}
.different-prepective-data h3 {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 600;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
}
.different-prepective-data span {
	text-align: center;
	color: #1e1e1e;
	font-size: 14px;
	width: 100%;
	display: block;
}
.different-prepective-data button {
	padding: 4px 25px;
	border: 0;
	font-size: 13px;
	box-shadow: none;
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 6px;
	justify-content: center;
	width: auto;
	margin-top: 13px;
	background: var(--brand-gradient);
	color: var(--surface-white);
	border-radius: 20px;
	cursor: text !important;
}
.different-prepective-data .steps-inner-data{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.different-prepective-data button svg{
	width: 13px;
}
.bizhub-evaluation .swots-instruction{
	margin-top: 20px;
	margin-bottom: 40px;
}
.biz-our-valuation-col .show-progress button{
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 14px;
	display: flex;
	justify-content: center;
	width: 100%;
	column-gap: 5px;
	margin-top: 5px;
	align-items: center;
}
.biz-our-valuation-col .show-progress button svg{
	width: 15px;
}
.valuation-heading {
	margin-top: 32px;
	border-top: 1px solid #dddd;
	padding-top: 30px;
}
.valuation-heading h3 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}
#show_hidden_title{
	display: none;
}
.client-price-brakdown {
	margin-top: 48px;
	border-top: 1px solid #dddd;
	padding-top: 35px;
}
.client-price-brakdown h3 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 8px;
}
.breakdown-data-wrap {
	margin-top: 30px !important;
	padding: 25px 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f3f3f3 !important;
	max-width: 730px;
	margin: 0 auto;
}
.inner-btn-content.show-open{
	font-size: 15px !important;
}
.breakdown-data-wrap li {
	display: flex;
	column-gap: 50px;
	justify-content: center;
}
.breakdown-data-wrap li p{
	margin-bottom: 0;
}
.breakdown-data-wrap li{
	display: flex;
	column-gap: 50px;
}
.asking-price-client{
	margin-top: 45px;
}
.asking-price-client h3{
	font-size: 35px; 
	line-height: 41px;
	margin-bottom: 10px;
}
.asking-price-client .number-price{
	display: flex;
	max-width: 530px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}
.asking-price-client input{
	height: 55px;
	background: rgba(241, 241, 241, 1);
	padding: 10px 25px;
	border: 1px solid #dddd;
	color: #7c7a7a;
}
.asking-price-client button {
	position: absolute;
	right: 8px;
	width: 54px;
	top: 7px;
	height: 40px;
	padding: 0 !important;
	border-radius: 6px;
	color: rgba(101, 101, 103, 1);
	text-transform: uppercase;
	border: 1px solid rgba(178, 178, 178, 1);
	background: rgba(255, 255, 255, 1);
}
.price-defaut-settings {
	display: flex;
	justify-content: flex-end;
	column-gap: 7px;
	max-width: 530px;
	margin: 0 auto;
	align-items: center;
}
.price-defaut-settings input{
	height: inherit !important;
}
.sell-form-app.container .row{
	align-items: flex-start !important;	
}
.sell-form-app .sell-sidebar{
	height: auto !important;
}
.sticky_position_left{
	position: sticky;
	top: 100px;
}


#sec-5 .field-group-biz.licenses-col{
	row-gap: 12px !important;
}
#sec-5 .support-items {
	margin-top: 0 !important;
}


.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition: 0.4s;
	border-radius: 34px;
	border: 1px solid #ddd;
}
.switch .slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 26px;
	left: 0px;
	bottom: -1px;
	background: var(--brand-gradient);
	transition: 0.4s;
	border-radius: 50%;
}
.switch input:checked + .slider {
	background: var(--brand-gradient);
}
.switch input:checked + .slider:before {
	transform: translateX(26px);
	background: #fff;
}
.active-switch {
	outline: 2px solid #4CAF50;
}
.support-items.active .checkbox-input{
	display: block !important;
}


/*preloader css*/

.biz-results-preloader {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 5;
}
body.loader-active .biz-results-preloader {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.biz-results-preloader__panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 20px 24px;
	border: 1px solid #d8e2ff;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
	color: #1f2937;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.biz-results-preloader__spinner {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 4px solid #dbe6ff;
	border-top-color: #4285f4;
	animation: biz-results-spin 0.9s linear infinite;
}
@keyframes biz-results-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.biz-ai-loader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(11, 18, 32, 0.62);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.loader-active .biz-ai-loader {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.loader-active {
	overflow: hidden;
}

.biz-ai-loader__panel {
	width: min(92vw, 420px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 28px 30px 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	color: #1f2937;
	text-align: center;
}

#loader-animation,
.biz-ai-loader__spinner {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 5px solid #dbe6ff;
	border-top-color: #4285f4;
	animation: biz-ai-loader-spin 0.9s linear infinite;
	flex: 0 0 auto;
}

.biz-ai-loader__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #0f172a;
}

.biz-ai-loader__slider {
	position: relative;
	width: 100%;
	min-height: 56px;
	overflow: hidden;
}

.biz-ai-loader__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(18px);
	font-size: 14px;
	line-height: 1.6;
	color: #334155;
	animation: biz-ai-loader-slide 9s infinite;
}

.biz-ai-loader__slide:nth-child(1) {
	animation-delay: 0s;
}

.biz-ai-loader__slide:nth-child(2) {
	animation-delay: 3s;
}

.biz-ai-loader__slide:nth-child(3) {
	animation-delay: 6s;
}

@keyframes biz-ai-loader-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes biz-ai-loader-slide {
	0% {
		opacity: 0;
		transform: translateY(18px);
	}
	8% {
		opacity: 1;
		transform: translateY(0);
	}
	28% {
		opacity: 1;
		transform: translateY(0);
	}
	36% {
		opacity: 0;
		transform: translateY(-18px);
	}
	100% {
		opacity: 0;
		transform: translateY(-18px);
	}
}


.biz-our-valuation-col h2{
	display: flex !important;
	margin-top: 16px !important;
	justify-content: center;
}
.biz-our-valuation-col h2 span{
	font-size: 30px !important;
	line-height: 40px !important;	
}




.support-description{
	margin-top: 0px;
	margin-left: 52px;
	font-size: 1.3rem;
}



@media (max-width: 480px) {
	.biz-ai-loader__panel {
		padding: 24px 20px 20px;
		border-radius: 18px;
	}

	.biz-ai-loader__title {
		font-size: 16px;
	}

	.biz-ai-loader__slide {
		font-size: 13px;
	}
}

/* .listing__hero--section{
	margin-top: -40px !important;
} */
.listing__hero--section .listing__hero--slider__items img{
	width: 100%;
}
.listing__small--hero__slider img{
	height: 105px !important;
	object-fit: cover;
	width: 100%;
}
.listing__details--section .sowts-tab-col .accordion-body .data-left-col {
	width: 100%;
}
.listing__details--section{
	background: #fff;
}

.listing__page--section .sidebary__select select {
	padding: 9px 17px !important;
}

#profile-menu {
	padding: 21px 15px 10px;
	width: 100%;
	border-radius: 10px;
}
#profile-menu li{
	margin-bottom: 10px;
}
#profile-menu li a {
	font-size: 16px !important;
	padding: 0 !important;
	background: transparent !important;
	font-weight: 700;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	display: flex;
	gap: 6px;
	align-items: center;
}
#profile-menu li button{
	font-size: 16px !important;
	padding: 0 !important;
	background: transparent !important;
	font-weight: 700;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	display: flex;
	gap: 6px;
	align-items: center;
}
#profile-menu li a:hover, #profile-menu li button:hover{
	color: rgba(85, 56, 187, 1) !important;
}

.profile-banner {
	height: 125px !important;
	background: linear-gradient(135deg, #6d38bb, #7938bb, rgba(59, 130, 246, 0)) !important;
}
.bookmark-card .whatsapp-btn {
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%) !important;
}

.account-setting-contents{
	padding: 30px;
}
.account-setting-contents .text-muted{
	font-size: 15px !important;
	line-height: 20px !important;
}
.account-setting-contents .border-top .btn {
	height: 45px !important;
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%);
	color: #fff !important;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.6s;
	border: 1px solid !important;
	outline: 0 !important;
	justify-content: center;
}
.account-setting-contents .border-top .btn:hover{
	background: linear-gradient(90deg, var(--color-hover) 0%, var(--color-hover) 100%);
	border-color: var(--color-hover) !important;
	color: #fff !important;
}
.account-setting-contents .step-icon {
	width: 35px;
	height: 35px;
}
.account-setting-contents .bg-primary {
	background-color: #6938bb !important;
}
.account-setting-contents .modal-title {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.password-change-contents .form-label {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	margin-bottom: 6px;
}
.password-change-contents input{
	padding: 14px 20px !important;
	min-height: 40px !important;
	font-size: 16px;
}
.password-change-contents ul {
	font-size: 14px !important;
	color: #000 !important;
	line-height: 27px;
	margin-top: 10px !important;
}
.password-change-contents ul li{
	margin-bottom: 7px !important;
}
.password-change-contents .text-muted {
	color: #6c757d !important;
	font-size: 15px !important;
}
.password-change-contents .btn{
	height: 45px !important;
	background-color: #6938bb;
	color: #fff !important;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.6s;
	border: 1px solid !important;
	outline: 0 !important;	
	justify-content: center;
}
#content-bookmarks .bookmark-card {
	padding: 19px 17px !important;
	gap: 0 !important;
	column-gap: 20px !important;
	height: 100%;
}
#content-bookmarks .bookmark-img {
	width: 200px;
	height: 172px;
}
#content-bookmarks .whatsapp-btn svg{
	width: 25px;
	height: 24px;
}
#content-bookmarks .whatsapp-btn svg path{
	color: #fff;
	fill: #fff;
}
#content-bookmarks .profile-buttons-group {
	margin-top: auto !important;
}
#content-bookmarks .bookmark-card .bookmark_content {
	display: flex;
	flex-direction: column;
}
.profile-tab-row .nav-item svg{
	width: 20px; 
	height: 20px;
}
.profile-tab-row .nav-item button{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.listing-indicator svg {
	width: 17px !important;
	height: 17px !important;
}
.listing-indicator svg path {
	color: #4a4747;
	fill: #4a4747;
}
.listing-indicator span{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.listing-main-wrapper .listing-items-wrap{
	padding: 0 !important;
	margin: 0 !important;
	width: 32% !important;
}
.listing-main-wrapper{
	gap: 17px !important;
	margin-top: 14px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.listing-main-wrapper .card-actions{
	margin-top: 22px !important;
}
.add-remove-btn{
	column-gap: 4px;
	display: flex !important;
}
.add-remove-btn svg{
	width: 20px !important;
	height: 20px !important;
}
.add-remove-btn svg path{
	color: #fff;
	fill: #fff;
}
.listing-main-wrapper .card-actions .btn {
	font-size: 17px;
	padding: 8px 0;
	transition: 0.6s;
}
.listing-main-wrapper .card-actions .btn:hover{
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%);
	color: var(--color-white);
}
.listing-main-wrapper .listing-items-wrap .card-body p strong {
	margin-bottom: -10px !important;
	display: block;
	font-weight: 500;
}
.listing-edit-btn svg{
	width: 18px !important;
	height: 18px !important;
}
.listing-edit-btn svg path{
	color: #fff;
	fill: #fff;
}
.listing-edit-btn {
	padding: 5px 0px !important;
	border-radius: 5px !important;
	background: linear-gradient(0deg,rgb(85, 56, 187) 0%, rgb(127, 56, 187) 100%) !important;
}
.profile-listin-edits svg{
	width: 20px; 
	height: 20px;
}
.profile-listin-edits {
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	background: transparent !important;
}
.listing-items-wrap .listing-card .card-dropdown {
	position: absolute;
	top: 45px;
	right: 9px;
	background: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	min-width: 145px;
	padding: 4px 9px 6px !important;
}
.listing-items-wrap .listing-card .divider{
	display: none;
}

#editListingModal .form-label {
	font-size: 15px;
	color: inherit;
}
#editListingModal .form-control, #editListingModal .form-select{
	padding: 10px 15px;
	font-size: 13px;
	min-height: 40px;
}
#editListingModal .fw-bold {
	font-size: 20px;
	line-height: 26px;
}
#editListingModal .modal-footer button{
	padding: 10px 20px !important;
	font-size: 15px !important;
}
.profile-header-information .info-items span{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.profile-header-information .info-items span svg{
	width: 22px;
	height: 22px;
}
.profile-header-information .info-items span svg path{
	color: #7938bb;
	fill: #7938bb;
}
.profile-header-information .info-items{
	margin-top: 10px;
}
.profile-badge-col{
	padding-top: 10px !important;
}
#profile-menu svg{
	width: 18px; 
	height: 18px;
}
.bizprofile-page-section{
	background: #f8fafc99;
}
.bizprofile-page-section .tab-bar {
	/*margin-top: -40px !important;*/
	/*margin-top: -70px !important;*/
	margin-bottom: 30px !important;
}
.bizprofile-page-section .tab-bar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	background: #fbfcfd;
	margin-top: -22px;
	z-index: 1;
	margin-left: -3px;
}
.bizprofile-page-section .tab-bar ul{
	z-index: 2;
}
.bookmarks-clear-btn {
	display: flex;
	font-size: 15px !important;
	align-items: center;
	outline: 0 !important;
	box-shadow: none;
	column-gap: 5px;
	border: 0 !important;
}
.bookmarks-clear-btn svg{
	width: 18px; 
	height: 18px;
}
.bookmarks-clear-btn svg path{
	color: #dc3545 !important;
	fill: #dc3545 !important;
}
.bookmark-card .pro-bookmark-icon{
	padding: 5px 14px !important;
}
.bookmark-card .pro-bookmark-icon svg path{
	width: 25px;
	height: 25px;
	fill: #5538bb;
	stroke: #5538bb;
}

.featured__card .featured__thumbnail {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}
.featured__card .featured__thumbnail .media {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
.featured__card .featured__thumbnail .featured__thumbnail--img { 
	width: 100%;
	object-position: center;
	height: 230px;
	transition: transform .25s ease;
}









.loader_warper{
	display: flex;
	gap: 20px;
	margin: 0px; 
}
.loader {
	width: 320px;
	height: 150px;
	margin: auto;
	display: block;
	position: relative;
	background: #FFF;
	box-sizing: border-box;
}
.loader::after {
	content: '';   
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 15px;
	left: 15px;
	position: absolute;
	background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
	background-repeat: no-repeat;
	background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
	background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
	box-sizing: border-box;
	animation: animloader 1s linear infinite;
}

@keyframes animloader {
	0% {
		background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
	}
	100% {
		background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
	}
}



.contact-info-wrap ul{
	display: flex;
	gap: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contact-info-wrap .checkme-wrapper{
	display: flex;
	gap: 10px;
}

.select_disable{
	position: relative;
	border-radius: 15px !important;
} 
.disable_action p{
	color: #fff;
}
.select_disable .disable_action {
	opacity: 0;
	transition: all 0.5s ease !important;
	display: flex;
	position: absolute;
	/*background: #000000 !important;*/
	background: #000000bf;
	z-index: 99;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.select_disable:hover .disable_action {
	opacity: 1;
}

#alertContainer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999999;
}

.field-group-biz textarea {
	font-size: 1.6rem !important;
}

textarea::placeholder {
	color: #999;
	opacity: 0.6;
}

textarea::-webkit-input-placeholder { /* Chrome, Safari */
	color: #999;
}

textarea:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}

textarea::-ms-input-placeholder { /* Edge */
	color: #999;
}








/*.basic_business_information_style{*/
/*    height: auto !important;*/
/*}*/
.basic_business_information_style .reason-list .main-reason-selling {
	background: #f8f8fb;
	border: 1px solid #e8e6f0;
	border-radius: 12px;
	padding: 22px 24px;
	margin-top: 16px;
} 
.description_information_style{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	background: #f8f8fb;
	border: 1px solid #e8e6f0;
	border-radius: 12px;
	padding: 22px 24px 10px 24px;
}



.profile_extra_class {
	height: 130px !important;
	overflow: hidden;
}

/*@media only screen and (max-width: 1400px) {*/
/*    .profile_extra_class{*/
/*    	min-height: 145px !important;*/
/*    }*/
/*}*/



@media only screen and (max-width: 991px) {
	.listing-main-wrapper .listing-items-wrap {
		width: 49% !important;
	}
}  


@media only screen and (max-width: 880px) {
	.listing-main-wrapper .listing-items-wrap {
		width: 48% !important;
	}
}




@media only screen and (max-width: 767px) {
	.listing-main-wrapper .listing-items-wrap{
		width: 100% !important;
	}
	#content-bookmarks .bookmark-card{
		padding: 19px 17px !important;
		gap: 20px !important;
		column-gap: 20px !important;
	}
	#profileTabs{
		gap: 10px;
	}
	#profileTabs li{
		width: 100%;
	}
	#profileTabs .nav-link{
		width: 100%;
		justify-content: center;
	}
	#content-listings .justify-content-between {
		flex-direction: column;
		gap: 15px;
	}
	#content-bookmarks .bookmark-img {
		width: 100%;
		height: auto;
	}


	.profit-items-loop .bizhub-profit-items:nth-child(4) {
		width: 38px !important;
	}
	.contact-info-wrap ul {
		flex-direction: column;
		gap: 10px;
	}
	.sowts-tab-col .accordion-body {
		flex-direction: column;
	}
	.sowts-tab-col .accordion-body .data-left-col {
		width: 100%;
		margin-bottom: 15px;
	}
	.sowts-tab-col .accordion-body .data-right-col{
		width: 100%;
	}
	.different-prepective-data {
		text-align: center;
	}
	.different-prepective-data button {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.profile_extra_class{
		height: auto !important;
		max-height: 130px !important;
		overflow: hidden;
		min-height: auto !important;
		margin-bottom: 10px !important;
	}
	#content-listings .profile_extra_class,
	#content-drafts .profile_extra_class {
		max-height: 85px !important;
	}
	#content-listings .profile_extra_class p,
	#content-drafts .profile_extra_class p{
		line-height: 1.25em !important;
	}
	.listing__main--content .listing__featured--info__items:not(:last-child)::after{
		display: none !important;
	}

}

.warnning-value{

	color:#c96c10;
}
.info-blue-value{
	color:#6b3fa0;
}

.success-value{
	color: #2ea84a;
}


.success-value,
.warnning-value{
	padding-right: 18px;
}
.contact-method-hide{
	display:none;
}
.mce-branding.mce-widget.mce-label.mce-flow-layout-item.mce-last{
	display:none;
}




#galleryModal {
	top: 0 !important;
	height: 100vh;
}
#galleryModal .swiper-button-disabled{
	display: none;
}
#galleryModal .slide-count{
	/*     display: none !important; */
	color: #fff;
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: -15px;
}
#galleryModal .position-relative img{
	object-fit: cover;
	height: 98vh;
	margin: 0 auto;
	padding: 5%;
}
#galleryModal .listing__hero--slider__items:after{
	background-image: unset !important;
}
#galleryModal .gallery-close{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9999;
	border: none;
	font-size: 1.5rem;
	font-weight: 600;
	height: 3rem;
	line-height: 3rem;
	background: transparent;
	color: var(--color-white);
	padding: 0 1.5rem;
	border-radius: 0.5rem;
	gap: 10px;
	display: flex;
}
#galleryModal .modal-content{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #000;
	background-clip: padding-box;
	border-radius: 0rem;
	outline: 0;
	overflow: hidden;
	border: none !important;
}
.click_view_full{
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	height: 4rem;
	line-height: 3rem;
	background: var(--color-hover);
	color: var(--color-white);
	padding: 0 1.5rem;
	border-radius: 0.5rem;
	border: none;
	z-index: 999;
}
#galleryModal .modal-dialog-centered{
	max-width: 100% !important;
}
#galleryModal .modal-dialog {
	max-width: 500px;
	margin: 0px;
}


/*====================================
New Custom Css Zillur
=====================================*/

.hero__section--wrapper p{
	color: white;
}
.hero__content--title { 
	margin-bottom: 15px;
}
.hero__section--wrapper .cta_btn_group .solid__btn{
	background: rgba(255, 255, 255, 1);
	color: rgba(38, 35, 42, 1);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
	height: auto;
	padding: 13px 24px;
}
.hero__section--wrapper .cta_btn_group .solid__btn:hover{
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%);
	color: white;
}

.card-description p{
	color: #6b7280;
}

.process_overview_section{
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(0deg, #FFFFFF 0%, #F7EFF7 100%);
}
.call_to_action_section{
	padding: 90px 0; 
	background: url(../../../uploads/2026/07/CTA.webp); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.call_to_action_section .section__heading--desc{
	color: #26232A;
}
.call_to_action_section .solid__btn{
	margin-top: 32px;
}
.rotate-img{ 
	animation: spin 4s linear infinite;
	transform-origin:center center;
}
@keyframes spin{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}

.process__view-card {
	padding: 60px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #0000000F, -3px 5px 24px -6px #5538BB1F;
}
.process__view-grid {
	display: grid;
	grid-template-columns: 372px 1fr;
	gap: 60px;
	align-items: flex-start;
}

/*==============================
Left Column
==============================*/

.process__view-left {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
}
.process__view-badge-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.process__view-badge {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border-radius: 4px;
	background: linear-gradient(180deg, #FFFFFF 0%, #ECD9FF 100%);
	box-shadow: 0px -1px 2px 0px #9C20DA26 inset, 0px 1px 1px 0px #FFFFFF inset, 0px 1px 8px 0px #522C661A;
}
.process__view-badge-label {
	color: #26232A;
	transition: opacity 0.2s ease;
	font-family: var(--font-heading-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0%;
}
.process__view-dotted {
	width: 0px;
	flex: 1;
	min-height: 160px;
	margin-left: 0px;
	border: 1px dashed rgba(85, 56, 187, 0.15);
}
.process__view-list {
	margin-top: 16px;
}
.process__view-step:first-child{
	border-top: 0;
	padding-top: 0;
}
.process__view-step {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 0;
	cursor: pointer;
	border-top: 1px solid #ececf3;
}
.process__view-step-label {
	color: #26232A99;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.25s ease;
}
.process__view-step.active .process__view-step-label {
	color: #26232A;  
}
.process__view-step-dot {
	width: 8px;
	height: 8px;
	flex: none;
	background: #26232A26;
	border-radius: 50%;
	transition: background 0.25s ease, transform 0.25s ease;
}
.process__view-step.active .process__view-step-dot {
	background: linear-gradient(0deg, #5538BB 0%, #7F38BB 100%);
}
.process__view-underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #7c3aed;
	transition: width 0.35s ease;
}
.process__view-step.active .process__view-underline {
	width: 100%;
}
/*==============================
Right Column
==============================*/

.scene-bg img{
	width: 100%;
}
.process__view-right {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.process__view-frame {
	position: relative;
	height: 415px;
	overflow: hidden;
	background: #eef0f4;
	border-radius: 16px;
}
.process__view-scene {
	position: absolute;
	inset: 0;
}
.process__view-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56%;
	background: linear-gradient(180deg, rgba(91, 33, 182, 0) 0%, rgba(91, 33, 182, 0.55) 45%, rgba(76, 29, 149, 0.92) 100%);
}
.process__view-caption {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	color: #ffffff;
	font-family: var(--font-body-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

/*===========
Essential Tools 
============*/

.essential__tools_section {
	background: linear-gradient(0deg, #FFFFFF 0%, #F7EFF7 100%), linear-gradient(0deg, #FFFFFF 0%, #FFFAFF 100%);
	padding-top: 70px;
	margin-top: -1px;
}

.ess_tools__card {
	padding: 40px !important;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #0000000F, -3px 5px 24px -6px #5538BB1F;
}
.ess_tools__grid {
	display: grid;
	grid-template-columns: 1fr 575px 1fr;
	gap: 40px;
	align-items: flex-start;
}
.ess_tools__col {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ess_tools__item-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	padding: 6px;
	border-radius: 4px;
	background: linear-gradient(180deg, #FFFFFF 0%, #ECD9FF 100%);
	box-shadow: 0px -1px 2px 0px #9C20DA26 inset, 0px 1px 1px 0px #FFFFFF inset, 0px 1px 8px 0px #522C661A;
}
.ess_tools__item-icon i {
	font-size: 16px;
	color: #7F38BB;
}
.ess_tools__item-title {
	color: #26232A;
	font-family: var(--font-heading-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 12px;
}
.ess_tools__item-text {
	color: #26232A;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
}
.ess_tools__media {
	position: relative; 
	overflow: hidden;
}
.ess_tools__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
@media (max-width: 991px) {
	.ess_tools__grid {
		grid-template-columns: 1fr;
	}
	.ess_tools__media {
		order: -1;
	}
	.ess_tools__col {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 32px 24px;
	}
	.ess_tools__col .ess_tools__item {
		flex: 1 1 220px;
	}
}
@media (max-width: 575px) {
	.ess_tools__card {
		padding: 32px 20px;
	}
	.ess_tools__col {
		flex-direction: column;
	}
}
.ready__to__sell{
	margin-top: 100px !important;
}
.ready__to__sell img{
	border: 1px solid rgba(85, 56, 187, 0.15);
	padding: 8px;
	border-radius: 16px;
	height: 325px;
	object-fit: cover;
}


/*============
* FAQ Section
* ==========*/

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid #ece4fa;
}
.faq__item {
	overflow: hidden;
	border-bottom: 1px solid #ece4fa;
}
.faq__question {
	display: flex;
	align-items: baseline;
	gap: 28px;
	padding: 26px 8px;
	cursor: pointer;
	list-style: none;
}
.faq__number {
	flex: none;
	font-size: 15px;
	font-weight: 700;
	color: #c9b4f5;
	width: 28px;
}
.faq__question-title {
	flex: 1;
	transition: color .2s;
	color: #26232A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
}
.faq__icon {
	position: relative;
	width: 20px;
	height: 20px;
	flex: none;
	color: var(--color-hover);
	align-self: center;
	transition: transform .25s ease;
}
.faq__icon::before,
.faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--color-hover);
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq__icon::before {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}
.faq__icon::after {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}
.faq__item.active .faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}
.faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}
.faq__answer-inner {
	padding: 0 54px 28px 64px;
}
.faq__answer-inner p {
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: var(--color-foreground);
}
.faq__item.active .faq__question-title{
	color: var(--color-hover);
}
@media (max-width: 576px) {
	.faq__question {
		padding: 15px;
		gap: 15px;
	}
	.faq__question-title { 
		font-size: 16px; 
	}
	.faq__answer-inner {
		padding: 0 15px 15px;
	}
}

/* Guide page */
.guide-item__section .featured__card {
	padding: 0px; 
	box-shadow: -3px 5px 20px -6px #0000001F;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, rgba(255, 255, 255, 0.002), rgba(255, 255, 255, 0.002));
}
.featured__content {
	padding: 0px; 
	padding-top: 15px;
}
.featured__content .featured__title {
	color: #26232A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0%;
}
.featured__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured__content .featured__excerpt { 
	margin-bottom: auto;
}
.featured__content .featured__meta {
	border-top: 1px solid #D9D9D9;
	padding-top: 16px;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.featured__meta--date {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.1rem;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #26232A;
}


/* Pagination styling to match screenshot */
.custom-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
}
.custom-pagination span, .custom-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border-radius: 4px;
	font-size: 14px;
	color: #26232A;
	text-decoration: none;
	border: 1px solid #26232A14;
	font-weight: 600;
}
.custom-pagination .current {
	border: 1px solid #6366f1;
	color: #6366f1;
	font-weight: 600;
}
.custom-pagination .prev,
.custom-pagination .next { 
	font-size: 18px;
}
.custom-pagination .prev.disabled,
.custom-pagination .next.disabled {
	color:#26232A29;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 1;
}

/*=========
* Blog details page
* =======*/

/* Breadcrumb */

.blog-details__top-back {
	margin-bottom: 24px;
}
.blog-details__top-back a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #26232A;
	letter-spacing: 0.2px;
	font-size: 16px;
	line-height: 45px;
	font-weight: 600;
}
.blog-details__top-back a:hover {
	color: #5538BB;
}
.blog-breadcrumb {
	font-size: 17px;
	color: #6b7280;
	margin-bottom: 5px;
	font-weight: 600;
}
.blog-breadcrumb a {
	color: #26232A73;
	text-decoration: none;
}
.blog-breadcrumb a:hover {
	color: #5538BB;
}
.blog-breadcrumb span {
	margin: 0 6px;
	color: #26232A73;
}
.blog-breadcrumb .current {
	color: #26232A;
}

.custom-width{
	width: 800px;
	max-width: 100%;
}

/* Title */
.blog-details__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 40px;
	color: #26232A;
}

/* Featured Image */
.blog-details__thumb, .content_image {
	margin-bottom: 40px; 
	/* 	overflow: hidden;
	position: relative;
	padding: 40px; 
	background-image: url('/wp-content/uploads/2026/07/thumb-bg.jpg');
	background-size: cover;
	background-position: center; */
	border-radius: 11px;
}
.blog-details__thumb--img, .content_image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 11px;
	z-index: 1;
}
/* Content */
.blog-details__content h2{
	color: #26232A;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.blog-details__content h3{
	color: #26232A;
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 700;
}

.blog-details__content p {
	margin-bottom: 16px;
	color: #26232A;
	font-size: 1.5rem;
	line-height: 2.1rem;
	font-weight: 400;
}
.blog-details__content ul{
	margin-bottom: 16px;
	color: #26232A;
	font-size: 1.5rem;
	line-height: 2.1rem;
	font-weight: 500;
	padding-left: 20px;
}
.blog-details__content .column-2 { 
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 24px;
	background: #f7f3fc;
	border-radius: 1rem;
	padding: 25px 28px; 
	padding-left: 40px !important;
}
.blog-details__content ul li{
	list-style: auto;
	line-height: 2.1rem;
}
.blog-details__content ul.bullet_list li{
	list-style: disc;
}
.blog-details__content ul li:not(:last-child){
	margin-bottom: 15px;
}
.blog-details__content .column-2 li:not(:last-child){
	margin-bottom: 0px;
}
.blog-details__content strong,
.blog-details__content b {
	color: #26232A;
}
.blog-details__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
}

.blog-details__content table th,
.blog-details__content table td {
    padding: 15px 18px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
}

.blog-details__content table th {
    font-weight: 600;
    background: #f5f5f5;
}

.blog-details__content table tr:nth-child(even) td {
    background: #fafafa;
}

/* Responsive Table */
@media (max-width: 767px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table th,
    table td {
        padding: 12px 14px !important;
        font-size: 14px !important;
		white-space: nowrap;
    }
}
.related-blog__sticky-wrap {
	position: sticky;
	top: 100px;
}

@media (max-width: 991px) {
	.related-blog__sticky-wrap {
		position: static;
		top: auto;
		margin-top: 40px;
	}
}
/* Pull-quote / highlight box */
.blog-details__content blockquote {
	background: transparent;
	padding: 0;
	padding-left: 24px;
	font-style: italic;
	color: rgb(17, 24, 39);
	margin: 25px 0px;
	border-style: solid;
	border-width: 0 0 0 2px;
	border-image-source: linear-gradient(0deg, #5538BB 0%, #7F38BB 100%);
	border-image-slice: 1;
	font-size: 18px;
	line-height: 24px;
}
.blog-details__content blockquote p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.blog-details__content a{
	text-decoration: underline;
}
.htb-trio {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 16px;
	margin: 0 0 28px;
}
.htb-trio-card {
	border: 1px solid #efe7fc;
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}
.htb-trio-card .htb-trio-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #efe7fc;
	color: var(--color-hover);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}
.htb-trio-card h4 {
	color: #26232A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 10px;
}


/* Back link */
.blog-details__back {
	margin-top: 40px;
	text-align: right;
}
.blog-details__back a {
	font-size: 16px;
	font-weight: 600;
	color: #26232A;
	text-decoration: none;
	letter-spacing: 0.2px;
	line-height: 45px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.blog-details__back a:hover {
	color: #5538BB;
}

/*===== Related blog =====*/
.related-blog__section{
	padding-top: 0px; 
}

.blog_sitebar--title{
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	margin-top: 0px;
	margin-bottom: 34px;
}
.related-blog__section .featured__card {
	padding: 15px 15px 15px;
	flex-direction: row;
	border: 1px solid rgb(217 217 217 / 19%);
	background: rgba(247, 239, 247, 1);
	box-shadow: unset;
	transform: translateY(0px) !important;
}
.related-blog__section .section__title {
	margin-bottom: 40px;
}
.blog__content_column {
	padding-right: 40px !important;
}
.related-blog__section .featured__card .featured__thumbnail {
	display: inline-flex;
	flex-basis: 40%;
}
.related-blog__section .featured__thumbnail--link{
	height: 110px;
	border-radius: 1rem;
}
.related-blog__section .featured__card .featured__content {
	padding: 0px 0px 0 15px; 
}
.related-blog__section .featured__content--list__top {
	margin-bottom: 0;
}
.related-blog__section .featured__content .featured__title a{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.related-blog__section .featured__content .featured__title { 
	font-size: 15px;
	line-height: 25px; 
	margin: 0;
}
.related-blog__section .featured__content .featured__meta { 
	padding-top: 8px;
	margin-top: 8px; 
}


/*======  Buying Made section ============*/
.buy_made_step-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px 22px;
	box-shadow: -3px 5px 24px -6px #5538BB1F;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.buy_made_step-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.buy_made_step-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #efe7fc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-hover);
}

.buy_made_step-num {
	font-size: 32px;
	font-weight: 800;
	color: #e4d9f9;
	line-height: 1;
}
.buy_made_step-title {
	color: #26232A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0%;
	margin: 0;
}
.buy_made_step-desc {
	margin-top: 12px; 
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.1rem; 
	color: var(--color-foreground);
}
.buy_made_step-footer {
	margin-top: 40px;
}
.buy_made_step-footer p {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: var(--color-foreground);
	margin-bottom: 24px;
}

/*====== Legal Exit Tools Page =======*/

.callout-minimal{
    display: block !important;
    margin-bottom: 50px;
}
.selling-business-section {
	padding: 80px 20px;
}
.selling-business-section .selling-business-section__wrapper {
	background: linear-gradient(115deg, #3d2d82 0%, #5540b5 55%, #7058cc 100%);
	border-radius: 16px;
	padding: 48px 52px;
	position: relative;
	overflow: hidden;
} 
.selling-business-section .selling-business-section__wrapper::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	height: 360px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M60 240 L180 30 L300 240' stroke='rgba(255,255,255,0.07)' stroke-width='28' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M100 240 L220 30 L340 240' stroke='rgba(255,255,255,0.045)' stroke-width='20' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	pointer-events: none;
	z-index: 0;
} 
.selling-business-section .selling-business-section__wrapper::after {
	content: '';
	position: absolute;
	left: -30px;
	bottom: -40px;
	width: 280px;
	height: 280px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M40 260 L140 40 L240 260' stroke='rgba(255,255,255,0.05)' stroke-width='26' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	pointer-events: none;
	z-index: 0;
} 
.selling-business-section .selling-business-section__wrapper .row {
	display: flex;
	align-items: center;
	gap: 48px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
} 
.selling-business-section .selling-business-section__wrapper .row .col-lg-6 {
	flex: 1;
	min-width: 260px;
}
.selling-business-section .selling-business-section__wrapper .row .col-lg-6 .section__heading--title {
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 18px;
}
.selling-business-section .selling-business-section__wrapper .row .col-lg-6 .section__heading--desc {
	color: rgba(255, 255, 255, 0.72);
} 
.selling-business-section .selling-business-section__wrapper .row .col-lg-6 img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.bizhub-partner__section {
	margin-bottom: 28px;
}
.bizhub-partner__section .bizhub-partner__wrapper {
	background: #eae8f8;
	border: 1.5px solid #d4d0ef;
	border-radius: 16px;
	padding: 44px 48px;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row {
	display: flex;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
} 
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__info {
	flex: 1;
	min-width: 240px;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__info .bizhub-partner__info--title {
	font-weight: 700;
	color: #1e1b2e;
	margin-bottom: 14px;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__info .bizhub-partner__info--desc {
	color: #4a4770;
} 
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form {
	flex: 1;
	min-width: 280px;
	background: #ffffff;
	border-radius: 12px;
	padding: 28px 20px;
	box-shadow: 0 2px 16px rgba(80, 60, 140, 0.08);
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--notice {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #4a4770;
	margin-bottom: 16px;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--notice i {
	color: #6b5ecf;
	flex-shrink: 0;
	margin-top: 3px;
	font-size: 0.85rem;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--row {
	display: flex;
	gap: 0;
	border: 1.5px solid #d4d0ef;
	border-radius: 10px;
	overflow: hidden;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--row .bizhub-partner__form--input {
	flex: 1;
	border: none;
	outline: none;
	padding: 13px 18px;
	color: #1e1b2e;
	background: #ffffff;
	width: 100%;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--row .bizhub-partner__form--input::placeholder {
	color: #aba8c5;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--row .bizhub-partner__form--btn {
	background: #6b5ecf;
	color: #ffffff;
	font-weight: 600;
	padding: 13px 26px;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
	border-radius: 0 8px 8px 0;
}
.bizhub-partner__section .bizhub-partner__wrapper .bizhub-partner__row .bizhub-partner__form .bizhub-partner__form--row .bizhub-partner__form--btn:hover {
	background: #4b3279;
}
.lega-descliamr-data{
	padding-top: 60px;
	padding-bottom: 50px;
}


/*====== Free Resources for Buyers section ==========*/

.resources_buyer_section .section__heading {
	padding-right: 40px;
}
.resources_buyer_section .section__heading--desc { 
	color: var(--color-foreground);
}
.resources_buyer_section .tools__items {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.resources_buyer_section .tools__item{
	display:flex;
	align-items:center;
	gap:22px;
	background:linear-gradient(90deg,#f7f3fc,#f2ecfa);
	border:1px solid #ece4fa;
	border-radius:12px;
	padding:24px 28px;
	transition:transform .25s ease, box-shadow .25s ease;
}

.resources_buyer_section .tools__item:hover{
	transform:translateX(10px);
	box-shadow:0 10px 28px rgba(84,40,180,.12);
}

.resources_buyer_section .item-icon{
	flex:none;
	width:52px;
	height:52px;
	border-radius:50%;
	background:#fff;
	box-shadow:0 4px 14px rgba(84,40,180,.10);
	display:flex;
	align-items:center;
	justify-content:center;
	color: var(--color-hover);
}
.resources_buyer_section .item-text{
	display:flex;
	flex-direction:column;
	gap:5px;
}
.resources_buyer_section .item-title{
	color: #26232A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%; 
	margin: 0;
}
.resources_buyer_section .item-desc{
	margin: 0;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: var(--color-foreground);
}
.bookmark-card .small {
	font-size: 15px;
	font-weight: 500;
}
.bookmark-card .small span:first-child{
	color: #5538BB;
	font-size: 18px;
	font-weight: 600;
	margin-right: 8px;
}


/* ---- Scroll-triggered entrance animations ---- */
@keyframes htbRise{
	from{
		opacity:0;
		transform:translateY(28px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

@keyframes htbFadeIn{
	from{opacity:0;}
	to{opacity:1;}
}

@keyframes htbPulse{
	0%,100%{
		box-shadow:0 0 0 0 rgba(109,62,230,.30);
	}
	50%{
		box-shadow:0 0 0 12px rgba(109,62,230,0);
	}
}

/* Hidden until the section scrolls into view */
.biz-anim{
	opacity:0;
}
.resources_buyer_section.is-visible .tools__item:nth-child(1){
	animation:htbRise .6s ease-out .2s both;
}
.resources_buyer_section.is-visible .tools__item:nth-child(2){
	animation:htbRise .6s ease-out .35s both;
}
.resources_buyer_section.is-visible .tools__item:nth-child(3){
	animation:htbRise .6s ease-out .5s both;
}
.resources_buyer_section.is-visible .tools__item:nth-child(4){
	animation:htbRise .6s ease-out .65s both;
}

.help_listing_section .info_box_container .title_info img{
	margin: 0 auto;
	width: 250px;
}

#content-bookmarks .bookmark-card h6 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: auto !important; 
	margin-bottom: 10px !important;
}

.input-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
} 
.input-icon-wrapper svg.input-icon {
    position: absolute;
    left: 14px;
    width: 18px;
    color: var(--color-foreground);
    pointer-events: none;
}
.input-icon-wrapper .account__form--input__field { 
    padding-left: 40px !important;
}
.account__tab--btn {
    margin-bottom: 0 !important;
}
.account__tab--btn__items .account__tab--btn__field {  
    height: 5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
}
.account__section--inner .account__form--wrapper {
    padding: 3rem 3rem 3rem;
}

/* Divider */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #94a3b8;
    font-size: 14px;
}
.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}
.divider span {
    padding: 0 16px;
}
.modal-content .account__tab--btn .account__tab--btn__wrapper .account__tab--btn__field { 
    height: 5rem; 
    line-height: 5rem;
}
.modal-content .account__tab--btn .account__tab--btn__wrapper .account__tab--btn__items:first-child .account__tab--btn__field { 
    border-radius: 0.5rem 0rem 0rem 0.5rem;
}
.modal-content .account__tab--btn .account__tab--btn__wrapper .account__tab--btn__items:last-child .account__tab--btn__field { 
    border-radius: 0rem 0.5rem 0.5rem 0rem;
}
.login_popup .account__form--wrapper, .registration_popup .account__form--wrapper {
    padding: 2rem 0rem 0rem !important;
    border: 0px solid var(--color-border);
}
.account__form--forgot__password { 
	display: flex;
	justify-content: end;
	margin-top: 12px;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}

.marketplace-market-overview{
	padding-top: 7rem;
}
.cta--section{
	padding-bottom: 7rem;
}

@media (prefers-reduced-motion:reduce){
	.biz-anim{
		opacity:1;
	} 
	.resources_buyer_section.is-visible .tools__item{
		animation:none;
	}

	.tools__item,
	.tools__item:hover{
		transform:none;
	}
}
.account__form--input__label { 
	margin-bottom: 7px;
}
.field-group.position-relative .validation_tooltip, .field-group-biz.position-relative .validation_tooltip { 
	top: 100%; 
}
.account__form--input  {
	position: relative !important;
}
.validation_tooltip.error, .validation_tooltip.error-message {
	color: inherit !important;
	line-height: 16px;
}
.validation_tooltip {
	position: absolute;
	top: calc(100% + 8px);
	left: 0px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 6px 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	z-index: 10;
}
.validation_tooltip::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 14px;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	transform: rotate(45deg);
}
.tooltip_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: #f5a623;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	border-radius: 3px;
	flex-shrink: 0;
}
.tooltip_text {
	font-size: 13px;
	color: #555555;
	font-weight: 400;
	white-space: nowrap;
} 
.validation_tooltip.error-message-parent.hide{
	display: none;
}
.validation_tooltip.error-message-parent.show{
	display: inline-flex;
}
#login_user #password-error{ 
	top: calc(100% + -24px); 
}
#one_line_description-error, #reason_for_selling-error, #select_business_model-error, #revenue_modal-error  {
	position: relative;
	width: 188px;
}

.breadcrumb__business-page *{
	color: #000000 !important;
    fill: #000;
}
.bizhub_ai-deal-intelligence {
    width: 100%;
    padding: 40px 20px;
    background: #f7f6fc;
    border-radius: 1rem;
    margin-bottom: 20px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
	border: 1px solid #e8e4f8;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.bizhub_ai-deal-intelligence__header {
    margin: 0 auto 30px;
}
.bizhub_ai-deal-intelligence__header h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    color: #1e1b4b;
	transition: color 0.2s;
}
.bizhub_ai-deal-intelligence__header h2:hover{
	color: #5538BB;
}
.bizhub_ai-deal-intelligence__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.bizhub_ai-deal-card {
    position: relative;
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid #e8e4f8;
    border-radius: 16px;
    box-sizing: border-box;
   transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.bizhub_ai-deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    border-color: #c4b5f7;
}
.bizhub_ai-deal-card h3 {
    margin: 0 0 14px;
    color: #11184b;
    font-weight: 700;
    font-size: 20px; 
	line-height: 1.35;
}
.bizhub_ai-deal-intelligence:hover{
	box-shadow: 0 8px 32px rgba(85, 56, 187, 0.14); 
    border-color: #c4b5f7;
}
.bizhub_ai-deal-card p {
    margin: 0;
    color: var(--color-foreground-sub);
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.acquisition_market{
	padding-top: 7rem;
}
.table-wrapper {
	overflow-x: auto;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	margin-top: 24px;
}
.bizhub-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left; 
	background-color: #ffffff;
}
.bizhub-table thead {
	background-color: var(--color-hover);
	color: #ffffff;
}
.bizhub-table th {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 20px;
}
.bizhub-table td {
	padding: 16px 20px;
	border-bottom: 1px solid #e2e8f0;
	color: #334155;
	line-height: 2.1rem;
	font-size: 1.5rem;
}

.bizhub-table tbody tr:last-child td {
	border-bottom: none;
}
.bizhub-table td strong {
	color: #0f172a;
	font-weight: 600;
}
.bizhub-table tbody tr:hover {
	background-color: #f8fafc;
}
.bizhub-table td:first-child {
	border-right: 1px solid #e2e8f0;
}
.bizhub-table th:first-child {
	border-right: 1px solid #858585;
}
.bizhub-table tbody tr:last-child td {
	border-bottom: none;
}