.AboutTextLight {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #454F65;
}

.AboutTextHeavy {

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 76px;
	color: #051124;

}


.AboutButton {
	background: #2398B6;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-color: transparent;
	width: 200px;
	height: 52px;
}

.AboutButtonText {
	color: #FFFFFF;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

.WhyUse {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 150%;
	color: #051124;
	padding-bottom: 32px;

}

.WhyUseBody {

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	align-items: center;
	text-align: center;
	color: #051124;
}

.articleSearch {
	background: #FFFFFF;
	border: 0.5px solid #D8E1FC;
	box-shadow: 0px 0px 0px rgba(217, 217, 217, 0.5);
	border-radius: 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #C4C4C5;
}



.filterDropdown {
	border: 0.5px solid #D8E1FC;
	box-shadow: 0px 0px 0px rgba(217, 217, 217, 0.5);
	border-radius: 10px;
}


.card-blockX {
	background-color: #fff;
	border: none;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
	border-radius: 24px;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 40px;
	max-width: 247px;
	max-height: 306px;
	width: 247px;
	height: 306px;
	margin: auto;
}

#prop_row {
	scrollbar-width: none;
	-ms-overflow-style: none;
}



#mapparent {
	display: none;
}

#maincont {
	top: 0px !important;
	left: 0px !important;
	position: initial !important;
}

@media(min-width:768px) {

	#mapparent {
		display: initial !important;
	}

	#maincont {
		top: 100px !important;
		left: 100px !important;
		position: absolute !important;
	}

}

.cardTitle {
	/*position: relative;
    left: 15px;
    top: 15px;
    width: 90%;*/
	float: left;
}

.cardPrice {
	float: right;
	/*position: relative;
	right: 15px;
	top: -5px;*/
}

.cardTitle,
.cardPrice {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	text-overflow: ellipsis;
	color: rgb(34, 34, 34)
}

.cardTitleRow {
	clear: both;
}

/* Your existing styles (kept for reference) */
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
}

.select2-container--default .select2-selection--multiple {
	padding-bottom: 0px;
	padding-right: 0px;
}

.select2-container--bootstrap-5 {
	margin-top: 6px;
}

.select2-container--bootstrap-5 .select2-selection {
	background-color: unset !important;
	border: 0.5px solid #D8E1FC;
	border-radius: 10px;
	box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Modified styles for wrapping selected items */
span.select2-selection.select2-selection--multiple {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	min-height: 38px !important;
	padding: 0.375rem 0.75rem !important;
}

ul.select2-selection__rendered,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.3rem !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

span.select2-selection__choice {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	background-color: #f8f9fa !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 0.25rem !important;
	padding: 0 0.5rem !important;
}

span.select2-selection__choice__display {
	white-space: nowrap !important;
}

.select2-search.select2-search--inline {
	flex-grow: 1 !important;
	min-width: 120px !important;
}

.select2-search__field {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Remove the "×" button spacing if needed */
.select2-selection__choice__remove {
	margin-right: 0.25rem !important;
}

.str-only {
	display: none;
}

#compareButton {
	margin-right: 10px;
}


.form-control {
	border: 0.5px solid #D8E1FC !important;
	box-shadow: 0px 0px 0px rgba(217, 217, 217, 0.5);
	border-radius: 10px;
}

.accordion-button:not(.collapsed) {
	background-color: unset !important;
	box-shadow: unset !important;
	color: #666;
}

.accordion-button,
.accordion-button:disabled {
	width: auto;
	display: inline-flex;
	color: #666;
	padding: 0;
}

#search-container-inner {
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.accordion-button::after {
	content: unset;
}

#top-container {
	background: url('/static/elements/new/house.webp');
	background-size: cover;
	background-position: top;
	height: 200px;
	opacity: 0.8;
	background-color: #000;
	padding: 20px;
}

#top-container h1 {
	color: #fff;
}

#search-container {
	position: relative;
	z-index: 5;
}

#search-container-inner {
	background-color: #fff;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

#mobile-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 10px 0;
	border-top: 1px solid #dee2e6;
	z-index: 1000;
}

#mobile-footer .col {
	text-align: center;
}

#mobile-footer .col a {
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

#mobile-footer i {
	display: block !important;
}

#no-result {
	display: none;
}

.result-filter-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	gap: 20px;
}

.result-filter-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.result-filter-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.result-filter-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	flex-direction: column;
}

.result-data-container {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.result-prop-row {
	margin-top: 0px;
	padding-bottom: 50px;
}
#prop_row {
	min-height: 400px;
}
