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

.elementor-element-274c75c .elementor-icon-list-items .elementor-icon-list-text {
	display: flex;
	gap: 6px;
}

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

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

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

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

.imp-ui-light .imp-ui-layers-select {
	display: none;
}

.imp-tooltip {
	background: #170F16 !important;
	border-radius: 20px !important;
	padding: 20px !important;
	color: #fff !important;
}

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

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

#table-lokale {
   	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: 500px !important;
}

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

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

#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: 140px;
}

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

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