.contact-section-heading {
	padding: 16px;
	background-color: var(--primaryColor);
	color: white;
}

.contact-section-form {
	padding-inline: 16px;
	padding-bottom: 20px;
}

.lg\:border-2 {
	@media (min-width: 1024px) {
		border-width: 2px;
	}
}

.lg\:shadow-lg {
	@media (min-width: 1024px) {
		--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}

select.active-filter {
	color: var(--primaryColor);
}

.skiptranslate {
	display: none !important;
}

iframe {
	width: 100%;
}

.contact-error,
label.error {
	margin-top: 0 !important;
	font-size: 14px;
	color: red;
}

/*
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 16px !important;
} */

.select2-container {
	font-size: 14px;

	.select2-selection--multiple {
		padding-inline: 6px;
	}
}

.md\:pb-image-35 {
	@media (min-width: 768px) {
		padding-bottom: 35% !important;
	}
}

.lg\:gap-14 {
	@media (min-width: 1024px) {
		gap: 3.5rem !important;
	}
}

.lg\:w-2\/5 {
	@media (min-width: 1024px) {
		width: 40% !important;
	}
}

.rounded-image {
	--size: 250px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	overflow: hidden;

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

	/* @media (min-width: 768px) {
		--size: 350px;
	} */

	@media (min-width: 1024px) {
		--size: 450px;
	}
}

.accordion-icon {
	cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	opacity: 1;
	display: block;
}

.hover\:bg-primary {
	&:hover {
		background-color: var(--primaryColor);
	}
}

.hover\:border-primary {
	&:hover {
		border-color: var(--primaryColor);
	}
}

.max-h-\[95\%\] {
	max-height: 95%;
}

/* .accordion-header {
	.custom-select-input {

	}
} */

.md\:min-w-\[300\px\] {
	@media (min-width: 768px) {
		min-width: 300px;
	}
}

.modal.fade.show {
	opacity: 1;
	visibility: visible;
}

.listing-item {
	position: relative;

	&.sold {
		&::before {
			content: "SOLD";
			position: absolute;
			z-index: 1;
			width: 96px;
			height: 80px;
			top: 20px;
			left: 12px;
			background: url(../images/star.svg) center/contain no-repeat;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 900;
		}
	}

	&.rented {
		&::before {
			content: "RENTED";
			position: absolute;
			z-index: 1;
			width: 120px;
			height: 80px;
			top: 20px;
			left: 12px;
			background: url(../images/star.svg) center/contain no-repeat;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 900;
			font-size: 14px;
		}
	}
}

.modal-backdrop {
	opacity: 0.1 !important;
}

.top-20 {
	top: 5rem;
}

.top-24 {
	top: 5.5rem;
}

@media (max-width: 1023px) {
	.max-lg\:scroll-mt-36 {
		scroll-margin-top: 8rem;
	}
}

.mt-34 {
	margin-top: 9rem;
}

.lg\:mt-34 {
	@media (min-width: 1024px) {
		margin-top: 9rem;
	}
}

.top-32 {
	top: 7.75rem;
}

.header {
	transition-property: transform, box-shadow !important;

	@media (max-width: 1023px) {
		&.active-toggle-scroll {
			transform: translateY(calc(-100%));
		}
	}

	@media (min-width: 768px) {
		&.active-scroll {
			.tab-scroll-nav {
				height: 48px;
			}
		}
	}
}

.dropdown {
	z-index: 10;
}

.h-20 {
	height: 80px;
}

.mt-header-double {
	margin-top: calc(var(--height-header) * 2);
}

@media (min-width: 768px) {
	.md\:w-1\/2 {
		width: 50% !important;
	}
}

@media (min-width: 1024px) {
	.lg\:w-auto {
		width: auto !important;
	}
}

.author-image {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;

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

.mx-2 {
	margin-left: 8px;
	margin-right: 8px;
}

.masonry-grid {
	@media (min-width: 1024px) {
		direction: rtl;
	}
}

.md\:h-full {
	@media (min-width: 768px) {
		height: 100%;
	}
}

.masonry-grid img {
	margin-top: 0.5rem;
}

.header {
	ul {

		li:last-of-type,
		li:nth-last-of-type(2) {
			&.dropdown {
				.dropdown__body {
					right: 0;
					left: auto;
				}
			}
		}
	}
}

.footer-dropdown {
	.footer-dropdown__head {
		justify-content: space-between;
	}

	@media (min-width: 1024px) {
		max-height: none !important;

		.footer-dropdown__head {
			i {
				display: none !important;
			}
		}
	}

	.footer-dropdown__body {
		padding-left: 0 !important;
	}
}

.xl\:grid-cols-5 {
	@media (min-width: 1280px) {
		grid-template-columns: repeat(5, minmax(0px, 1fr));
	}
}

.modal {
	z-index: 501 !important;
}

.size-7 {
	width: 1.75rem;
	height: 1.75rem;
}

.list-none {
	list-style: none !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.bottom-sheet-content {
	transform: translateY(0);
	will-change: transform;
	transition: transform 0.25s ease;
	touch-action: none;
}

.modal.dragging .bottom-sheet-content {
	transition: none;
}

button[type="reset"] {
	background-color: transparent;
}

.mt-0 {
	margin-top: 0 !important;
}

.mrt-station-line-code {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

@media (min-width: 768px) {
	.md\:right-0 {
		right: 0;
	}
}

@media (min-width: 768px) {
	.md\:min-w-\[400px\] {
		min-width: 360px !important;
	}
}

.pagination>.pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}


.mt-\[var\(--height-microsite-header\)\] {
	margin-top: var(--height-microsite-header);
}

.rotate-180 {
	transform: rotate(180deg);
}

.h-72 {
	height: 18rem;
}

.min-w-[\180px] {
	min-width: 180px;
}

.min-h-[\300px] {
	min-width: 300px;
}

@media (min-width: 768px) {
	.md\:right-0 {
		right: 0;
	}
}

@media (min-width: 1024px) {
	.lg\:mt-40 {
		margin-top: 10rem;
	}
}

@media (min-width: 1280px) {
	.lg\:mt-[\25vh] {
		margin-top: 25vh;
	}
}