/* 
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
*/

/* Add your custom styles here */

.filter-table-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
    .filter-table-form {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
        margin-bottom: 24px;
		padding: 20px;
    }
}


.dataTables_wrapper .dataTables_scrollBody {
	overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 4px;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #BA9671;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}

.input-form {
	text-align: center;
	display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: center;
}

.noUi-connect {
	background: #BA9671;
	height: 5px;
}

.filter-table-form .input-form label {
	font-family: "Ivy Mode", Sans-serif;
    font-size: 14px;
    font-weight: 300;
	color: #BA9671;
}

#powierzchniaValue-1 {
	font-family: "Ivy Mode", Sans-serif;
    font-size: 14px;
    font-weight: 300;
	color: #BA9671;
}

.noUi-handle:after, .noUi-handle:before, .noUi-handle {
	height: 10px;
	background: #BA9671;
	border: 1px solid #BA9671;
	box-shadow: inset 0 0 1px #BA9671, inset 0 1px 7px #BA9671, 0 3px 6px -3px #BA9671;
}

.noUi-handle {
	border-radius: 50px;
	
}

.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
}

.noUi-horizontal .noUi-handle {
	top: -10px;
}

.noUi-connects {
	height: 5px;
}

.noUi-target {
	height: 5px;
}

#statusSelect-1, #statusSelect-2, #statusSelect-3, #statusSelect-4 {
	color: #BA9671;
	background: transparent;
    border: 1px solid #BA9671;
	outline: 0;
	font-size: 14px;
}


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

#imp-back {
	background: #BA9671 !important;
	border: none !important;
	border-radius: 500px !important;
	cursor: pointer !important;
	color: #fff !important;
	font-family: "Ivy Mode", Sans-serif;
	font-size: 14px !important;
	text-transform: uppercase !important;
	width: 100% !important;
	z-index: 9;
	position: relative;
	display: none;
	padding: 10px 20px !important;
	line-height: 1.5 !important;
	box-shadow: none !important;
}

@media (max-width: 600px) {
	#imp-back {
		font-size: 12px !important;
		max-width: 140px !important;
		padding: 6px 12px !important;
		height: auto !important;
		line-height: 1.2 !important;
		text-align: center !important;
		justify-content: center !important;
		align-items: center !important;
	}
}

.imp-object-poly polygon:hover, .imp-object-rect:hover {
    opacity: 0.7 !important;
}

.imp-tooltip {
	background: #8b897c !important;
	border-radius: 18px !important;
	padding: 8px !important;
	color: #fff !important;
}

.imp-tooltip h3, .imp-tooltip-content h3 {
	color: #fff !important;
}

.imp-tooltip-content {
	background: #8b897c !important;
	border-radius: 18px !important;
	padding: 8px !important;
	color: #fff !important;
}

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

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

@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: sans-serif;
	font-size: 16px;
	font-weight: 400;
	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: 8px;
	border-radius: 100px;
}

.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.none {
	color: #999;
}

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

.info-title {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 2px;
	color: #fff;
	margin-bottom: 18px;
	padding: 10px;
	text-transform: uppercase;
}

.info-text {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}

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


.info-button {
	background-color: #BA9671 !important;
	border-radius: 500px !important;
	border: 1px solid #BA9671;
	font-family: 'Ivy Mode', sans-serif !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	line-height: 17px !important;
	color: #fff !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;
	text-transform: uppercase !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;
}

@media (max-width: 1200px) {
	.elementor-element-c77f04a .e-con-inner {
		margin: unset !important;
	}
}