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



#imagemappro .imp-canvas {
	border-radius: 14px;
}

.imp-tooltip * {
	font-family: "termina", Sans-serif !important;
}

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

.imp-tooltip {
	background: #e1dccf !important;
	border-radius: 24px !important;
	padding: 20px !important;
	color: #131b23 !important;
}

.imp-tooltip .hs-arrow-bottom {
	border-top-color: #e1dccf !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;
}

.status-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Termina', sans-serif;
	font-size: 14px;
	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);
	background-color: rgba(76, 175, 80, 0.15);
}

.status-reserved {
	color: rgb(151, 0, 0);
	background-color: rgba(255, 255, 0, 0.15);
}

.status-sold {
	color: rgb(201, 157, 0);
	background-color: rgba(244, 67, 54, 0.15);
}

.status-unknown {
	color: #999;
	background-color: #eee;
}


/* ============== IMP TABLE ============== */

#table-lokale {
   	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	max-height: 400px;
}

#table-lokale::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

#table-lokale::-webkit-scrollbar-thumb {
    background-color: #ca8e00;
}

#table-lokale::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}

#table-lokale .elementor-element {
    white-space: nowrap;
}

/* Head */
#table-lokale .imp-table-header {
	justify-content: center;
	gap: 0;
}
#table-lokale .imp-table-header>div {
	flex: 1;
	min-width: 190px;
}

/* Body */
#table-lokale .imp-table-body .jet-listing-grid__item div>div>div {
	padding-top: 0;
	min-width: 190px;
}

@media (max-width: 1200px) {
	#table-lokale>div, #imp-table .elementor-tab-content {
		max-width: fit-content;
		width: fit-content;
	}
	#table-lokale, #table-lokale .elementor-tab-content {
		padding-left: 15px;
		box-sizing: border-box;
	}
	#table-lokale {
		overflow-x: auto;
	}
}

/* ============== END IMP TABLE ============== */