/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#imp-turn-right, #imp-turn-left, #imp-back {
	cursor: pointer;
}

#imp-back {
	background: #b39f63 !important;
	border-radius: 500px !important;
	cursor: pointer !important;
	color: #fff !important;
	font-family: "cairo", Sans-serif !important;
	border: 1px solid #b39f63 !important;
	box-shadow: none !important;
	font-size: 16px !important;
	width: fit-content !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px !important;
	line-height: 150% !important;
	z-index: 9;
	position: relative;
	flex: 0 0 auto !important;
    margin: 10px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#imp-back:hover {
	background: transparent !important;
	color: #b39f63 !important;
	border-color: #b39f63 !important;
}

@media (max-width: 600px) {
	#imp-back {
		font-size: 12px !important;
		height: 22px;
		line-height: 100%;
		padding: 0 16px !important;
	}
}

.imp-tooltip {
	background: #2B2E34 !important;
	border-radius: 4px !important;
	padding: 6px !important;
	color: #fff !important;
}

.imp-tooltip-content {
	background: #2B2E34 !important;
	border-radius: 4px !important;
	padding: 6px !important;
	color: #fff !important;
}

.imp-tooltip .hs-arrow-bottom {
	border-top-color: #2B2E34 !important;
}

.imp-tooltip-content div:first-child {
	display: none;
}

.imp-ui-top-right {
	display: none !important;
}

@media (max-width: 620px) {
	.imp-ui-layers-menu-wrap {
		display: none;
	}
}

.building-layer-icon {
    pointer-events: none !important;
}

.lokal-price {
	text-align: center;
}

.status-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	border-radius: 500px;
	padding: 8px 18px;
	line-height: 1.4;
	width: 100%;
	white-space: nowrap;       
	overflow: hidden;           
	text-overflow: ellipsis;  
	min-width: unset !important;
}

.status-available {
	color: rgb(23, 156, 6);
}

.status-reserved {
	color: rgb(201, 157, 0);
}

.status-sold {
	color: rgb(151, 0, 0);
}

.status-unknown {
	color: #999;
}

.status-tooltip {
	background: #fff;
	display: inline-flex;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 500px;
}

.status-tooltip.available {
	color: rgb(23, 156, 6);
}

.status-tooltip.reserved {
	color: rgb(201, 157, 0);
}

.status-tooltip.sold {
	color: rgb(151, 0, 0);
}

.status-tooltip.unavailable {
    color: #808080;
}

.status-tooltip.none {
	color: #999;
}

.info-div {
	text-align: center;
}

.info-title {
	font-family: 'Lora', sans-serif;;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	margin-bottom: 18px;
	padding: 0px;
}

.info-text {
	font-family: "Helvetica", Sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 6px;
	text-transform: uppercase;
}

.info-text.small {
	font-size: 12px;
}

.info-button {
	background-color: #c96736 !important;
	border-radius: 500px !important;
	border: 1px solid #c96736;
	font-family: "Helvetica", Sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #e4e6e5 !important;
	width: 100% !important;
	height: unset !important;
	text-align: center !important;
	display: inline-block !important;
	padding: 10px 20px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.info-button:hover {
	background-color: #e4e6e5 !important;
	color: #2b2e34 !important;
}

#imagemappro #loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#imagemappro #loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 3px solid #724A41;
	border-top: 3px solid transparent;
	animation: spin 1s linear infinite;
}

.elementor-widget-container .netby-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #C96736 !important;
}

.elementor-widget-container .netby-table-header.netby-row .netby-cell {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	text-align: center !important;

	color: #E4E6E5 !important;
	background: #C96736 !important;

	border: 1px solid #C96736 !important;
	padding: 12px 16px !important;
}

.elementor-widget-container .netby-table-row .netby-cell {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	text-align: center !important;

	color: #333333 !important;
	background: #E4E6E5 !important;

	border: 1px solid #C96736 !important;
	padding: 12px 16px !important;
}

.elementor-widget-container .netby-table-row .netby-cell a {
	color: #333333 !important;
}

.elementor-widget-container .netby-table-header.netby-row .netby-cell .netby-ch {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	color: #E4E6E5 !important;
}

@media (max-width: 768px) {
	.elementor-widget-container .netby-table-row.netby-row {
		box-shadow: none !important;
		border: 1px solid #C96736 !important;
		margin-bottom: 24px !important;
		background: #E4E6E5 !important;
	}

	.elementor-widget-container .netby-table-row.netby-row .netby-cell {
		background: #E4E6E5 !important;
		border: 0 !important;
		border-bottom: 1px solid #C96736 !important;
		padding: 12px 16px !important;
	}

	.elementor-widget-container .netby-table-row.netby-row .netby-cell:last-child {
		border-bottom: 0 !important;
	}

	.elementor-widget-container .netby-table-row.netby-row .netby-cell::before {
		color: #C96736 !important;
		font-weight: 600 !important;
	}
}

.netby-turnkey-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:2px 4px;
	border-radius:500px;
	background:#c96736;
	color:#E4E6E5;
	font-size:8px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.2;
	white-space:nowrap;
}

.netby-turnkey-number{
	display:flex;
	align-items:center;
	gap:8px;
}