/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Header CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.home:not(.logged-in) .header.plainheadercls {
	padding-bottom: 0;
}

.home:not(.logged-in) div#content.site-content {
	padding: 97px 0 0;
}

.home .justify-content-md-center.navsection {
	position: relative;
	align-items: center;
}

.loginilink-sec {
	display: flex;
	align-items: end;
	justify-content: end;
	align-content: center;
}

.loginlink {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

.loginlink>strong {
	display: inline-flex;
	/* font-family: EffraBold; */
	font-size: 20px;
	font-weight: 500;

	text-align: center;
	text-decoration: none;
}

.loginlink>strong>span {
	padding-left: 15px;
}



#deal_shepherd_menu_js {
	position: relative;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*User Verification Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.formwrapper>h1 {
	margin-top: 80px;
}

#verification_form {
	text-align: center;
	width: 348px;
	margin: 0 auto;
}

#resend_verification_code_link {
	/* font-family: Effra; */
	font-size: 18px;
	font-weight: 400;
	line-height: 17px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

#verificationLink {
	margin-top: 16px;
	margin-bottom: 200px;
}

#verification_code {
	margin-bottom: 6px !important;
}

label.error {
	color: red;
	font-weight: normal;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	display: block;
}

.red_errors {
	color: #ee0000;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

.btn-close {
	background-image: url('/wp-content/themes/brokerforless/images/x-button.png')!important;
}

.verification-page-note {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	padding-left: 14px;
	/* color: #00CAE1; */
}

@media only screen and (max-width: 991px) {
	.btn.loginlink {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.row.navsection .col-12.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
		margin-bottom: 10px;
	}

	.registerbanner {
		padding: 70px 0 70px;
	}
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Forgot Password Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.forgot-wrapper {
	margin: 40px auto 0;
	border-radius: 20px;
	text-align: center;
}

#forgot_password_form__container_email,
#forget_password_reset_form_container {
	width: 348px;
	text-align: center;
	margin: 0 auto 200px auto;
	padding: 0px;
}

.btn.loginlink {
	color: #fff;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Forgot Password Reset Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#forgot_password_form_email {
	margin-bottom: 0px !important;
}

#forget_password_reset_form_conf_password {
	margin-bottom: 0px !important;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Progressbar  CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.progresscontent {
	width: 100%;
	max-width: 161px;
	display: inline-block;
	vertical-align: middle;
	height: 10px;
}

.progresscontainer.test {
	/* background-color: #e0e0e0; */
	border-radius: 20px;
	/* padding: 10px; */
	text-align: center;
}

.progresscontainer.test .progressbars_strightLine {
	width: 100%;
	background-color: #D9D9D9;
	border-radius: 20px;
	overflow: hidden;
	height: 12px;
	margin-bottom: 12px;
	position: relative;
}

.progresscontainer.test .progressbars_strightLine .progress_strightLine {
	height: 100%;	 
	/* background-color: #0BC4E0; */
	transition: width 1s ease-in-out;
}

.progress-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 12.75px;
	text-align: left;
	/* color: #00CAE1; */
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*User Profile Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.profileimg #profile_image {
	display: none;
}

span.user_name {
	color: #fff;
}

#jsError {
	color: red;
	margin-top: 5px;
}

input.form-control:disabled {
	cursor: not-allowed;
}

select#red_user_state,
select#buyer_entity {
	appearance: auto;
}

.progimg {
	height: 208px;
	width: 208px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.formwrapper .profileimg label {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	/* color: #00CAE1; */
	margin-bottom: 50px;
	cursor: pointer;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Sidebar section CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.sidebar-menu-items>a {
	color: #D9D9D9;
	text-decoration: none;
	position: relative;
	display: block;
}

.page-id-13 #page div#content,
.page-id-19 #page div#content,
.page-id-21 #page div#content,
.page-id-282 #page div#content,
.page-id-27 #page div#content,
.page-id-279 #page div#content,
.page.page-id-204 div#content.site-content,
.page.page-id-611 div#content.site-content,
.page.page-id-804 div#content.site-content,
.page.page-id-807 div#content.site-content {
	padding-top: 0px !important;
}

.page-id-13 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-19 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-21 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-282 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-591 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-27 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-279 .header.style2.sticky-heder-cls.seller-buyer-header,
.page.page-id-204 .header.style2.sticky-heder-cls.shepherd-header,
.page-id-611 .header.style2.sticky-heder-cls.shepherd-header,
.page-id-804 .header.style2.sticky-heder-cls.seller-buyer-header,
.page-id-807 .header.style2.sticky-heder-cls.seller-buyer-header {
	display: none;
}

/* Toggle Button */
.toggle-sidebar-btn {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #333333;
	color: #ffffff;
	border: none;
	padding: 8px;
	font-size: 18px;
	z-index: 1100;
	border-radius: 5px;
}

.toggle-sidebar-btn:hover {
	background-color: #00c0ff;
}

/* .sidebar.closed {
	display: none;
} */

.accountsection>ul li:hover,
.accountsection>ul li.active {
	color: #fff;
	background-color: #313232;
	cursor: pointer;
}

.toggle-sidebar-btn {
	display: none;
}


/* Responsive Styles */
@media (max-width: 768px) {
	.toggle-sidebar-btn {
		display: block;
	}

	.contentsec {
		width: 100%;
	}

	.toggle-section {
		position: relative;
	}

	.sidebar.closed {
		display: none;
	}

	.titlesec {
		font-size: 18px;
		margin-left: 22px;
	}

	.sidebar {
		width: 100%;
		max-width: 180px;
		background: #1a1a1a;
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 0;
		z-index: 999;
	}

	#customSidebar .linksection>ul li {
		background-size: 20px !important;
		padding: 13px 0 13px 40px;
	}

	#customSidebar .linksection>ul li {
		font-size: 12px;
	}

	#logout {
		font-size: 12px;
		/* font-family: effra; */
		background-size: auto 20px;
		text-align: left;
		padding: 2px 0px 0px 50px;

		background-position: left 21px top 0px;
		margin-top: 11px;
	}

	.sidebar .inner {
		padding-left: 10px;
	}

	.logosec {
		padding-top: 35px;
		margin: 10px;
	}

	.accountsection {
		padding: 10px 10px;
		margin-top: 0px;
		margin-left: 33px;
	}

	.accountsection li a {
		font-size: 12px;
		padding: 4px 0px;
	}

	.search-form.search-filter-parent {
		position: relative !important;
	}

	.sidebars.dropdown-content {
		top: 45px !important;
	}

	button.search_by_name.dropdown-btn,
	input#search_by_name {

		font-size: 20px;
		width: 140px;
	}

	.titlesecc.searchsec {
		margin-left: 20px;
	}

	form.search-form {
		flex: initial !important;
	}

	.search-form {
		flex: initial !important;
	}

	#business_list_container {
		justify-content: center !important;
	}

	.toggle-btn-container {
		justify-content: center;
		display: inline-flex !important;
	}

	.rowx {
		text-align: center;
	}

	.titlesecc.searchsec {
		justify-content: center !important;
	}

}

@media (min-width: 767px) and (max-width: 1132px) {
	.actionlink .linksection>ul li {
		font-size: 15px;
	}

	.actionlink .linksection>ul li {
		padding: 13px 0 13px 45px;
		background-size: auto 25px;
	}

	#logout {
		font-size: 15px;
		background-position: left 25px top 0px;
		background-size: auto 25px;

	}

	.sidebar .inner {
		padding-left: 10px;
	}
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Chat section CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/*  chat style */
.b4l_chatbox {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 340px;
	background-color: #f2f2f2;
	box-shadow: 0px 3px 25px #0000001A;
	z-index: 999;
	display: none;
	border-radius: 8px 8px 0px 0px;
}

.b4l_chatbox .message-content {
	padding: 0px;
}

.b4l_chatbox .message-content p {
	margin-bottom: 6px;
	line-height: 16px;
	color: #010101;
	font-size: 14px;
}

.b4l_chatbox .chatbox-input,
.b4l_chatbox .chatbox-input:focus {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 20px;
	width: 100%;
	border-radius: 10px;
	background: #EBEBEB;
	border: 1px solid #EBEBEB;
	outline: none;
	color: #010101;
}

.chat-container {
	height: 250px;
	overflow-y: auto;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.message {
	width: 237px;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sender-message {
	background-color: #FFFFFF;
	color: #010101;
	/* Sender message text color */
	align-self: flex-end;
	/* Align sender messages to the right */
	text-align: right;
	box-shadow: 0px 3px 25px #0000001A;
	border-radius: 8px;
	margin-right: 20px;
	float: right;
}

.receiver-message {
	color: #010101;
	/* Receiver message text color */
	align-self: flex-start;
	/* Align receiver messages to the left */
	border: 1px solid var(--unnamed-color-d1d1d1);
	background: #F3F3F3 0% 0% no-repeat padding-box;
	border: 1px solid #D1D1D1;
	border-radius: 10px;
	margin-left: 20px;
	float: left;
}

.message-sender,
.message-receiver {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 16px;
	/* font-family: 'ProximaNova-Regular'; */
}

.message-time {
	font-size: 12px;
	line-height: 16px;
	color: #010101;
}

.input-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.chat-header {
	display: flex;
	justify-content: space-between;
	/* background-color: #00CAE1; */
	color: black;
	border-radius: 8px 8px 0px 0px;
}

.user-name {
	font-weight: bold;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.shepherd-profile-container {
	padding: 10px 0px 10px 20px;
	position: relative;
}

.shepherd-profile-container .shepherd-profile {
	height: 40px;
	width: 40px;
	border-radius: 20px;
}

.shepherd-profile-container .statusOffline:before,
.shepherd-profile-container .statusOnline:before {
	content: "";
	position: absolute;
	right: -4px;
	top: 22%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.shepherd-profile-container .statusOffline:before {
	background-color: #D31516;
}

.shepherd-profile-container .statusOnline:before {
	background-color: #5EBB47;
}

.input-container .btnSendChatMessage {
	/* background-color: #00CAE1; */
	color: #FFFFFF;
	box-shadow: 0px 3px 25px #0000001A;
	border-radius: 23px;
	opacity: 1;
	outline: none;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.input-container .btnSendChatMessage .material-icons {
	margin: 8px;
	width: 23px;
}

.chat-header .shepherd-name {
	font-size: 20px;
	line-height: 35px;
	/* font-family: 'ProximaNova-Regular'; */
	font-weight: 600;
	margin-left: 16px;
	color: #FFFFFF;
}

.close-icon {
	cursor: pointer;
	margin-right: -10px !important;
	color: #FFFFFF !important;
	padding-right: 13px;
	padding-top: 13px;
}

.close-icon:hover {
	color: #FFFFFF !important;
}

/*  chat style */


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*Reset Password Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.registerbannerd.resetpage h1 {
	margin-top: 0px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*buyer dashboard Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

li#myfavorites:hover,
li#myfavorites.active {
	background-image: url(/wp-content/themes/brokerforless/images/favourite-stroke-rounded1.png);
}

li#myfavorites {
	background-image: url(/wp-content/themes/brokerforless/images/favourite-stroke-rounded1.png);
}

.contentsec.buyer-dash {
	background-color: #fff;
}

button.search_by_name.dropdown-btn,
input#search_by_name {
	color: #010101;
	/* font-family: 'Effra'; */
	font-size: 25px;
	height: 45px;
	line-height: 17px;
	width: 265px;
	border-radius: 30px;
	border: 1px solid #000D12;
	padding: 14px;
	background: transparent;
	text-align: left;
}

span.searchIconSet {
	top: 12px;
	right: 15px;
	position: absolute;
	cursor: pointer;
}

.search-form .mb {
	vertical-align: middle;
	line-height: 45px;

}

/* Style placeholder text for input fields */
input#search_by_name::placeholder {
	color: #000D12;
	/* Light grey placeholder text */

}

.dropdown-content {
	display: none;
	position: absolute;
	top: 77px;
	background: white;
	border: 1px solid #ccc;
	padding: 15px;
	width: 285px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

div#clear_search {
	display: inline-flex;
	line-height: 52px;
	align-items: center;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 14px;
	font-size: 24px;
	/* color: #00cae1; */
}

/*.contentsec.buyer-dash .inner {
	max-width: 927px;  
    border-bottom: 1px solid #000D12;
    margin-bottom: 35px;
}*/
.clean-img {
	margin-left: 14px;
	height: 23px;
}

.b4l-filter-label {
	color: #444343;
	/* font-family: Effra; */
	font-size: 14.2px;
	font-weight: 400 !important;
	line-height: 16.87px;
	text-align: left;
	padding-left: 0;
	text-transform: inherit;
	margin-bottom: 10px !important;
}

select#city-dropdown {
	/* width: 249.93px; */
	height: 32.66px;
	border-radius: 10.65px !important;
	background-color: #fff !important;
	border: 0.79px solid #011326 !important;
	/* font-family: Effra; */
	font-size: 12.78px !important;
	font-weight: 400;
	line-height: 15.18px;
	margin-top: 9px !important;
	margin-bottom: 12px !important;
}

.filter-form .wrapper {
	height: 32px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 10.65px;
	border: 1px solid #011326;
	/* font-family: Effra !important; */
	font-size: 12.78px;
	font-weight: 400;
	line-height: 15.18px;
}

.filter-form .wrapper span {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #444343;
}

.filter-form .wrapper span.num {
	border-right: 1px solid #011326;
	border-left: 1px solid #011326;
	pointer-events: none;
	/* font-family: Effra; */
	font-size: 12.78px;
	font-weight: 400;
	line-height: 15.18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

/* Track styling for WebKit browsers (Chrome, Safari, Edge, Opera) */
input[type="range"]::-webkit-slider-runnable-track {

	background: #B6B6B6
}

button.multiselect.dropdown-toggle.btn.btn-default {
	width: 249.93px;
	height: 32.66px;
	border-radius: 10.65px;
	border: 0.71px solid !important;
}

input.form-check-input.filter-radio-btn {
	width: 17px !important;
	height: 17px !important;
}

input.form-check-input.filter-radio-btn::before {
	content: '';
	display: block;
	width: 17px !important;
	height: 17px !important;
	border-radius: 50%;
}

/* Container for the radio group */
.realstet .radio-group {
	font-size: 14.2px;
}

.realstet .radio-label {
	margin-bottom: 11px;
	color: #444343;
	/* font-family: Effra; */
	font-size: 14.2px;
	font-weight: 400 !important;
	line-height: 16.87px;
	padding-left: 0;
	text-transform: none;
}

/* Flexbox for alignment */
.realstet .radio-options {
	display: flex;
	gap: 17px;
	align-items: center;
}

/* Custom radio button container */
.realstet .radio-container {
	display: flex !important;
	align-items: center !important;
	cursor: pointer;
	color: #000D12;
	font-size: 14.2px;
	padding-left: 0px;
}

/* Hide default radio input */
.realstet .radio-container input {
	display: none;
}

/* Custom radio button */
.realstet .custom-radio {
	width: 17px;
	height: 17px;
	border: 2px solid #333;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-right: 8px;
}

/* Radio button checked effect */
.realstet .radio-container input:checked+.custom-radio::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.filter-specialty-selected-item {
	border: 1px solid #011326;
	padding: 5px 25px 5px 10px;
	border-radius: 10.65px;
	position: relative;
	margin-right: 9px;
	margin-bottom: 4px;
	display: inline-block;
	font-size: 12.78px;
	line-height: 18px;
	color: #444343;
}

.filter-specialty-selected-item-close {
	top: 7px;
	position: absolute;
	right: 7px;
	font-size: 12.78px !important;
	background-color: #444343 !important;
	border-radius: 50%;
	color: white;
	cursor: pointer;
}

.range_label {
	width: 100%;
	text-align: right;
	font-size: 14.2px;
	color: #010101;
	margin-top: 5px;
	line-height: 16.87px;
	margin-bottom: 0px;
}

div#filter_specialty_selected_options_buyer {
	font-size: 20px;
}

ul.multiselect-container.dropdown-menu label {
	color: #444343;
}

.multiselect-selected-text {
	width: 100%;
	display: inline-flex !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #e6e6e6 !important;
}

.dropdown-toggle::after {
	display: inline-flex !important;
	margin-left: -10px !important;
}

.dropdown-toggle::after {
	border: none !important;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/themes/brokerforless/images/Group113.png') !important;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle !important;
	border: none;
}

.caret {
	display: none !important;
}

.container.searched-container {
	width: 100% !important;
}

/* Button container */
.button-container {
	display: flex;
	gap: 15px;
	/* Space between buttons */
	margin-top: 18px;
}

.button-container button.btn {
	width: 113.6px;
	height: 32.66px;
	border-radius: 10.65px;
	border: 1px solid;
	/* font-family: Effra; */
	font-size: 14.2px;
	font-weight: 400;

}

.btn.applybrns {
	background: #011326;
	color: #fff;
}

.btn.applybrns:hover {
	background: #011326;
	color: #fff;
}

.card-titles {
	/* font-family: EffraBold !important; */
	font-size: 18.75px;
	font-weight: 500;
	line-height: 12.75px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration: none;
	color: #000D12;
	margin: 0px 0px 5px 0px;
}

h5.card-titles a {
	list-style: none;
	text-decoration: none;
	color: #000D12;
	font-weight: 600;
}

.card-bodys {
	box-shadow: 0px 2.23px 2.23px 0px #00000040;
}

.card-titles:hover {
	list-style: none;
}

.card-bodys {
	padding: 20px 16px;
}

.card-bodys ul {
	padding: 0;
	list-style: none;
	margin-top: 12px;
}

.card.mb-4 {
	margin-bottom: 0px;
	border: 0px;
}

.card-bodys ul li.duration {
	background-image: url(/wp-content/themes/brokerforless/images/clock.png);
}

.card-bodys ul li.area {
	background-image: url(/wp-content/themes/brokerforless/images/artboard.png);
}

.card-bodys ul li.tag {
	background-image: url(/wp-content/themes/brokerforless/images/tag.png);
}
.card-bodys ul li.posting-date {
	background-image: url(/wp-content/themes/brokerforless/images/more30X30.svg);
}

.card-bodys ul li {
	text-align: left;
	font: normal normal normal 14px/20px Arial;
	letter-spacing: 0px;
	color: #000D12;
	padding-top: 10px;
	background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 18px 18px;
	padding-left: 30px;
}

.card-bodys {
	padding: 20px 16px;
	border: 0.56px solid #000000;
	border-radius: 0px 0px 8.35px 8.35px;
	border-top: 0px;
}

.card-bodys ul li span {
	font-size: 20px;
	vertical-align: middle;
	padding-right: 10px;
	display: inline-block;
}

.custom-icon {
	padding-bottom: 5px;
}

/* Container for the boxes */
#business_list_container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	/* max-width: 925px; */
}

/* Individual Box */
.practice-box {
	width: 300px;
	/* max-height: 207px; */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8.35px;
	/* Rounded corners */
	/* box-shadow: 0px 2.23px 2.23px 0px #00000040; */
}

/*.contentsec.buyer-dash div#contenttop .inner {
		max-width: 935px !important;
	}*/

.search-wrapper {
	position: relative;
	display: inline-block;
}

.search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	/* Adjust size as needed */
	color: #333;
	/* Adjust color as needed */
}

span#clear_search {
	font-size: 14px;
	/* color: #00CAE1; */
	display: flex;
	cursor: pointer;
}

.custom-icon {
	padding-bottom: 5px;
}

.custom-icon img {
	width: 20px;
	height: 20px;
}

.no-data-message {
	padding-bottom: 40px;
	text-align: left;
	width: 100%;
	display: block;
	color: #8E8E8E;
	font-size: 20px;
}

.clear-all-filter {
	font-size: 14px;
	/* color: #00CAE1; */
	display: flex;
	cursor: pointer;
}

.clear-all-filter .material-symbols-outlined {
	margin-right: 10px;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

input[type=range]::-webkit-slider-thumb {

	border: 5px solid #000D12;

}

.loader-container {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

#small_loader_inline {
	display: none;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	/* border-top: 6px solid #00CAE1; */
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.filter_specialty_selected_options_buyer {
	margin-top: 11px;
	/* display: flex; */
}

.sidebars.dropdown-content {
	padding: 15px 12px 30px 12px;
	margin-bottom: 20px;
	max-height: 525px;
	overflow-y: auto;
	scrollbar-color: #bcbcbc #fffcfc;
	scrollbar-width: thin;
}

.filter-form .mb-3 {
	margin-bottom: 12px !important;
}

.titlesecc.searchsec {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

form.search-form {
	flex: 1 1 150px;
}

.search-form {
	flex: 1 1 200px;
}

span.speciality_span {
	display: none;
}

.toggle-btn-container {
	margin-bottom: 30px;
	width: 308px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	padding: 0px;
	display: flex;
}

.toggle-btn-container .toggle-btn-active {
	/* background-color: #00CAE1; */
	color: white;
}

.toggle-btn-container .toggle-btn-inactive {
	background-color: white;
	color: #000000;
}

.toggle-btn-container .toggle-btn-active,
.toggle-btn-container .toggle-btn-inactive {
	border-radius: 20px;
	width: 50%;
	display: flex;
	border: none;
	font-size: 18px;
	line-height: 44px;
	justify-content: center;
	align-items: center;
}

.toggle-btn-container .material-symbols-outlined {
	margin-right: 6px;
}

.searched-main-section.buyer-dashboard-container {
	width: 100%;
}

.like-fevourite-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}

span.material-icons.favorite,
span.material-icons.thumb {
	-webkit-text-stroke: 1px #fff;
}

.like-fevourite-icon .material-icons {
	font-size: 27px !important;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*seller dashboard Page CSS*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.seler-buyer-dash.statbanner {
	padding: 0px 15px !important;
}

.stepvault {
	margin-bottom: 45px;
}

.chat-header .user-name {

	align-content: center;
	align-items: center;
}

.shephared-vault-sec.interested-buyers {
	padding-left: 38px;
}

.shephared-vault-sec.interested-buyers .stepvault.buyer-dealvalut-nextstep {
	max-width: 925px;
}


.maindiv.practdesc.flexdiv,
.maindiv.addrdesc.flexdiv {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	flex-direction: unset;
}

.maindiv.practdesc.flexdiv .prac-desc {
	flex: 1;
}

.logseller.favorite-link a {
	list-style: none;
	text-decoration: none;
}

.attachment.atch_css {
    margin-top: 10px;
     
}
 

.attachment.atch_css {
    display: flex;
}
.user-verfication-sec h1 {
    margin-top: 40px;
}
.attachment.atch_css .attachimg {
    width: 26px;
    height: 26px;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #000;
    border-radius: 50%;
    min-width: 26px;
    min-height: 26px;
    flex-shrink: 0;
}
.attachment.atch_css span.attachimg {
    margin-right: 5px;
}