/* 
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: 20px;
}

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

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

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

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

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

#imp-back {
	background: #8bb553 !important;
	border-radius: 500px !important;
	cursor: pointer !important;
	color: #fff !important;
    font-family: "Montserrat", Sans-serif !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 16px !important;
	width: 100% !important;
    z-index: 9;
    position: relative;
	display: none;
	padding: 12px !important;
	line-height: 150% !important;
}

@media (max-width: 600px) {
	#imp-back {
		font-size: 12px !important;
		max-width: 120px !important;
		width: 100% !important;
		height: 22px;
        line-height: 100%;
        text-align: center;
        align-items: center;
	}
}


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

#table-pdf #svg svg:hover path {
	fill: #61ce70;
}

#imp-img {
    position: fixed;     
    bottom: 20px;          
    right: 20px;            
    width: auto;
    height: auto;
    z-index: 99999;
	transform: scale(0.6);
}

/* ============== 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: #61ce70;
}

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

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

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