#property-form {
	width: 100%;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	display: flex;
}

#property-form button {
	font-family: 'Inter', sans-serif;
	width:10rem;
	padding: 10px;
	border-radius: 3px;
	color:white;
	transition: .15s all;
}

#property-form > #submit-btn {
	font-family: 'Inter', sans-serif;
	width: 30.7rem;
	padding: 10px;
	border-radius: 3px;
	background-color: #dddddd;
	color:white;
}

#property-form button:hover {
	cursor: pointer;
	opacity: 70%;
	/*background-color: #CACACA !important;*/
}

.form-element {
	font-family: 'Inter', sans-serif;
	padding: 10px;
	transition: all .3s ease;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 3px;
	width: 10rem;
	background: #ffffff;
}

.form-element:focus {
	outline: none !important;
	/* border-bottom: 1.5px solid #073188; */
	background-color: #fff;
}

#reference {
	background: #ffffff;
	width:10rem;
	border-radius: 4px;
}

#reference:focus {
	outline: none;
}

#properties {
	font-family: 'Inter', sans-serif;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin:0;
}

.property {
	width: 20rem;
	height: 37rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px gray;
	transition: all .7s;
}

.property-img {
	width: 100% !important;
	height: 13.75rem !important;
}

.property-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.property:hover {
	box-shadow: 0px 5px 15px gray;
}

.property-info {
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

.property-info a {
	color: black;
	text-decoration: none;
}

.property-info a:hover {
	color: #007BFF;
}

.property-info h2 {
	padding: 10px;
	width: 100%;
	height: 5.5rem; 
	font-weight: 600 !important;
	font-family: 'Inter', sans-serif;
	/* font-weight: bolder; */
	/* font-size: 1.75rem; */
	text-align: center;
}

.property-info h3 {
	text-align:center;
	font-weight: normal;
	font-size: 1.45rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.property-info .property-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: center;
	margin: 15px;
	height: 4.5rem;
}

.property-icons-price {
	width: 100%;
	position: relative;
}

.property-icons {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	text-align: center;
}

.property-price {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
}

#yb-order-by-container {
	gap: 20px; 
	align-items: center; 
	justify-content: space-between; 
	margin-bottom: 20px;
}

#yb-advanced-search-modal-features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

#order-options-dropdown:hover {
	cursor: pointer;
}

/*#yb-order-by-container-input:hover {
	cursor: pointer;
}*/

#carousel-img-active-100 {
	display: flex;
	justify-content: center; 
	align-items: center; 
	height: 42rem;
}

#carousel-img-active-100-img {
	height: 42rem;
}

#carousel-img-active-65 {
	display: flex; 
	justify-content: center; 
	align-items: center;  
	object-fit: cover;
	height: 26.25rem;
}

#carousel-img-100 {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 42rem;
}

#carousel-img-100-img {
	height: 42rem;
}

#carousel-img-65 {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	object-fit: cover;
	height: 26.25rem;
}

#detailed-img-container-65 {
	width: 100%; 
	/*display: flex; 
	gap: 20px;*/
}

#detailed-img-container-100 {
	width: 100%; 
	/*display: flex; 
	gap: 20px;*/
}

#images-list {
	display: flex; 
	overflow: hidden; 
	gap: 10px; 
	margin-top: 10px;
}

#detailed-table-container {
	width: 35%;
}

#detailed-view-header {
	margin-bottom: 1rem;
}

#detailed-view-header-icons-container {
	display: flex; 
	justify-content: flex-end; 
	gap: 20px;
}

#desc-form-container-form {
	width: 40%;
}

#desc-container {
	width: 65%; 
	/*border: 1px solid #e5e5e5; 
	padding: 20px;*/
	white-space: pre-line;
	/*word-break: break-all; 
	word-wrap: break-word;*/
}

#more-info-form-container {
	width: 35%;
}

@media (min-width: 300px) {
	.form-element {
		width: 100% !important;
	}

	#reset-btn {
		width: 100% !important;
	}

	#submit-btn {
		width: 100% !important;
	}

	#desc-form-container-form {
		width: 100% !important;
	}

	#yb-advanced-search {
		width: 100% !important;
		justify-content: space-around;
	}

	#yb-order-by-container {
		width: 100% !important;
		justify-content: space-between !important;
	}

	#detailed-img-container-controller-65 {
		width: 100% !important; 
		margin-bottom: 20px !important;
	}

	#detailed-img-container-controller-100 {
		width: 100% !important; 
		margin-bottom: 20px !important;
	}

	#images-list {
		display: none !important;
	}

	#detailed-table-container {
		width: 100% !important;
	}

	#desc-container {
		width: 100% !important;
	}

	#more-info-form-container {
		margin-top: 10px !important;
		width: 100% !important;
	}

	#carousel-img-active-100 {
		height: 13rem !important;
		object-fit: cover !important;
	}

	#carousel-img-active-65 {
		height: 13rem !important;
		object-fit: cover !important;
	}

	#carousel-img-100 {
		height: 13rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65 {
		height: 13rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65-img {
		max-height: 13rem !important;
	}

	#carousel-img-active-65-img {
		max-height: 13rem !important;
	}

	#carousel-img-100-img {
		max-height: 13rem !important;
	}

	#carousel-img-active-100-img {
		max-height: 13rem !important;
	}
}

@media (min-width: 768px) {
	.form-element {
		width: 50% !important;
	}

	#reference {
		width: 100% !important;
	}

	#reset-btn {
		width: 49% !important;
	}

	#yb-advanced-search {
		width: auto !important;
		justify-content: space-between;
	}

	#yb-advanced-search-modal-features {
		display: grid !important;
		grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)) !important;
	}

	#yb-order-by-container {
		display: flex !important;
		width: 100% !important;
		justify-content: space-between !important;
	}

	.property-icons {
		gap: 25px !important;
	}

	#detailed-view-header {
		display: flex !important;
		justify-content: space-between !important; 
		align-items: center !important; 
	}

	#detailed-view-header-icons-container {
		justify-content: space-between !important;
	}

	#carousel-img-active-100 {
		height: 26rem !important;
		object-fit: cover !important;
	}

	#carousel-img-active-65 {
		height: 26rem !important;
		object-fit: cover !important;
	}

	#carousel-img-100 {
		height: 26rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65 {
		height: 26rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65-img {
		max-height: 26rem !important;
	}

	#carousel-img-active-65-img {
		max-height: 26rem !important;
	}

	#carousel-img-100-img {
		max-height: 26rem !important;
	}

	#carousel-img-active-100-img {
		max-height: 26rem !important;
	}
}

@media (min-width: 992px) {
	.form-element {
		width: 10rem !important;
	}

	#desc-form-container-form {
		width: 40% !important;
	}

	#reset-btn {
		width: 10rem !important;
	}

	#submit-btn {
		width: 31.24rem !important;
	}

	#reference {
		width: 10rem !important;
	}

	.property-icons {
		gap: 30px !important;
	}

	#carousel-img-active-100 {
		height: 34rem !important;
		object-fit: cover !important;
	}

	#carousel-img-active-65 {
		height: 34rem !important;
		object-fit: cover !important;
	}

	#carousel-img-100 {
		height: 34rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65 {
		height: 34rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65-img {
		max-height: 34rem !important;
	}

	#carousel-img-active-65-img {
		max-height: 34rem !important;
	}

	#carousel-img-100-img {
		max-height: 34rem !important;
	}

	#carousel-img-active-100-img {
		max-height: 34rem !important;
	}
}

@media (min-width: 1200px) {
	#images-list {
		display: flex !important;
	}

	#yb-order-by-container {
		width: 100% !important;
		justify-content: space-between !important;
	}

	#detailed-img-container-controller-65 {
		width: 65% !important;
		margin-bottom: 10px !important;
	}

	#detailed-img-container-65 {
		width: 100% !important; 
		display: flex !important; 
		gap: 20px !important;
	}

	#detailed-table-container {
		width: 35% !important;
	}

	#desc-form-container {
		margin-top: 10px !important; 
		display: flex !important; 
		gap: 20px !important;
	}

	#desc-container {
		width: 65% !important; 
	}

	#more-info-form-container {
		width: 35% !important;
	}

	#detailed-img-container-controller-100 {
		width: 100% !important;
		margin-bottom: 10px !important;
	}

	#carousel-img-active-100 {
		height: 42rem !important;
		object-fit: cover !important;
	}

	#carousel-img-active-65 {
		height: 26.25rem !important;
		object-fit: cover !important;
	}

	#carousel-img-100 {
		height: 42rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65 {
		height: 26.25rem !important;
		object-fit: cover !important;
	}

	#carousel-img-65-img {
		max-height: 26.25rem !important;
	}

	#carousel-img-active-65-img {
		max-height: 26.25rem !important;
	}

	#carousel-img-100-img {
		max-height: 42rem !important;
	}

	#carousel-img-active-100-img {
		max-height: 42rem !important;
	}
}